Data Description

The coronavirus data comprises of 7 variables and over 175,000 observations for a number of countries. The variables include; the date, province, country, latitude, longitude, type of case (i.e. confirmed/recovered) and number of daily cases.

The raw data has been collected on a daily basis since the 22nd of January 2020 by John Hopkins University Center for Systems Science and Engineering. The sources for the raw data include; the World Health Organisation, the National Health Commission of the People’s Republic of China, the European Center for Disease Prevention and Control, the U.S Centers for Disease Control and Prevention, local media reports, 1point3acres, Worldometers.info, BNO, DXY and other state and national government health departments.

This raw data has been tidied and collated into a package titled coronavirus, which has been used for this analysis.

An Explanation

Coronavirus is the name given to a range of respiratory illnesses originating from the same family (Raoult et al., 2020). Each virus varys in its symptoms, with some strains being more fatal than others. Some of the viruses include; Middle Eastern Respiratory Syndrome (MERS-CoV), Severe acute respiratory syndrome (SARS-CoV) and COVID-19.

The Middle Eastern Respiratory Syndrome was first identified in Saudi Arabia in 2012. This analysis hopes to provide insight and compare the infection rate of MERS-CoV and COVID-19.

A Comparison

Since appearing in Saudi Arabia in 2012, there have been a total of 2494 confirmed cases of MERS-CoV worldwide. Saudi Arabia was home to around 2102 infections, and had 780 deaths.

Comparatively,

##      number   FT        KSA_case code gender age     country
## 1         1    2                  25M      M  25      Jordan
## 2         2                       30M      M  30      Jordan
## 3         3    1                  40F      F  40      Jordan
## 4         4                       60M      M  60      Jordan
## 5         5                       29M      M  29      Jordan
## 6         6                       33M      M  33      Jordan
## 7         7                       28M      M  28      Jordan
## 8         8                       45M      M  45      Jordan
## 9         9                       46M      M  46      Jordan
## 10       10                       25M      M  25      Jordan
## 11       11                       53M      M  53      Jordan
## 12       12                       28F      F  28      Jordan
## 13       13                       60F      F  60      Jordan
## 14       14    3                  60M      M  60         KSA
## 15       15    4                  49M      M  49       Qatar
## 16       16    5                  45M      M  45         KSA
## 17       17    6                  45M      M  45       Qatar
## 18       18    9                  70M      M  70         KSA
## 19       19    7                  31M      M  31         KSA
## 20       20    8                  39M      M  39         KSA
## 21       21                       16M      M  16         KSA
## 22       22   10                  60M      M  60         KSA
## 23       23   11                  39M      M  39          UK
## 24       24   12                  30F      F  30          UK
## 25       25   13                  61F      F  61         KSA
## 26       26   14                  69M      M  69         KSA
## 27       27  102                  51M      M  51         KSA
## 28       28   15                  39M      M  39         KSA
## 29       29   16                  40M      M  40         KSA
## 30       30   17                  73M      M  73         UAE
## 31       31                       56M      M  56         KSA
## 32       32   33                  58M      M  58         KSA
## 33       33                       55M      M  55         KSA
## 34       34   18                  59M      M  59         KSA
## 35       35   19                  24M      M  24         KSA
## 36       36   20                  87M      M  87         KSA
## 37       37   29                  77M      M  77         KSA
## 38       38   28                  62F      F  62         KSA
## 39       39   21                  58M      M  58         KSA
## 40       40   22                  94M      M  94         KSA
## 41       41   23                  56M      M  56         KSA
## 42       42   24                  56M      M  56         KSA
## 43       43   26                  50M      M  50         KSA
## 44       44   25                  52F      F  52         KSA
## 45       45   27                  33M      M  33         KSA
## 46       46   30                  58F      F  58         KSA
## 47       47   36                  48M      M  48         KSA
## 48       48   40                  43F      F  43         KSA
## 49       49   38                  56M      M  56         KSA
## 50       50   32                  48M      M  48         KSA
## 51       51   41                  81F      F  81         KSA
## 52       52   39                  45M      M  45         KSA
## 53       53                       56M      M  56         KSA
## 54       54   37                  81M      M  81         KSA
## 55       55   35                  69F      F  69         KSA
## 56       56   31                  64M      M  64         UAE
## 57       57   34                  51M      M  51      France
## 58       58  116                  66M      M  66       Qatar
## 59       59   43                  34M      M  34     Tunisia
## 60       60   42                  35F      F  35     Tunisia
## 61       61   44                  63M      M  63         KSA
## 62       62   45                  56M      M  56         KSA
## 63       63   46                  85F      F  85         KSA
## 64       64   47                  76F      F  76         KSA
## 65       65   48                  77M      M  77         KSA
## 66       66   49                  73M      M  73         KSA
## 67       67   50                  61M      M  61         KSA
## 68       68   58                  21M      M  21         KSA
## 69       69   56                  63F      F  63         KSA
## 70       70   51                  45M      M  45      Jordan
## 71       71   52                   2F      F   2       Italy
## 72       72   53                  42F      F  42       Italy
## 73       73   54                  14F      F  14         KSA
## 74       74   55                  83M      M  83         KSA
## 75       75   57                  75M      M  75         KSA
## 76       76   59                  45M      M  45         KSA
## 77       77   60                  68F      F  68         KSA
## 78       78   61                  46M      M  46         KSA
## 79       79   62                  42M      M  42         KSA
## 80       80   63                  63F      F  63         KSA
## 81       81   64                   2M      M   2         KSA
## 82       82   65                  42F      F  42         KSA
## 83       83   66                  45F      F  45         KSA
## 84       84   67                  39F      F  39         KSA
## 85       85   68                  29F      F  29         KSA
## 86       86   69                  41F      F  41         KSA
## 87       87   70                  32M      M  32         KSA
## 88       88   71                   7F      F   7         KSA
## 89       89   72                  12F      F  12         KSA
## 90       90   73                  14M      M  14         KSA
## 91       91   74                  15F      F  15         KSA
## 92       92   75                   ?F      F   ?         KSA
## 93       93   76                   ?F      F   ?         KSA
## 94       94   77                  50F      F  50         KSA
## 95       95   79                  66M      M  66         KSA
## 96       96   78                  69M      M  69         KSA
## 97       97   80                  56F      F  56         KSA
## 98       98   81                  66M      M  66         KSA
## 99       99   82                  82M      M  82         UAE
## 100     100   83                  26M      M  26         KSA
## 101     101   84                  42F      F  42         KSA
## 102     102   85                  28M      M  28         UAE
## 103     103   86                  30F      F  30         UAE
## 104     104   87                  30F      F  30         UAE
## 105     105   88                  40F      F  40         UAE
## 106     106   89                  41M      M  41         KSA
## 107     107   90                  59F      F  59         KSA
## 108     108   91                  83M      M  83         KSA
## 109     109   92                  67F      F  67         KSA
## 110     110   93                  39F      F  39         KSA
## 111     111   94                  39F      F  39         KSA
## 112     112   95                  50F      F  50         KSA
## 113     113   96                  59F      F  59         KSA
## 114     114   97                  59M      M  59         KSA
## 115     115   98                  50F      F  50         KSA
## 116     116   99                  70M      M  70         KSA
## 117     117  100                  31M      M  31         KSA
## 118     118  101                  55M      M  55         KSA
## 119     119                                                 
## 120     120  103                  54M      M  54         KSA
## 121     121  104                  29M      M  29       Qatar
## 122     123  105            SA83  55M      M  55         KSA
## 123     124  106            SA84  38M      M  38         KSA
## 124     125  107            SA85  16M      M  16         KSA
## 125     126  108            SA86   7M      M   7         KSA
## 126     127  109                  26M      M  26         KSA
## 127     128  110                  19M      M  19         KSA
## 128     129  111                  56F      F  56       Qatar
## 129     130  114                  41F      F  41         KSA
## 130     131  112                  30M      M  30         KSA
## 131     132  115                  79F      F  79         KSA
## 132     133  113                  47M      M  47         KSA
## 133     134  117                  18M      M  18         KSA
## 134     135  118                   3F      F   3         KSA
## 135     136  119                  56M      M  56         KSA
## 136     137  120                  53?      ?  53         KSA
## 137     138  121                  74F      F  74         KSA
## 138     139  122                  64F      F  64         KSA
## 139     140  123                  75F      F  75         KSA
## 140     141  124                  74M      M  74         KSA
## 141     142  125                  22M      M  22         KSA
## 142     143  126                  24M      M  24         KSA
## 143     144  127                  60M      M  60         KSA
## 144     145  128                  47M      M  47         KSA
## 145     146  129                  51F      F  51         KSA
## 146     147  130                  46F      F  46         KSA
## 147     148  131                  39F      F  39         KSA
## 148     149  132                  38M      M  38         KSA
## 149     150  133                  75F      F  75         KSA
## 150     151  134                  35M      M  35         KSA
## 151     152  135                  83M      M  83         KSA
## 152     153  136                  78F      F  78         KSA
## 153     154  137                  53F      F  53         KSA
## 154     155  138                  63M      M  63         KSA
## 155     156  139                  79M      M  79         KSA
## 156     157  140                  14F      F  14         KSA
## 157     158  141                  45M      M  45         KSA
## 158     159  142                  78M      M  78         KSA
## 159     160  143                  55M      M  55         KSA
## 160     161  144                  61M      M  61       Qatar
## 161     162  145                 73M?     M?  73         KSA
## 162     163  146                  54M      M  54         KSA
## 163     164  147                  83F      F  83         KSA
## 164     165  148                  54M      M  54         KSA
## 165     166  149                  49M      M  49         KSA
## 166     167  150                  23M      M  23       Qatar
## 167     168  151                  68M      M  68        Oman
## 168     169  152                  56F      F  56         KSA
## 169     170  153                  61F      F  61         KSA
## 170     171  155                  72M      M  72         KSA
## 171     172  156                  43M      M  43         KSA
## 172     173  154                  75M      M  75        Oman
## 173     174  157                  48M      M  48       Qatar
## 174     175  158                  47M      M  47      Kuwait
## 175     176  159                  52M      M  52      Kuwait
## 176     177  160                  61M      M  61       Qatar
## 177     178  167                   ?F      F   ?         KSA
## 178     179  161                  73F      F  73         KSA
## 179     180  162                  65M      M  65         KSA
## 180     181  163                  37M      M  37         KSA
## 181     182  164                  38M      M  38         UAE
## 182     183  165                  32F      F  32         UAE
## 183     184  166                   8M      M   8         UAE
## 184     185  168                  26F      F  26         KSA
## 185     186  169                  51F      F  51         KSA
## 186     187  174                  68M      M  68         UAE
## 187     188  177                  43F      F  43         KSA
## 188     189  178                  35F      F  35         KSA
## 189     190  172                  53M      M  53         KSA
## 190     191  173                  73M      M  73         KSA
## 191     192  175                  57M      M  57         KSA
## 192     193  176                  73M      M  73         KSA
## 193     194  179                  27M      M  27         KSA
## 194     195  182                  59F      F  59         UAE
## 195     196  180                  59M      M  59        Oman
## 196     197  181                  33M      M  33         UAE
## 197     199  183                  54M      M  54         KSA
## 198     200  184                  48M      M  48      Jordan
## 199     201  185                  60M      M  60         KSA
## 200     202  186                  67M      M  67         KSA
## 201     203  187                  66M      M  66         UAE
## 202     204  188                  22M      M  22         KSA
## 203     205  189                  58M      M  58         KSA
## 204     206  190                  81F      F  81         KSA
## 205     207  192                  55M      M  55         KSA
## 206     208  193                  51M      M  51         KSA
## 207     209  191                  56F      F  56         KSA
## 208     210  194                  86M      M  86         KSA
## 209     211  195                  68M      M  68         UAE
## 210     212  196                  83M      M  83         KSA
## 211     213  197                  19M      M  19         KSA
## 212     214  198                  22F      F  22         KSA
## 213     215  199                  18F      F  18         KSA
## 214     216  200                  53M      M  53         KSA
## 215     217  204                  60M      M  60      Kuwait
## 216     218  205                  68M      M  68         UAE
## 217     219  201                  71M      M  71         KSA
## 218     220  202                  66M      M  66         KSA
## 219     221  203                  86M      M  86         KSA
## 220     222  206                  75M      M  75         KSA
## 221     223  207                  56M      M  56         KSA
## 222     224  208                  45M      M  45         KSA
## 223     225  209                  49M      M  49         UAE
## 224     226  210                  40M      M  40        Oman
## 225     227  212                  64M      M  64         UAE
## 226     228  211                  26M      M  26         KSA
## 227     229  213                  26M      M  26         KSA
## 228     230  214                  77F      F  77         KSA
## 229     231  215                  59M      M  59         KSA
## 230     232  219                  70M      M  70         KSA
## 231     233  220                  28M      M  28         KSA
## 232     234  221                  28M      M  28         KSA
## 233     235  222                  35M      M  35         KSA
## 234     236  216                  26F      F  26         KSA
## 235     237  217                  26M      M  26         KSA
## 236     238  218                  33M      M  33         KSA
## 237     239  223                  32M      F  32         KSA
## 238     240  224                  33M      M  33         KSA
## 239     241  225                  59M      M  59         UAE
## 240     242  226                  45M      M  45         KSA
## 241     243  227                  51M      M  51         KSA
## 242     244  228                  90M      M  90         KSA
## 243     245  229                  57M      M  57         KSA
## 244     246  230                  70M      M  70         KSA
## 245     247  231                  34M      M  34         KSA
## 246     248  232                  29M      M  29         KSA
## 247     249  239                  52M      M  52         KSA
## 248     250  233                  45M      M  45         UAE
## 249     251  234                  37F      F  37         UAE
## 250     252  235                  41M      M  41         UAE
## 251     253  236                  43M      F  43         UAE
## 252     254  237                  33M      M  33         UAE
## 253     255  238                  46M      M  46         UAE
## 254     256  240                  45M      M  45         KSA
## 255     257  241                  28F      F  28         KSA
## 256     258  242                  25M      M  25         KSA
## 257     259  243                  26F      F  26         KSA
## 258     260  244                  58M      M  58         KSA
## 259     261  245                  71M      M  71         KSA
## 260     262  246                  39M      M  39         KSA
## 261     263  247                  44M      M  44       Yemen
## 262     264  248                  70M      M  70         KSA
## 263     265  249                  51M      M  51         KSA
## 264     266  250                  28F      F  28         KSA
## 265     267  251                  45F      F  45         KSA
## 266     268  252                  56M      M  56         KSA
## 267     269  253                  48M      M  48         UAE
## 268     270  254                  37M      M  37         UAE
## 269     271  255                  43M      M  43         UAE
## 270     272  256                  27M      M  27         UAE
## 271     273  270                  43M      M  43         UAE
## 272     274  257                  30M      M  30         KSA
## 273     275  258                  59M      M  59         KSA
## 274     276  259                  65M      M  64         KSA
## 275     277  260                  27F      F  27         KSA
## 276     278  261                  27F      F  27         KSA
## 277     279  262                  54M      M  54         KSA
## 278     280  263                  52M      M  52         KSA
## 279     281  264                  41M      M  41         KSA
## 280     282  265                  54M      M  54         KSA
## 281     283  266                  28M      M  28         KSA
## 282     284  267                  35M      M  35         KSA
## 283     285  268                  45M      M  45         UAE
## 284     286  269                  54M      M  54         KSA
## 285     287  278                  44M      M  44         UAE
## 286     288  279                  30M      M  30         UAE
## 287     289  280                  34M      M  34         UAE
## 288     290  281                  28M      M  28         UAE
## 289     291  282                  81?      ?  81         KSA
## 290     292  283                  32?      ?  32         KSA
## 291     293  284                  78?      ?  78         KSA
## 292     294  285                  52?      ?  52         KSA
## 293     295  286                  27?      ?  27         KSA
## 294     296  287                  55?      ?  55         KSA
## 295     297  288                  53M      M  53         KSA
## 296     298  289                  49M      M  49         KSA
## 297     299  290                  60M      M  60         KSA
## 298     300  291                  26?      ?  26         KSA
## 299     301  292                  38?      ?  38         KSA
## 300     302  293                  13?      ?  13         KSA
## 301     303  294                  69M      M  69         KSA
## 302     304  295                  64M      M  64         KSA
## 303     305  296                  44M      M  44         KSA
## 304     306  297                  62?      ?  62         KSA
## 305     307  298                  47?      ?  47         KSA
## 306     308  299                  52M      M  52         KSA
## 307     309  300                  54?      ?  54         KSA
## 308     310  301                  54?      ?  54         KSA
## 309     311  302                  49M      M  49         KSA
## 310     312  303                  57F      F  57         KSA
## 311     313  304                  32F      F  32         KSA
## 312     314  305                  53M      M  53         KSA
## 313     315  306                  54M      M  54         KSA
## 314     316  307                  23M      M  23         KSA
## 315     317  308                  37M      M  37         KSA
## 316     318  309                  69F      F  69         KSA
## 317     319  310                  88M      M  88         KSA
## 318     320  311                  57M      M  57         KSA
## 319     321  312                  41M      M  41         KSA
## 320     322  313                  68M      M  68         KSA
## 321     323  314                  68M      M  68         KSA
## 322     324  315                  52F      F  52         KSA
## 323     325  316                  45F      F  45         KSA
## 324     326  317                  90F      F  90         KSA
## 325     327  318                  52M      M  52         KSA
## 326     328  319                  60M      M  60         KSA
## 327     329  320                  42M      M  42         KSA
## 328     330  321                  24M      M  24         KSA
## 329     331  322                  17F      F  17         KSA
## 330     332  323                  61M      M  61         KSA
## 331     333  324                  81M      M  81         KSA
## 332     334  325                  78M      M  78         KSA
## 333     335  326                  79F      F  79         KSA
## 334     336  327                  89F      F  89         KSA
## 335     337  328                  73M      M  73         KSA
## 336     338  329                  41M      M  41         KSA
## 337     339  330                  18M      M  18         KSA
## 338     340  331                  25F      F  25         KSA
## 339     341  332                  11M      M  11         KSA
## 340     342  345                  63F      F  63         UAE
## 341     343  346                  73F      F  73         UAE
## 342     344  347                  52F      F  52         UAE
## 343     345  348                  28M      M  28         UAE
## 344     346  349                  59M      M  59         UAE
## 345     347  350                  28M      M  28         UAE
## 346     348  351                  55F      F  55         UAE
## 347     349  352                  28F      F  28         UAE
## 348     350  333                  25M      M  25         KSA
## 349     351  271                  72M      M  72         KSA
## 350     352  272                  70M      M  70         KSA
## 351     353  273                  60?      ?  60         KSA
## 352     354  274                  54?      ?  54         KSA
## 353     355  275                  63F      F  63         KSA
## 354     356  276                  40F      F  40         KSA
## 355     357  277                  31F      F  31         KSA
## 356     358  334                  81M      M  81         KSA
## 357     359  335                  41F      F  41         KSA
## 358     360  336                  59F      F  59         KSA
## 359     361  337                  34F      F  34         KSA
## 360     362  338                  13F      F  13         KSA
## 361     363  339                  71M      M  71         KSA
## 362     364  340                  67M      M  67         KSA
## 363     365  341                  45M      M  45         KSA
## 364     366  342                  55M      M  55         KSA
## 365     367  343                  24M      M  24         KSA
## 366     368  344                  48F      F  48         KSA
## 367     369  353                  80M      M  80         KSA
## 368     370  354                  69F      F  69         KSA
## 369     371  355                  70M      M  70         KSA
## 370     372  356                  72F      F  72         KSA
## 371     373  357                  88M      M  88         KSA
## 372     374  358                  41M      M  41         KSA
## 373     375  359                  74F      F  74         KSA
## 374     376  360                  46M      M  46         KSA
## 375     377  361                  68M      M  68         KSA
## 376     378  362                  65M      M  65         KSA
## 377     379  363                  52M      M  52         KSA
## 378     380  364                  13M      M  13         KSA
## 379     381  401                  45F      F  45         UAE
## 380     382  402                   4M      M   4         UAE
## 381     383  403                  37M      M  37         UAE
## 382     384  404                  32M      M  32         UAE
## 383     385  405                  33M      M  33         UAE
## 384     386  406                  30M      M  30         UAE
## 385     387  365                  79M      M  79         KSA
## 386     388  366                  40F      F  40         KSA
## 387     389  367                  76M      M  76         KSA
## 388     390  368                  62M      M  62         KSA
## 389     391  369                  44M      M  44         KSA
## 390     392  370                  34F      F  34         KSA
## 391     393  371                  51M      M  51         KSA
## 392     394  372                  47M      M  47         KSA
## 393     395  373                  28F      F  28         KSA
## 394     396  374                  68M      M  68         KSA
## 395     397  375                  47M      M  47         KSA
## 396     398  376                  19M      M  19         KSA
## 397     399  407                  42M      M  42         UAE
## 398     400  377                  81M      M  81         KSA
## 399     401  378                  28F      F  28         KSA
## 400     402  379                  70F      F  70         KSA
## 401     403  380                  38F      M  38         KSA
## 402     404  381                  40F      F  40         KSA
## 403     405  382                  30M      M  30         KSA
## 404     406  383                  40F      F  40         KSA
## 405     407  384                  54M      M  54         KSA
## 406     408  385                  30F      F  30         KSA
## 407     409  386                  30M      M  30         KSA
## 408     410  387                  30M      M  30         KSA
## 409     411  388                  55M      M  55         KSA
## 410     412  389                  64M      M  64         KSA
## 411     413  390                  64M      M  64         KSA
## 412     414  391                  56M      M  56         KSA
## 413     415  392                  38F      F  38         KSA
## 414     416  393                  32M      M  32         KSA
## 415     417  394                  36M      M  36         KSA
## 416     418  395                  27M      M  27         KSA
## 417     419  396                  30F      F  30         KSA
## 418     420  397                  42M      M  42         KSA
## 419     421  398                  63F      F  63         KSA
## 420     422  399                  55M      M  55         KSA
## 421     423  400                  60M      M  60         KSA
## 422     424  408                  27M      M  27         KSA
## 423     425  409                   0M      M   0         KSA
## 424     426  410                  16F      F  16         KSA
## 425     427  411                  32M      M  32         KSA
## 426     428  412                  37M      M  37         KSA
## 427     429  413                  26F      F  26         KSA
## 428     430  414                  24F      F  24         KSA
## 429     431  415                  46F      F  46         KSA
## 430     432  416                  37M      M  37         KSA
## 431     433  417                  42F      F  42         KSA
## 432     434  418                  65F      F  65         KSA
## 433     435  419                  75M      M  75         KSA
## 434     436  420                  61F      F  61         KSA
## 435     437  421                  54F      F  54         KSA
## 436     438  422                  65M      M  65         KSA
## 437     439  423                  59M      M  59         KSA
## 438     440  424                  55M      M  55         KSA
## 439     441  425                  65F      F  65         KSA
## 440     442  428                  42M      M  42         KSA
## 441     443  429                  38F      F  38         KSA
## 442     444  430                  28M      M  28         KSA
## 443     445  426                  39M      M  39         KSA
## 444     446  427                  18F      F  18         KSA
## 445     447  431                  75M      M  75         KSA
## 446     448  432                  76M      M  76         KSA
## 447     449  433                  62M      M  62         KSA
## 448     450  434                  73M      M  73         KSA
## 449     451  435                  77M      M  77         KSA
## 450     452  436                  51F      F  51         KSA
## 451     453  437                  41F      F  41         KSA
## 452     454  438                  32M      M  32         KSA
## 453     455  439                  46M      M  46         KSA
## 454     456  440                  29F      F  29         KSA
## 455     457  441                  60M      M  60         KSA
## 456     458  442                  75F      F  75         KSA
## 457     459  443                  70F      F  70         KSA
## 458     460  444                  68M      M  68         KSA
## 459     461  445                  30F      F  30         KSA
## 460     462  446                  44M      M  44         KSA
## 461     463  447                  31M      M  31         KSA
## 462     464  448                  50M      M  50         KSA
## 463     465  449                  29F      F  29         KSA
## 464     466  450                  50F      F  50         KSA
## 465     467  451                  53F      F  53         KSA
## 466     468  452                  55M      M  55         KSA
## 467     469  453                  75F      F  75         KSA
## 468     470  454                  40M      M  40         KSA
## 469     471  455                  34M      M  34         KSA
## 470     472  456                  49F      F  49         KSA
## 471     473  457                  28M      M  28      Jordan
## 472     474  458                  31F      F  31         KSA
## 473     475  459                  28F      F  28         KSA
## 474     476  460                  28M      M  28         KSA
## 475     477  461                  50F      F  50         KSA
## 476     478  462                  38F      F  38         KSA
## 477     479  463                  28F      F  28         KSA
## 478     480  464                  60M      M  60         KSA
## 479     481  502                  28M      M  28      Jordan
## 480     482  465                  6?M      M 60+         KSA
## 481     483  466                  40F      F  40         KSA
## 482     484  467                  13M      M  13         KSA
## 483     485  468                  71F      F  71         KSA
## 484     486  469                  82M      M  82         KSA
## 485     487  470                  66F      F  66         KSA
## 486     488  471                  56F      F  56         KSA
## 487     489  472                  70M      M  70         KSA
## 488     490  473                  55M      M  55         KSA
## 489     491  474                  37M      M  37         KSA
## 490     492  475                  55F      F  55         KSA
## 491     493  476                  25M      M  25         KSA
## 492     494  477                  53M      M  53         KSA
## 493     495  478                  28M      M  28         KSA
## 494     496  479                  32M      M  32         KSA
## 495     497  480                  69F      F  69         KSA
## 496     498  481                  28F      F  28         KSA
## 497     499  482                  60M      M  60         KSA
## 498     500  483                  47M      M  47         KSA
## 499     501  484                  45F      F  45         KSA
## 500     502  485                  47M      M  47         KSA
## 501     503  486                  77M      M  77         KSA
## 502     504  487                  73F      F  73         KSA
## 503     505  488                  27M      M  27         KSA
## 504     506  489                  55M      M  55         KSA
## 505     507  490                  94M      M  94         KSA
## 506     508  491                  61M      M  61         KSA
## 507     509  492                  47M      M  47         KSA
## 508     510  493                  63M      M  63         KSA
## 509     511  494                  40F      F  40         KSA
## 510     512  495                  26F      F  26         KSA
## 511     513  496                  27F      F  27         KSA
## 512     514  497                  37F      F  37         KSA
## 513     515  498                  14M      M  14         KSA
## 514     516  499                  57F      F  57         KSA
## 515     517  500                  54F      F  54         KSA
## 516     518  501                  60M      M  60         KSA
## 517     519  503                  37F      F  37         KSA
## 518     520  504                  52F      F  52         KSA
## 519     521  505                  48M      M  48         KSA
## 520     522  506                  43F      F  43         KSA
## 521     523  507                  68F      F  68         KSA
## 522     524  508                  45M      M  45         KSA
## 523     525  509                  26F      F  26         KSA
## 524     526  511                  36F      F  36         KSA
## 525     527  512                  46F      F  46         KSA
## 526     528  513                  30F      F  30         KSA
## 527     529  514                  26F      F  26         KSA
## 528     530  515                  70M      M  70         KSA
## 529     531  516                  58F      F  58         KSA
## 530     532  517                  43F      F  43         KSA
## 531     533  518                  74M      M  74         KSA
## 532     534  519                  68F      F  68         KSA
## 533     535  520                  40M      M  40         KSA
## 534     536  510                  56M      M  56      Jordan
## 535     537  521                  61M      M  61         KSA
## 536     538  522                  65F      F  65         KSA
## 537     539  523                  28F      F  28         KSA
## 538     540  524                  36F      F  36         KSA
## 539     541  525                  36M      M  36         KSA
## 540     542  526                  28F      F  28         KSA
## 541     543  527                  26F      F  26         KSA
## 542     544  528                  36F      F  36         KSA
## 543     545  529                  36M      M  36         KSA
## 544     546  530                  57M      M  57         KSA
## 545     547  531                  10M      M  10         KSA
## 546     548  532                  32M      M  32         KSA
## 547     549  533                  54M      M  54         KSA
## 548     550  534                  84M      M  84         KSA
## 549     551  535                  42M      M  42         KSA
## 550     552  536                  56M      M  56         KSA
## 551     553  537                  77M      M  77         KSA
## 552     554  538                  34M      M  34         KSA
## 553     555  539                  55F      F  55         KSA
## 554     556  540                  63M      M  63         KSA
## 555     557  541                  34M      M  34         KSA
## 556     558  542                  53F      F  53         KSA
## 557     559  543                  40F      F  40         KSA
## 558     560  544                  22M      M  22         KSA
## 559     561  545                  30F      F  30         KSA
## 560     562  546                  62F      F  62         KSA
## 561     563  547                  80F      F  80         KSA
## 562     564  548                  22M      M  22         KSA
## 563     565  549                  84M      M  84         KSA
## 564     566  550                  42M      M  42         KSA
## 565     567  551                  59M      M  59         KSA
## 566     568  552                  78M      M  78         KSA
## 567     569  553                  60M      M  60     Lebanon
## 568     570  554                  33F      F  33         KSA
## 569     571  555                  62F      F  62         KSA
## 570     572  562                  34F      F  34         KSA
## 571     573  558                  37F      F  37         KSA
## 572     580  564                  35M      M  35         KSA
## 573     581  565                  36M      M  36         KSA
## 574     582  566                  30F      F  30         KSA
## 575     583  567                  35F      F  35         KSA
## 576     584  568                  45M      M  45         KSA
## 577     585  569                  72F      F  72         KSA
## 578     586  570                  58F      F  58         KSA
## 579     587  572                  56F      F  56         KSA
## 580     588  556                  31F      F  31         KSA
## 581     588  573                  80F      F  80         KSA
## 582     589  557                  29M      M  29         KSA
## 583     589  574                  42F      F  42         KSA
## 584     590  559                  26F      F  26         KSA
## 585     590  576                  31F      F  31         KSA
## 586     591  560                  35M      M  35         KSA
## 587     591  577                  60F      F  60         KSA
## 588     592  561                  26F      F  26         KSA
## 589     592  578                  74F      F  74         KSA
## 590     593  563                  33M      M  33         KSA
## 591     593  579                  80F      F  80         KSA
## 592     594  580                  44F      F  44         KSA
## 593     595  581                  29M      M  29         KSA
## 594     596  582                  36M      M  36         KSA
## 595     597  583                  66M      M  66         KSA
## 596     598  584                  44M      M  44         KSA
## 597     599  571                  50M      M  50      Jordan
## 598     600  585                  34F      F  34         KSA
## 599     601  586                  50F      F  50         KSA
## 600     602  587                  20F      F  20         KSA
## 601     603  588                  69M      M  69         KSA
## 602     604  589                  70M      M  70         KSA
## 603     605  590                  31F      F  31         KSA
## 604     606  591                  60F      F  60         KSA
## 605     607  592                  63F      F  63         KSA
## 606     608  593                  72M      M  72         KSA
## 607     609  594                  55F      F  55         KSA
## 608     610  595                  41F      F  41         KSA
## 609     611  596                  71M      M  71         KSA
## 610     612  597                  23F      F  23         KSA
## 611     613  598                  40F      F  40         KSA
## 612     614  599                  42F      F  42         KSA
## 613     615  600                  53F      F  53         KSA
## 614     616  601                  57M      M  57         KSA
## 615     617  602                  43M      M  43         KSA
## 616     618  603                  36F      F  36         KSA
## 617     619  604                   2F      F   2         KSA
## 618     620  605                  41F      F  41         KSA
## 619     621  614                  54F      F  54         KSA
## 620     622  615                  70F      F  70         KSA
## 621     623  616                  39F      F  39         KSA
## 622     624  617                  51M      M  51         UAE
## 623     625  618                  39F      F  39         UAE
## 624     626  619                  30M      M  30         UAE
## 625     627  620                  42M      M  42         UAE
## 626     628  621                  30F      F  30         UAE
## 627     629  622                  44M      M  44         UAE
## 628     630  623                  41M      M  41         UAE
## 629     631  624                  68M      M  68         UAE
## 630     632  625                  45M      M  45         UAE
## 631     633  626                  37M      M  37         UAE
## 632     634  627                  38F      F  38         UAE
## 633     635  628                  61M      M  61         UAE
## 634     636  629                  34F      F  34         UAE
## 635     637  613                  73F      F  73         KSA
## 636     638  630                  11M      M  11         KSA
## 637     639  631                  28M      M  28         KSA
## 638     640  632                  80M      M  80         KSA
## 639     641  633                  35F      F  35         KSA
## 640     642  634                  67F      F  67         KSA
## 641     643  635                  48F      F  48         KSA
## 642     644  636                  36F      F  36         KSA
## 643     645  637                  27F      F  27         KSA
## 644     646  638                  58F      F  58         KSA
## 645     647  639                  33F      F  33         KSA
## 646     648  640                  29M      M  29         KSA
## 647     649  641                  36M      M  36         KSA
## 648     650  642                  37M      M  37         KSA
## 649     651  643                  28F      F  28         KSA
## 650     652  644                  55M      M  55         KSA
## 651     653                                                 
## 652     654  646                  45F      F  45         KSA
## 653     655  647                  37M      M  37         KSA
## 654     656  648                  45M      M  45         KSA
## 655     657  649                  34M      M  34         KSA
## 656     658  650                  39M      M  39         KSA
## 657     659  651                  52M      M  52         KSA
## 658     660  652                  51M      M  51         KSA
## 659     661  653                  31M      M  31         KSA
## 660     662  654                  29M      M  29         KSA
## 661     663  655                  35M      M  35         KSA
## 662     664  656                  66F      F  66         KSA
## 663     665  657                  53M      M  53         KSA
## 664     666  658                  38M      M  38         KSA
## 665     667  659                  54M      M  54         KSA
## 666     668  660                  66M      M  66         KSA
## 667     669  661                  50F      F  50         KSA
## 668     670  662                  70F      F  70         KSA
## 669     671  663                  74M      M  74         KSA
## 670     672  664                  33M      M  33         KSA
## 671     673  665                  75M      M  75         KSA
## 672     674  666                  65M      M  65         KSA
## 673     675  667                  38F      F  38         KSA
## 674     676  668                  46M      M  46         KSA
## 675     677  669                  19M      M  19         KSA
## 676     678  670                  20F      F  20         KSA
## 677     679  671                  71M      M  71         UAE
## 678     680  672                  26M      M  26         UAE
## 679     681  673                  36M      M  36         UAE
## 680     682  674                  80F      F  80         KSA
## 681     683  675                  48M      M  48         KSA
## 682     684  676                  25M      M  25         KSA
## 683     685  677                  28M      M  28         KSA
## 684     686  679                  29F      F  29         KSA
## 685     687  680                  32M      M  32         KSA
## 686     688  681                  25F      F  25         KSA
## 687     689  682                  45F      F  45         KSA
## 688     690  678                  69M      M  69      Jordan
## 689     691  683                  52F      F  52        Iran
## 690     692  684                  50F      F  50        Iran
## 691     693                                F            Iran
## 692     694  827                  35F      F  35        Iran
## 693     695  685                  72M      M  72         KSA
## 694     696  686                  65M      M  65         KSA
## 695     697  687                  39F      F  39         KSA
## 696     698  688                  55M      M  55         KSA
## 697     699  689                  44M      M  44         KSA
## 698     700  690                  71M      M  71         KSA
## 699     701  691                  36M      M  36         KSA
## 700     702  692                  45M      M  45         KSA
## 701     703  693                  66M      M  66         KSA
## 702     704  694                  59M      M  59         KSA
## 703     705  695                  56M      M  56         KSA
## 704     706  696                  42M      M  42         KSA
## 705     707  697                  57F      F  57         KSA
## 706     708  698                  31M      M  31         KSA
## 707     709  699                  48M      M  48         KSA
## 708     710  813                  50M      M  50         KSA
## 709     711  815                  28F      F  28         KSA
## 710     712  816                  45M      M  45         KSA
## 711     713  817                  80M      M  80         KSA
## 712     714  818                  37M      M  37         KSA
## 713     715  819                  27M      M  27         KSA
## 714     716  820                  33M      M  33         KSA
## 715     717  821                  22M      M  22         KSA
## 716     718  822                  26F      F  26         KSA
## 717     719  823                  41M      M  41         KSA
## 718     720  824                  72M      M  72         KSA
## 719     721  825                  36M      M  36         KSA
## 720     722  826                  36M      M  36         KSA
## 721     723  829                  33M      M  33         KSA
## 722     724  831                  58M      M  58         KSA
## 723     725  828                  36M      M  36         UAE
## 724     726  832                  42M      M  42         KSA
## 725     727  833                  38F      F  38         KSA
## 726     728  834                  45M      M  45         KSA
## 727     729  835                  57M      M  57         KSA
## 728     730  836                  85M      M  85         KSA
## 729     731  837                  46M      M  46         KSA
## 730     732  838                  57M      M  57         KSA
## 731     733  843                  44M      M  44        Iran
## 732     734  839                  58M      M  58         KSA
## 733     735                        ?M      M   ?        Iran
## 734     736  840                  15M      M  15         KSA
## 735     737  841                  53M      M  53         KSA
## 736     738  842                  28F      F  28         KSA
## 737     739  851                  67M      M  67         UAE
## 738     740  852                  50M      M  50         UAE
## 739     741  844                  55F      F  55         KSA
## 740     742  845                  52M      M  52         KSA
## 741     743  846                  72M      M  72         KSA
## 742     744  847                  70M      M  70         KSA
## 743     745  848                  74M      M  74         KSA
## 744     746  849                  70M      M  70         KSA
## 745     747  850                  49M      M  49         KSA
## 746     748                       72M      M  72         KSA
## 747     749                       59M      M  59         KSA
## 748     750                       69M      M  69         KSA
## 749     751                       52F      F  52         KSA
## 750     752                       34M      M  34         KSA
## 751     753                       60M      M  60         KSA
## 752     754                       43M      M  43         KSA
## 753     755                       38F      F  38         KSA
## 754     756                       76M      M  76         KSA
## 755     757                       39M      M  39         KSA
## 756     758                       27M      M  27         KSA
## 757     759                       65M      M  65         KSA
## 758     760                         ?      ?   ?         KSA
## 759     761                       37M      M  37         KSA
## 760     762                       60M      M  60         KSA
## 761     763                       40M      M  40         KSA
## 762     764                       70M      M  70         KSA
## 763     765                       29F      F  29         KSA
## 764     766                       65M      M  65         KSA
## 765     767                       60M      M  60         KSA
## 766     768                       69M      M  69         KSA
## 767     769                       51M      M  51         KSA
## 768     770                       77M      M  77         KSA
## 769     771                       50M      M  50         KSA
## 770     772                       70M      M  70         KSA
## 771     773                       44M      M  44         KSA
## 772     774                       82M      M  82         KSA
## 773     775                       42M      M  42         KSA
## 774     776                       66M      M  66         KSA
## 775     777                       65M      M  65         KSA
## 776     778                       55F      F  55         KSA
## 777     779                       17M      M  17         KSA
## 778     780                       35F      F  35         KSA
## 779     781                       70M      M  70         KSA
## 780     782                       46M      M  46         KSA
## 781     783                       56M      M  56         KSA
## 782     784                       71M      M  71       Qatar
## 783     785                       43M      M  43       Qatar
## 784     786                       73F      F  73         KSA
## 785     787                       45M      M  45         KSA
## 786     788                       75M      M  75         KSA
## 787     789                       53M      M  53         KSA
## 788     790                       44M      M  44         KSA
## 789     791                       61F      F  61         KSA
## 790     792                       90F      F  90         KSA
## 791     793                       53M      M  53         KSA
## 792     794                       84M      M  84         KSA
## 793     795                       60M      M  60         KSA
## 794     796                       30F      F  30         KSA
## 795     797                       36M      M  36         KSA
## 796     798                       38M      M  38         KSA
## 797     799                       54M      M  54         KSA
## 798     800                       70M      M  70         KSA
## 799     801                       44M      M  44         KSA
## 800     802                       82M      M  82         KSA
## 801     803                       60M      M  60         KSA
## 802     804                       42F      F  42         KSA
## 803     805                       75M      M  75         KSA
## 804     806                       41M      M  41         KSA
## 805     807                       31F      F  31         KSA
## 806     808                       33M      M  33         KSA
## 807     809                       33M      M  33         KSA
## 808     810                       32F      F  32         KSA
## 809     811                       75F      F  75         KSA
## 810     812                       49M      M  49         KSA
## 811     813                       45M      M  45         KSA
## 812     814                       45F      F  45         KSA
## 813     815                       70F      F  70         KSA
## 814     816                       70F      F  70         KSA
## 815     817                       22M      M  22         KSA
## 816     818                       29M      M  29         KSA
## 817     819                       53M      M  53         KSA
## 818     820                       58M      M  58         KSA
## 819     821                       84F      F  84         KSA
## 820     822                       99M      M  99         KSA
## 821     823                       48F      F  48         KSA
## 822     824                       58M      M  58         KSA
## 823     825                       42M      M  42         KSA
## 824     826                       79F      F  79         KSA
## 825     827                       40M      M  40         KSA
## 826     828                       34M      M  34         KSA
## 827     829                       62M      M  62         KSA
## 828     830                       28M      M  28         KSA
## 829     831                       71M      M  71         KSA
## 830     832                       52M      M  52         KSA
## 831     833                       70F      F  70         KSA
## 832     834                       61M      M  61         KSA
## 833     835                       29F      F  29         KSA
## 834     836                       70M      M  70         KSA
## 835     837                       53M      M  53         KSA
## 836     838                       70M      M  70         KSA
## 837     839                       31F      F  31         KSA
## 838     841                       84M      M  84         KSA
## 839     842                       76M      M  76         KSA
## 840     843                       45M      M  45         KSA
## 841     844                       69M      M  69         KSA
## 842     845                       61M      M  61         KSA
## 843     846                       32M      M  32        Oman
## 844     847                       53M      M  53         KSA
## 845     848                       80M      M  80         KSA
## 846     849                       91M      M  91         KSA
## 847     850                       32M      M  32         KSA
## 848     851                       31F      F  31        Oman
## 849     852                       67M      M  67         KSA
## 850     853                       93M      M  93         KSA
## 851     854                       43M      M  43        Oman
## 852     855                       62M      M  62         KSA
## 853     856                       67M      M  67         KSA
## 854     857                       76M      M  76         KSA
## 855     858                       38M      M  38         KSA
## 856     859                       84F      F  84         KSA
## 857     860                       80M      M  80         KSA
## 858     861                       77M      M  77         KSA
## 859     862                       80M      M  80         KSA
## 860     863                       37M      M  37         KSA
## 861     864                       76M      M  76         KSA
## 862     865                       62M      M  62         KSA
## 863     866                       56F      F  56         KSA
## 864     867                       26M      M  26         KSA
## 865     868                       59M      M  59         KSA
## 866     869                       58F      F  58         KSA
## 867     870                       37M      M  37         KSA
## 868     871                       34F      F  34         KSA
## 869     872                       62M      M  62         KSA
## 870     873                       49M      M  49         KSA
## 871     874                       57M      M  57         KSA
## 872     875                       50F      F  50         KSA
## 873     876                       56M      M  56         KSA
## 874     877                       48M      M  48         KSA
## 875     878                       31F      F  31         KSA
## 876     879                       73F      F  73         KSA
## 877     880                       27F      F  27         KSA
## 878     881                       41M      M  41         KSA
## 879     882                       58M      M  58         KSA
## 880     883                       75M      M  75         KSA
## 881     884                       46M      M  46         KSA
## 882     885                       70M      M  70         KSA
## 883     886                       29M      M  29         KSA
## 884     887                       53M      M  53         KSA
## 885     888                       52M      M  52         KSA
## 886     889                       79M      M  79         KSA
## 887     890                       24M      M  24         KSA
## 888     891                       46M      M  46         KSA
## 889     892                       49F      F  49         KSA
## 890     893                       83F      F  83         KSA
## 891     894                       77M      M  77         KSA
## 892     895                       70F      F  70         KSA
## 893     896                       54M      M  54         KSA
## 894     897                       31F      F  31         KSA
## 895     898                       41M      M  41         KSA
## 896     899                       42M      M  42         KSA
## 897     900                       81M      M  81         KSA
## 898     901                       31M      M  31         KSA
## 899     902                       47M      M  47         KSA
## 900     903                       54F      F  54         KSA
## 901     904                       35M      M  35         KSA
## 902     905                       23M      M  23         KSA
## 903     906                       58F      F  58         KSA
## 904     907                       43F      F  43         KSA
## 905     908                       85M      M  85         KSA
## 906     909                       34F      F  34         KSA
## 907     910                       38M      M  38         KSA
## 908     911                       60M      M  60         KSA
## 909     912                       65M      M  65         KSA
## 910     913                       75M      M  75         KSA
## 911     914                       37M      M  37         KSA
## 912     915                       41M      M  41         KSA
## 913     916                       77M      M  77         KSA
## 914     917                       58M      M  58         KSA
## 915     918                       83M      M  83         KSA
## 916     919                                                 
## 917     920                       89M      M  89         KSA
## 918     921                       84M      M  84         KSA
## 919     922                       58F      F  58         KSA
## 920     923                       38M      M  38         UAE
## 921     924                       55M      M  55       Qatar
## 922     925                       31F      F  31         KSA
## 923     926                       62M      M  62         KSA
## 924     927                       58M      M  58         KSA
## 925     928                       62F      F  62         KSA
## 926     929                       50M      M  50         KSA
## 927     930                       65F      F  65         KSA
## 928     931                       45M      M  45         KSA
## 929     932                       75M      M  75         KSA
## 930     933                       83M      M  83         KSA
## 931     934                       80M      M  80         KSA
## 932     935                       24F      F  24         KSA
## 933     936                       35M      M  35         KSA
## 934     937                       56M      M  56         KSA
## 935     938                                                 
## 936     939                       91F      F  91         KSA
## 937     940                       46M      M  46         KSA
## 938     941                       84M      M  84         KSA
## 939     942                       51M      M  51         KSA
## 940     943                       56M      M  56         KSA
## 941     944 1061                  40M      M  40         KSA
## 942     945 1062                  45M      M  45         KSA
## 943     946 1063                  80M      M  80         KSA
## 944     947 926?                  40F      F  40         KSA
## 945     948 1064                  46F      F  46         KSA
## 946     949 1065                  61M      M  61         KSA
## 947     950 1066                  34M      M  34         KSA
## 948     951 1067                  74M      M  74         KSA
## 949     952 1068                  64F      F  64         KSA
## 950     953 1069                  60M      M  60         KSA
## 951     954 1070                  51F      F  51         KSA
## 952     955 1071                  57M      M  57         KSA
## 953     956 1072                  61F      F  61         KSA
## 954     957 1073                  63M      M  63         KSA
## 955     958 1074                  53M      M  53         KSA
## 956     959                       89M      M  89         KSA
## 957     960 1075                  70F      F  70         KSA
## 958     961                       58M      M  58         KSA
## 959     962 1076                  69F      F  69         KSA
## 960     963                       48M      M  48         KSA
## 961     964 1077                  30M      M  30         KSA
## 962     965 1078                  44M      M  44         KSA
## 963     966 1079                  53M      M  53         KSA
## 964     967                       76F      F  76         KSA
## 965     968 1080                  59F      F  59         KSA
## 966     969 1081                  48F      F  48         KSA
## 967     970 1082                  56M      M  56         KSA
## 968     971 1084                  57M      M  57         KSA
## 969     972 1085                  61M      M  61         KSA
## 970     973 1086                  48F      F  48         KSA
## 971     974 1087                  37M      M  37         KSA
## 972     975 1088                  48F      F  48         KSA
## 973     976 1089                  61M      M  61         KSA
## 974     977 1090                  72F      F  72         KSA
## 975     978 1091                  55M      M  55         KSA
## 976     979 1092                  59M      M  59         KSA
## 977     980 1093                  62F      F  62         KSA
## 978     981 1094                  45F      F  45         KSA
## 979     982 1096                  31M      M  31         KSA
## 980     983 1097                  21M      M  21         KSA
## 981     984 1098                  47M      M  47         KSA
## 982     985 1109                  60M      M  60         KSA
## 983     986 1100                  44M      M  44         KSA
## 984     987 1101                  56M      M  56         KSA
## 985     988 1102                  27M      M  27         KSA
## 986     989 1103                  73M      M  73         KSA
## 987     990                       75M      M  75         KSA
## 988     991 1104                  60M      M  60         KSA
## 989     992 1105                  54M      M  54         KSA
## 990     993 1106                  50M      M  50         KSA
## 991     994 1107                  55F      F  55         KSA
## 992     995 1108                  42M      M  42         KSA
## 993     996 1109                  20M      M  20         KSA
## 994     997                       61M      M  61         KSA
## 995     998 1110                  48M      M  48         KSA
## 996     999 1083                  65M      M  65         UAE
## 997    1000                       51M      M  51         KSA
## 998    1001 1095                  69M      M  69       Qatar
## 999    1002 1111                  65M      M  65         KSA
## 1000   1003 1112                  30M      M  30         KSA
## 1001   1004                                                 
## 1002   1005 1113                  54M      M  54         KSA
## 1003   1006 1114                  39M      M  39         KSA
## 1004   1007 1115                  80M      M  80         KSA
## 1005   1008 1116                  63M      M  63         KSA
## 1006   1009 1117                  60M      M  60         KSA
## 1007   1010 1118                  65F      F  65         KSA
## 1008   1011 1119                  51M      M  51         KSA
## 1009   1012                       66M      M  66         KSA
## 1010   1013 1120                  66M      M  66         KSA
## 1011   1014 1121                  65F      F  65         KSA
## 1012   1015 1122                  82M      M  82         KSA
## 1013   1016 1123                  93M      M  93         KSA
## 1014   1017                       63M      M  63         KSA
## 1015   1018 1124                  65M      M  65         KSA
## 1016   1019 1125                  61M      M  61         KSA
## 1017   1020 1126                  49M      M  49         KSA
## 1018   1021                       54M      M  54         KSA
## 1019   1022                       44M      M  44         KSA
## 1020   1023 1127                  35M      M  35         KSA
## 1021   1024 1128                  41M      M  41         KSA
## 1022   1025 1129                  39M      M  39         KSA
## 1023   1026 1131                  48M      M  48         KSA
## 1024   1027 1132                  61M      M  61         KSA
## 1025   1028 1133                  75M      M  75         KSA
## 1026   1029 1134                  30M      M  30         KSA
## 1027   1030 1135                  24F      F  24         KSA
## 1028   1031 1136                  59F      F  59         KSA
## 1029   1032 1137                  30F      F  30         KSA
## 1030   1033 1138                  74M      M  74         KSA
## 1031   1034 1139                  33M      M  33         KSA
## 1032   1035 1140                  33M      M  33         KSA
## 1033   1036 1141                  71M      M  71         KSA
## 1034   1037 1142                  46M      M  46         KSA
## 1035   1038 1130                  61M      M  61        Iran
## 1036   1039 1143                  36M      M  36         KSA
## 1037   1040 1144                  31M      M  31         KSA
## 1038   1041 1145                  66M      M  66         KSA
## 1039   1042 1146                  59F      F  59         KSA
## 1040   1043 1147                  73F      F  73         KSA
## 1041   1044 1148                  29M      M  29         UAE
## 1042   1045 1153                  48M      M  48         KSA
## 1043   1046 1163                  77F      F  77         KSA
## 1044   1047 1156                  68F      F  68         KSA
## 1045   1048 1157                  71M      M  71         KSA
## 1046   1049 1159                  65M      M  65         KSA
## 1047   1050 1154                  29M      M  29       Qatar
## 1048   1051 1149          SK1:W1  68M      M  68 South Korea
## 1049   1052 1152          SK3:W3  76M      M  76 South Korea
## 1050   1053 1151          SK2:W2  63F      F  63 South Korea
## 1051   1054 1150                  33M      M  33         UAE
## 1052   1055 1158          SK4:W4  46F      F  46 South Korea
## 1053   1056 1160          SK5:W5  50M      M  50 South Korea
## 1054   1057 1164                  26F      F  26         KSA
## 1055   1058 1161          SK6:W6  71M      M  71 South Korea
## 1056   1059 1162          SK7:W7  28F      F  28 South Korea
## 1057   1060 1165         SK8:W12  46F      F  46 South Korea
## 1058   1061 1171          SK9:W8  56M      M  56 South Korea
## 1059   1062 1166         SK11:W9  79F      F  79 South Korea
## 1060   1063 1172        SK12:W10  49F      F  49 South Korea
## 1061   1064 1167            SK10  44M      M  44 South Korea
## 1062   1065 1180        SK13:W11  49M      M  49 South Korea
## 1063   1066 1168                  27F      F  27         KSA
## 1064   1067 1169                  70M      M  70         KSA
## 1065   1068 1170                  74M      M  74         KSA
## 1066   1069 1175                  57F      F  57         KSA
## 1067   1070 1176                  48M      M  48         KSA
## 1068   1071 1177                  50F      F  50         KSA
## 1069   1072 1178                  43M      M  43         KSA
## 1070   1073                       59M      M  59         KSA
## 1071   1074 1155                  73M      M  73       Qatar
## 1072   1075 1173        SK14:W13  35M      M  35 South Korea
## 1073   1076 1174        SK15:W14  35M      M  35 South Korea
## 1074   1077 1184                  54M      M  54         KSA
## 1075   1078 1185                  50M      M  50         KSA
## 1076   1079 1179                  75M      M  75        Oman
## 1077   1080 1192        SK25:W24  57F      F  57 South Korea
## 1078   1081 1181        SK16:W15  40M      M  40 South Korea
## 1079   1082 1182        SK17:W16  45M      M  45 South Korea
## 1080   1083 1183        SK18:W17  77F      F  77 South Korea
## 1081   1084 1186        SK19:W18  60M      M  60 South Korea
## 1082   1085 1187        SK20:W19  40M      M  40 South Korea
## 1083   1086 1188        SK21:W20  59F      F  59 South Korea
## 1084   1087 1189        SK22:W21  39F      F  39 South Korea
## 1085   1088 1190        SK23:W22  73M      M  73 South Korea
## 1086   1089 1191        SK24:W23  78M      M  78 South Korea
## 1087   1090 1193        SK26:W25  43M      M  43 South Korea
## 1088   1091 1194        SK27:W26  55M      M  55 South Korea
## 1089   1092 1195        SK28:W27  58M      M  58 South Korea
## 1090   1093 1196        SK29:W28  77F      F  77 South Korea
## 1091   1094 1197        SK30:W29  60M      M  60 South Korea
## 1092   1095  924                  65M      M  65         KSA
## 1093   1096  925                  57M      M  57         KSA
## 1094   1097  926                  40F      F  40         KSA
## 1095   1098 1206                  64M      M  64         KSA
## 1096   1099 1198                  45M      M  45         KSA
## 1097   1100 1199                  50M      M  50         KSA
## 1098   1101 1212                  58F      F  58         KSA
## 1099   1102 1213                  41M      M  41         KSA
## 1100   1103 1214                  29M      M  29         KSA
## 1101   1104 1215                  55M      M  55         KSA
## 1102   1105 1216                  58M      M  58         KSA
## 1103   1106 1200        SK31:W30  69M      M  69 South Korea
## 1104   1107 1201        SK32:W31  54M      M  54 South Korea
## 1105   1108 1202        SK33:W32  47M      M  47 South Korea
## 1106   1109 1203        SK34:W33  25F      F  25 South Korea
## 1107   1110 1204        SK35:W34  38M      M  38 South Korea
## 1108   1111 1205        SK36:W35  82M      M  82 South Korea
## 1109   1112 1226                  65M      M  65         KSA
## 1110   1113 1227                  56M      M  56         KSA
## 1111   1114 1208        SK38:W36  49M      M  49 South Korea
## 1112   1115 1209        SK39:W37  62M      M  62 South Korea
## 1113   1116 1210        SK40:W38  24M      M  24 South Korea
## 1114   1117 1211        SK41:W39  70F      F  70 South Korea
## 1115   1118 1207        SK37:W40  45M      M  45 South Korea
## 1116   1119 1265                  72M      M  72         KSA
## 1117   1120 1217        SK42:W41  54F      F  54 South Korea
## 1118   1121 1221        SK46:W42  40M      M  40 South Korea
## 1119   1122 1222        SK47:W43  68F      F  68 South Korea
## 1120   1123 1220        SK45:W44  65M      M  65 South Korea
## 1121   1124 1218        SK43:W45  24F      F  24 South Korea
## 1122   1125 1219        SK44:W46  51F      F  51 South Korea
## 1123   1126 1223        SK48:W47  39M      M  39 South Korea
## 1124   1127 1224        SK49:W48  75M      M  75 South Korea
## 1125   1128 1225        SK50:W49  81F      F  81 South Korea
## 1126   1129 1274                  73M      M  73         KSA
## 1127   1130 1228        SK51:W50  72F      F  72 South Korea
## 1128   1131 1229        SK52:W51  54F      F  54 South Korea
## 1129   1132 1230        SK53:W52  51M      M  51 South Korea
## 1130   1133 1231        SK54:W53  63F      F  63 South Korea
## 1131   1134 1232        SK55:W54  36M      M  36 South Korea
## 1132   1135 1233        SK56:W55  45M      M  45 South Korea
## 1133   1136 1234        SK57:W56  57M      M  57 South Korea
## 1134   1137 1235        SK58:W57  55M      M  55 South Korea
## 1135   1138 1236        SK59:W58  44M      M  44 South Korea
## 1136   1139 1237        SK60:W59  37F      F  37 South Korea
## 1137   1140 1238        SK61:W60  55M      M  55 South Korea
## 1138   1141 1239        SK62:W61  32M      M  32 South Korea
## 1139   1142 1240        SK63:W62  58F      F  58 South Korea
## 1140   1143 1241        SK64:W63  75M      M  75 South Korea
## 1141   1144 1242        SK65:W86  55F      F  55 South Korea
## 1142   1145 1243        SK66:W85  42F      F  42 South Korea
## 1143   1146 1244        SK67:W84  16M      M  16 South Korea
## 1144   1147 1245        SK68:W83  55F      F  55 South Korea
## 1145   1148 1246        SK69:W80  44M      M  44 South Korea
## 1146   1149 1247        SK70:W79  59M      M  59 South Korea
## 1147   1150 1248        SK71:W72  40F      F  40 South Korea
## 1148   1151 1249        SK72:W71  56M      M  56 South Korea
## 1149   1152 1250        SK73:W69  65F      F  65 South Korea
## 1150   1153 1251        SK74:W68  71M      M  71 South Korea
## 1151   1154 1253        SK75:W77  75F      F  75 South Korea
## 1152   1155 1252        SK76:W74  63F      F  63 South Korea
## 1153   1156 1254        SK77:W67  63M      M  63 South Korea
## 1154   1157 1255        SK78:W73  41F      F  41 South Korea
## 1155   1158 1256        SK79:W70  24F      F  24 South Korea
## 1156   1159 1257        SK80:W66  35M      M  35 South Korea
## 1157   1160 1258        SK81:W81  62M      M  62 South Korea
## 1158   1161 1259        SK82:W82  82F      F  82 South Korea
## 1159   1162 1260        SK83:W78  65M      M  65 South Korea
## 1160   1163 1261        SK84:W76  80M      M  80 South Korea
## 1161   1164 1262        SK85:W75  66F      F  66 South Korea
## 1162   1165 1263        SK86:W65  76F      F  76 South Korea
## 1163   1166 1264        SK87:W64  78F      F  78 South Korea
## 1164   1167 1267        SK89:W88  59M      M  59 South Korea
## 1165   1168 1269        SK91:W90  49M      M  49 South Korea
## 1166   1169 1268        SK90:W89  62M      M  62 South Korea
## 1167   1170 1270        SK92:W91  27M      M  27 South Korea
## 1168   1171 1266        SK88:W87  47M      M  47 South Korea
## 1169   1172 1271        SK93:W92  64F      F  64 South Korea
## 1170   1173 1272        SK94:W93  71M      M  71 South Korea
## 1171   1174 1273        SK95:W94  76M      M  76 South Korea
## 1172   1175 1289                  60F      F  60         KSA
## 1173   1176 1288                  77F      F  77         UAE
## 1174   1177 1275        SK96:W95  42F      F  42 South Korea
## 1175   1178 1276        SK97:W96  46M      M  46 South Korea
## 1176   1179 1277       SK98:W100  58M      M  58 South Korea
## 1177   1180 1278       SK99:W101  48M      M  48 South Korea
## 1178   1181 1279     SK100:?W102  32F      F  32 South Korea
## 1179   1182 1280      SK101:W103  84M      M  84 South Korea
## 1180   1183 1281      SK102:W104  48F      F  48 South Korea
## 1181   1184 1282      SK103:W105  66M      M  66 South Korea
## 1182   1185 1283      SK104:W106  55M      M  55 South Korea
## 1183   1186 1284      SK105:W107  63M      M  63 South Korea
## 1184   1187 1285       SK106:W97  60F      F  60 South Korea
## 1185   1188 1286       SK107:W98  64F      F  64 South Korea
## 1186   1189 1287      SK108:?W99  32F      F  32 South Korea
## 1187   ?840                       67F      F  67        Iran
## 1188   1190 1308                  77M      M  77         KSA
## 1189   1191 1321                  55F      F  55         KSA
## 1190   1192 1329                  46M      M  46         KSA
## 1191   1193 1330                  54F      F  54         KSA
## 1192   1194 1290      SK109:W115  39F      F  39 South Korea
## 1193   1195 1291      SK110:W116  57F      F  57 South Korea
## 1194   1196 1292      SK111:W117  43F      F  43 South Korea
## 1195   1197 1293      SK112:W118  63M      M  63 South Korea
## 1196   1198 1294      SK113:W119  64M      M  64 South Korea
## 1197   1199 1295      SK114:W120  46M      M  46 South Korea
## 1198   1200 1296      SK115:W121  77F      F  77 South Korea
## 1199   1201 1297     SK116:?W114  58F      F  58 South Korea
## 1200   1202 1298      SK117:W108  26F      F  26 South Korea
## 1201   1203 1301      SK120:W124  75M      M  75 South Korea
## 1202   1204 1303      SK122:W113  55F      F  55 South Korea
## 1203   1205 1299      SK118:W109  68F      F  68 South Korea
## 1204   1206 1302 SK121:?W111/112 ?76M      M ?76 South Korea
## 1205   1207 1300     SK119:?W110  36M      M  36 South Korea
## 1206   1208 1304      SK123:W122  65M      M  65 South Korea
## 1207   1209 1305     SK124:?W123  36M      M  36 South Korea
## 1208   1210 1306 SK125:?W111/112 ?56M      M ?56 South Korea
## 1209   1211 1307      SK126:W125  70F      F  70 South Korea
## 1210   1212 1310     SK128:?W127  87M      M  87 South Korea
## 1211   1213 1311    ?SK129:?W128  86M      M  86 South Korea
## 1212   1214 1312      SK130:W129  65F      F  65 South Korea
## 1213   1215 1309      SK127:W126  76F      F  76 South Korea
## 1214   1216 1313      SK131:W130  59M      M  59 South Korea
## 1215   1217 1314      SK132:W131  55M      M  55 South Korea
## 1216   1218 1315      SK133:W132  70M      M  70 South Korea
## 1217   1219 1316      SK134:W133  67F      F  67 South Korea
## 1218   1220 1317      SK135:W134  33M      M  33 South Korea
## 1219   1221 1318      SK136:W135  67M      M  67 South Korea
## 1220   1222 1319      SK137:W137  55M      M  55 South Korea
## 1221   1223 1320      SK138:W136  37M      M  37 South Korea
## 1222   1224 1322      SK139:W138  64F      F  64 South Korea
## 1223   1225 1323      SK140:W139  80F      F  80 South Korea
## 1224   1226 1324      SK141:W140  42M      M  42 South Korea
## 1225   1227 1325     SK142:?W141  31M      M  31 South Korea
## 1226   1228 1326     SK143:?W142  31M      M  31 South Korea
## 1227   1229 1327      SK144:W143  71M      M  71 South Korea
## 1228   1230 1328      SK145:W144  37M      M  37 South Korea
## 1229   1231 1336                  69F      F  69         KSA
## 1230   1232 1331      SK146:W147  55M      M  55 South Korea
## 1231   1233 1332      SK147:W145  46F      F  46 South Korea
## 1232   1234 1333      SK148:W146  39F      F  39 South Korea
## 1233   1235 1334      SK149:W148  84F      F  84 South Korea
## 1234   1236 1335      SK150:W149  44M      M  44 South Korea
## 1235   1237                       50M      M  50         KSA
## 1236   1238 1337      SK151:W150  38F      F  38 South Korea
## 1237   1239 1338      SK152:W152  66M      M  66 South Korea
## 1238   1240 1339      SK153:W151  61F      F  61 South Korea
## 1239   1241 1340      SK154:W153  52M      M  52 South Korea
## 1240   1242 1341                  65M      M  65         UAE
## 1241   1243 1350                  28M      M  28         KSA
## 1242   1244 1342      SK155:W154  42F      F  42 South Korea
## 1243   1245 1343      SK156:W155  49M      M  49 South Korea
## 1244   1246 1344      SK157:W156  60M      M  60 South Korea
## 1245   1247 1345      SK158:W157  50M      M  50 South Korea
## 1246   1248 1346     SK159:?W159  49M      M  49 South Korea
## 1247   1249 1347      SK160:W158  31M      M  31 South Korea
## 1248   1250 1348      SK161:W160  79F      F  79 South Korea
## 1249   1251 1349      SK162:W161  33M      M  33 South Korea
## 1250   1252 1357                  52M      M  52         KSA
## 1251   1253 1358                  61F      F  61         KSA
## 1252   1254 1351      SK163:W162  53F      F  53 South Korea
## 1253   1255 1352      SK164:W163  35F      F  35 South Korea
## 1254   1256 1353      SK165:W164  79M      M  79 South Korea
## 1255   1257 1354                  75M      M  75        Oman
## 1256   1258 1356      SK166:W165  62M      M  62 South Korea
## 1257   1259 1355                  46F      F  46         UAE
## 1258   1260 1359                  60F      F  60         KSA
## 1259   1261 1360      SK167:W166  53M      M  53 South Korea
## 1260   1262 1361      SK168:W167  36M      M  36 South Korea
## 1261   1263 1362      SK169:W168  34M      M  34 South Korea
## 1262   1264 1363      SK170:W169  77M      M  77 South Korea
## 1263   1265 1364      SK171:W170  60F      F  60 South Korea
## 1264   1266 1365      SK172:W171  61F      F  61 South Korea
## 1265   1267 1366      SK173:W172  70F      F  70 South Korea
## 1266   1268 1367      SK174:W173  75M      M  75 South Korea
## 1267   1269 1368      SK175:W174  74M      M  74 South Korea
## 1268   1270 1369      SK176:W175  51M      M  51 South Korea
## 1269   1271 1370      SK177:W176  50F      F  50 South Korea
## 1270   1272 1371      SK178:W177  30M      M  30 South Korea
## 1271   1273 1372      SK179:W178  54F      F  54 South Korea
## 1272   1274 1374                  41M      M  41         KSA
## 1273   1275 1376                  11M      M  11         UAE
## 1274   1276 1373      SK180:W179  54M      M  54 South Korea
## 1275   1277 1375      SK181:W180  26M      M  26 South Korea
## 1276   1278 1377      SK182:W181  27F      F  27 South Korea
## 1277   1279 1378                  40M      M  40         KSA
## 1278   1280 1379                  65F      F  65         KSA
## 1279   1281 1380                  56F      F  56         KSA
## 1280   1282 1382                  60M      M  60         KSA
## 1281   1283 1383                  76M      M  76         KSA
## 1282   1284 1381      SK183:W182  24F      F  24 South Korea
## 1283   1285 1386                  35M      M  35         KSA
## 1284   1286 1384      SK184:W183  24F      F  24 South Korea
## 1285   1287 1385      SK185:W184  25F      F  25 South Korea
## 1286   1288 1387      SK186:W185  50F      F  50 South Korea
## 1287   1289 1388                  36M      M  36         KSA
## 1288   1290 1389                  77M      M  77         KSA
## 1289   1291 1390                  60F      F  60         KSA
## 1290   1292 1391                  93M      M  93         KSA
## 1291   1293 1392                  32M      M  32         KSA
## 1292   1294 1393                  60F      F  60         KSA
## 1293   1295 1394                  56M      M  56         KSA
## 1294   1296 1395                  52F      F  52         KSA
## 1295   1297 1396                  54M      M  54         KSA
## 1296   1298 1397                  28M      M  28         KSA
## 1297   1299 1398                  30M      M  30         KSA
## 1298   1300 1399                  44F      F  44         KSA
## 1299   1301 1400                  67M      M  67         KSA
## 1300   1302 1401                  53M      M  53         KSA
## 1301   1303 1402                  75M      M  75         KSA
## 1302   1304 1403                  78M      M  78         KSA
## 1303   1305 1404                  86M      M  86         KSA
## 1304   1306 1405                  31F      F  31         KSA
## 1305   1307 1406                  50M      M  50         KSA
## 1306   1308                       38M      M  38         KSA
## 1307   1309                       29F      F  29         KSA
## 1308   1310                       72F      F  72         KSA
## 1309   1311                       42M      M  42         KSA
## 1310   1312                       55M      M  55         KSA
## 1311   1313                       50F      F  50         KSA
## 1312   1314                       74M      M  74         KSA
## 1313   1315                       31F      F  31         KSA
## 1314   1316                       60F      F  60         KSA
## 1315   1317                       55F      F  55         KSA
## 1316   1318                       49M      M  49         KSA
## 1317   1319                       73F      F  73         KSA
## 1318   1320                       57M      M  57         KSA
## 1319   1321                       57M      M  57         KSA
## 1320   1322                       65M      M  65         KSA
## 1321   1323                       99M      M  99         KSA
## 1322   1324                       56M      M  56         KSA
## 1323   1325                       45M      M  45         KSA
## 1324   1326                       63M      M  63         KSA
## 1325   1327                       58M      M  58         KSA
## 1326   1328                       78F      F  78         KSA
## 1327   1329                       56F      F  56         KSA
## 1328   1330                       57M      M  57         KSA
## 1329   1331                       81F      F  81         KSA
## 1330   1332                       57M      M  57         KSA
## 1331   1333                       47F      F  47         KSA
## 1332   1334                       28F      F  28         KSA
## 1333   1335                        2M      M   2         KSA
## 1334   1336                       63F      F  63         KSA
## 1335   1337                       64M      M  64         KSA
## 1336   1338                       90M      M  90         KSA
## 1337   1339                       41M      M  41         KSA
## 1338   1340                       31F      F  31         KSA
## 1339   1341                       74M      M  74         KSA
## 1340   1342                       55M      M  55         KSA
## 1341   1343                       39M      M  39         KSA
## 1342   1344                       65M      M  65         KSA
## 1343   1345                       63M      M  63         KSA
## 1344   1346                       98F      F  98         KSA
## 1345   1347                       75M      M  75         KSA
## 1346   1348                       61F      F  61         KSA
## 1347   1349                       70M      M  70         KSA
## 1348   1350                       86M      M  86         KSA
## 1349   1351                       35F      F  35         KSA
## 1350   1352                       48F      F  48         KSA
## 1351   1353                       65F      F  65         KSA
## 1352   1354                       28M      M  28         KSA
## 1353   1355                       33M      M  33         KSA
## 1354   1356                       51F      F  51         KSA
## 1355   1357                       80M      M  80         KSA
## 1356   1358                       71M      M  71         KSA
## 1357   1359                       71M      M  71         KSA
## 1358   1360                       63M      M  63         KSA
## 1359   1361                       86M      M  86         KSA
## 1360   1362                       77F      F  77         KSA
## 1361   1363                       63M      M  63         KSA
## 1362   1364                       60F      F  60         KSA
## 1363   1365                       64F      F  64         KSA
## 1364   1366                       60F      F  60         KSA
## 1365   1367                       35M      M  35         KSA
## 1366   1368                       34M      M  34         KSA
## 1367   1369                       59F      F  59         KSA
## 1368   1370                       87M      M  87         KSA
## 1369   1371                       76F      F  76         KSA
## 1370   1372                       40M      M  40         KSA
## 1371   1373                      109M      M 109         KSA
## 1372   1374                       87M      M  87         KSA
## 1373   1375                       72M      M  72         KSA
## 1374   1376                       71M      M  71         KSA
## 1375   1377                       58F      F  58         KSA
## 1376   1378                       40F      F  40         KSA
## 1377   1379                       63M      M  63         KSA
## 1378   1380                       57F      F  57         KSA
## 1379   1381                       41M      M  41         KSA
## 1380   1382                       61M      M  61         KSA
## 1381   1383                       49M      M  49         KSA
## 1382   1384                       28M      M  28         KSA
## 1383   1385                       26M      M  26         KSA
## 1384   1386                       78M      M  78         KSA
## 1385   1387                       40F      F  40         KSA
## 1386   1388                       69M      M  69         KSA
## 1387   1389                       58F      F  58         KSA
## 1388   1390                       26F      F  26         KSA
## 1389   1391                       42M      M  42         KSA
## 1390   1392                       82M      M  82         KSA
## 1391   1393                       42M      M  42         KSA
## 1392   1394                       72F      F  72         KSA
## 1393   1395                       67F      F  67         KSA
## 1394   1396                       64M      M  64         KSA
## 1395   1397                       75M      M  75         KSA
## 1396   1398                       51F      F  51         KSA
## 1397   1399                       69F      F  69         KSA
## 1398   1400                       78M      M  78         KSA
## 1399   1401                       58M      M  58         KSA
## 1400   1402                       30F      F  30         KSA
## 1401   1403                       69M      M  69         KSA
## 1402   1404                       51M      M  51         KSA
## 1403   1405                       81M      M  81         KSA
## 1404   1406                       68F      F  68         KSA
## 1405   1407                       60M      M  60         KSA
## 1406   1408                       65M      M  65         KSA
## 1407   1409                       32M      M  32         KSA
## 1408   1410                       78M      M  78         KSA
## 1409   1411                       30F      F  30         KSA
## 1410   1412                       87F      F  87         KSA
## 1411   1413                       58F      F  58         KSA
## 1412   1414                       25F      F  25         KSA
## 1413   1415                       77F      F  77         KSA
## 1414   1416                       50M      M  50         KSA
## 1415   1417                       68F      F  68         KSA
## 1416   1418                       54M      M  54         KSA
## 1417   1419                       55M      M  55         KSA
## 1418   1420                       24M      M  24         KSA
## 1419   1421                       67M      M  67         KSA
## 1420   1422                       34M      M  34         KSA
## 1421   1423                       80F      F  80         KSA
## 1422   1424                       33F      F  33         KSA
## 1423   1425                       70F      F  70         KSA
## 1424   1426                       38M      M  38         KSA
## 1425   1427                       58M      M  58         KSA
## 1426   1428                       57M      M  57         KSA
## 1427   1429                       47M      M  47         KSA
## 1428   1430                       51F      F  51         KSA
## 1429   1431                       31M      M  31         KSA
## 1430   1432                       44M      M  44         KSA
## 1431   1433                       50F      F  50         KSA
## 1432   1434                       32F      F  32         KSA
## 1433   1435                       40M      M  40         KSA
## 1434   1436                       53M      M  53         KSA
## 1435   1437                       27M      M  27         KSA
## 1436   1438                       30F      F  30         KSA
## 1437   1439                       16M      M  16         KSA
## 1438   1440                       44F      F  44         KSA
## 1439   1441                       29F      F  29         KSA
## 1440   1442                       36F      F  36         KSA
## 1441   1443                       46M      M  46         KSA
## 1442   1444                       73M      M  73         KSA
## 1443   1445                       65M      M  65         KSA
## 1444   1446                       60F      F  60         KSA
## 1445   1447                       76M      M  76         KSA
## 1446   1448                       24F      F  24         KSA
## 1447   1449                       45M      M  45         KSA
## 1448   1450                       30M      M  30         KSA
## 1449   1451                       45M      M  45         KSA
## 1450   1452                       61M      M  61         KSA
## 1451   1453                       51M      M  51         KSA
## 1452   1454                       48M      M  48         KSA
## 1453   1455                       30F      F  30         KSA
## 1454   1456                       77M      M  77         KSA
## 1455   1457                       27M      M  27         KSA
## 1456   1458                       41M      M  41         KSA
## 1457   1459                       30M      M  30         KSA
## 1458   1460                       38F      F  38         KSA
## 1459   1461                       85M      M  85         KSA
## 1460   1462                       26F      F  26         KSA
## 1461   1463                       80M      M  80         KSA
## 1462   1464                       76F      F  76         KSA
## 1463   1465                       49M      M  49         KSA
## 1464   1466                       62F      F  62         KSA
## 1465   1467                       55M      M  55         KSA
## 1466   1468                       58F      F  58         KSA
## 1467   1469                       23M      M  23         KSA
## 1468   1470                       61M      M  61         KSA
## 1469   1471                       60M      M  60         KSA
## 1470   1472                       38M      M  38      Jordan
## 1471   1473                       76M      M  76      Jordan
## 1472   1474                       47F      F  47      Jordan
## 1473   1475                       73F      F  73      Jordan
## 1474   1476                       56M      M  56      Jordan
## 1475   1477                       33M      M  33         KSA
## 1476   1478                       33M      M  33         KSA
## 1477   1479                       45M      M  45         KSA
## 1478   1480                       82M      M  82         KSA
## 1479   1481                       35F      F  35         KSA
## 1480   1482                       34M      M  34         KSA
## 1481   1483                       71F      F  71         KSA
## 1482   1484                       24F      F  24         KSA
## 1483   1485                       34F      F  34         KSA
## 1484   1486                       30M      M  30         KSA
## 1485   1487                       28F      F  28         KSA
## 1486   1488                       29F      F  29         KSA
## 1487   1489                       55M      M  55         KSA
## 1488   1490                       78M      M  78      Jordan
## 1489   1491                       53M      M  53      Jordan
## 1490   1492                        7F      F   7      Jordan
## 1491   1493                        0F      F   0      Jordan
## 1492   1494                       65F      F  65      Jordan
## 1493   1495                       21F      F  21         KSA
## 1494   1496                       38M      M  38         KSA
## 1495   1497                       14M      M  14         KSA
## 1496   1498                       63M      M  63         KSA
## 1497   1499                       72F      F  72         KSA
## 1498   1500                                                 
## 1499   1501                       30M      M  30         KSA
## 1500   1502                       48M      M  48         KSA
## 1501   1503                       90M      M  90         KSA
## 1502   1504                       38M      M  38         KSA
## 1503   1505                       46M      M  46         KSA
## 1504   1506                       59F      F  59         KSA
## 1505   1507                       27F      F  27         KSA
## 1506   1508                       78M      M  78      Kuwait
## 1507   1509                       44M      M  44         KSA
## 1508   1510                       30M      M  30         KSA
## 1509   1511                                                 
## 1510   1512                       29M      M  29      Jordan
## 1511   1513                       60M      M  60      Jordan
## 1512   1514                       29F      F  29         KSA
## 1513   1515                       38M      M  38         KSA
## 1514   1516                       69F      F  69      Jordan
## 1515   1517                       39F      F  39      Jordan
## 1516   1518                       26F      F  26         KSA
## 1517   1519                       27F      F  27         KSA
## 1518   1520                       58F      F  58         KSA
## 1519   1521                       26F      F  26         KSA
## 1520   1522                       26F      F  26         KSA
## 1521   1523                       29F      F  29         KSA
## 1522   1524                       65M      M  65         KSA
## 1523   1525                       76M      M  76         KSA
## 1524   1526                       61F      F  61         KSA
## 1525   1527                       29F      F  29         KSA
## 1526   1528                       37M      M  37         KSA
## 1527   1529                       52F      F  52         KSA
## 1528   1530                       75M      M  75         KSA
## 1529   1531                       28F      F  28         KSA
## 1530   1532                       47F      F  47         KSA
## 1531   1533                       60F      F  60         KSA
## 1532   1534                       45M      M  45         KSA
## 1533   1535                       36F      F  36         KSA
## 1534   1536                       61M      M  61         KSA
## 1535   1537                       57M      M  57         KSA
## 1536   1538                       81M      M  81         KSA
## 1537   1539                       24F      F  24         KSA
## 1538   1540                       56F      F  56         KSA
## 1539   1541                       28F      F  28         KSA
## 1540   1542                       50F      F  50         KSA
## 1541   1543                       70M      M  70         KSA
## 1542   1544                       65F      F  65         KSA
## 1543   1545                       47M      M  47         KSA
## 1544   1546                       53M      M  53      Jordan
## 1545   1547                       70M      M  70         KSA
## 1546   1548                       35F      F  35         KSA
## 1547   1549                       21F      F  21         KSA
## 1548   1550                       41F      F  41         KSA
## 1549   1551                       48M      M  48         KSA
## 1550   1552                       54M      M  54         KSA
## 1551   1553                       59M      M  59         KSA
## 1552   1554                       85M      M  85         KSA
## 1553   1555                       50M      M  50         KSA
## 1554   1556                       44M      M  44        Oman
## 1555   1557                       73M      M  73         UAE
## 1556   1558                       85F      F  85         UAE
## 1557   1559                       85M      M  85         KSA
## 1558   1560                       58M      M  58         KSA
## 1559   1561                       21M      M  21         KSA
## 1560   1562                       45M      M  45         KSA
## 1561   1563                       47M      M  47         KSA
## 1562   1564                       71M      M  71        Oman
## 1563   1565                       43M      M  43         KSA
## 1564   1566                       78M      M  78         KSA
## 1565   1567                       34M      M  34         KSA
## 1566   1568                       41M      M  41         KSA
## 1567   1569                       66M      M  66         KSA
## 1568   1570                       80M      M  80         KSA
## 1569   1571                       75M      M  75         KSA
## 1570   1572                                                 
## 1571   1573                                                 
## 1572   1574                                                 
## 1573   1575                                                 
## 1574   1576                       56M      M  56         KSA
## 1575   1577                       60M      M  60         KSA
## 1576   1578                       53M      M  53         KSA
## 1577   1579                       74M      M  74         KSA
## 1578   1580                       28F      F  28         KSA
## 1579   1581                       24M      M  24         KSA
## 1580   1582                       53M      M  53         KSA
## 1581   1583                       24M      M  24         KSA
## 1582   1584                       56M      M  56         KSA
## 1583   1585                       68F      F  68         KSA
## 1584   1586                       41M      M  41         KSA
## 1585   1587                       81M      M  81         KSA
## 1586   1588                       42M      M  42         KSA
## 1587   1589                       36M      M  36         KSA
## 1588   1590                       68M      M  68         KSA
## 1589   1591                       76M      M  76         KSA
## 1590   1592                       62M      M  62         KSA
## 1591   1593                       49M      M  49         KSA
## 1592   1594                       70M      M  70         KSA
## 1593   1595                       82M      M  82         KSA
## 1594   1596                       23M      M  23         KSA
## 1595   1597                       49M      M  49         KSA
## 1596   1598                       67F      F  67         KSA
## 1597   1599                       52F      F  52         KSA
## 1598   1600                       40M      M  40         KSA
## 1599   1601                       30M      M  30         KSA
## 1600   1602                       68M      M  68         KSA
## 1601   1603                       72M      M  72         KSA
## 1602   1604                       30M      M  30         KSA
## 1603   1605                       50M      M  50         KSA
## 1604   1606                       68M      M  68         KSA
## 1605   1607                       72M      M  72         KSA
## 1606   1608                       75M      M  75         KSA
## 1607   1609                       62M      M  62         KSA
## 1608   1610                       26M      M  26         KSA
## 1609   1611                       22F      F  22         KSA
## 1610   1612                       29M      M  29         KSA
## 1611   1613                       64M      M  64         KSA
## 1612   1614                       50M      M  50         KSA
## 1613   1615                       48M      M  48         KSA
## 1614   1616                       74F      F  74         KSA
## 1615   1617                       83M      M  83         KSA
## 1616   1618                       31F      F  31         KSA
## 1617   1619                       29F      F  29         KSA
## 1618   1620                       25F      F  25         KSA
## 1619   1621                       47M      M  47         KSA
## 1620   1622                       45M      M  45         KSA
## 1621   1623                       60M      M  60         KSA
## 1622   1624                       33M      M  33         KSA
## 1623   1625                       54M      M  54         KSA
## 1624   1626                       84M      M  84         KSA
## 1625   1627                       45M      M  45         KSA
## 1626   1628                       78F      F  78         KSA
## 1627   1629                       56M      M  56         KSA
## 1628   1630                       55M      M  55         KSA
## 1629   1631                       72M      M  72         KSA
## 1630   1632                       78M      M  78         KSA
## 1631   1633                       76M      M  76         KSA
## 1632   1634                       76F      F  76         KSA
## 1633   1635                       57M      M  57         KSA
## 1634   1636                       65M      M  65         KSA
## 1635   1637                       57M      M  57         KSA
## 1636   1638                       78F      F  78         KSA
## 1637   1639                       29F      F  29         KSA
## 1638   1640                       55M      M  55         KSA
## 1639   1641                       21M      M  21         KSA
## 1640   1642                       56F      F  56         KSA
## 1641   1643                       66M      M  66         KSA
## 1642   1644                       60M      M  60         KSA
## 1643   1645                       54M      M  54         KSA
## 1644   1646                       25M      M  25         KSA
## 1645   1647                       73M      M  73         KSA
## 1646   1648                       71M      M  71         KSA
## 1647   1649                       21M      M  21         KSA
## 1648   1650                       59M      M  59         KSA
## 1649   1651                       70M      M  70         KSA
## 1650   1652                       53M      M  53         KSA
## 1651   1653                       74M      M  74         KSA
## 1652   1654                       75F      F  75         KSA
## 1653   1655                       61M      M  61         KSA
## 1654   1656                       58F      F  58         KSA
## 1655   1657                       31M      M  31         KSA
## 1656   1658                       24M      M  24         KSA
## 1657   1659                       40M      M  40       Qatar
## 1658   1660                       39M      M  39         KSA
## 1659   1661                       40M      M  40         KSA
## 1660   1662                       55M      M  55         KSA
## 1661   1663                       70M      M  70         KSA
## 1662   1664                       49F      F  49         KSA
## 1663   1665                       68M      M  68         KSA
## 1664   1666                       54M      M  54         KSA
## 1665   1667                       59M      M  59         KSA
## 1666   1668                       85F      F  85         KSA
## 1667   1669                       72M      M  72         KSA
## 1668   1670                       55F      F  55         KSA
## 1669   1671                       64F      F  64         KSA
## 1670   1672                       28F      F  28         KSA
## 1671   1673                       38F      F  38         KSA
## 1672   1674                       47F      F  47         KSA
## 1673   1675                       82M      M  82         KSA
## 1674   1676                       48M      M  48         KSA
## 1675   1677                       77M      M  77         KSA
## 1676   1678                       61F      F  61         KSA
## 1677   1679                       51F      F  51         KSA
## 1678   1680                       69F      F  69         KSA
## 1679   1681                       51M      M  51         KSA
## 1680   1682                       33F      F  33         KSA
## 1681   1683                       59F      F  59         KSA
## 1682   1684                       35F      F  35         KSA
## 1683   1685                       36F      F  36         KSA
## 1684   1686                       30F      F  30         KSA
## 1685   1687                       58M      M  58         KSA
## 1686   1688                       20F      F  20         KSA
## 1687   1689                       31F      F  31         KSA
## 1688   1690                       57F      F  57         KSA
## 1689   1691                       55F      F  55         KSA
## 1690   1692                       37M      M  37         UAE
## 1691   1693                       34F      F  34         KSA
## 1692   1694                       31F      F  31         KSA
## 1693   1695                       58M      M  58         KSA
## 1694   1696                       32F      F  32         KSA
## 1695   1697                       42M      M  42         KSA
## 1696   1698                       44M      M  44         KSA
## 1697   1699                       23M      M  23       Qatar
## 1698   1700                       38M      M  38         KSA
## 1699   1701                       40M      M  40         KSA
## 1700   1702                       27F      F  27         KSA
## 1701   1703                       58F      F  58         KSA
## 1702   1704                       75M      M  75         KSA
## 1703   1705                       84M      M  84         KSA
## 1704   1706                       62M      M  62         KSA
## 1705   1707                       28M      M  28         KSA
## 1706   1708                       33F      F  33         KSA
## 1707   1709                       25F      F  25         KSA
## 1708   1710                       55M      M  55         KSA
## 1709   1711                       57F      F  57         KSA
## 1710   1712                       66M      M  66         KSA
## 1711   1713                       86M      M  86         KSA
## 1712   1714                       44M      M  44         KSA
## 1713   1715                       73F      F  73         KSA
## 1714   1716                       24M      M  24         KSA
## 1715   1717                       80F      F  80         KSA
## 1716   1718                       74M      M  74         KSA
## 1717   1719                       67M      M  67         KSA
## 1718   1720                       24M      M  24         KSA
## 1719   1721                       74F      F  74         KSA
## 1720   1722                       18M      M  18         KSA
## 1721   1723                       49M      M  49         KSA
## 1722   1724                       27M      M  27         KSA
## 1723   1725                       58M      M  58         KSA
## 1724   1726                       52F      F  52         KSA
## 1725   1727                       49M      M  49         KSA
## 1726   1728                       76M      M  76         KSA
## 1727   1729                       36M      M  36         KSA
## 1728   1730                       39M      M  39         KSA
## 1729   1731                       43M      M  43         KSA
## 1730   1732                       69M      M  69         KSA
## 1731   1733                       40M      M  40         KSA
## 1732   1734                       65M      M  65         KSA
## 1733   1735                       59M      M  55         KSA
## 1734   1736                       72M      M  72         KSA
## 1735   1737                       70M      M  70         KSA
## 1736   1738                       50M      M  50         KSA
## 1737   1739                       78F      F  78         KSA
## 1738   1740                       43M      M  43         KSA
## 1739   1741                       52M      M  52         KSA
## 1740   1742                       51F      F  51         KSA
## 1741   1743                       67M      M  67         KSA
##                     province             city    district
## 1                                       Zarqa            
## 2                                       Zarqa            
## 3                                       Zarqa            
## 4                                       Zarqa            
## 5                                       Zarqa            
## 6                                       Zarqa            
## 7                                       Zarqa            
## 8                                       Zarqa            
## 9                                       Zarqa            
## 10                                      Zarqa            
## 11                                      Zarqa            
## 12                                      Zarqa            
## 13                                      Zarqa            
## 14                                      Bisha            
## 15                                       Doha            
## 16                                     Riyadh            
## 17                                       Doha            
## 18                                     Riyadh            
## 19                                     Riyadh            
## 20                                     Riyadh            
## 21                                     Riyadh            
## 22                                     Makkah            
## 23                                 Birmingham            
## 24                                 Birmingham            
## 25                                     Riyadh            
## 26        Al-Qassim Province         Buraydah            
## 27                                     Riyadh            
## 28                                     Riyadh            
## 29                                     Riyadh            
## 30                                  Abu Dhabi            
## 31          Eastern Province         Al-Hofuf            
## 32          Eastern Province         Al-Hofuf            
## 33                                   Al-Hofuf            
## 34          Eastern Province         Al-Hofuf            
## 35                                   Al-Hofuf            
## 36                                   Al-Hofuf            
## 37          Eastern Province         Al-Hofuf            
## 38                                   Al-Hofuf            
## 39          Eastern Province         Al-Hofuf            
## 40                                   Al-Hofuf            
## 41          Eastern Province         Al-Hofuf            
## 42          Eastern Province         Al-Hofuf            
## 43                                   Al-Hofuf            
## 44          Eastern Province           Dammam            
## 45                                   Al-Hofuf            
## 46          Eastern Province         Al-Hofuf            
## 47                                   Al-Hofuf            
## 48                                   Al-Hofuf            
## 49          Eastern Province         Al-Hofuf            
## 50                                   Al-Hofuf            
## 51                                   Al-Hofuf            
## 52                                     Dammam            
## 53          Eastern Province         Al-Hofuf            
## 54                                     Dammam            
## 55                                     Dammam            
## 56                                      Dubai            
## 57                               Valenciennes            
## 58                                       Doha            
## 59                                   Monastir            
## 60                                   Monastir            
## 61        Al-Qassim Province         Buraydah            
## 62          Eastern Province Eastern Province            
## 63          Eastern Province Eastern Province            
## 64          Eastern Province Eastern Province            
## 65          Eastern Province Eastern Province            
## 66          Eastern Province Eastern Province            
## 67                                    Al-Ahsa            
## 68                              Hafr Al-Batin            
## 69          Eastern Province Eastern Province            
## 70                                      Amman            
## 71                                   Florence            
## 72                                   Florence            
## 73          Eastern Province Eastern Province            
## 74                                    Al-Ahsa            
## 75                                   Al-Hofuf            
## 76                                       Taif            
## 77                                       Taif            
## 78                            Wadi al-Dawasir            
## 79          Eastern Province          Dhahran            
## 80                                     Riyadh            
## 81                                     Jeddah            
## 82          Eastern Province Eastern Province            
## 83                                       Taif            
## 84                                       Taif            
## 85                                       Taif            
## 86                                     Riyadh            
## 87          Eastern Province         Al-Hofuf            
## 88                              Hafr Al-Batin            
## 89                                      Qatif            
## 90                                      Qatif            
## 91                                     Riyadh            
## 92          Eastern Province Eastern Province            
## 93                                    Al-Ahsa            
## 94          Eastern Province            Qatif            
## 95                                     Riyadh            
## 96                                     Riyadh            
## 97                              Hafr Al-Batin            
## 98             Asir Province   Khamis Mushait            
## 99                                  Abu Dhabi            
## 100            Asir Province   Khamis Mushait            
## 101            Asir Province   Khamis Mushait            
## 102                                 Abu Dhabi            
## 103                                 Abu Dhabi            
## 104                                 Abu Dhabi            
## 105                                 Abu Dhabi            
## 106                                    Riyadh            
## 107         Eastern Province           Dammam            
## 108            Asir Province    Asir Province            
## 109                                    Riyadh            
## 110            Asir Province   Khamis Mushait            
## 111                                    Riyadh            
## 112                                    Riyadh            
## 113                                    Riyadh            
## 114                                   Madinah            
## 115                                    Riyadh            
## 116                                    Riyadh            
## 117            Asir Province    Asir Province            
## 118            Asir Province    Asir Province            
## 119                                                      
## 120                                    Riyadh            
## 121                                      Doha            
## 122                                   Madinah            
## 123                             Hafr Al-Batin            
## 124                             Hafr Al-Batin            
## 125                             Hafr Al-Batin            
## 126                             Hafr Al-Batin            
## 127                                    Riyadh            
## 128                                      Doha            
## 129                                    Riyadh            
## 130                                    Riyadh            
## 131                             Hafr Al-Batin            
## 132                             Hafr Al-Batin            
## 133                             Hafr Al-Batin            
## 134                             Hafr Al-Batin            
## 135                                   Madinah            
## 136                                    Riyadh            
## 137                             Hafr Al-Batin            
## 138                                    Riyadh            
## 139                                    Riyadh            
## 140                                   Madinah            
## 141                                   Madinah            
## 142                                   Madinah            
## 143                                    Riyadh            
## 144                                    Riyadh            
## 145                                    Riyadh            
## 146                             Hafr Al-Batin            
## 147                                    Riyadh            
## 148                                    Riyadh            
## 149                                   Madinah            
## 150                                   Madinah            
## 151                                    Riyadh            
## 152                                    Riyadh            
## 153                                    Riyadh            
## 154                                    Riyadh            
## 155                                    Riyadh            
## 156                                    Riyadh            
## 157                                    Riyadh            
## 158                                    Riyadh            
## 159                                    Riyadh            
## 160                                      Doha            
## 161                                    Riyadh            
## 162                                    Riyadh            
## 163                                    Jubail            
## 164                          Eastern Province            
## 165                          Eastern Province            
## 166                                      Doha            
## 167                                      Adam            
## 168                          Eastern Province            
## 169                                    Makkah            
## 170                                    Riyadh            
## 171                                    Jeddah            
## 172                                    Muscat            
## 173                                      Doha            
## 174                               Kuwait City            
## 175                               Kuwait City            
## 176                                      Doha            
## 177                                    Makkah            
## 178                                    Riyadh            
## 179         Al Jawf Province   Al Jawf Region            
## 180                                    Riyadh            
## 181                                 Abu Dhabi            
## 182                                 Abu Dhabi            
## 183                                 Abu Dhabi            
## 184                                    Riyadh            
## 185         Al Jawf Province   Al Jawf Region            
## 186                                     Dubai            
## 187                                    Riyadh            
## 188                                    Riyadh            
## 189                                    Riyadh            
## 190                                    Riyadh            
## 191                                    Riyadh            
## 192                                    Riyadh            
## 193                                    Riyadh            
## 194                                     Dubai            
## 195                                                      
## 196                                     Dubai            
## 197                                    Riyadh            
## 198                                                      
## 199                                    Riyadh            
## 200                                    Riyadh            
## 201                                 Abu Dhabi            
## 202                          Eastern Province            
## 203                                   Al-Ahsa            
## 204                                    Riyadh            
## 205                                    Riyadh            
## 206                                    Riyadh            
## 207                                    Riyadh            
## 208                                    Riyadh            
## 209                                 Abu Dhabi            
## 210                                    Riyadh            
## 211                                  Al-Kharj            
## 212                                  Al-Kharj            
## 213                                  Al-Kharj            
## 214                                    Riyadh            
## 215                               Kuwait City            
## 216                                 Abu Dhabi            
## 217                                    Riyadh            
## 218                                    Riyadh            
## 219                                    Riyadh            
## 220                                    Riyadh            
## 221                                    Riyadh            
## 222                                    Riyadh            
## 223                                 Abu Dhabi            
## 224                                                      
## 225                                 Abu Dhabi            
## 226                                    Jeddah            
## 227                                    Jeddah            
## 228                                    Riyadh            
## 229                                    Riyadh            
## 230                                    Jeddah            
## 231                                    Jeddah            
## 232                                    Jeddah            
## 233                                    Jeddah            
## 234                                    Jeddah            
## 235                                    Jeddah            
## 236                                    Jeddah            
## 237                                    Jeddah            
## 238                                    Jeddah            
## 239                                 Abu Dhabi            
## 240                                    Riyadh            
## 241                                    Riyadh            
## 242                                    Riyadh            
## 243                                    Riyadh            
## 244                                    Jeddah            
## 245                                    Jeddah            
## 246                                    Jeddah            
## 247                                    Jeddah            
## 248                                    Al Ain            
## 249                                 Abu Dhabi            
## 250                                 Abu Dhabi            
## 251                                 Abu Dhabi            
## 252                                 Abu Dhabi            
## 253                                 Abu Dhabi            
## 254                                    Jeddah            
## 255                                    Jeddah            
## 256                                    Jeddah            
## 257                                    Jeddah            
## 258                                    Jeddah            
## 259                                    Jeddah            
## 260                                    Jeddah            
## 261                                    Shibam            
## 262                                    Jeddah            
## 263                                    Jeddah            
## 264                                    Jeddah            
## 265                                    Jeddah            
## 266                                    Jeddah            
## 267                                 Abu Dhabi            
## 268                                 Abu Dhabi            
## 269                                 Abu Dhabi            
## 270                                 Abu Dhabi            
## 271                                 Abu Dhabi            
## 272                                    Jeddah            
## 273                                    Jeddah            
## 274                                    Jeddah            
## 275                                    Jeddah            
## 276                                    Jeddah            
## 277                                    Jeddah            
## 278                                    Jeddah            
## 279                                    Jeddah            
## 280                                    Jeddah            
## 281                                    Jeddah            
## 282                                    Jeddah            
## 283                                 Abu Dhabi            
## 284                                    Jeddah            
## 285                                 Abu Dhabi            
## 286                                 Abu Dhabi            
## 287                                 Abu Dhabi            
## 288                                 Abu Dhabi            
## 289                                    Riyadh            
## 290                                    Riyadh            
## 291                                    Riyadh            
## 292                                    Riyadh            
## 293                                    Riyadh            
## 294                                    Riyadh            
## 295                                    Jeddah            
## 296                                    Jeddah            
## 297                                    Jeddah            
## 298                                    Jeddah            
## 299                                    Jeddah            
## 300                                    Jeddah            
## 301                                    Jeddah            
## 302                                    Jeddah            
## 303                                    Jeddah            
## 304                                    Jeddah            
## 305                                    Jeddah            
## 306                                    Jeddah            
## 307                                    Jeddah            
## 308                                    Jeddah            
## 309                                    Jeddah            
## 310                                    Jeddah            
## 311                                    Jeddah            
## 312                                    Jeddah            
## 313                                    Jeddah            
## 314                                    Jeddah            
## 315                                    Jeddah            
## 316                                    Riyadh            
## 317                                    Riyadh            
## 318                                    Riyadh            
## 319                                    Riyadh            
## 320                                    Najran            
## 321                                   Madinah            
## 322                                    Jeddah            
## 323                                    Jeddah            
## 324                                    Jeddah            
## 325                                    Jeddah            
## 326                                    Jeddah            
## 327                                    Jeddah            
## 328                                    Jeddah            
## 329                                    Jeddah            
## 330                                    Riyadh            
## 331                                    Riyadh            
## 332                                    Riyadh            
## 333                                    Riyadh            
## 334                                    Riyadh            
## 335                                    Riyadh            
## 336                                     Tabuk            
## 337                                   Madinah            
## 338                                   Madinah            
## 339                                   Madinah            
## 340                                 Abu Dhabi            
## 341                                 Abu Dhabi            
## 342                                 Abu Dhabi            
## 343                                 Abu Dhabi            
## 344                                 Abu Dhabi            
## 345                                 Abu Dhabi            
## 346                                 Abu Dhabi            
## 347                                 Abu Dhabi            
## 348                                  Qurayyat            
## 349                                    Jeddah            
## 350                                    Jeddah            
## 351                                    Jeddah            
## 352                                    Jeddah            
## 353                                    Jeddah            
## 354                                    Jeddah            
## 355                                    Jeddah            
## 356                                    Riyadh            
## 357                                    Riyadh            
## 358                                    Riyadh            
## 359                                    Riyadh            
## 360                                    Jeddah            
## 361                                    Jeddah            
## 362                                    Jeddah            
## 363                                    Jeddah            
## 364                                    Jeddah            
## 365                                    Makkah            
## 366                                    Jeddah            
## 367                                    Riyadh            
## 368                                    Riyadh            
## 369                                    Riyadh            
## 370                                    Riyadh            
## 371                                    Riyadh            
## 372                                    Jeddah            
## 373                                    Jeddah            
## 374                                    Makkah            
## 375                                    Makkah            
## 376                                    Makkah            
## 377                                    Makkah            
## 378                                   Madinah            
## 379                                 Abu Dhabi            
## 380                                 Abu Dhabi            
## 381                                 Abu Dhabi            
## 382                                 Abu Dhabi            
## 383                                 Abu Dhabi            
## 384                                 Abu Dhabi            
## 385                                    Riyadh            
## 386                                    Riyadh            
## 387                                    Riyadh            
## 388                                    Riyadh            
## 389                                    Riyadh            
## 390                                    Makkah            
## 391                                    Jeddah            
## 392                                    Jeddah            
## 393                                    Jeddah            
## 394                                    Jeddah            
## 395                                    Jeddah            
## 396                                    Jeddah            
## 397                                 Abu Dhabi            
## 398                                    Riyadh            
## 399                                    Riyadh            
## 400                                    Riyadh            
## 401                                    Jeddah            
## 402                                    Makkah            
## 403                                    Makkah            
## 404                                    Makkah            
## 405                                    Jeddah            
## 406                                    Jeddah            
## 407                                    Jeddah            
## 408                                    Jeddah            
## 409                                    Jeddah            
## 410                                    Jeddah            
## 411                                    Jeddah            
## 412                                    Riyadh            
## 413                                    Riyadh            
## 414                                    Makkah            
## 415                                    Jeddah            
## 416                                    Jeddah            
## 417                                    Jeddah            
## 418                                    Jeddah            
## 419                                    Jeddah            
## 420                                    Jeddah            
## 421                                    Jeddah            
## 422                                    Riyadh            
## 423                                    Riyadh            
## 424                                    Riyadh            
## 425                                     Tabuk            
## 426                                     Tabuk            
## 427                                     Tabuk            
## 428                                     Tabuk            
## 429                                     Tabuk            
## 430                                     Tabuk            
## 431                                    Jeddah            
## 432                                    Jeddah            
## 433                                    Jeddah            
## 434                                    Jeddah            
## 435                                    Jeddah            
## 436                                    Jeddah            
## 437                                    Jeddah            
## 438                                    Jeddah            
## 439                                    Riyadh            
## 440                                    Jeddah            
## 441                                    Jeddah            
## 442                                    Jeddah            
## 443                                     Tabuk            
## 444                                    Makkah            
## 445                                    Riyadh            
## 446                                    Riyadh            
## 447                                    Riyadh            
## 448                                    Riyadh            
## 449                                    Riyadh            
## 450                                    Riyadh            
## 451                                    Riyadh            
## 452                                     Tabuk            
## 453                                     Tabuk            
## 454                                    Makkah            
## 455                                    Jeddah            
## 456                                    Jeddah            
## 457                                    Jeddah            
## 458                                    Najran            
## 459                             Hafr Al-Batin            
## 460                                   Madinah            
## 461                                    Riyadh            
## 462                                    Riyadh            
## 463                                    Riyadh            
## 464                                    Jeddah            
## 465                                    Jeddah            
## 466                                    Jeddah            
## 467                                    Jeddah            
## 468                                    Makkah            
## 469                                    Makkah            
## 470                                    Makkah            
## 471                                     Zarqa            
## 472                                    Riyadh            
## 473                                    Riyadh            
## 474                                    Riyadh            
## 475                                    Riyadh            
## 476                                    Jeddah            
## 477                                    Jeddah            
## 478                                    Jeddah            
## 479                                     Zarqa            
## 480                                    Riyadh            
## 481                                    Riyadh            
## 482                                    Riyadh            
## 483                                    Riyadh            
## 484                                    Riyadh            
## 485                                    Riyadh            
## 486                                    Jeddah            
## 487                                    Jeddah            
## 488                                    Jeddah            
## 489                                    Jeddah            
## 490                                    Jeddah            
## 491                                    Jeddah            
## 492                                    Jeddah            
## 493                                    Makkah            
## 494                                    Makkah            
## 495                                    Makkah            
## 496                                    Makkah            
## 497                                   Madinah            
## 498                                   Madinah            
## 499                                    Riyadh            
## 500                                    Riyadh            
## 501                                    Riyadh            
## 502                                    Riyadh            
## 503                                    Riyadh            
## 504                                    Riyadh            
## 505                                    Jeddah            
## 506                                    Jeddah            
## 507                                    Jeddah            
## 508                                    Jeddah            
## 509                                    Makkah            
## 510                                    Makkah            
## 511                                    Makkah            
## 512                                    Makkah            
## 513                                    Makkah            
## 514                                    Riyadh            
## 515                                    Riyadh            
## 516                                   Madinah            
## 517                                    Riyadh            
## 518                                    Riyadh            
## 519                                    Riyadh            
## 520                                    Riyadh            
## 521                                    Jeddah            
## 522                                    Jeddah            
## 523                                   Madinah            
## 524                                    Riyadh            
## 525                                    Riyadh            
## 526                                    Riyadh            
## 527                                    Riyadh            
## 528                                    Jeddah            
## 529                                    Jeddah            
## 530                                    Makkah            
## 531                                      Taif            
## 532                                   Madinah            
## 533                                   Madinah            
## 534                                     Amman            
## 535                                    Riyadh            
## 536                                    Riyadh            
## 537                                    Riyadh            
## 538                                    Riyadh            
## 539                                    Riyadh            
## 540                                    Jeddah            
## 541                                    Jeddah            
## 542                                    Jeddah            
## 543                                    Jeddah            
## 544                                    Jeddah            
## 545                                    Jeddah            
## 546                                    Jeddah            
## 547                                    Jeddah            
## 548                                    Makkah            
## 549                                   Madinah            
## 550                                   Madinah            
## 551                                   Madinah            
## 552                                    Najran            
## 553                                    Riyadh            
## 554                                    Riyadh            
## 555                                    Riyadh            
## 556                                    Riyadh            
## 557                                    Riyadh            
## 558                                    Riyadh            
## 559                                    Riyadh            
## 560                                    Riyadh            
## 561                                    Riyadh            
## 562                                    Jeddah            
## 563                                    Jeddah            
## 564                                    Jeddah            
## 565                                      Taif            
## 566                                   Madinah            
## 567                                                      
## 568                                    Riyadh            
## 569                                    Riyadh            
## 570                                    Makkah            
## 571                                    Riyadh            
## 572                                    Riyadh            
## 573                                    Riyadh            
## 574                                    Riyadh            
## 575                                    Riyadh            
## 576                                    Jeddah            
## 577                                    Jeddah            
## 578                                    Makkah            
## 579                                    Riyadh            
## 580                                    Riyadh            
## 581                                    Jeddah            
## 582                                    Riyadh            
## 583                                    Jeddah            
## 584                                    Jeddah            
## 585                                    Riyadh            
## 586                                    Jeddah            
## 587                                    Riyadh            
## 588                                    Jeddah            
## 589                                    Riyadh            
## 590                                      Taif            
## 591                                    Riyadh            
## 592                                    Jeddah            
## 593                                    Jeddah            
## 594                                   Madinah            
## 595                                   Madinah            
## 596                                    Jeddah            
## 597          Zarka Governate                             
## 598                                    Riyadh            
## 599                                    Riyadh            
## 600                                    Riyadh            
## 601                                    Riyadh            
## 602                                   Madinah            
## 603                                    Riyadh            
## 604                                    Riyadh            
## 605                                    Riyadh            
## 606                                    Riyadh            
## 607                                    Riyadh            
## 608                                    Riyadh            
## 609                                    Riyadh            
## 610                                    Riyadh            
## 611                                    Riyadh            
## 612                                    Jeddah            
## 613                                    Jeddah            
## 614                                    Jeddah            
## 615                                    Jeddah            
## 616                                    Jeddah            
## 617                                   Madinah            
## 618                                   Madinah            
## 619                                    Riyadh            
## 620                                    Riyadh            
## 621                                    Riyadh            
## 622                                 Abu Dhabi            
## 623                                 Abu Dhabi            
## 624                                 Abu Dhabi            
## 625                                 Abu Dhabi            
## 626                                 Abu Dhabi            
## 627                                 Abu Dhabi            
## 628                                 Abu Dhabi            
## 629                                 Abu Dhabi            
## 630                                 Abu Dhabi            
## 631                                 Abu Dhabi            
## 632                                 Abu Dhabi            
## 633                                 Abu Dhabi            
## 634                                 Abu Dhabi            
## 635                                   Madinah            
## 636                                    Riyadh            
## 637                                    Riyadh            
## 638                                    Jeddah            
## 639                                    Makkah            
## 640                                      Taif            
## 641                                      Taif            
## 642                                    Riyadh            
## 643                                    Riyadh            
## 644                                    Jeddah            
## 645                                    Jeddah            
## 646                                    Jeddah            
## 647                                   Madinah            
## 648                                   Madinah            
## 649                                   Madinah            
## 650                                    Makkah            
## 651                                                      
## 652                                    Riyadh            
## 653                                    Jeddah            
## 654                                    Riyadh            
## 655                                    Riyadh            
## 656                                    Jeddah            
## 657                                    Jeddah            
## 658                                   Madinah            
## 659                                      Taif            
## 660                                    Riyadh            
## 661                                   Madinah            
## 662                                      Taif            
## 663                              Al Qunfudhah            
## 664                                    Makkah            
## 665                                   Madinah            
## 666                                   Madinah            
## 667                                    Jeddah            
## 668                                    Jeddah            
## 669                                    Jeddah            
## 670                                    Jeddah            
## 671                                   Madinah            
## 672                              Al Qunfudhah            
## 673                                    Riyadh            
## 674                                    Jeddah            
## 675                                    Makkah            
## 676                                   Madinah            
## 677                                 Abu Dhabi            
## 678                                 Abu Dhabi            
## 679                                 Abu Dhabi            
## 680                                    Riyadh            
## 681                                   Madinah            
## 682                              Al Qunfudhah            
## 683                              Al Qunfudhah            
## 684                                    Riyadh            
## 685                                    Jeddah            
## 686                              Al Qunfudhah            
## 687                              Al Qunfudhah            
## 688                                     Amman            
## 689                                    Kerman      Kerman
## 690                                    Kerman      Kerman
## 691                                                Kerman
## 692                                    Kerman      Kerman
## 693                                    Riyadh            
## 694                                    Makkah            
## 695                                    Makkah            
## 696                                    Riyadh            
## 697                                   Madinah            
## 698                             Hafr Al-Batin            
## 699                              Al Qunfudhah            
## 700                              Al Qunfudhah            
## 701                                    Makkah            
## 702                                    Makkah            
## 703                                    Makkah            
## 704                            Al Jawf Region            
## 705                                    Jeddah            
## 706                                   Madinah            
## 707                                   Madinah            
## 708                                   Madinah            
## 709                            Al Jawf Region            
## 710                                   Dhahran            
## 711                                  Al-Kharj       Dilam
## 712                                    Jeddah            
## 713                            Al Jawf Region            
## 714                            Al Jawf Region            
## 715                            Al Jawf Region            
## 716                            Al Jawf Region            
## 717                                    Dammam            
## 718                                    Makkah            
## 719                                   Madinah            
## 720                                Al Makhwah        Baha
## 721                              Al Qunfudhah            
## 722                                    Riyadh            
## 723                                 Abu Dhabi            
## 724                                    Jeddah            
## 725                                    Riyadh            
## 726                                    Riyadh            
## 727                                     Tabuk            
## 728                                    Jeddah            
## 729                                    Riyadh            
## 730                                    Jeddah            
## 731                                    Kerman            
## 732                                     Bisha            
## 733                                    Kerman            
## 734                                    Riyadh            
## 735                                    Najran            
## 736                                    Riyadh            
## 737                                 Abu Dhabi            
## 738                                 Abu Dhabi            
## 739                   Riyadh  Wadi al-Dawasir            
## 740                   Makkah           Jeddah            
## 741         Northern Borders             Arar            
## 742                                      Taif            
## 743                                    Riyadh            
## 744                                    Riyadh            
## 745                  Eastern          Al-Ahsa            
## 746                                    Riyadh            
## 747                           Wadi al-Dawasir            
## 748                                    Dammam            
## 749                                    Dammam            
## 750                                    Jubail            
## 751                                    Jubail            
## 752                                      Taif            
## 753                                    Riyadh            
## 754                                    Najran            
## 755                                    Riyadh            
## 756                                      Taif            
## 757                                      Taif            
## 758                                    Riyadh            
## 759                                      Taif            
## 760                                    Riyadh            
## 761                                      Taif            
## 762                                   Madinah            
## 763                                      Afif            
## 764                                    Jubail            
## 765                                      Taif            
## 766                                      Taif            
## 767                                    Haradh            
## 768                                      Taif            
## 769                                    Najran            
## 770                                      Taif            
## 771                                    Riyadh            
## 772                                  Al-Kharj            
## 773                                    Jeddah            
## 774                                      Taif            
## 775                                      Taif            
## 776                                  Al-Kharj            
## 777                                    Riyadh            
## 778                                      Taif            
## 779                                      Taif            
## 780                                   Madinah            
## 781                                      Taif            
## 782                                      Doha            
## 783                                      Doha            
## 784                                    Riyadh            
## 785                                      Taif            
## 786                                      Taif            
## 787                                    Riyadh            
## 788                                    Riyadh            
## 789                                    Riyadh            
## 790                                    Jeddah            
## 791                                    Riyadh            
## 792                                      Taif            
## 793                             Hafr Al-Batin            
## 794                                    Riyadh            
## 795                                      Taif            
## 796                                      Taif            
## 797                                    Riyadh            
## 798                                Al Hawiyah            
## 799                                    Riyadh            
## 800                          Hotat Bani Tamim            
## 801                                      Taif            
## 802                                      Taif            
## 803                                    Riyadh            
## 804                                    Riyadh            
## 805                                    Riyadh            
## 806                                    Riyadh            
## 807                                    Riyadh            
## 808                                    Riyadh            
## 809                                      Taif            
## 810                                    Jeddah            
## 811                                    Riyadh            
## 812                                    Riyadh            
## 813                                  Al-Kharj            
## 814                                      Taif            
## 815                                      Taif            
## 816                                   Sakakah            
## 817                                   Sakakah            
## 818                                    Riyadh            
## 819                                  Al-Kharj            
## 820                                  Al-Kharj            
## 821                                  Al-Kharj            
## 822                                      Taif            
## 823                                      Taif            
## 824                                  Al-Kharj            
## 825                                      Taif            
## 826                                   Sakakah            
## 827                                     Rafha            
## 828                                    Najran            
## 829                                    Riyadh            
## 830       Al-Qassim Province         Buraydah            
## 831                                      Taif            
## 832                                    Najran            
## 833                                      Taif            
## 834                                    Jubail            
## 835                                  Al-Kharj            
## 836                                  Qurayyat            
## 837                                    Riyadh            
## 838                                    Najran            
## 839                                      Taif            
## 840                                    Dammam            
## 841                                    Najran            
## 842                                    Riyadh            
## 843                Dakhelyia                             
## 844                                    Riyadh            
## 845                                    Riyadh            
## 846                                    Riyadh            
## 847                                      Taif            
## 848                Dakhelyia                             
## 849                                      Taif            
## 850                                    Riyadh            
## 851                Dakhelyia                             
## 852                                    Riyadh            
## 853                                    Riyadh            
## 854                                    Riyadh            
## 855                                    Riyadh            
## 856                                    Riyadh            
## 857                                    Riyadh            
## 858                                    Riyadh            
## 859                                    Riyadh            
## 860                                    Riyadh            
## 861                                  Al-Hofuf            
## 862                                  Al-Hofuf            
## 863                                  Al-Kharj            
## 864                                  Al-Kharj            
## 865                                  Al-Hofuf            
## 866                                    Riyadh            
## 867                                    Riyadh            
## 868                                    Riyadh            
## 869                                    Riyadh            
## 870                                    Dammam            
## 871                                    Riyadh            
## 872                                    Najran            
## 873                                   Dhahran            
## 874       Al-Qassim Province         Buraydah            
## 875                                    Khobar            
## 876                                    Jeddah            
## 877                                   Unaizah            
## 878                                    Riyadh            
## 879                                    Riyadh            
## 880                                    Riyadh            
## 881                                    Jeddah            
## 882                                   Madinah            
## 883                                    Riyadh            
## 884                                   Dhahran            
## 885                                   Dhahran            
## 886                                    Riyadh            
## 887                                    Riyadh            
## 888       Al-Qassim Province         Buraydah Badea-Qseem
## 889                                    Riyadh            
## 890                                    Khobar            
## 891                                    Khobar            
## 892                                    Khobar            
## 893       Al-Qassim Province        Al Badaya Badea-Qseem
## 894                                    Khobar            
## 895       Al-Qassim Province         Buraydah            
## 896       Al-Qassim Province         Buraydah            
## 897       Al-Qassim Province          Ar Rass            
## 898                                    Najran            
## 899                                    Najran            
## 900                                    Riyadh            
## 901       Al-Qassim Province         Buraydah            
## 902       Al-Qassim Province         Buraydah            
## 903           Al Jawf Region          Sakakah            
## 904                                    Jeddah            
## 905                                    Riyadh            
## 906                                    Riyadh            
## 907                                    Khobar            
## 908                                    Riyadh            
## 909                    Tabuk           Taimah            
## 910       Al-Qassim Province         Buraydah            
## 911                                    Riyadh            
## 912                                    Jubail            
## 913           Al Jawf Region   Al Jawf Region            
## 914                                    Khobar            
## 915                                    Riyadh            
## 916                                                      
## 917                                    Riyadh            
## 918                                    Khobar            
## 919       Al-Qassim Province         Buraydah            
## 920                                 Abu Dhabi            
## 921                              Al-Shahaniya            
## 922                                    Riyadh            
## 923                                    Riyadh            
## 924                                    Khobar            
## 925                                    Riyadh            
## 926                                    Riyadh            
## 927                                    Jeddah            
## 928                                    Najran            
## 929                                    Riyadh            
## 930                                   Ar Rass            
## 931                                    Riyadh            
## 932                                    Riyadh            
## 933                                  Al-Hofuf            
## 934                                    Riyadh            
## 935           Al Jawf Region                             
## 936                                    Riyadh            
## 937                                    Khobar            
## 938                                  Al-Hofuf            
## 939                             Al-Quway'iyah            
## 940                                    Riyadh            
## 941                                    Riyadh            
## 942       Al-Qassim Province         Buraydah            
## 943                                    Riyadh            
## 944           Al Jawf Region   Al Jawf Region            
## 945                                    Riyadh            
## 946                                    Riyadh            
## 947       Al-Qassim Province         Buraydah            
## 948                                    Riyadh            
## 949                                    Riyadh            
## 950                                    Riyadh            
## 951                                    Riyadh            
## 952                                    Riyadh            
## 953                                    Riyadh            
## 954                                    Riyadh            
## 955                                    Riyadh            
## 956                                    Riyadh            
## 957                                    Riyadh            
## 958                                    Dammam            
## 959                                    Riyadh            
## 960                                    Dammam            
## 961                                   Unaizah            
## 962                                   Shaqraa            
## 963                                    Riyadh            
## 964                                    Riyadh            
## 965                                   Khurmah            
## 966                                    Riyadh            
## 967                                    Riyadh            
## 968                                  Al-Hofuf            
## 969                                    Riyadh            
## 970                                    Riyadh            
## 971                                    Riyadh            
## 972                                    Riyadh            
## 973                                    Riyadh            
## 974       Al-Qassim Province         Buraydah            
## 975                                    Jeddah            
## 976                                    Riyadh            
## 977                                    Riyadh            
## 978                                    Riyadh            
## 979                                    Riyadh            
## 980                                    Riyadh            
## 981                                  Al-Hofuf            
## 982                                    Taimah            
## 983                                    Khafji            
## 984                                    Riyadh            
## 985                                    Riyadh            
## 986                                    Riyadh            
## 987                                    Riyadh            
## 988                                    Jeddah            
## 989                                    Riyadh            
## 990                                    Najran            
## 991                                      Arar            
## 992                                    Makkah            
## 993                                    Jeddah            
## 994                                    Riyadh            
## 995                                    Riyadh            
## 996                                 Abu Dhabi            
## 997                                    Khobar            
## 998                              Al-Shahaniya            
## 999                                      Taif            
## 1000                                   Riyadh            
## 1001                                                     
## 1002                                 Al-Hofuf            
## 1003                                   Khafji            
## 1004                                   Taimah            
## 1005                                   Jeddah            
## 1006                                   Jeddah            
## 1007                                   Riyadh            
## 1008                                   Jeddah            
## 1009                                   Taimah            
## 1010                                   Makkah            
## 1011                                   Riyadh            
## 1012                                    Ha'il            
## 1013                                   Makkah            
## 1014                                   Jeddah            
## 1015                                     Duba            
## 1016                                 Al-Hofuf            
## 1017                                   Riyadh            
## 1018                                   Riyadh            
## 1019                                   Khafji            
## 1020                           Khamis Mushait            
## 1021                                Huraymila            
## 1022                                 Al-Hofuf            
## 1023                                     Taif            
## 1024                                   Najran            
## 1025                                   Abqaiq            
## 1026                                 Al-Hofuf            
## 1027                                 Al-Hofuf            
## 1028                                 Al-Hofuf            
## 1029                                 Al-Hofuf            
## 1030                                     Taif            
## 1031                                   Riyadh            
## 1032                                   Riyadh            
## 1033                                   Riyadh            
## 1034                                   Riyadh            
## 1035                                  Kahnooj            
## 1036                                   Jeddah            
## 1037                                 Al-Hofuf            
## 1038                             Al Qunfudhah            
## 1039                                   Riyadh            
## 1040                                 Al-Aflaj            
## 1041                                Abu Dhabi            
## 1042                                 Al-Hofuf            
## 1043                                 Al-Hofuf            
## 1044                                 Al-Hofuf            
## 1045                                 Al-Hofuf            
## 1046                                     Taif            
## 1047                                     Doha            
## 1048                               Pyeongtaek            
## 1049                               Pyeongtaek            
## 1050                               Pyeongtaek            
## 1051                                   Al Ain            
## 1052                               Pyeongtaek            
## 1053                                    Seoul            
## 1054                                 Al-Hofuf            
## 1055                               Pyeongtaek            
## 1056                               Pyeongtaek            
## 1057                               Pyeongtaek            
## 1058                               Pyeongtaek            
## 1059                               Pyeongtaek            
## 1060                               Pyeongtaek            
## 1061                               Pyeongtaek            
## 1062                               Pyeongtaek            
## 1063                                 Al-Hofuf            
## 1064                                 Al-Hofuf            
## 1065                                     Taif            
## 1066                                 Al-Hofuf            
## 1067                                 Al-Hofuf            
## 1068                                 Al-Hofuf            
## 1069                                 Al-Hofuf            
## 1070                                   Riyadh            
## 1071                                     Doha            
## 1072                               Pyeongtaek            
## 1073                               Pyeongtaek            
## 1074                                 Al-Hofuf            
## 1075                                 Al-Hofuf            
## 1076                                 Al Dahir            
## 1077                               Pyeongtaek            
## 1078                               Pyeongtaek            
## 1079                               Pyeongtaek            
## 1080                               Pyeongtaek            
## 1081                               Pyeongtaek            
## 1082                               Pyeongtaek            
## 1083                               Pyeongtaek            
## 1084                               Pyeongtaek            
## 1085                                  Daejeon            
## 1086                                  Daejeon            
## 1087                               Pyeongtaek            
## 1088                               Pyeongtaek            
## 1089                               Pyeongtaek            
## 1090                               Pyeongtaek            
## 1091                                  Daejeon            
## 1092                                     Taif            
## 1093                                   Riyadh            
## 1094                           Al Jawf Region            
## 1095                                 Al-Hofuf            
## 1096                                 Al-Hofuf            
## 1097                                 Al-Hofuf            
## 1098                                 Al-Hofuf            
## 1099                                 Al-Hofuf            
## 1100                                 Al-Hofuf            
## 1101                                    Asfan            
## 1102                                   Riyadh            
## 1103                                  Daejeon            
## 1104                               Pyeongtaek            
## 1105                               Pyeongtaek            
## 1106                               Pyeongtaek            
## 1107                                    Seoul            
## 1108                                  Daejeon            
## 1109                                 Al-Hofuf            
## 1110                                 Al-Hofuf            
## 1111                               Pyeongtaek            
## 1112                               Pyeongtaek            
## 1113                               Pyeongtaek            
## 1114                                    Seoul            
## 1115                               Pyeongtaek            
## 1116                                 Al-Hofuf            
## 1117                               Pyeongtaek            
## 1118                                    Seoul            
## 1119                                    Seoul            
## 1120                                  Daejeon            
## 1121                               Pyeongtaek            
## 1122                               Pyeongtaek            
## 1123                                    Seoul            
## 1124                                    Seoul            
## 1125                                    Seoul            
## 1126                                   Turaba            
## 1127                               Pyeongtaek            
## 1128                               Pyeongtaek            
## 1129                               Pyeongtaek            
## 1130                                  Daejeon            
## 1131                                  Daejeon            
## 1132                                    Seoul            
## 1133                                  Daejeon            
## 1134                                    Seoul            
## 1135                                    Seoul            
## 1136                                    Seoul            
## 1137                                    Seoul            
## 1138                                    Seoul            
## 1139                                    Seoul            
## 1140                                    Seoul            
## 1141                                    Seoul            
## 1142                                    Seoul            
## 1143                                    Seoul            
## 1144                                    Seoul            
## 1145                                    Seoul            
## 1146                                    Seoul            
## 1147                                    Seoul            
## 1148                                    Seoul            
## 1149                                    Seoul            
## 1150                                    Seoul            
## 1151                                    Seoul            
## 1152                                    Seoul            
## 1153                                    Seoul            
## 1154                                    Seoul            
## 1155                                    Seoul            
## 1156                                    Seoul            
## 1157                                    Seoul            
## 1158                                  Daejeon            
## 1159                                  Daejeon            
## 1160                                  Daejeon            
## 1161                                  Daejeon            
## 1162                                  Daejeon            
## 1163                                  Daejeon            
## 1164                                    Seoul            
## 1165                                    Seoul            
## 1166                                    Seoul            
## 1167                                    Seoul            
## 1168                                    Seoul            
## 1169                Gyeonggi         Hwaesong            
## 1170                Gyeonggi         Hwaesong            
## 1171                                  Daejeon            
## 1172                                 Al-Hofuf            
## 1173                                Abu Dhabi            
## 1174                                    Seoul            
## 1175                                    Seoul            
## 1176                                    Seoul            
## 1177                                    Seoul            
## 1178                                    Seoul            
## 1179                                    Seoul            
## 1180                                    Seoul            
## 1181                                    Seoul            
## 1182                                    Seoul            
## 1183                                    Seoul            
## 1184                                  Daejeon            
## 1185                                  Daejeon            
## 1186                Gyeonggi         Hwaesong            
## 1187                                   Kerman            
## 1188                                 Al-Hofuf            
## 1189                                 Al-Hofuf            
## 1190                                Huraymila            
## 1191                                 Al-Hofuf            
## 1192                                    Seoul            
## 1193                                    Seoul            
## 1194                                    Seoul            
## 1195                                    Seoul            
## 1196                                    Seoul            
## 1197                                    Seoul            
## 1198                                    Seoul            
## 1199                                    Seoul            
## 1200                                 Hwaesong            
## 1201                                    Seoul            
## 1202                                    Seoul            
## 1203                               Pyeongtaek            
## 1204                               Pyeongtaek            
## 1205                               Pyeongtaek            
## 1206                                    Seoul            
## 1207                                    Seoul            
## 1208                                    Seoul            
## 1209                               Pyeongtaek            
## 1210                                  Daejeon            
## 1211                                  Daejeon            
## 1212                                  Daejeon            
## 1213                                  Daejeon            
## 1214                                    Seoul            
## 1215                                    Seoul            
## 1216                                                     
## 1217                                    Seoul            
## 1218                                    Seoul            
## 1219                                    Seoul            
## 1220                                    Seoul            
## 1221                                    Seoul            
## 1222                                    Seoul            
## 1223                                    Seoul            
## 1224                                    Seoul            
## 1225                                    Seoul            
## 1226                                  Daejeon            
## 1227                                 Hwaesong            
## 1228                                                     
## 1229                                 Al-Hofuf            
## 1230                                    Seoul            
## 1231                                    Seoul            
## 1232                                  Daejeon            
## 1233                                  Daejeon            
## 1234                                    Seoul            
## 1235                                 Al-Hofuf            
## 1236                                    Seoul            
## 1237                                    Seoul            
## 1238                                                     
## 1239                                    Seoul            
## 1240          Eastern Region                             
## 1241                                 Al-Hofuf            
## 1242                                    Seoul            
## 1243                                    Seoul            
## 1244                                    Seoul            
## 1245                                    Seoul            
## 1246                                 Hwaesong            
## 1247                                    Seoul            
## 1248                               Pyeongtaek            
## 1249                                    Seoul            
## 1250                                 Al-Hofuf            
## 1251                                 Al-Hofuf            
## 1252                                     Asan            
## 1253                                    Seoul            
## 1254                                    Seoul            
## 1255                                                     
## 1256                                    Seoul            
## 1257          Eastern Region                             
## 1258                                 Al-Hofuf            
## 1259                                    Seoul            
## 1260                                    Seoul            
## 1261                                    Seoul            
## 1262                                    Seoul            
## 1263                                    Seoul            
## 1264                                  Daejeon            
## 1265                                    Seoul            
## 1266                                    Seoul            
## 1267                               Pyeongtaek            
## 1268                                    Seoul            
## 1269                                    Seoul            
## 1270                               Pyeongtaek            
## 1271                                Gangneung            
## 1272                                 Al-Hofuf            
## 1273          Eastern Region                             
## 1274                                    Busan            
## 1275                                    Seoul            
## 1276                                    Seoul            
## 1277                                   Riyadh            
## 1278                                   Riyadh            
## 1279                                   Riyadh            
## 1280                                  Nairyah            
## 1281                                   Riyadh            
## 1282                                    Seoul            
## 1283                                   Turaba            
## 1284                                    Seoul            
## 1285                                    Seoul            
## 1286                                    Seoul            
## 1287                                                     
## 1288                                   Jeddah            
## 1289                                 Alqahmah            
## 1290                                 Al-Hofuf            
## 1291                                   Riyadh            
## 1292                 Al Taif           Raniah            
## 1293                                   Riyadh            
## 1294                                   Riyadh            
## 1295                                   Riyadh            
## 1296                                   Riyadh            
## 1297                                   Riyadh            
## 1298                                 Al-Kharj            
## 1299                                   Riyadh            
## 1300                                   Riyadh            
## 1301                                   Riyadh            
## 1302                                   Riyadh            
## 1303                                   Riyadh            
## 1304                                   Riyadh            
## 1305                                   Najran            
## 1306                                   Riyadh            
## 1307                                   Riyadh            
## 1308                                   Riyadh            
## 1309                                   Riyadh            
## 1310                                   Riyadh            
## 1311                                   Riyadh            
## 1312                                   Riyadh            
## 1313                                   Riyadh            
## 1314                                   Riyadh            
## 1315                                   Riyadh            
## 1316                                   Riyadh            
## 1317                                   Riyadh            
## 1318                                   Riyadh            
## 1319                                   Riyadh            
## 1320                                   Riyadh            
## 1321                                   Riyadh            
## 1322                                   Riyadh            
## 1323                                   Riyadh            
## 1324                                   Riyadh            
## 1325                                     Abha            
## 1326                                   Riyadh            
## 1327                                   Riyadh            
## 1328                                   Riyadh            
## 1329                                   Riyadh            
## 1330                                   Riyadh            
## 1331                                   Riyadh            
## 1332                                   Riyadh            
## 1333                                   Riyadh            
## 1334                                   Riyadh            
## 1335                                   Najran            
## 1336                                   Riyadh            
## 1337                                   Riyadh            
## 1338                                   Riyadh            
## 1339                                   Riyadh            
## 1340                                   Riyadh            
## 1341                                   Riyadh            
## 1342                                   Riyadh            
## 1343                                   Riyadh            
## 1344                                   Riyadh            
## 1345                                   Riyadh            
## 1346                                   Riyadh            
## 1347                                   Riyadh            
## 1348                                   Riyadh            
## 1349                                   Riyadh            
## 1350                                   Riyadh            
## 1351                                   Riyadh            
## 1352                                   Riyadh            
## 1353                                   Riyadh            
## 1354                                   Riyadh            
## 1355                                   Riyadh            
## 1356                                   Riyadh            
## 1357                                   Riyadh            
## 1358                                   Riyadh            
## 1359                                   Riyadh            
## 1360                                   Riyadh            
## 1361                                   Riyadh            
## 1362                                   Riyadh            
## 1363                                   Riyadh            
## 1364                                   Riyadh            
## 1365                                   Riyadh            
## 1366                                   Riyadh            
## 1367                                   Riyadh            
## 1368                                   Riyadh            
## 1369                                   Riyadh            
## 1370                                   Riyadh            
## 1371                                   Riyadh            
## 1372                                   Riyadh            
## 1373                                   Riyadh            
## 1374                                   Riyadh            
## 1375                                   Riyadh            
## 1376                                   Riyadh            
## 1377                                   Riyadh            
## 1378                                   Riyadh            
## 1379                                   Riyadh            
## 1380                                   Riyadh            
## 1381                                   Riyadh            
## 1382                                   Riyadh            
## 1383                                   Riyadh            
## 1384                                   Riyadh            
## 1385                                   Riyadh            
## 1386                                   Riyadh            
## 1387                                   Riyadh            
## 1388                                   Riyadh            
## 1389                                   Riyadh            
## 1390                                   Riyadh            
## 1391                                   Riyadh            
## 1392                                    Delam            
## 1393                                  Alzulfi            
## 1394                                   Riyadh            
## 1395                                   Riyadh            
## 1396                                   Riyadh            
## 1397                                   Riyadh            
## 1398                                   Riyadh            
## 1399                                   Riyadh            
## 1400                                   Riyadh            
## 1401                                   Riyadh            
## 1402                                   Riyadh            
## 1403                                   Riyadh            
## 1404                                   Riyadh            
## 1405                                   Riyadh            
## 1406                                 Al-Hofuf            
## 1407                                    Delam            
## 1408                                   Riyadh            
## 1409                                   Riyadh            
## 1410                                   Riyadh            
## 1411                                   Riyadh            
## 1412                                   Riyadh            
## 1413                                   Riyadh            
## 1414                                    Delam            
## 1415                                   Riyadh            
## 1416                                   Najran            
## 1417                            Al-Muzahmiyya            
## 1418                                   Riyadh            
## 1419                                    Ha'il            
## 1420                                   Riyadh            
## 1421                                   Riyadh            
## 1422                                   Riyadh            
## 1423                                   Riyadh            
## 1424                                   Riyadh            
## 1425                                   Riyadh            
## 1426                                   Riyadh            
## 1427                                   Riyadh            
## 1428                                   Riyadh            
## 1429                                   Riyadh            
## 1430                                   Riyadh            
## 1431                                   Najran            
## 1432                                   Najran            
## 1433                                   Riyadh            
## 1434                                   Riyadh            
## 1435                                   Riyadh            
## 1436                                   Riyadh            
## 1437                                   Riyadh            
## 1438                                   Riyadh            
## 1439                                   Riyadh            
## 1440                                 Al-Kharj            
## 1441                                   Najran            
## 1442                                   Riyadh            
## 1443                                   Alnmas            
## 1444                                   Alnmas            
## 1445                                   Riyadh            
## 1446                                   Riyadh            
## 1447                                 Al-Kharj            
## 1448                                   Riyadh            
## 1449                                   Riyadh            
## 1450                                   Riyadh            
## 1451                                   Riyadh            
## 1452                                   Riyadh            
## 1453                                   Riyadh            
## 1454                                   Riyadh            
## 1455                                   Riyadh            
## 1456                                   Riyadh            
## 1457                                   Riyadh            
## 1458                                   Riyadh            
## 1459                                   Riyadh            
## 1460                                   Shaqra            
## 1461                                   Riyadh            
## 1462                                  Madinah            
## 1463                                   Riyadh            
## 1464                                   Riyadh            
## 1465                                 Al-Kharj            
## 1466                                   Riyadh            
## 1467                                   Riyadh            
## 1468                                 Aldwadmi            
## 1469                                   Jeddah            
## 1470                                    Amman            
## 1471                                    Amman            
## 1472                                    Amman            
## 1473                                    Amman            
## 1474                                    Amman            
## 1475                                  Madinah            
## 1476                                   Riyadh            
## 1477                                   Riyadh            
## 1478                                  Madinah            
## 1479                                  Madinah            
## 1480                                  Madinah            
## 1481                                   Riyadh            
## 1482                                   Jeddah            
## 1483                                  Madinah            
## 1484                                  Madinah            
## 1485                                   Riyadh            
## 1486                                   Riyadh            
## 1487                            Al-Quway'iyah            
## 1488                                    Amman            
## 1489                                    Amman            
## 1490                                    Amman            
## 1491                                    Amman            
## 1492                                    Amman            
## 1493                                   Riyadh            
## 1494                                   Riyadh            
## 1495                                   Riyadh            
## 1496                                   Riyadh            
## 1497                                   Jeddah            
## 1498                                                     
## 1499                                   Jeddah            
## 1500                                   Riyadh            
## 1501                                   Najran            
## 1502                                   Riyadh            
## 1503                                  Aloyoun            
## 1504                                   Riyadh            
## 1505                                   Riyadh            
## 1506                              Kuwait City            
## 1507                                   Riyadh            
## 1508                                   Riyadh            
## 1509                                                     
## 1510                                    Amman            
## 1511                                    Amman            
## 1512                                   Riyadh            
## 1513                                   Riyadh            
## 1514                                    Amman            
## 1515                                    Amman            
## 1516                                   Riyadh            
## 1517                                   Riyadh            
## 1518                                   Riyadh            
## 1519                                   Riyadh            
## 1520                                   Riyadh            
## 1521                                   Riyadh            
## 1522                                  Dawadmi            
## 1523                                 Al-Hofuf            
## 1524                                   Riyadh            
## 1525                                   Riyadh            
## 1526                                 Al-Hofuf            
## 1527                                   Riyadh            
## 1528                                 Al-Hofuf            
## 1529                                   Riyadh            
## 1530                                   Riyadh            
## 1531                                   Riyadh            
## 1532                                 Al-Kharj            
## 1533                                 Al-Hofuf            
## 1534                                 Al-Hofuf            
## 1535                                 Al-Hofuf            
## 1536                                 Al-Hofuf            
## 1537                                   Riyadh            
## 1538                                   Riyadh            
## 1539                                 Al-Hofuf            
## 1540                                     Afif            
## 1541                                   Riyadh            
## 1542                                   Riyadh            
## 1543                                   Riyadh            
## 1544                                    Amman            
## 1545                                   Riyadh            
## 1546                                 Buraidah            
## 1547                                   Riyadh            
## 1548                                 Buraidah            
## 1549                                   Najran            
## 1550                                   Jeddah            
## 1551                                  Unaizah            
## 1552                                    Bisha            
## 1553                                  Madinah            
## 1554 North Batinah Governate                             
## 1555                                Abu Dhabi            
## 1556                                Abu Dhabi            
## 1557                                  Muthnab            
## 1558                                   Jeddah            
## 1559                                 Alkhumra            
## 1560                                 Alkhumra            
## 1561                                 Al-Kharj            
## 1562                                                     
## 1563                                   Riyadh            
## 1564                                     Taif            
## 1565                                   Najran            
## 1566                                 Al-Kharj            
## 1567                                 El-Hassa            
## 1568                                  Alkharj            
## 1569                                  Alkharj            
## 1570                                                     
## 1571                                                     
## 1572                                                     
## 1573                                                     
## 1574                                     Hail            
## 1575                                   Najran            
## 1576                                     Abha            
## 1577                                     Afif            
## 1578                                   Alkarj            
## 1579                                   Riyadh            
## 1580                                   Riyadh            
## 1581                                 Buraidah            
## 1582                                 Buraidah            
## 1583                                 Buraidah            
## 1584                                  Alzulfi            
## 1585                                 Buraidah            
## 1586                                 Buraidah            
## 1587                                 Buraidah            
## 1588                                   Alrass            
## 1589                                 Buraidah            
## 1590                                 Buraidah            
## 1591                                   Riyadh            
## 1592                                 Buraidah            
## 1593                                     Hail            
## 1594                                 Buraidah            
## 1595                                   Jeddah            
## 1596                                 Buraidah            
## 1597                                   Riyadh            
## 1598                                 Buraidah            
## 1599                                   Riyadh            
## 1600                                   Shaqra            
## 1601                             Al Artawiyah            
## 1602                                   Riyadh            
## 1603                                  Muhayil            
## 1604                                   Riyadh            
## 1605                              Arruwaidhah            
## 1606                                     Taif            
## 1607                                   Jubail            
## 1608                                 Buraidah            
## 1609                                 Buraidah            
## 1610                                 Buraidah            
## 1611                                   Jeddah            
## 1612                                 Buraidah            
## 1613                                     Hail            
## 1614                                   Riyadh            
## 1615                               Al Makhwah            
## 1616                                 Buraidah            
## 1617                                 Buraidah            
## 1618                                 Buraidah            
## 1619                                     Taif            
## 1620                                  Alkharj            
## 1621                                     Hail            
## 1622                                 Buraidah            
## 1623                                 Buraidah            
## 1624                                 Buraidah            
## 1625                                   Riyadh            
## 1626                                  Alkharj            
## 1627                                 Buraidah            
## 1628                                    Jazan            
## 1629                                   Turbah            
## 1630                                     Hail            
## 1631                                   Makkah            
## 1632                         Riyadh Al Khabra            
## 1633                                 Buraidah            
## 1634                                   Alrass            
## 1635                                 Buraidah            
## 1636                                 Buraidah            
## 1637                                 Buraidah            
## 1638                                     Hail            
## 1639                                  Alkharj            
## 1640                                 Buraidah            
## 1641                                 Buraidah            
## 1642                                 Buraidah            
## 1643                                   Najran            
## 1644                                   Riyadh            
## 1645                                   Riyadh            
## 1646                                  Khayber            
## 1647                                 Al-Hofuf            
## 1648                                   Dammam            
## 1649                                     Abha            
## 1650                                   Najran            
## 1651                                  Alkharj            
## 1652                                 Buraidah            
## 1653                       ?                ?            
## 1654                                     Abha            
## 1655                                   Riyadh            
## 1656                                 Al-Hofuf            
## 1657                                                     
## 1658                                   Riyadh            
## 1659                                   Riyadh            
## 1660                                 Al-Hofuf            
## 1661                                     Hail            
## 1662                                  Buridah            
## 1663                                  Madinah            
## 1664                                  Alkharj            
## 1665                                    Tabuk            
## 1666                                   Riyadh            
## 1667                                     Hail            
## 1668                                   Riyadh            
## 1669                                   Riyadh            
## 1670                                   Riyadh            
## 1671                                   Riyadh            
## 1672                                   Riyadh            
## 1673                                   Najran            
## 1674                                     Taif            
## 1675                                   Riyadh            
## 1676                                   Riyadh            
## 1677                                   Riyadh            
## 1678                                   Riyadh            
## 1679                                   Riyadh            
## 1680                                   Riyadh            
## 1681                                   Riyadh            
## 1682                                   Riyadh            
## 1683                                   Riyadh            
## 1684                                   Riyadh            
## 1685                                   Riyadh            
## 1686                                   Riyadh            
## 1687                                   Riyadh            
## 1688                                   Riyadh            
## 1689                                   Riyadh            
## 1690                                Abu Dhabi            
## 1691                                   Riyadh            
## 1692                                   Riyadh            
## 1693                                     Taif            
## 1694                                   Riyadh            
## 1695                                   Riyadh            
## 1696                                   Najran            
## 1697                             Al-Shahaniya            
## 1698                                  Al Aqiq            
## 1699                                   Dammam            
## 1700                                   Riyadh            
## 1701                                   Riyadh            
## 1702                                 Al Aflaj            
## 1703                                 Al-Hofuf            
## 1704                                   Riyadh            
## 1705                                   Najran            
## 1706                                   Riyadh            
## 1707                                   Riyadh            
## 1708                                   Jeddah            
## 1709                                   Jeddah            
## 1710                                   Jeddah            
## 1711                                 Al Aflaj            
## 1712                                   Najran            
## 1713                                   Najran            
## 1714                              Al Duwadimi            
## 1715                                   Jeddah            
## 1716                                   Najran            
## 1717                                   Riyadh            
## 1718                              Al Duwadimi            
## 1719                                  Alkharj            
## 1720                                                     
## 1721                                   Najran            
## 1722                                 Buraidah            
## 1723                                   Jubail            
## 1724                                   Jubail            
## 1725                                 Al-Hofuf            
## 1726                                  Madinah            
## 1727                                Huraymila            
## 1728                                 Al Kharj            
## 1729                                Huraymila            
## 1730                                     Taif            
## 1731                                 Al-Hofuf            
## 1732                                   Riyadh            
## 1733                                     Arar            
## 1734                                 Al-Hofuf            
## 1735                                     Hail            
## 1736                                   Riyadh            
## 1737                                   Sakaka            
## 1738                                   Riyadh            
## 1739                           Wadi Aldawasir            
## 1740                                 Al Kharj            
## 1741                                                     
##                                   prior_travel
## 1                                             
## 2                                             
## 3                                             
## 4                                             
## 5                                             
## 6                                             
## 7                                             
## 8                                             
## 9                                             
## 10                                            
## 11                                            
## 12                                            
## 13                                            
## 14                                            
## 15                                            
## 16                                            
## 17                                            
## 18                                            
## 19                                            
## 20                                            
## 21                                            
## 22                                            
## 23                                            
## 24                                            
## 25                                            
## 26                                            
## 27                                            
## 28                                            
## 29                                            
## 30                                            
## 31                                            
## 32                                            
## 33                                            
## 34                                            
## 35                                            
## 36                                            
## 37                                            
## 38                                            
## 39                                            
## 40                                            
## 41                                            
## 42                                            
## 43                                            
## 44                                            
## 45                                            
## 46                                            
## 47                                            
## 48                                            
## 49                                            
## 50                                            
## 51                                            
## 52                                            
## 53                                            
## 54                                            
## 55                                            
## 56                                            
## 57                                            
## 58                                            
## 59                                            
## 60                                            
## 61                                            
## 62                                            
## 63                                            
## 64                                            
## 65                                            
## 66                                            
## 67                                            
## 68                                            
## 69                                            
## 70                                            
## 71                                            
## 72                                            
## 73                                            
## 74                                            
## 75                                            
## 76                                            
## 77                                            
## 78                                            
## 79                                            
## 80                                            
## 81                                            
## 82                                            
## 83                                            
## 84                                            
## 85                                            
## 86                                            
## 87                                            
## 88                                            
## 89                                            
## 90                                            
## 91                                            
## 92                                            
## 93                                            
## 94                                            
## 95                                            
## 96                                            
## 97                                            
## 98                                            
## 99                                            
## 100                                           
## 101                                           
## 102                                           
## 103                                           
## 104                                           
## 105                                           
## 106                                           
## 107                                           
## 108                                           
## 109                                           
## 110                                           
## 111                                           
## 112                                           
## 113                                           
## 114                                           
## 115                                           
## 116                                           
## 117                                           
## 118                                           
## 119                                           
## 120                                           
## 121                                           
## 122                                           
## 123                                           
## 124                                           
## 125                                           
## 126                                           
## 127                                           
## 128                                           
## 129                                           
## 130                                           
## 131                                           
## 132                                           
## 133                                           
## 134                                           
## 135                                           
## 136                                           
## 137                                           
## 138                                           
## 139                                           
## 140                                           
## 141                                           
## 142                                           
## 143                                           
## 144                                           
## 145                                           
## 146                                           
## 147                                           
## 148                                           
## 149                                           
## 150                                           
## 151                                           
## 152                                           
## 153                                           
## 154                                           
## 155                                           
## 156                                           
## 157                                           
## 158                                           
## 159                                           
## 160                                           
## 161                                           
## 162                                           
## 163                                           
## 164                                           
## 165                                           
## 166                                           
## 167                                           
## 168                                           
## 169                                           
## 170                                           
## 171                                           
## 172                                           
## 173                                           
## 174                                           
## 175                                           
## 176                                           
## 177                                           
## 178                                           
## 179                                           
## 180                                           
## 181                                           
## 182                                           
## 183                                           
## 184                                           
## 185                                           
## 186                                           
## 187                                           
## 188                                           
## 189                                           
## 190                                           
## 191                                           
## 192                                           
## 193                                           
## 194                                           
## 195                                           
## 196                                           
## 197                                           
## 198                                           
## 199                                           
## 200                                           
## 201                                           
## 202                                           
## 203                                           
## 204                                           
## 205                                           
## 206                                           
## 207                                           
## 208                                           
## 209                                           
## 210                                           
## 211                                           
## 212                                           
## 213                                           
## 214                                           
## 215                                           
## 216                                           
## 217                                           
## 218                                           
## 219                                           
## 220                                           
## 221                                           
## 222                                           
## 223                                           
## 224                                           
## 225                                           
## 226                                           
## 227                                           
## 228                                           
## 229                                           
## 230                                           
## 231                                           
## 232                                           
## 233                                           
## 234                                           
## 235                                           
## 236                                           
## 237                                           
## 238                                           
## 239                                           
## 240                                           
## 241                                           
## 242                                           
## 243                                           
## 244                                           
## 245                                           
## 246                                           
## 247                                           
## 248                                           
## 249                                           
## 250                                           
## 251                                           
## 252                                           
## 253                                           
## 254                                           
## 255                                           
## 256                                           
## 257                                           
## 258                                           
## 259                                           
## 260                                           
## 261                                           
## 262                                           
## 263                                           
## 264                                           
## 265                                           
## 266                                           
## 267                                           
## 268                                           
## 269                                           
## 270                                           
## 271                                           
## 272                                           
## 273                                           
## 274                                           
## 275                                           
## 276                                           
## 277                                           
## 278                                           
## 279                                           
## 280                                           
## 281                                           
## 282                                           
## 283                                           
## 284                                           
## 285                                           
## 286                                           
## 287                                           
## 288                                           
## 289                                           
## 290                                           
## 291                                           
## 292                                           
## 293                                           
## 294                                           
## 295                                           
## 296                                           
## 297                                           
## 298                                           
## 299                                           
## 300                                           
## 301                                           
## 302                                           
## 303                                           
## 304                                           
## 305                                           
## 306                                           
## 307                                           
## 308                                           
## 309                                           
## 310                                           
## 311                                           
## 312                                           
## 313                                           
## 314                                           
## 315                                           
## 316                                           
## 317                                           
## 318                                           
## 319                                           
## 320                                           
## 321                                           
## 322                                           
## 323                                           
## 324                                           
## 325                                           
## 326                                           
## 327                                           
## 328                                           
## 329                                           
## 330                                           
## 331                                           
## 332                                           
## 333                                           
## 334                                           
## 335                                           
## 336                                           
## 337                                           
## 338                                           
## 339                                           
## 340                                           
## 341                                           
## 342                                           
## 343                                           
## 344                                           
## 345                                           
## 346                                           
## 347                                           
## 348                           Mecca and Jeddah
## 349                                           
## 350                                           
## 351                                           
## 352                                           
## 353                                           
## 354                                           
## 355                                           
## 356                                           
## 357                                           
## 358                                           
## 359                                           
## 360                                           
## 361                                           
## 362                                           
## 363                                           
## 364                                           
## 365                                           
## 366                                           
## 367                                           
## 368                                           
## 369                                           
## 370                                           
## 371                                           
## 372                                           
## 373                                           
## 374                                           
## 375                                           
## 376                                           
## 377                                           
## 378                                           
## 379                                           
## 380                                           
## 381                                           
## 382                                           
## 383                                           
## 384                                           
## 385                                           
## 386                                           
## 387                                           
## 388                                           
## 389                                           
## 390                                           
## 391                                           
## 392                                           
## 393                                           
## 394                                           
## 395                                           
## 396                                           
## 397                                           
## 398                                           
## 399                                           
## 400                                           
## 401                                           
## 402                                           
## 403                                           
## 404                                           
## 405                                           
## 406                                           
## 407                                           
## 408                                           
## 409                                           
## 410                                           
## 411                                           
## 412                                           
## 413                                           
## 414                                           
## 415                                           
## 416                                           
## 417                                           
## 418                                           
## 419                                           
## 420                                           
## 421                                           
## 422                                           
## 423                                           
## 424                                           
## 425                                           
## 426                                           
## 427                                           
## 428                                           
## 429                                           
## 430                                           
## 431                                           
## 432                                           
## 433                                           
## 434                                           
## 435                                           
## 436                                           
## 437                                           
## 438                                           
## 439                                           
## 440                                           
## 441                                           
## 442                                           
## 443                                           
## 444                                           
## 445                                           
## 446                                           
## 447                                           
## 448                                           
## 449                                           
## 450                                           
## 451                                           
## 452                                           
## 453                                           
## 454                                           
## 455                                           
## 456                                           
## 457                                           
## 458                                           
## 459                                           
## 460                                           
## 461                                           
## 462                                           
## 463                                           
## 464                                           
## 465                                           
## 466                                           
## 467                                           
## 468                                           
## 469                                           
## 470                                           
## 471                                           
## 472                                           
## 473                                           
## 474                                           
## 475                                           
## 476                                           
## 477                                           
## 478                                           
## 479                                           
## 480                                           
## 481                                           
## 482                                           
## 483                                           
## 484                                           
## 485                                           
## 486                                           
## 487                                           
## 488                                           
## 489                                           
## 490                                           
## 491                                           
## 492                                           
## 493                                           
## 494                                           
## 495                                           
## 496                                           
## 497                                           
## 498                                           
## 499                                           
## 500                                           
## 501                                           
## 502                                           
## 503                                           
## 504                                           
## 505                                           
## 506                                           
## 507                                           
## 508                                           
## 509                                           
## 510                                           
## 511                                           
## 512                                           
## 513                                           
## 514                                           
## 515                                           
## 516                                           
## 517                                           
## 518                                           
## 519                                           
## 520                                           
## 521                                           
## 522                                           
## 523                                           
## 524                                           
## 525                                           
## 526                                           
## 527                                           
## 528                                           
## 529                                           
## 530                                           
## 531                                           
## 532                                           
## 533                                           
## 534                                           
## 535                                           
## 536                                           
## 537                                           
## 538                                           
## 539                                           
## 540                                           
## 541                                           
## 542                                           
## 543                                           
## 544                                           
## 545                                           
## 546                                           
## 547                                           
## 548                                           
## 549                                           
## 550                                           
## 551                                           
## 552                                           
## 553                                           
## 554                                           
## 555                                           
## 556                                           
## 557                                           
## 558                                           
## 559                                           
## 560                                           
## 561                                           
## 562                                           
## 563                                           
## 564                                           
## 565                                           
## 566                                           
## 567                                           
## 568                                           
## 569                                           
## 570                                           
## 571                                           
## 572                                           
## 573                                           
## 574                                           
## 575                                           
## 576                                           
## 577                                           
## 578                                           
## 579                                           
## 580                                           
## 581                                           
## 582                                           
## 583                                           
## 584                                           
## 585                                           
## 586                                           
## 587                                           
## 588                                           
## 589                                           
## 590                                           
## 591                                           
## 592                                           
## 593                                           
## 594                                           
## 595                                           
## 596                                           
## 597                                           
## 598                                           
## 599                                           
## 600                                           
## 601                                           
## 602                                           
## 603                                           
## 604                                           
## 605                                           
## 606                                           
## 607                                           
## 608                                           
## 609                                           
## 610                                           
## 611                                           
## 612                                           
## 613                                           
## 614                                           
## 615                                           
## 616                                           
## 617                                           
## 618                                           
## 619                                           
## 620                                           
## 621                                           
## 622                                           
## 623                                           
## 624                                           
## 625                                           
## 626                                           
## 627                                           
## 628                                           
## 629                                           
## 630                                           
## 631                                           
## 632                                           
## 633                                           
## 634                                           
## 635                                           
## 636                                           
## 637                                           
## 638                                           
## 639                                           
## 640                                           
## 641                                           
## 642                                           
## 643                                           
## 644                                           
## 645                                           
## 646                                           
## 647                                           
## 648                                           
## 649                                           
## 650                                           
## 651                                           
## 652                                           
## 653                                           
## 654                                           
## 655                                           
## 656                                           
## 657                                           
## 658                                           
## 659                                           
## 660                                           
## 661                                           
## 662                                           
## 663                                           
## 664                                           
## 665                                           
## 666                                           
## 667                                           
## 668                                           
## 669                                           
## 670                                           
## 671                                           
## 672                                           
## 673                                           
## 674                                           
## 675                                           
## 676                                           
## 677                                           
## 678                                           
## 679                                           
## 680                                           
## 681                                           
## 682                                           
## 683                                           
## 684                                           
## 685                                           
## 686                                           
## 687                                           
## 688                                           
## 689                                           
## 690                                           
## 691                                           
## 692                                           
## 693                                           
## 694                                           
## 695                                           
## 696                                           
## 697                                           
## 698                                           
## 699                                           
## 700                                           
## 701                                           
## 702                                           
## 703                                           
## 704                                           
## 705                                           
## 706                                           
## 707                                           
## 708                                           
## 709                                           
## 710                                           
## 711                                           
## 712                                           
## 713                                           
## 714                                           
## 715                                           
## 716                                           
## 717                                           
## 718                                           
## 719                                           
## 720                                           
## 721                                           
## 722                                           
## 723                                           
## 724                                           
## 725                                           
## 726                                           
## 727                                           
## 728                                           
## 729                                           
## 730                                           
## 731                                           
## 732                                           
## 733                                           
## 734                                           
## 735                                           
## 736                                           
## 737                                           
## 738                                           
## 739                                           
## 740                                           
## 741                                           
## 742                                           
## 743                                           
## 744                                           
## 745                                           
## 746                                           
## 747                                           
## 748                                           
## 749                                           
## 750                                           
## 751                                           
## 752                                           
## 753                                           
## 754                                           
## 755                                           
## 756                                           
## 757                                           
## 758                                           
## 759                                           
## 760                                           
## 761                                           
## 762                                           
## 763                               Riyadh, Doha
## 764                                           
## 765                                           
## 766                                           
## 767                                           
## 768                                           
## 769                                           
## 770                                           
## 771                                           
## 772                                           
## 773                                           
## 774                                           
## 775                                           
## 776                                           
## 777                                           
## 778                                           
## 779                                           
## 780                                           
## 781                                           
## 782                                           
## 783                                           
## 784                                           
## 785                                           
## 786                                           
## 787                                           
## 788                                           
## 789                                           
## 790                                           
## 791                                           
## 792                                           
## 793                                           
## 794                                           
## 795                                           
## 796                                           
## 797                                           
## 798                                           
## 799                                     Dammam
## 800                                   Al-Kharj
## 801                                           
## 802                                           
## 803                                           
## 804                                           
## 805                                           
## 806                                           
## 807                                           
## 808                                           
## 809                                           
## 810                                           
## 811                                           
## 812                                           
## 813                                           
## 814                                           
## 815                                           
## 816                                           
## 817                                           
## 818                                           
## 819                                           
## 820                                           
## 821                                           
## 822                                           
## 823                                           
## 824                                           
## 825                                           
## 826                                           
## 827                                           
## 828                                           
## 829                                           
## 830                                           
## 831                                           
## 832                                           
## 833                                           
## 834                                           
## 835                                           
## 836                                     Jordan
## 837                                           
## 838                                           
## 839                                           
## 840                                           
## 841                                      Yemen
## 842                                           
## 843                                           
## 844                                           
## 845                                           
## 846                                           
## 847                                           
## 848                                           
## 849                                           
## 850                                           
## 851                                           
## 852                                           
## 853                                           
## 854                                           
## 855                                           
## 856                                           
## 857                                           
## 858                                           
## 859                                           
## 860                                           
## 861                                           
## 862                                           
## 863                                           
## 864                                           
## 865                                           
## 866                                           
## 867                                           
## 868                                           
## 869                                           
## 870                                           
## 871                                           
## 872                                           
## 873                                           
## 874                                           
## 875                                           
## 876                                           
## 877                                           
## 878                                           
## 879                                           
## 880                                           
## 881                                           
## 882                                           
## 883                                           
## 884                                           
## 885                                           
## 886                                           
## 887                                           
## 888                                           
## 889                                           
## 890                                           
## 891                                           
## 892                                           
## 893                                           
## 894                                           
## 895                                           
## 896                                           
## 897                                           
## 898                                           
## 899                                           
## 900                                           
## 901                                           
## 902                                           
## 903                                           
## 904                                           
## 905                                           
## 906                                           
## 907                                           
## 908                                           
## 909                                           
## 910                                           
## 911                                           
## 912                                           
## 913                                           
## 914                                           
## 915                                           
## 916                                           
## 917                                           
## 918                                           
## 919                                           
## 920                                           
## 921                                           
## 922                                           
## 923                                           
## 924                                           
## 925                                           
## 926                                           
## 927                                           
## 928                                           
## 929                                           
## 930                                           
## 931                                           
## 932                                           
## 933                                           
## 934                                           
## 935                                           
## 936                                           
## 937                                           
## 938                                           
## 939                                           
## 940                                           
## 941                                           
## 942                                           
## 943                                           
## 944                                           
## 945                                           
## 946                                           
## 947                                           
## 948                                           
## 949                                           
## 950                                           
## 951                                           
## 952                                           
## 953                                           
## 954                                           
## 955                                           
## 956                                           
## 957                                           
## 958                                           
## 959                                           
## 960                                           
## 961                                           
## 962                                           
## 963                                           
## 964                                           
## 965                                           
## 966                                           
## 967                                           
## 968                                           
## 969                                           
## 970                                           
## 971                                           
## 972                                           
## 973                                           
## 974                                           
## 975                                           
## 976                                           
## 977                                           
## 978                                           
## 979                                           
## 980                                           
## 981                                           
## 982                                           
## 983                                           
## 984                                           
## 985                                           
## 986                                           
## 987                                           
## 988                                           
## 989                                           
## 990                                           
## 991                                           
## 992                                           
## 993                                           
## 994                                           
## 995                                           
## 996                                  Abu Dhabi
## 997                                           
## 998                                           
## 999                                           
## 1000                                          
## 1001                                          
## 1002                                          
## 1003                                          
## 1004                                          
## 1005                                          
## 1006                                          
## 1007                                          
## 1008                                          
## 1009                                          
## 1010                                          
## 1011                                          
## 1012                                          
## 1013                                          
## 1014                                          
## 1015                                          
## 1016                                          
## 1017                                          
## 1018                                          
## 1019                                          
## 1020                                          
## 1021                                          
## 1022                                          
## 1023                                          
## 1024                                          
## 1025                                          
## 1026                                          
## 1027                                          
## 1028                                          
## 1029                                          
## 1030                                          
## 1031                                          
## 1032                                          
## 1033                                          
## 1034                                          
## 1035                                          
## 1036                                          
## 1037                                          
## 1038                                          
## 1039                                          
## 1040                                          
## 1041                                      Oman
## 1042                                          
## 1043                                          
## 1044                                          
## 1045                                          
## 1046                                          
## 1047                                          
## 1048                     Bahrain/UAE/KSA/Qatar
## 1049                                          
## 1050                                          
## 1051                                          
## 1052                                          
## 1053                                          
## 1054                                          
## 1055                                          
## 1056                                          
## 1057                                          
## 1058                                          
## 1059                                          
## 1060                                          
## 1061                                          
## 1062                                          
## 1063                                          
## 1064                                          
## 1065                                          
## 1066                                          
## 1067                                          
## 1068                                          
## 1069                                          
## 1070                                          
## 1071                                          
## 1072                                          
## 1073                                          
## 1074                                          
## 1075                                          
## 1076                                          
## 1077                                          
## 1078                                          
## 1079                                          
## 1080                                          
## 1081                                          
## 1082                                          
## 1083                                          
## 1084                                          
## 1085                                          
## 1086                                          
## 1087                                          
## 1088                                          
## 1089                                          
## 1090                                          
## 1091                                          
## 1092                                          
## 1093                                          
## 1094                                          
## 1095                                          
## 1096                                          
## 1097                                          
## 1098                                          
## 1099                                          
## 1100                                          
## 1101                                          
## 1102                                          
## 1103                                          
## 1104                                          
## 1105                                          
## 1106                                          
## 1107                                          
## 1108                                          
## 1109                                          
## 1110                                          
## 1111                                          
## 1112                                          
## 1113                                          
## 1114                                          
## 1115                                          
## 1116                                          
## 1117                                          
## 1118                                          
## 1119                                          
## 1120                                          
## 1121                                          
## 1122                                          
## 1123                                          
## 1124                                          
## 1125                                          
## 1126                                          
## 1127                                          
## 1128                                          
## 1129                                          
## 1130                                          
## 1131                                          
## 1132                                          
## 1133                                          
## 1134                                          
## 1135                                          
## 1136                                          
## 1137                                          
## 1138                                          
## 1139                                          
## 1140                                          
## 1141                                          
## 1142                                          
## 1143                                          
## 1144                                          
## 1145                                          
## 1146                                          
## 1147                                          
## 1148                                          
## 1149                                          
## 1150                                          
## 1151                                          
## 1152                                          
## 1153                                          
## 1154                                          
## 1155                                          
## 1156                                          
## 1157                                          
## 1158                                          
## 1159                                          
## 1160                                          
## 1161                                          
## 1162                                          
## 1163                                          
## 1164                                          
## 1165                                          
## 1166                                          
## 1167                                          
## 1168                                          
## 1169                                          
## 1170                                          
## 1171                                          
## 1172                                          
## 1173                                          
## 1174                                          
## 1175                                          
## 1176                                          
## 1177                                          
## 1178                                          
## 1179                                          
## 1180                                          
## 1181                                          
## 1182                                          
## 1183                                          
## 1184                                          
## 1185                                          
## 1186                                          
## 1187                                          
## 1188                                          
## 1189                                          
## 1190                                          
## 1191                                          
## 1192                                          
## 1193                                          
## 1194                                          
## 1195                                          
## 1196                                          
## 1197                                          
## 1198                                          
## 1199                                          
## 1200                                          
## 1201                                          
## 1202                                          
## 1203                                          
## 1204                                          
## 1205                                          
## 1206                                          
## 1207                                          
## 1208                                          
## 1209                                          
## 1210                                          
## 1211                                          
## 1212                                          
## 1213                                          
## 1214                                          
## 1215                                          
## 1216                                          
## 1217                                          
## 1218                                          
## 1219                                          
## 1220                                          
## 1221                                          
## 1222                                          
## 1223                                          
## 1224                                          
## 1225                                          
## 1226                                          
## 1227                                          
## 1228                                          
## 1229                                          
## 1230                                          
## 1231                                          
## 1232                                          
## 1233                                          
## 1234                                          
## 1235                                          
## 1236                                          
## 1237                                          
## 1238                                          
## 1239                                          
## 1240                                          
## 1241                                          
## 1242                                          
## 1243                                          
## 1244                                          
## 1245                                          
## 1246                                          
## 1247                                          
## 1248                                          
## 1249                                          
## 1250                                          
## 1251                                          
## 1252                                          
## 1253                                          
## 1254                                          
## 1255                                          
## 1256                                          
## 1257                                          
## 1258                                          
## 1259                                          
## 1260                                          
## 1261                                          
## 1262                                          
## 1263                                          
## 1264                                          
## 1265                                          
## 1266                                          
## 1267                                          
## 1268                                          
## 1269                                          
## 1270                                          
## 1271                                          
## 1272                                          
## 1273                                          
## 1274                                          
## 1275                                          
## 1276                                          
## 1277                                          
## 1278                                          
## 1279                                          
## 1280                                          
## 1281                                          
## 1282                                          
## 1283                                          
## 1284                                          
## 1285                                          
## 1286                                          
## 1287 Riyadh, Jeddah, Dammam [KSA]; Dubai [UAE]
## 1288                                          
## 1289                                          
## 1290                                          
## 1291                                          
## 1292                                          
## 1293                                          
## 1294                                          
## 1295                                          
## 1296                                          
## 1297                                          
## 1298                                          
## 1299                                          
## 1300                                          
## 1301                                          
## 1302                                          
## 1303                                          
## 1304                                          
## 1305                                          
## 1306                                          
## 1307                                          
## 1308                                          
## 1309                                          
## 1310                                          
## 1311                                          
## 1312                                          
## 1313                                          
## 1314                                          
## 1315                                          
## 1316                                          
## 1317                                          
## 1318                                          
## 1319                                          
## 1320                                          
## 1321                                          
## 1322                                          
## 1323                                          
## 1324                                          
## 1325                                          
## 1326                                          
## 1327                                          
## 1328                                          
## 1329                                          
## 1330                                          
## 1331                                          
## 1332                                          
## 1333                                          
## 1334                                          
## 1335                                          
## 1336                                          
## 1337                                          
## 1338                                          
## 1339                                          
## 1340                                          
## 1341                                          
## 1342                                          
## 1343                                          
## 1344                                          
## 1345                                          
## 1346                                          
## 1347                                          
## 1348                                          
## 1349                                          
## 1350                                          
## 1351                                          
## 1352                                          
## 1353                                          
## 1354                                          
## 1355                                          
## 1356                                          
## 1357                                          
## 1358                                          
## 1359                                          
## 1360                                          
## 1361                                          
## 1362                                          
## 1363                                          
## 1364                                          
## 1365                                          
## 1366                                          
## 1367                                          
## 1368                                          
## 1369                                          
## 1370                                          
## 1371                                          
## 1372                                          
## 1373                                          
## 1374                                          
## 1375                                          
## 1376                                          
## 1377                                          
## 1378                                          
## 1379                                          
## 1380                                          
## 1381                                          
## 1382                                          
## 1383                                          
## 1384                                          
## 1385                                          
## 1386                                          
## 1387                                          
## 1388                                          
## 1389                                          
## 1390                                          
## 1391                                          
## 1392                                          
## 1393                                          
## 1394                                          
## 1395                                          
## 1396                                          
## 1397                                          
## 1398                                          
## 1399                                          
## 1400                                          
## 1401                                          
## 1402                                          
## 1403                                          
## 1404                                          
## 1405                                          
## 1406                                          
## 1407                                          
## 1408                                          
## 1409                                          
## 1410                                          
## 1411                                          
## 1412                                          
## 1413                                          
## 1414                                          
## 1415                                          
## 1416                                          
## 1417                                          
## 1418                                          
## 1419                                          
## 1420                                          
## 1421                                          
## 1422                                          
## 1423                                          
## 1424                                          
## 1425                                          
## 1426                                          
## 1427                                          
## 1428                                          
## 1429                                          
## 1430                                          
## 1431                                          
## 1432                                          
## 1433                                          
## 1434                                          
## 1435                                          
## 1436                                          
## 1437                                          
## 1438                                          
## 1439                                          
## 1440                                          
## 1441                                          
## 1442                                          
## 1443                                          
## 1444                                          
## 1445                                          
## 1446                                          
## 1447                                          
## 1448                                          
## 1449                                          
## 1450                                          
## 1451                                          
## 1452                                          
## 1453                                          
## 1454                                          
## 1455                                          
## 1456                                          
## 1457                                          
## 1458                                          
## 1459                                          
## 1460                                          
## 1461                                          
## 1462                                          
## 1463                                          
## 1464                                          
## 1465                                          
## 1466                                          
## 1467                                          
## 1468                                          
## 1469                               Jeddah, KSA
## 1470                       Kuwait City, Kuwait
## 1471                                          
## 1472                       Kuwait City, Kuwait
## 1473                                          
## 1474                                          
## 1475                                          
## 1476                                          
## 1477                                          
## 1478                                          
## 1479                                          
## 1480                                          
## 1481                                          
## 1482                               Philippines
## 1483                                          
## 1484                                    Riyadh
## 1485                                          
## 1486                                          
## 1487                                          
## 1488                                          
## 1489                                          
## 1490                                          
## 1491                                          
## 1492                                          
## 1493                                          
## 1494                                          
## 1495                                          
## 1496                                          
## 1497                                     Amman
## 1498                                          
## 1499                                          
## 1500                                          
## 1501                                          
## 1502                                          
## 1503                                          
## 1504                                          
## 1505                                          
## 1506                                          
## 1507                                          
## 1508                                          
## 1509                                          
## 1510                                          
## 1511                                          
## 1512                                          
## 1513                                          
## 1514                                          
## 1515                                          
## 1516                                          
## 1517                                          
## 1518                                          
## 1519                                          
## 1520                                          
## 1521                                          
## 1522                                          
## 1523                                          
## 1524                                          
## 1525                                          
## 1526                                          
## 1527                                          
## 1528                                          
## 1529                                          
## 1530                                          
## 1531                                          
## 1532                                          
## 1533                                          
## 1534                                          
## 1535                                          
## 1536                                          
## 1537                                          
## 1538                                          
## 1539                                          
## 1540                                          
## 1541                                          
## 1542                                          
## 1543                                          
## 1544                                          
## 1545                                          
## 1546                                          
## 1547                                          
## 1548                                          
## 1549                                          
## 1550                                          
## 1551                                          
## 1552                                          
## 1553                                          
## 1554                                          
## 1555                                      Oman
## 1556                                          
## 1557                                          
## 1558                                          
## 1559                                          
## 1560                                          
## 1561                                          
## 1562                                          
## 1563                                          
## 1564                                          
## 1565                                          
## 1566                                          
## 1567                                          
## 1568                                          
## 1569                                          
## 1570                                          
## 1571                                          
## 1572                                          
## 1573                                          
## 1574                                          
## 1575                                          
## 1576                                          
## 1577                                          
## 1578                                          
## 1579                                          
## 1580                                          
## 1581                                          
## 1582                                          
## 1583                                          
## 1584                                          
## 1585                                          
## 1586                                          
## 1587                                          
## 1588                                          
## 1589                                          
## 1590                                          
## 1591                                          
## 1592                                          
## 1593                                          
## 1594                                          
## 1595                                          
## 1596                                          
## 1597                                          
## 1598                                          
## 1599                                          
## 1600                                          
## 1601                                          
## 1602                                          
## 1603                                          
## 1604                                          
## 1605                                          
## 1606                                          
## 1607                                          
## 1608                                          
## 1609                                          
## 1610                                          
## 1611                                          
## 1612                                          
## 1613                                          
## 1614                                          
## 1615                                          
## 1616                                          
## 1617                                          
## 1618                                          
## 1619                                          
## 1620                                          
## 1621                                          
## 1622                                          
## 1623                                          
## 1624                                          
## 1625                                          
## 1626                                          
## 1627                                          
## 1628                                          
## 1629                                          
## 1630                                          
## 1631                                          
## 1632                                          
## 1633                                          
## 1634                                          
## 1635                                          
## 1636                                          
## 1637                                          
## 1638                                          
## 1639                                          
## 1640                                          
## 1641                                          
## 1642                                          
## 1643                                          
## 1644                                          
## 1645                                          
## 1646                                          
## 1647                                          
## 1648                                          
## 1649                                          
## 1650                                          
## 1651                                          
## 1652                                          
## 1653                                          
## 1654                                          
## 1655                                          
## 1656                                          
## 1657                                          
## 1658                                          
## 1659                                          
## 1660                                          
## 1661                                          
## 1662                                          
## 1663                                          
## 1664                                          
## 1665                                          
## 1666                                          
## 1667                                          
## 1668                                          
## 1669                                          
## 1670                                          
## 1671                                          
## 1672                                          
## 1673                                          
## 1674                                          
## 1675                                          
## 1676                                          
## 1677                                          
## 1678                                          
## 1679                                          
## 1680                                          
## 1681                                          
## 1682                                          
## 1683                                          
## 1684                                          
## 1685                                          
## 1686                                          
## 1687                                          
## 1688                                          
## 1689                                          
## 1690                                          
## 1691                                          
## 1692                                          
## 1693                                          
## 1694                                          
## 1695                                          
## 1696                                          
## 1697                          KSA (2016-05-28)
## 1698                                          
## 1699                                          
## 1700                                          
## 1701                                          
## 1702                                          
## 1703                                          
## 1704                                          
## 1705                                          
## 1706                                          
## 1707                                          
## 1708                                          
## 1709                                          
## 1710                                          
## 1711                                          
## 1712                                          
## 1713                                          
## 1714                                          
## 1715                                          
## 1716                                          
## 1717                                          
## 1718                                          
## 1719                                          
## 1720                                          
## 1721                                          
## 1722                                          
## 1723                                          
## 1724                                          
## 1725                                          
## 1726                                          
## 1727                                          
## 1728                                          
## 1729                                          
## 1730                                          
## 1731                                          
## 1732                                          
## 1733                                          
## 1734                                          
## 1735                                          
## 1736                                          
## 1737                                          
## 1738                                          
## 1739                                          
## 1740                                          
## 1741                                          
##                                                    hospital
## 1                                                          
## 2                                                          
## 3                                                          
## 4                                                          
## 5                                                          
## 6                                                          
## 7                                                          
## 8                                                          
## 9                                                          
## 10                                                         
## 11                                                         
## 12                                                         
## 13                                                         
## 14                                                         
## 15                                                         
## 16                                                         
## 17                                                         
## 18                                                         
## 19                                                         
## 20                                                         
## 21                                                         
## 22                                               Birmingham
## 23                                                         
## 24                                                         
## 25                                                         
## 26                                                         
## 27                                                         
## 28                                                         
## 29                                                         
## 30                                                         
## 31                                                         
## 32                                                         
## 33                                                         
## 34                                                         
## 35                                                         
## 36                                                         
## 37                                                         
## 38                                                         
## 39                                                         
## 40                                                         
## 41                                                         
## 42                                                         
## 43                                                         
## 44                                                         
## 45                                                         
## 46                                                         
## 47                                                         
## 48                                                         
## 49                                                         
## 50                                                         
## 51                                                         
## 52                                                         
## 53                                                         
## 54                                                         
## 55                                                         
## 56                                                         
## 57                                                         
## 58                                                 Monastir
## 59                                                         
## 60                                                         
## 61                                                         
## 62                                                         
## 63                                                         
## 64                                                         
## 65                                                         
## 66                                                         
## 67                                                         
## 68                                                         
## 69                                                         
## 70                                                 Florence
## 71                                                         
## 72                                                         
## 73                                                         
## 74                                                         
## 75                                                         
## 76                                                         
## 77                                                         
## 78                                                         
## 79                                                         
## 80                                                         
## 81                                                         
## 82                                                         
## 83                                                         
## 84                                                         
## 85                                                         
## 86                                                         
## 87                                                         
## 88                                                         
## 89                                                         
## 90                                                         
## 91                                                         
## 92                                                         
## 93                                                         
## 94                                                         
## 95                                                         
## 96                                                         
## 97                                                         
## 98                                                         
## 99                                                         
## 100                                                        
## 101                                                        
## 102                                                        
## 103                                                        
## 104                                                        
## 105                                                        
## 106                                                        
## 107                                                        
## 108                                                        
## 109                                                        
## 110                                                        
## 111                                                        
## 112                                                        
## 113                                                        
## 114                                                    Doha
## 115                                                        
## 116                                                        
## 117                                                        
## 118                                                        
## 119                                                        
## 120                                                        
## 121                                                        
## 122                                                        
## 123                                                        
## 124                                                        
## 125                                                        
## 126                                                        
## 127                                                        
## 128                                                        
## 129                                                        
## 130                                                        
## 131                                                        
## 132                                                        
## 133                                                        
## 134                                                        
## 135                                                        
## 136                                                        
## 137                                                        
## 138                                                        
## 139                                                        
## 140                                                        
## 141                                                        
## 142                                                        
## 143                                                        
## 144                                                        
## 145                                                        
## 146                                                        
## 147                                                        
## 148                                                        
## 149                                                        
## 150                                                        
## 151                                                        
## 152                                                        
## 153                                                        
## 154                                                        
## 155                                                        
## 156                                                        
## 157                                                        
## 158                                                        
## 159                                                        
## 160                                                    Doha
## 161                                                        
## 162                                                  Jubail
## 163                                                        
## 164                                                 Jubail?
## 165                                                 Jubail?
## 166                                                        
## 167                                                   Nizwa
## 168                                                 Jubail?
## 169                                                  Madrid
## 170                                                        
## 171                                                        
## 172                                               Abu Dhabi
## 173                                                        
## 174                                                    Adan
## 175                                                  Adalan
## 176                                                    Doha
## 177                                                  Madrid
## 178                                                        
## 179                                                        
## 180                                                        
## 181                                               Abu Dhabi
## 182                                               Abu Dhabi
## 183                                               Abu Dhabi
## 184                                                        
## 185                                                  Riyadh
## 186                                                        
## 187                                                        
## 188                                                        
## 189                                                        
## 190                                                        
## 191                                                        
## 192                                                        
## 193                                                        
## 194                                                        
## 195                                                        
## 196                                                        
## 197                                                        
## 198                                                        
## 199                                                        
## 200                                                        
## 201                                                        
## 202                                                        
## 203                                                        
## 204                                                        
## 205                                                        
## 206                                                        
## 207                                                        
## 208                                                        
## 209                                                        
## 210                                                        
## 211                                                        
## 212                                                        
## 213                                                        
## 214                                                        
## 215                                                        
## 216                                               Abu Dhabi
## 217                                                        
## 218                                                        
## 219                                                        
## 220                                                        
## 221                                                        
## 222                                                        
## 223                                               Abu Dhabi
## 224                                               Abu Dhabi
## 225                                                        
## 226                                                        
## 227                                                        
## 228                                                        
## 229                                                        
## 230                                                        
## 231                                                        
## 232                                                        
## 233                                                        
## 234                                                        
## 235                                                        
## 236                                                        
## 237                                                        
## 238                                                        
## 239                                                        
## 240                                                        
## 241                                                        
## 242                                                        
## 243                                                        
## 244                                                        
## 245                                                        
## 246                                                        
## 247                                                  Jordan
## 248                                                        
## 249                                                        
## 250                                                        
## 251                                                        
## 252                                                        
## 253                                                        
## 254                                                        
## 255                                                        
## 256                                                        
## 257                                                        
## 258                                                        
## 259                                                        
## 260                                                        
## 261                                        Hadramoot; Sanaa
## 262                                                        
## 263                                                        
## 264                                                        
## 265                                                        
## 266                                                        
## 267                                                        
## 268                                                        
## 269                                                        
## 270                                                        
## 271                                                        
## 272                                                        
## 273                                                        
## 274                                                        
## 275                                                        
## 276                                                        
## 277                                                        
## 278                                                        
## 279                                                        
## 280                                                        
## 281                                                        
## 282                                                        
## 283                                                  Manila
## 284                                                Malaysia
## 285                                                        
## 286                                                        
## 287                                                        
## 288                                                        
## 289                                                        
## 290                                                        
## 291                                                        
## 292                                                        
## 293                                                        
## 294                                                        
## 295                                                        
## 296                                                        
## 297                                                        
## 298                                                        
## 299                                                        
## 300                                                        
## 301                                                  Greece
## 302                                                        
## 303                                                        
## 304                                                        
## 305                                                        
## 306                                                        
## 307                                                        
## 308                                                        
## 309                                                        
## 310                                                        
## 311                                                        
## 312                                                        
## 313                                                        
## 314                                                        
## 315                                                        
## 316                                                        
## 317                                                        
## 318                                                        
## 319                                                        
## 320                                                        
## 321                                                        
## 322                                               Abu Dhabi
## 323                                                        
## 324                                                        
## 325                                                        
## 326                                                        
## 327                                                        
## 328                                                        
## 329                                                        
## 330                                                        
## 331                                                        
## 332                                                        
## 333                                                        
## 334                                                        
## 335                                                        
## 336                                                        
## 337                                                        
## 338                                                        
## 339                                                        
## 340                                                        
## 341                                                        
## 342                                                        
## 343                                                        
## 344                                                        
## 345                                                        
## 346                                                        
## 347                                                        
## 348                                     Amman/Zarqa, Jordan
## 349                                                        
## 350                                                        
## 351                                                        
## 352                                                        
## 353                                                        
## 354                                                        
## 355                                                        
## 356                                                        
## 357                                                        
## 358                                                        
## 359                                                        
## 360                                                        
## 361                                                        
## 362                                                        
## 363                                                        
## 364                                                        
## 365                                                        
## 366                                                        
## 367                                Riyadh Military Hospital
## 368                                Riyadh Military Hospital
## 369                                Riyadh Military Hospital
## 370                                Riyadh Military Hospital
## 371                                Riyadh Military Hospital
## 372                                                        
## 373                 King Faisal Specialist Hospital, Jeddah
## 374                        Security Forces Hospital, Makkah
## 375                                Al Noor Hospital, Makkah
## 376                                Al Noor Hospital, Makkah
## 377                                Al Noor Hospital, Makkah
## 378                                  Ohud Hospital, Madinah
## 379                                                        
## 380                                                        
## 381                                                        
## 382                                                        
## 383                                                        
## 384                                                        
## 385                        Security Forces Hospital, Riyadh
## 386                                Riyadh Military Hospital
## 387                                Riyadh Military Hospital
## 388                                Riyadh Military Hospital
## 389                       King Saud Chest Diseases Hospital
## 390                                Al Noor Hospital, Makkah
## 391                                     King Fahad Hospital
## 392                                     King Fahad Hospital
## 393                                      King Saud Hospital
## 394                                         Bakhsh Hospital
## 395                                         Bakhsh Hospital
## 396                                 United Doctors Hospital
## 397                                                        
## 398                                Riyadh Military Hospital
## 399                          Dr. Sulaiman Al-Habib Hospital
## 400                         King Khalid University Hospital
## 401                      Al-Kharj Military Factory Hospital
## 402                                        Al-Noor Hospital
## 403                                        Al-Noor Hospital
## 404                                        Al-Noor Hospital
## 405                 King Faisal Specialist Hospital, Jeddah
## 406                                     King Fahad Hospital
## 407                                     King Fahad Hospital
## 408                                     King Fahad Hospital
## 409                                     King Fahad Hospital
## 410                                     King Fahad Hospital
## 411                                Riyadh Military Hospital
## 412                                 King Fahad Medical City
## 413                                 King Fahad Medical City
## 414                                        Al-Noor Hospital
## 415                                 King Abdulaziz Hospital
## 416                                 King Abdulaziz Hospital
## 417                                     King Fahad Hospital
## 418                                     King Fahad Hospital
## 419                                     King Fahad Hospital
## 420                            International Medical Center
## 421                         King Faisal Specialist Hospital
## 422                                                   Egypt
## 423                                Riyadh Military Hospital
## 424                                Riyadh Military Hospital
## 425                                                        
## 426                                                        
## 427                                                        
## 428                                                        
## 429                                                        
## 430                                                        
## 431                                Jeddah Military Hospital
## 432                                Jeddah Military Hospital
## 433                                          Erfan Hospital
## 434                                     King Fahad Hospital
## 435                                     King Fahad Hospital
## 436                                     King Fahad Hospital
## 437                                     King Fahad Hospital
## 438                                 National Guard Hospital
## 439                                                        
## 440                                                        
## 441                                                        
## 442                                                        
## 443                                                        
## 444                                                        
## 445                                                        
## 446                                                        
## 447                                                        
## 448                                                        
## 449                                                        
## 450                                                        
## 451                                                        
## 452                                                        
## 453                                                        
## 454                                                        
## 455                                                        
## 456                                                        
## 457                                                        
## 458                                                        
## 459                                                        
## 460                                                        
## 461                                                        
## 462                                     Government Hospital
## 463                                                        
## 464                                     Government Hospital
## 465                                     Government Hospital
## 466                                        Private Hospital
## 467                                        Private Hospital
## 468                                     Government Hospital
## 469                                     Government Hospital
## 470                                     Government Hospital
## 471                                                   Zarqa
## 472                                     Government Hospital
## 473                                     Government Hospital
## 474                                        Private Hospital
## 475                                     Government Hospital
## 476                                     Government Hospital
## 477                                        Private Hospital
## 478                                        Private Hospital
## 479                                                        
## 480                                             Indiana,USA
## 481                                                        
## 482                                                        
## 483                                                        
## 484                                     Government Hospital
## 485                                     Government Hospital
## 486                                     Government Hospital
## 487                                     Government Hospital
## 488                                        Private Hospital
## 489                                                        
## 490                                 National Guard Hospital
## 491                                     Government Hospital
## 492                                                        
## 493                                                        
## 494                                     Government Hospital
## 495                                                        
## 496                                                        
## 497                                                        
## 498                                                        
## 499                                     Government Hospital
## 500                                     Government Hospital
## 501                                     Government Hospital
## 502                                     Government Hospital
## 503                                     Government Hospital
## 504                                                        
## 505                                     Government Hospital
## 506                                        Private Hospital
## 507                                     Government Hospital
## 508                                     Government Hospital
## 509                             Government Hospital, Jeddah
## 510                                                        
## 511                                                        
## 512                                                        
## 513                                                        
## 514                                         Public Hospital
## 515                                         Public Hospital
## 516                                     Government Hospital
## 517                                                        
## 518                                     Government Hospital
## 519                                     Government Hospital
## 520                                                        
## 521                                        Private Hospital
## 522                                     Government Hospital
## 523                                     Government Hospital
## 524                                     Government Hospital
## 525                                                        
## 526                                                        
## 527                                                        
## 528                                        Private Hospital
## 529                                     Government Hospital
## 530                                                        
## 531                                     Government Hospital
## 532                                     Government Hospital
## 533                                                        
## 534                                                        
## 535                                     Government Hospital
## 536                                     Government Hospital
## 537                                     Government Hospital
## 538                                                        
## 539                                                        
## 540                                        Private Hospital
## 541                                                        
## 542                                                        
## 543                                                        
## 544                                        Private Hospital
## 545                                     Government Hospital
## 546                                                        
## 547                                        Private Hospital
## 548                                     Government Hospital
## 549                                     Government Hospital
## 550                                                        
## 551                                                        
## 552                                     Government Hospital
## 553                                     Government Hospital
## 554                                     Government Hospital
## 555                                                        
## 556                                     Government Hospital
## 557                                     Government Hospital
## 558                                     Government Hospital
## 559                                     Government Hospital
## 560                                        Private Hospital
## 561                                     Government Hospital
## 562                                                        
## 563                                     Government Hospital
## 564                                     Government Hospital
## 565                                     Government Hospital
## 566                                     Government Hospital
## 567                                                 Lebanon
## 568                                        Private Hospital
## 569                                     Government Hospital
## 570                                           Jeddah/Makkah
## 571                                     Government Hospital
## 572                                                        
## 573                                                        
## 574                                                        
## 575                                     Government Hospital
## 576                                        Private Hospital
## 577                                     Government Hospital
## 578                                                        
## 579                                                        
## 580                                                        
## 581                                     Government Hospital
## 582                                                        
## 583                                     Government Hospital
## 584                                        Private Hospital
## 585                                     Government Hospital
## 586                                                        
## 587                                     Government Hospital
## 588                                                        
## 589                                     Government Hospital
## 590                                                        
## 591                                        Private Hospital
## 592                                        Private Hospital
## 593                                     Government Hospital
## 594                                     Government Hospital
## 595                                     Government Hospital
## 596                                        Orlando, Florida
## 597                                                        
## 598                                                        
## 599                                                        
## 600                                     Government Hospital
## 601                                     Government Hospital
## 602                                             Netherlands
## 603                                                        
## 604                                     Government Hospital
## 605                                     Government Hospital
## 606                                     Government Hospital
## 607                                     Government Hospital
## 608                                                        
## 609                                     Government Hospital
## 610                                     Government Hospital
## 611                                                        
## 612                                     Government Hospital
## 613                                        Private Hospital
## 614                                        Private Hospital
## 615                                     Government Hospital
## 616                                     Government Hospital
## 617                                     Government Hospital
## 618                                                        
## 619                                     Government Hospital
## 620                                                        
## 621                                     Government Hospital
## 622                                                        
## 623                                                        
## 624                                                        
## 625                                                        
## 626                                                        
## 627                                                        
## 628                                                        
## 629                                                        
## 630                                                        
## 631                                                        
## 632                                                        
## 633                                                        
## 634                                                        
## 635                                             Netherlands
## 636                                     Government Hospital
## 637                                     Government Hospital
## 638                                        Private Hospital
## 639                                                  Jeddah
## 640                                     Government Hospital
## 641                                     Government Hospital
## 642                                     Government Hospital
## 643                                     Government Hospital
## 644                                     Government Hospital
## 645                                     Government Hospital
## 646                                                        
## 647                                     Government Hospital
## 648                                     Government Hospital
## 649                                     Government Hospital
## 650                                     Government Hospital
## 651                                                        
## 652                                     Government Hospital
## 653                                     Government Hospital
## 654                                                        
## 655                                                        
## 656                                     Government Hospital
## 657                                                        
## 658                                        Private Hospital
## 659                                     Government Hospital
## 660                                     Government Hospital
## 661                                                        
## 662                                                        
## 663                                        Gonfotha; Jeddah
## 664                                                        
## 665                                                        
## 666                                                        
## 667                                     Government Hospital
## 668                                     Government Hospital
## 669                                     Government Hospital
## 670                                        Private Hospital
## 671                                     Government Hospital
## 672                                     Government Hospital
## 673                                                        
## 674                                                        
## 675                                     Government Hospital
## 676                                                        
## 677                                                        
## 678                                                        
## 679                                                        
## 680                                     Government Hospital
## 681                                     Government Hospital
## 682                                        Isolated at home
## 683                                        Isolated at home
## 684                                        Isolated at home
## 685                                        Isolated at home
## 686                                        Isolated at home
## 687                                     Government Hospital
## 688                           Jordanian University Hospital
## 689                                                        
## 690                                                        
## 691                                                        
## 692                                                        
## 693                                        Isolated at home
## 694                                     Government Hospital
## 695                                     Government Hospital
## 696                                     Government Hospital
## 697                                     Government Hospital
## 698                                     Government Hospital
## 699                             Government Hospital, Jeddah
## 700                             Government Hospital, Jeddah
## 701                             Kolea Hospital EPH, Algeria
## 702                               Tlemcen Hospital, Algeria
## 703                                        Isolated at home
## 704                                     Government Hospital
## 705                                        Private Hospital
## 706                                     Government Hospital
## 707                                        Private Hospital
## 708                                                        
## 709                                                        
## 710                                                        
## 711                                                        
## 712                                                        
## 713                                                        
## 714                                                        
## 715                                                        
## 716                                                        
## 717                                                        
## 718                                                        
## 719                                                        
## 720                                                        
## 721                                                        
## 722                                                        
## 723                                                        
## 724                                                        
## 725                                                        
## 726                                                        
## 727                                                        
## 728                                                        
## 729                                                        
## 730                                                        
## 731                                                        
## 732                                                        
## 733                                                        
## 734                                                        
## 735                                                        
## 736                                                        
## 737                                                        
## 738                                                        
## 739                                                        
## 740                                                        
## 741                                                        
## 742                                                        
## 743                                                        
## 744                                                        
## 745                                                        
## 746                                                        
## 747                                                        
## 748                                                        
## 749                                                        
## 750                                                        
## 751                                                        
## 752                                                        
## 753                                                        
## 754                                                        
## 755                                                        
## 756                                                        
## 757                                                        
## 758                                                        
## 759                                                        
## 760                                                        
## 761                                                        
## 762                                                        
## 763                                         Vienna, Austria
## 764                                                        
## 765                                                        
## 766                                                        
## 767                                                        
## 768                                                        
## 769                                                        
## 770                                                        
## 771                                                        
## 772                                                        
## 773                                           Hatay, Turkey
## 774                                                        
## 775                                                        
## 776                                                        
## 777                                                        
## 778                                                        
## 779                                                        
## 780                                                        
## 781                                                        
## 782                                                        
## 783                                                     HMC
## 784                                                        
## 785                                                        
## 786                                                        
## 787                                                        
## 788                                                        
## 789                                                        
## 790                                                        
## 791                                                        
## 792                                                        
## 793                                                        
## 794                                                        
## 795                                                        
## 796                                                        
## 797                                                        
## 798                                                    Taif
## 799                                                        
## 800                                                  Riyadh
## 801                                                        
## 802                                                        
## 803                                                        
## 804                                                        
## 805                                                        
## 806                                                        
## 807                                                        
## 808                                                        
## 809                                                        
## 810                                                        
## 811                                                        
## 812                                                        
## 813                                                        
## 814                                                        
## 815                                                        
## 816                                                    Jouf
## 817                                                    Jouf
## 818                                                        
## 819                                                        
## 820                                                        
## 821                                                        
## 822                                                        
## 823                                                        
## 824                                                        
## 825                                                        
## 826                                                        
## 827                                                        
## 828                                                        
## 829                                                        
## 830                                                        
## 831                                                        
## 832                                                        
## 833                                                        
## 834                                                        
## 835                                                        
## 836                                                        
## 837                                                        
## 838                                                        
## 839                                                        
## 840                                                        
## 841                                                        
## 842                                                        
## 843                                                        
## 844                                                        
## 845                                                        
## 846                                                        
## 847                                                        
## 848                                                        
## 849                                                        
## 850                                                        
## 851                                                        
## 852                                                        
## 853                                                        
## 854                                                        
## 855                                                        
## 856                                                        
## 857                                                        
## 858                                                        
## 859                                                        
## 860                                                        
## 861                                                        
## 862                                                        
## 863                                                        
## 864                                                        
## 865                                                        
## 866                                                        
## 867                                                        
## 868                                                        
## 869                                                        
## 870                                                        
## 871                                                        
## 872                                                        
## 873                                                        
## 874                                                        
## 875                                                        
## 876                                                        
## 877                                                        
## 878                                                        
## 879                                                        
## 880                                                        
## 881                                                        
## 882                                                        
## 883                                                        
## 884                                                        
## 885                                                        
## 886                                                        
## 887                                                        
## 888                                                        
## 889                                                        
## 890                                                        
## 891                                                        
## 892                                                        
## 893                                                        
## 894                                                        
## 895                                                        
## 896                                                        
## 897                                                        
## 898                                                        
## 899                                                        
## 900                                                        
## 901                                                        
## 902                                                        
## 903                                                        
## 904                                                        
## 905                                                        
## 906                                                        
## 907                                                        
## 908                                                        
## 909                                                        
## 910                                                        
## 911                                                        
## 912                                                        
## 913                                                        
## 914                                                        
## 915                                                        
## 916                                                        
## 917                                                        
## 918                                                        
## 919                                                        
## 920                                                        
## 921                                          Hamad General 
## 922                                     Manila, Philippines
## 923                                                        
## 924                                                        
## 925                                                        
## 926                                                        
## 927                                                        
## 928                                                        
## 929                                                        
## 930                                                        
## 931                                                        
## 932                                                        
## 933                                                        
## 934                                                        
## 935                                                        
## 936                                                        
## 937                                                        
## 938                                                        
## 939                                                        
## 940                                                        
## 941                                                        
## 942                                                        
## 943                                                        
## 944                                                        
## 945                                                        
## 946                                                        
## 947                                                        
## 948                                                        
## 949                                                        
## 950                                                        
## 951                                                        
## 952                                                        
## 953                                                        
## 954                                                        
## 955                                                        
## 956                                                        
## 957                                                        
## 958                                                        
## 959                                                        
## 960                                                        
## 961                                                        
## 962                                                        
## 963                                                        
## 964                                                        
## 965                                                  Jeddah
## 966                                                        
## 967                                                        
## 968                                                        
## 969                                                        
## 970                                                        
## 971                                                        
## 972                                                        
## 973                                                        
## 974                                                        
## 975                                                        
## 976                                                        
## 977                                                        
## 978                                                        
## 979                                                        
## 980                                                        
## 981                                                        
## 982                                                        
## 983                                                        
## 984                                                        
## 985                                                        
## 986                                                        
## 987                                                        
## 988                                                        
## 989                                                        
## 990                                                        
## 991                                                        
## 992                                                        
## 993                                                        
## 994                                                        
## 995                                                        
## 996                                                 Germany
## 997                                                        
## 998                                          Hamad General 
## 999                                                   ?Taif
## 1000                                                       
## 1001                                                       
## 1002                                                       
## 1003                                                       
## 1004                                                       
## 1005                                                       
## 1006                                                       
## 1007                                                       
## 1008                                                       
## 1009                                                       
## 1010                                                       
## 1011                                                       
## 1012                                           Ha'il/Riyadh
## 1013                                                       
## 1014                                                       
## 1015                                                 Tabouk
## 1016                                                       
## 1017                                                       
## 1018                                                       
## 1019                                                       
## 1020                                                       
## 1021                                                       
## 1022                                                       
## 1023                                                       
## 1024                                                       
## 1025                                                       
## 1026                                                       
## 1027                                                       
## 1028                                                       
## 1029                                                       
## 1030                                                       
## 1031                                                       
## 1032                                                       
## 1033                                                       
## 1034                                                       
## 1035                                         Kahnooj/Kerman
## 1036                                                       
## 1037                                                       
## 1038                                                       
## 1039                                                       
## 1040                                                       
## 1041                                                       
## 1042                                                       
## 1043                                                       
## 1044                                                       
## 1045                                                       
## 1046                                                       
## 1047                                                       
## 1048                      St. Mary's/Samsung Medical Centre
## 1049                                 St. Mary's, Pyeongtaek
## 1050                                 St. Mary's, Pyeongtaek
## 1051                                                       
## 1052                                 St. Mary's, Pyeongtaek
## 1053                                      Seoul Open Clinic
## 1054                                                       
## 1055                                 St. Mary's, Pyeongtaek
## 1056                                 St. Mary's, Pyeongtaek
## 1057                                 St. Mary's, Pyeongtaek
## 1058                                 St. Mary's, Pyeongtaek
## 1059                                 St. Mary's, Pyeongtaek
## 1060                                 St. Mary's, Pyeongtaek
## 1061                                        Shenzhen, China
## 1062                                 St. Mary's, Pyeongtaek
## 1063                                                       
## 1064                                                       
## 1065                                                       
## 1066                                                       
## 1067                                                       
## 1068                                                       
## 1069                                                       
## 1070                                                       
## 1071                                                       
## 1072                                 St. Mary's, Pyeongtaek
## 1073                                 St. Mary's, Pyeongtaek
## 1074                                                       
## 1075                                                       
## 1076                                                       
## 1077                                                       
## 1078                                 St. Mary's, Pyeongtaek
## 1079                                 St. Mary's, Pyeongtaek
## 1080                                                       
## 1081                                                       
## 1082                                                       
## 1083                                                       
## 1084                                                       
## 1085                                                       
## 1086                                                       
## 1087                                                       
## 1088                                                       
## 1089                                                       
## 1090                                                       
## 1091                           Konnyang University Hospital
## 1092                                                       
## 1093                                                       
## 1094                                                       
## 1095                                                       
## 1096                                                       
## 1097                                                       
## 1098                                                       
## 1099                                                       
## 1100                                                       
## 1101                                                       
## 1102                                                       
## 1103                                                       
## 1104                                                       
## 1105                                                       
## 1106                                                       
## 1107                                ?Samsung Medical Centre
## 1108                                                       
## 1109                                                       
## 1110                                                       
## 1111                                                       
## 1112                                                       
## 1113                                                       
## 1114                                                       
## 1115                                                       
## 1116                                                       
## 1117                                                       
## 1118                                                       
## 1119                                                       
## 1120                                                       
## 1121                                                       
## 1122                                                       
## 1123                                                       
## 1124                                                       
## 1125                                                       
## 1126                                                       
## 1127                                                       
## 1128                                                       
## 1129                                                       
## 1130                                                       
## 1131                                                       
## 1132                                                       
## 1133                                                       
## 1134                                                       
## 1135                                                       
## 1136                                                       
## 1137                                                       
## 1138                                                       
## 1139                                                       
## 1140                                                       
## 1141                                                       
## 1142                                                       
## 1143                                                       
## 1144                                                       
## 1145                                                       
## 1146                                                       
## 1147                                                       
## 1148                                                       
## 1149                                                       
## 1150                                                       
## 1151                                                       
## 1152   Kyung Hee University Medical Center, Gangdong, Seoul
## 1153                                 Samsung Medical Center
## 1154                                                       
## 1155                                                       
## 1156                                                       
## 1157                                 Samsung Medical Center
## 1158                                         Seogu, Daejeon
## 1159                                         Seogu, Daejeon
## 1160                                                       
## 1161                                                       
## 1162                                                       
## 1163                                                       
## 1164                                                       
## 1165                                                       
## 1166                                                       
## 1167                                                       
## 1168                                                       
## 1169                                                       
## 1170                                                       
## 1171                                                       
## 1172                                                       
## 1173                                                       
## 1174                                                       
## 1175                                                       
## 1176                                                       
## 1177                                                       
## 1178                                                       
## 1179                                                       
## 1180                                                       
## 1181                                                       
## 1182                                                       
## 1183                                                       
## 1184                                                       
## 1185                                                       
## 1186                                                       
## 1187                                                       
## 1188                                                       
## 1189                                                       
## 1190                                                       
## 1191                                                       
## 1192                                 Samsung Medical Center
## 1193                                 Samsung Medical Center
## 1194                                 Samsung Medical Center
## 1195                                 Samsung Medical Center
## 1196                                 Samsung Medical Center
## 1197                                 Samsung Medical Center
## 1198                                 Samsung Medical Center
## 1199                                 Samsung Medical Center
## 1200              Hallym University Dongtan Sacred Hospital
## 1201                                 Samsung Medical Center
## 1202                                 Samsung Medical Center
## 1203                      Good Morning Hospital, Pyeongtaek
## 1204                      Good Morning Hospital, Pyeongtaek
## 1205                                       Pyeongtaek Bagae
## 1206                                 Samsung Medical Center
## 1207                                 Samsung Medical Center
## 1208                                 Samsung Medical Center
## 1209                      Good Morning Hospital, Pyeongtaek
## 1210                                     Dae Chong Hospital
## 1211                                     Dae Chong Hospital
## 1212                                     Dae Chong Hospital
## 1213                           Konnyang University Hospital
## 1214                                 Samsung Medical Center
## 1215                                 Samsung Medical Center
## 1216                                                       
## 1217                                 Samsung Medical Center
## 1218                                 Samsung Medical Center
## 1219                                 Samsung Medical Center
## 1220                                 Samsung Medical Center
## 1221                                 Samsung Medical Center
## 1222                                 Samsung Medical Center
## 1223                                 Samsung Medical Center
## 1224                                 Samsung Medical Center
## 1225                                 Samsung Medical Center
## 1226                                     Dae Chong Hospital
## 1227                       Hallym University Medical Centre
## 1228                                                       
## 1229                                                       
## 1230                                 Samsung Medical Center
## 1231                                 Samsung Medical Center
## 1232                           Konnyang University Hospital
## 1233                                     Dae Chong Hospital
## 1234                             Konkuk University Hospital
## 1235                                                       
## 1236                                 Samsung Medical Center
## 1237                                 Samsung Medical Center
## 1238                                                       
## 1239                                 Samsung Medical Center
## 1240                                                       
## 1241                                                       
## 1242                                 Samsung Medical Center
## 1243                                 Samsung Medical Center
## 1244                                 Samsung Medical Center
## 1245                                 Samsung Medical Center
## 1246              Hallym University Dongtan Sacred Hospital
## 1247   Kyung Hee University Medical Center, Gangdong, Seoul
## 1248                      Good Morning Hospital, Pyeongtaek
## 1249                                 Samsung Medical Center
## 1250                                                       
## 1251                                                       
## 1252                                           Asan Chungmu
## 1253                                 Samsung Medical Center
## 1254   Kyung Hee University Medical Center, Gangdong, Seoul
## 1255 Bamrasnaradura Infectious Diseases Institute, Thailand
## 1256                                 Samsung Medical Center
## 1257                                                       
## 1258                                                       
## 1259   Kyung Hee University Medical Center, Gangdong, Seoul
## 1260                             Konkuk University Hospital
## 1261                                 Samsung Medical Center
## 1262                             Konkuk University Hospital
## 1263                                 Samsung Medical Center
## 1264                                     Dae Chong Hospital
## 1265   Kyung Hee University Medical Center, Gangdong, Seoul
## 1266                                 Samsung Medical Center
## 1267                      Good Morning Hospital, Pyeongtaek
## 1268                             Konkuk University Hospital
## 1269                                 Samsung Medical Center
## 1270                                       Pyeongtaek Bagae
## 1271                                         Asan Gangneung
## 1272                                                       
## 1273                                                       
## 1274                            Busan Good Gang-An Hospital
## 1275                                 Samsung Medical Center
## 1276   Kyung Hee University Medical Center, Gangdong, Seoul
## 1277                                                       
## 1278                                                       
## 1279                                                       
## 1280                                                       
## 1281                                                       
## 1282                                 Samsung Medical Center
## 1283                                                       
## 1284                                 Samsung Medical Center
## 1285                                 Samsung Medical Center
## 1286                                                       
## 1287  Research Institute for Tropical Medicine, Philippines
## 1288                                                       
## 1289                                                 Jeddah
## 1290                                                       
## 1291                                                       
## 1292                                                       
## 1293                                                       
## 1294                                                       
## 1295                                                       
## 1296                                                       
## 1297                                                       
## 1298                                                       
## 1299                                                       
## 1300                                                       
## 1301                                                       
## 1302                                                       
## 1303                                                       
## 1304                                                       
## 1305                                                       
## 1306                                                       
## 1307                                                       
## 1308                                                       
## 1309                                                       
## 1310                                                       
## 1311                                                       
## 1312                                                       
## 1313                                                       
## 1314                                                       
## 1315                                                       
## 1316                                                       
## 1317                                                       
## 1318                                                       
## 1319                                                       
## 1320                                                       
## 1321                                                       
## 1322                                                       
## 1323                                                       
## 1324                                                       
## 1325                                                       
## 1326                            King Abdulaziz Medical City
## 1327                            King Abdulaziz Medical City
## 1328                            King Abdulaziz Medical City
## 1329                            King Abdulaziz Medical City
## 1330                                                       
## 1331                            King Abdulaziz Medical City
## 1332                                                       
## 1333                                                       
## 1334                            King Abdulaziz Medical City
## 1335                                                       
## 1336                            King Abdulaziz Medical City
## 1337                            King Abdulaziz Medical City
## 1338                            King Abdulaziz Medical City
## 1339                            King Abdulaziz Medical City
## 1340                            King Abdulaziz Medical City
## 1341                            King Abdulaziz Medical City
## 1342                            King Abdulaziz Medical City
## 1343                            King Abdulaziz Medical City
## 1344                            King Abdulaziz Medical City
## 1345                            King Abdulaziz Medical City
## 1346                            King Abdulaziz Medical City
## 1347                            King Abdulaziz Medical City
## 1348                            King Abdulaziz Medical City
## 1349                                                       
## 1350                            King Abdulaziz Medical City
## 1351                            King Abdulaziz Medical City
## 1352                            King Abdulaziz Medical City
## 1353                            King Abdulaziz Medical City
## 1354                            King Abdulaziz Medical City
## 1355                            King Abdulaziz Medical City
## 1356                            King Abdulaziz Medical City
## 1357                            King Abdulaziz Medical City
## 1358                                                       
## 1359                                                       
## 1360                                                       
## 1361                                                       
## 1362                                                       
## 1363                                                       
## 1364                                                       
## 1365                                                       
## 1366                                                       
## 1367                                                       
## 1368                                                       
## 1369                                                       
## 1370                                                       
## 1371                                                       
## 1372                                                       
## 1373                                                       
## 1374                                                       
## 1375                                                       
## 1376                                                       
## 1377                                                       
## 1378                                                       
## 1379                                                       
## 1380                                                       
## 1381                                                       
## 1382                                                       
## 1383                                                       
## 1384                                                       
## 1385                                                       
## 1386                                                       
## 1387                                                       
## 1388                                                       
## 1389                                                       
## 1390                                                       
## 1391                                                       
## 1392                                                       
## 1393                                                       
## 1394                                                       
## 1395                                                       
## 1396                                                       
## 1397                                                       
## 1398                                                       
## 1399                                                       
## 1400                                                       
## 1401                                                       
## 1402                                                       
## 1403                                                       
## 1404                                                       
## 1405                                                       
## 1406                                                       
## 1407                                                       
## 1408                                                       
## 1409                                                       
## 1410                                                       
## 1411                                                       
## 1412                                                       
## 1413                                                       
## 1414                                                       
## 1415                                                       
## 1416                                                       
## 1417                                                       
## 1418                                                       
## 1419                                                       
## 1420                                                       
## 1421                                                       
## 1422                                                       
## 1423                                                       
## 1424                                                       
## 1425                                                       
## 1426                                                       
## 1427                                                       
## 1428                                                       
## 1429                                                       
## 1430                                                       
## 1431                                                       
## 1432                                                       
## 1433                                                       
## 1434                                                       
## 1435                                                       
## 1436                                                       
## 1437                                                       
## 1438                                                       
## 1439                                                       
## 1440                                                       
## 1441                                                       
## 1442                                                       
## 1443                                                       
## 1444                                                       
## 1445                                                       
## 1446                                                       
## 1447                                                       
## 1448                                                       
## 1449                                                       
## 1450                                                       
## 1451                                                       
## 1452                                                       
## 1453                                                       
## 1454                                                       
## 1455                                                       
## 1456                                                       
## 1457                                                       
## 1458                                                       
## 1459                                                       
## 1460                                                       
## 1461                                                       
## 1462                                                       
## 1463                                                       
## 1464                                                       
## 1465                                                       
## 1466                                                       
## 1467                                                       
## 1468                                                       
## 1469                                          Amman, Jordan
## 1470                                          Amman, Jordan
## 1471                                          Amman, Jordan
## 1472                                          Amman, Jordan
## 1473                                          Amman, Jordan
## 1474                                          Amman, Jordan
## 1475                                                       
## 1476                                                       
## 1477                                                       
## 1478                                                       
## 1479                                                 ?Ha'il
## 1480                                                 ?Ha'il
## 1481                                                       
## 1482                                                       
## 1483                                                       
## 1484                                                       
## 1485                                                       
## 1486                                                       
## 1487                                                       
## 1488                                                       
## 1489                                                       
## 1490                                                       
## 1491                                                       
## 1492                                                       
## 1493                                                       
## 1494                                                       
## 1495                                                       
## 1496                                                       
## 1497                                                       
## 1498                                                       
## 1499                                                       
## 1500                                                       
## 1501                                                       
## 1502                                                       
## 1503                                                       
## 1504                                                       
## 1505                                                       
## 1506                                                       
## 1507                                                       
## 1508                                                       
## 1509                                                       
## 1510                                                       
## 1511                                                       
## 1512                                                       
## 1513                                                       
## 1514                                                       
## 1515                                                       
## 1516                                                       
## 1517                                                       
## 1518                                                       
## 1519                                                       
## 1520                                                       
## 1521                                                       
## 1522                                                       
## 1523                                                       
## 1524                                                       
## 1525                                                       
## 1526                                                       
## 1527                                                       
## 1528                                                       
## 1529                                                       
## 1530                                                       
## 1531                                                       
## 1532                                                       
## 1533                                                       
## 1534                                                       
## 1535                                                       
## 1536                                                       
## 1537                                                       
## 1538                                                       
## 1539                                                       
## 1540                                                       
## 1541                                                       
## 1542                                                       
## 1543                                                       
## 1544                                                       
## 1545                                                       
## 1546                                                       
## 1547                                                       
## 1548                                                       
## 1549                                                       
## 1550                                                       
## 1551                                                       
## 1552                                                 Riyadh
## 1553                                                       
## 1554                                                       
## 1555                                                       
## 1556                                                       
## 1557                                                       
## 1558                                                       
## 1559                                                       
## 1560                                                       
## 1561                                                       
## 1562                                      Bangkok, Thailand
## 1563                                                       
## 1564                                                       
## 1565                                                       
## 1566                                                       
## 1567                                            Doha, Qatar
## 1568                                                       
## 1569                                                       
## 1570                                                       
## 1571                                                       
## 1572                                                       
## 1573                                                       
## 1574                                                       
## 1575                                                       
## 1576                                                       
## 1577                                                       
## 1578                                                       
## 1579                                                       
## 1580                                                       
## 1581                                                       
## 1582                                                       
## 1583                                                       
## 1584                                                       
## 1585                                                       
## 1586                                                       
## 1587                                                       
## 1588                                                       
## 1589                                                       
## 1590                                                       
## 1591                                                       
## 1592                                                       
## 1593                                                       
## 1594                                                       
## 1595                                                       
## 1596                                                       
## 1597                                                       
## 1598                                                       
## 1599                                                       
## 1600                                                       
## 1601                                                       
## 1602                                                       
## 1603                                                       
## 1604                                                       
## 1605                                                       
## 1606                                                       
## 1607                                                       
## 1608                                                       
## 1609                                                       
## 1610                                                       
## 1611                                                       
## 1612                                                       
## 1613                                                       
## 1614                                                       
## 1615                                                       
## 1616                                                       
## 1617                                                       
## 1618                                                       
## 1619                                                       
## 1620                                                       
## 1621                                                       
## 1622                                                       
## 1623                                                       
## 1624                                                       
## 1625                                                       
## 1626                                                       
## 1627                                                       
## 1628                                                       
## 1629                                                       
## 1630                                                       
## 1631                                                       
## 1632                                                       
## 1633                                                       
## 1634                                                       
## 1635                                                       
## 1636                                                       
## 1637                                                       
## 1638                                                       
## 1639                                                       
## 1640                                                       
## 1641                                                       
## 1642                                                       
## 1643                                                       
## 1644                                                       
## 1645                                                       
## 1646                                                       
## 1647                                                       
## 1648                                                       
## 1649                                                       
## 1650                                                       
## 1651                                                       
## 1652                                                       
## 1653                                                Bahrain
## 1654                                                       
## 1655                                                       
## 1656                                                       
## 1657                                                       
## 1658                                                       
## 1659                                                       
## 1660                                                       
## 1661                                                       
## 1662                                                       
## 1663                                                       
## 1664                                                       
## 1665                                                       
## 1666                                                       
## 1667                                                       
## 1668                                                       
## 1669                                                       
## 1670                                                       
## 1671                                                       
## 1672                                                       
## 1673                                                       
## 1674                                                       
## 1675                                                       
## 1676                                                       
## 1677                                                       
## 1678                                                       
## 1679                                                       
## 1680                                                       
## 1681                                                       
## 1682                                                       
## 1683                                                       
## 1684                                                       
## 1685                                                       
## 1686                                                       
## 1687                                                       
## 1688                                                       
## 1689                                                       
## 1690                                                       
## 1691                                                       
## 1692                                                       
## 1693                                                       
## 1694                                                       
## 1695                                                       
## 1696                                                       
## 1697                                                       
## 1698                                                       
## 1699                                                       
## 1700                                                       
## 1701                                                       
## 1702                                                       
## 1703                                                       
## 1704                                                       
## 1705                                                       
## 1706                                                       
## 1707                                                       
## 1708                                                       
## 1709                                                       
## 1710                                                       
## 1711                                                       
## 1712                                                       
## 1713                                                       
## 1714                                                       
## 1715                                                       
## 1716                                                       
## 1717                                                       
## 1718                                                       
## 1719                                                       
## 1720                                      Bangkok, Thailand
## 1721                                                       
## 1722                                                       
## 1723                                                       
## 1724                                                       
## 1725                                                       
## 1726                                                       
## 1727                                                       
## 1728                                                       
## 1729                                                       
## 1730                                                       
## 1731                                                       
## 1732                                                       
## 1733                                                       
## 1734                                                       
## 1735                                                       
## 1736                                                       
## 1737                                                       
## 1738                                                       
## 1739                                                       
## 1740                                                       
## 1741                                        Vienna, Austria
##                                                 exposure           onset
## 1                                                             2012-03-21
## 2                                                             2012-03-30
## 3                                                             2012-04-02
## 4                                                             2012-04-02
## 5                                                             2012-04-11
## 6                                                             2012-04-12
## 7                                                             2012-04-13
## 8                                                             2012-04-14
## 9                                                             2012-04-15
## 10                                                            2012-04-15
## 11                                                            2012-04-18
## 12                                                            2012-04-19
## 13                                                            2012-04-26
## 14                                                            2012-06-06
## 15                                                            2012-09-03
## 16                                                            2012-10-09
## 17                                                            2012-10-12
## 18                                                            2012-10-05
## 19                                                            2012-11-03
## 20                                                            2012-10-24
## 21                                                            2012-11-02
## 22                                                            2013-01-24
## 23                                                            2013-02-06
## 24                                                            2013-02-05
## 25                                                                      
## 26                                                                      
## 27                                                            2013-02-13
## 28                                                            2013-02-24
## 29                                                            2013-03-02
## 30                                                            2013-03-08
## 31                                                            2013-04-08
## 32                                                            2013-04-06
## 33                                            2013-04-08      2013-04-11
## 34                                                            2013-04-14
## 35                                                            2013-04-15
## 36                                                            2013-04-17
## 37                                            2013-04-11      2013-04-18
## 38                                                            2013-04-19
## 39                                                            2013-04-22
## 40                                                            2013-04-22
## 41                                                            2013-04-20
## 42                                                            2013-04-22
## 43                                                            2013-04-30
## 44                                                            2013-04-25
## 45                                 2013-04-07,2013-04-15      2013-04-27
## 46                                                            2013-05-01
## 47                                                            2013-04-24
## 48                                                            2013-05-08
## 49                                                            2013-05-07
## 50                                                            2013-04-29
## 51                                                            2013-05-28
## 52                                                            2013-05-02
## 53                                                            2013-05-11
## 54                                 2013-04-24,2013-04-28      2013-05-02
## 55                                                            2013-04-25
## 56                                 2013-04-09,2013-04-17      2013-04-22
## 57                                 2013-04-26,2013-04-29      2013-05-08
## 58                                                            2013-05-01
## 59                                                            2013-05-10
## 60                                                            2013-05-10
## 61                                                                      
## 62                                                            2013-05-12
## 63                                                            2013-05-17
## 64                                                            2013-05-24
## 65                                                            2013-05-19
## 66                                                            2013-05-18
## 67                                                            2013-05-20
## 68                                                                      
## 69                                                                      
## 70                                                            2013-05-24
## 71                                            2013-05-26      2013-05-29
## 72                                            2013-05-27      2013-05-31
## 73                                                            2013-05-29
## 74                                                            2013-05-27
## 75                                                                      
## 76                                                            2013-05-31
## 77                                                            2013-06-06
## 78                                                            2013-05-29
## 79                                                                      
## 80                                                                      
## 81                                                                      
## 82                                                                      
## 83                                                                      
## 84                                                                      
## 85                                                                      
## 86                                                                      
## 87                                                                      
## 88                                                                      
## 89                                                                      
## 90                                                                      
## 91                                                                      
## 92                                                                      
## 93                                                                      
## 94                                                                      
## 95                                                                      
## 96                                                                      
## 97                                                                      
## 98                                                                      
## 99                                                            2013-07-06
## 100                                                                     
## 101                                                                     
## 102                                                                     
## 103                                                                     
## 104                                                                     
## 105                                                                     
## 106                                                                     
## 107                                                                     
## 108                                                           2013-07-17
## 109                                                           2013-07-25
## 110                                                                     
## 111                                                                     
## 112                                                           2013-08-01
## 113                                                           2013-07-23
## 114                                                           2013-08-15
## 115                                                                     
## 116                                                                     
## 117                                                                     
## 118                                                                     
## 119                                                                     
## 120                                                                     
## 121                                                           2013-08-17
## 122                                                           2013-08-17
## 123                                                           2013-08-08
## 124                                                                     
## 125                                                                     
## 126                                                                     
## 127                                                                     
## 128                                                                     
## 129                                                           2013-08-15
## 130                                                           2013-09-01
## 131                                                           2013-08-21
## 132                                                           2013-08-23
## 133                                                                     
## 134                                                                     
## 135                                                                     
## 136                                                                     
## 137                                                                     
## 138                                                                     
## 139                                                                     
## 140                                                                     
## 141                                                                     
## 142                                                                     
## 143                                                                     
## 144                                                                     
## 145                                                                     
## 146                                                                     
## 147                                                                     
## 148                                                                     
## 149                                                                     
## 150                                                                     
## 151                                                                     
## 152                                                                     
## 153                                                                     
## 154                                                                     
## 155                                                                     
## 156                                                                     
## 157                                                                     
## 158                                                           2013-09-30
## 159                                                           2013-09-30
## 160                                                                     
## 161                                                                     
## 162                                                                     
## 163                                                                     
## 164                                                                     
## 165                                                                     
## 166                                                                     
## 167                                                           2013-10-26
## 168                                                           2013-10-26
## 169                               2013-10-02, 2013-11-01      2013-10-15
## 170                                                           2013-10-23
## 171                                                           2013-10-27
## 172                                                           2013-10-01
## 173                                                           2013-10-25
## 174                                                           2013-10-30
## 175                                                           2013-11-07
## 176                                                           2013-11-04
## 177                                                                     
## 178                                                           2013-11-12
## 179                                                           2013-11-04
## 180                                                           2013-11-09
## 181                                                           2013-11-15
## 182                                                           2013-11-15
## 183                                                           2013-11-15
## 184                                                                     
## 185                                                           2013-11-20
## 186                                                           2013-12-13
## 187                                                                     
## 188                                                                     
## 189                                                                     
## 190                                                                     
## 191                                                                     
## 192                                                                     
## 193                                                                     
## 194                                                                     
## 195                                                                     
## 196                                                           2013-12-27
## 197                                                           2013-12-29
## 198                                                           2013-12-31
## 199                                                           2014-01-19
## 200                                                           2014-01-23
## 201                                                           2014-01-20
## 202                                                           2014-02-03
## 203                                                           2014-02-02
## 204                                                           2014-02-05
## 205                                                           2014-02-17
## 206                                                           2014-02-28
## 207                                                           2014-02-12
## 208                                                                     
## 209                                                           2014-03-01
## 210                                                           2014-02-24
## 211                                                           2014-03-01
## 212                                                           2014-03-10
## 213                                                           2014-03-14
## 214                                                                     
## 215                                                                     
## 216                                                           2014-03-07
## 217                                                           2014-02-24
## 218                                                           2014-03-09
## 219                                                           2014-03-11
## 220                                                           2014-02-23
## 221                                                           2014-03-06
## 222                                                           2014-03-05
## 223                                                                     
## 224                                                           2014-02-15
## 225                                                           2014-03-21
## 226                                                           2014-03-22
## 227                                                           2014-03-16
## 228                                                           2014-03-25
## 229                                                           2014-03-22
## 230                                                           2014-03-24
## 231                                                                     
## 232                                                           2014-03-28
## 233                                                                     
## 234                                                                     
## 235                                                                     
## 236                                                                     
## 237                                                                     
## 238                                                                     
## 239                                                           2014-03-28
## 240                                                           2014-03-30
## 241                                                                     
## 242                                                           2014-03-30
## 243                                                           2014-03-16
## 244                                                                     
## 245                                                                     
## 246                                                                     
## 247                                                           2014-03-25
## 248                                                           2014-04-06
## 249                                                                     
## 250                                                                     
## 251                                                                     
## 252                                                                     
## 253                                                                     
## 254                                                                     
## 255                                                                     
## 256                                                                     
## 257                                                                     
## 258                                                                     
## 259                                                                     
## 260                                                                     
## 261                                                           2014-03-17
## 262                                                                     
## 263                                                                     
## 264                                                                     
## 265                                                                     
## 266                                                                     
## 267                                                                     
## 268                                                                     
## 269                                                                     
## 270                                                                     
## 271                                                                     
## 272                                                                     
## 273                                                                     
## 274                                                                     
## 275                                                                     
## 276                                                                     
## 277                                                                     
## 278                                                                     
## 279                                                                     
## 280                                                                     
## 281                                                                     
## 282                                                                     
## 283                                                                     
## 284                                           2014-03-26      2014-04-04
## 285                                                           2014-04-13
## 286                                                           2014-04-13
## 287                                                           2014-04-13
## 288                                                           2014-04-14
## 289                                                                     
## 290                                                                     
## 291                                                                     
## 292                                                                     
## 293                                                                     
## 294                                                                     
## 295                                                                     
## 296                                                                     
## 297                                                                     
## 298                                                                     
## 299                                                                     
## 300                                                                     
## 301  2014-03-31,2014-04-08,Al-Jedaani Group of Hospitals                
## 302                                                                     
## 303                                                                     
## 304                                                                     
## 305                                                                     
## 306                                                                     
## 307                                                                     
## 308                                                                     
## 309                                                                     
## 310                                                                     
## 311                                                                     
## 312                                                                     
## 313                                                                     
## 314                                                                     
## 315                                                                     
## 316                                                                     
## 317                                                                     
## 318                                                                     
## 319                                                                     
## 320                                                                     
## 321                                                                     
## 322                    2014-04-05,2014-04-16, Jeddah KSA                
## 323                                                                     
## 324                                                                     
## 325                                                                     
## 326                                                                     
## 327                                                                     
## 328                                                                     
## 329                                                                     
## 330                                                                     
## 331                                                                     
## 332                                                                     
## 333                                                                     
## 334                                                                     
## 335                                                                     
## 336                                                                     
## 337                                                                     
## 338                                                                     
## 339                                                                     
## 340                                                           2014-04-15
## 341                                                           2014-04-14
## 342                                                           2014-04-09
## 343                                                                     
## 344                                                                     
## 345                                                           2014-04-11
## 346                                                           2014-04-08
## 347                                                           2014-04-08
## 348                                                           2014-04-09
## 349                                                                     
## 350                                                                     
## 351                                                                     
## 352                                                                     
## 353                                                                     
## 354                                                                     
## 355                                                                     
## 356                                                                     
## 357                                                                     
## 358                                                                     
## 359                                                                     
## 360                                                                     
## 361                                                                     
## 362                                                                     
## 363                                                                     
## 364                                                                     
## 365                                                                     
## 366                                                                     
## 367                                                                     
## 368                                                                     
## 369                                                                     
## 370                                                                     
## 371                                                                     
## 372                                                                     
## 373                                                           2014-04-20
## 374                                                                     
## 375                                                                     
## 376                                                                     
## 377                                                                     
## 378                                                                     
## 379                                                           2014-04-15
## 380                                                           2014-04-19
## 381                                                           2014-04-10
## 382                                                                     
## 383                                                                     
## 384                                                                     
## 385                                                                     
## 386                                                                     
## 387                                                                     
## 388                                                                     
## 389                                                                     
## 390                                                           2014-04-21
## 391                                                           2014-04-19
## 392                                                                     
## 393                                                           2014-04-15
## 394                                                           2014-04-20
## 395                                                           2014-04-19
## 396                                                           2014-04-15
## 397                                                                     
## 398                                                           2014-03-30
## 399                                                                     
## 400                                                           2014-04-20
## 401                                                           2014-04-21
## 402                                                                     
## 403                                                           2014-04-22
## 404                                                                     
## 405                                                           2014-04-16
## 406                                                                     
## 407                                                                     
## 408                                                                     
## 409                                                                     
## 410                                                                     
## 411                                                           2014-04-19
## 412                                                                     
## 413                                                                     
## 414                                                                     
## 415                                                                     
## 416                                                           2014-04-18
## 417                                                           2014-04-23
## 418                                                           2014-04-20
## 419                                                           2014-04-26
## 420                                                           2014-04-10
## 421                                                           2014-04-23
## 422                                                                     
## 423                                                           2014-04-07
## 424                                                                     
## 425                                                                     
## 426                                                                     
## 427                                                                     
## 428                                                                     
## 429                                                                     
## 430                                                                     
## 431                                                           2014-04-20
## 432                                                           2014-04-17
## 433                                                           2014-04-21
## 434                                                                     
## 435                                                                     
## 436                                                                     
## 437                                                                     
## 438                                                                     
## 439                                                                     
## 440                                                           2014-04-22
## 441                                                                     
## 442                                                           2014-04-23
## 443                                                                     
## 444                                                                     
## 445                                                           2014-04-24
## 446                                                           2014-04-24
## 447                                                                     
## 448                                                           2014-04-23
## 449                                                           2014-04-23
## 450                                                                     
## 451                                                                     
## 452                                                                     
## 453                                                                     
## 454                                                                     
## 455                                                           2014-04-23
## 456                                                           2014-04-21
## 457                                                           2014-04-01
## 458                                                           2014-04-20
## 459                                                                     
## 460                                                           2014-04-26
## 461                                                                     
## 462                                                           2014-04-19
## 463                                                                     
## 464                                                           2014-04-12
## 465                                                           2014-04-24
## 466                                                           2014-04-19
## 467                                                           2014-04-22
## 468                                                           2014-04-19
## 469                                                           2014-04-13
## 470                                                           2014-04-26
## 471                                                      22/4/14,30/4/14
## 472                                                                     
## 473                                                                     
## 474                                                           2014-04-26
## 475                                                           2014-04-01
## 476                                                           2014-04-19
## 477                                                           2014-04-24
## 478                                                           2014-04-23
## 479                                                                     
## 480                                                           2014-04-14
## 481                                                                     
## 482                                                                     
## 483                                                                     
## 484                                                           2014-04-14
## 485                                                           2014-04-24
## 486                                                           2014-04-21
## 487                                                           2014-04-30
## 488                                                           2014-04-23
## 489                                                                     
## 490                                                           2014-04-29
## 491                                                           2014-04-24
## 492                                                                     
## 493                                                                     
## 494                                                                     
## 495                                                           2014-04-26
## 496                                                                     
## 497                                                           2014-04-30
## 498                                                                     
## 499                                                                     
## 500                                                                     
## 501                                                           2014-04-29
## 502                                                           2014-04-29
## 503                                                           2014-05-01
## 504                                                                     
## 505                                                           2014-04-26
## 506                                                           2014-04-22
## 507                                                           2014-04-29
## 508                                                           2014-04-29
## 509                                                                     
## 510                                                           2014-04-21
## 511                                                                     
## 512                                                                     
## 513                                                                     
## 514                                                           2014-04-24
## 515                                                           2014-04-28
## 516                                                                     
## 517                                                                     
## 518                                                           2014-04-30
## 519                                                                     
## 520                                                                     
## 521                                                                     
## 522                                                                     
## 523                                                                     
## 524                                                           2014-04-20
## 525                                                           2014-05-05
## 526                                                           2014-05-02
## 527                                                           2014-05-02
## 528                                                           2014-04-25
## 529                                                           2014-04-30
## 530                                                                     
## 531                                                           2014-04-25
## 532                                                                     
## 533                                                           2014-05-05
## 534                                                                     
## 535                                                           2014-04-30
## 536                                                                     
## 537                                                           2014-04-25
## 538                                                                     
## 539                                                                     
## 540                                                           2014-04-27
## 541                                                                     
## 542                                                                     
## 543                                                                     
## 544                                                           2014-04-24
## 545                                                           2014-05-04
## 546                                                           2014-05-04
## 547                                                           2014-04-29
## 548                                                           2014-04-30
## 549                                                           2014-05-03
## 550                                                                     
## 551                                                                     
## 552                                                           2014-05-03
## 553                                                           2014-04-29
## 554                                                           2014-05-05
## 555                                                                     
## 556                                                           2014-05-01
## 557                                                           2014-04-27
## 558                                                           2014-05-04
## 559                                                           2014-04-29
## 560                                                           2014-04-08
## 561                                                           2014-04-25
## 562                                                                     
## 563                                                           2014-04-24
## 564                                                                     
## 565                                                           2014-05-02
## 566                                                           2014-04-30
## 567                                                           2014-04-22
## 568                                                                     
## 569                                                                     
## 570                                                           2014-04-25
## 571                                                           2014-05-08
## 572                                                           2014-05-08
## 573                                                                     
## 574                                                                     
## 575                                                           2014-04-28
## 576                                                           2014-05-02
## 577                                                           2014-05-03
## 578                                                           2014-04-30
## 579                                                                     
## 580                                                                     
## 581                                                           2014-05-06
## 582                                                                     
## 583                                                           2014-05-04
## 584                                                           2014-05-05
## 585                                                           2014-05-08
## 586                                                                     
## 587                                                           2014-05-11
## 588                                                                     
## 589                                                           2014-05-11
## 590                                                                     
## 591                                                           2014-05-01
## 592                                                           2014-05-09
## 593                                                           2014-04-18
## 594                                                           2014-05-08
## 595                                                           2014-05-01
## 596                                                           2014-05-01
## 597                                                           2014-05-07
## 598                                                           2014-05-11
## 599                                                           2014-05-11
## 600                                                           2014-05-11
## 601                                                           2014-05-11
## 602                                                           2014-05-01
## 603                                                           2014-05-11
## 604                                                                     
## 605                                                           2014-05-09
## 606                                                           2014-04-30
## 607                                                           2014-05-12
## 608                                                                     
## 609                                                           2014-04-26
## 610                                                           2014-04-21
## 611                                                                     
## 612                                                           2014-04-30
## 613                                                           2014-04-21
## 614                                                           2014-05-07
## 615                                                                     
## 616                                                           2014-05-08
## 617                                                           2014-04-19
## 618                                                                     
## 619                                                           2014-05-05
## 620                                                                     
## 621                                                           2014-04-23
## 622                                                           2014-04-18
## 623                                                                     
## 624                                                           2014-04-24
## 625                                                                     
## 626                                                           2014-04-15
## 627                                                           2014-04-19
## 628                                                                     
## 629                                                                     
## 630                                                                     
## 631                                                           2014-04-23
## 632                                                           2014-04-20
## 633                                                                     
## 634                                                                     
## 635                                                           2014-05-05
## 636                                                           2014-05-14
## 637                                                                     
## 638                                                           2014-05-08
## 639                                                           2014-05-13
## 640                                                           2014-04-28
## 641                                                           2014-05-10
## 642                                                                     
## 643                                                           2014-05-16
## 644                                                           2014-05-11
## 645                                                           2014-04-27
## 646                                                           2014-05-13
## 647                                                           2014-05-11
## 648                                                           2014-05-06
## 649                                                           2014-05-16
## 650                                                           2014-05-15
## 651                                                                     
## 652                                                                     
## 653                                                           2014-05-09
## 654                                                                     
## 655                                                                     
## 656                                                           2014-05-06
## 657                                                                     
## 658                                                           2014-05-03
## 659                                                           2014-05-11
## 660                                                                     
## 661                                                                     
## 662                                                                     
## 663                                                           2014-05-05
## 664                                                                     
## 665                                                           2014-05-10
## 666                                                           2014-05-08
## 667                                                           2014-05-10
## 668                                                           2014-05-16
## 669                                                           2014-05-18
## 670                                                           2014-05-13
## 671                                                           2014-05-20
## 672                                                                     
## 673                                                                     
## 674                                                                     
## 675                                                           2014-05-23
## 676                                                                     
## 677                                                           2014-05-04
## 678                                                           2014-05-01
## 679                                                           2014-05-02
## 680                                                           2014-05-20
## 681                                                           2014-05-18
## 682                                                                     
## 683                                                                     
## 684                                                                     
## 685                                                                     
## 686                                                                     
## 687                                                           2014-05-17
## 688                                2014-04-29,2014-05-03      2014-05-08
## 689                                                           2014-05-11
## 690                                                           2014-05-11
## 691                                                                     
## 692                                                           2014-05-26
## 693                                                           2014-05-05
## 694                                                                     
## 695                                                                     
## 696                                                           2014-05-22
## 697                                                           2014-05-18
## 698                                                           2014-05-21
## 699                                                           2014-05-26
## 700                                                                     
## 701                                                           2014-05-23
## 702                                                           2014-05-23
## 703                                                                     
## 704                                                                     
## 705                                                                     
## 706                                                                     
## 707                                                                     
## 708                                                                     
## 709                                                                     
## 710                                                                     
## 711                                                                     
## 712                                                                     
## 713                                                                     
## 714                                                                     
## 715                                                                     
## 716                                                                     
## 717                                                                     
## 718                                                                     
## 719                                                                     
## 720                                                           2014-06-04
## 721                                                                     
## 722                                                           2014-06-04
## 723                                                                     
## 724                                                           2014-06-13
## 725                                                           2014-06-11
## 726                                                           2014-06-06
## 727                                                                     
## 728                                                           2014-06-15
## 729                                                           2014-06-21
## 730                                                           2014-06-13
## 731                                           2014-05-26      2014-06-06
## 732                                                           2014-06-15
## 733                                2014-05-05,2014-05-15                
## 734                                                           2014-06-26
## 735                                                           2014-06-16
## 736                                                           2014-06-23
## 737                                                           2014-06-17
## 738                                                           2014-07-06
## 739                                                           2014-06-25
## 740                                                           2014-06-24
## 741                                                           2014-07-03
## 742                                                           2014-06-28
## 743                                                           2014-07-04
## 744                                                           2014-07-01
## 745                                                           2014-06-28
## 746                                                                     
## 747                                                                     
## 748                                                                     
## 749                                                                     
## 750                                                                     
## 751                                                                     
## 752                                                                     
## 753                                                                     
## 754                                                                     
## 755                                                                     
## 756                                                                     
## 757                                                                     
## 758                                                                     
## 759                                                                     
## 760                                                                     
## 761                                                                     
## 762                                                           2014-09-24
## 763                                                           2014-09-22
## 764                                                           2014-09-24
## 765                                                           2014-10-01
## 766                                                           2014-09-17
## 767                                                           2014-09-30
## 768                                                           2014-10-03
## 769                                                           2014-10-03
## 770                                                                     
## 771                                                                     
## 772                                                                     
## 773                                                           2014-09-25
## 774                                                                     
## 775                                                                     
## 776                                                                     
## 777                                                                     
## 778                                                                     
## 779                                                                     
## 780                                                                     
## 781                                                                     
## 782                                                           2014-10-01
## 783                                                           2014-10-14
## 784                                                                     
## 785                                                                     
## 786                                                                     
## 787                                                                     
## 788                                                                     
## 789                                                                     
## 790                                                                     
## 791                                                                     
## 792                                                                     
## 793                                                                     
## 794                                                                     
## 795                                                                     
## 796                                                                     
## 797                                                                     
## 798                                                           2014-10-08
## 799                                                           2014-10-07
## 800                                                           2014-10-03
## 801                                           2014-10-08      2014-10-14
## 802                                                           2014-10-13
## 803                                                                     
## 804                                                           2014-10-29
## 805                                                           2014-10-18
## 806                                                           2014-10-18
## 807                                                           2014-10-31
## 808                                                           2014-10-28
## 809                                                           2014-10-28
## 810                                                           2014-10-29
## 811                                                           2014-10-28
## 812                                                           2014-11-03
## 813                                                                     
## 814                                           2014-11-02      2014-11-10
## 815                                                           2014-11-08
## 816                                                           2014-11-02
## 817                                                           2014-11-08
## 818                                                           2014-11-12
## 819                                                           2014-11-15
## 820                                                           2014-11-10
## 821                                                           2014-11-18
## 822                                                           2014-11-15
## 823                                                           2014-11-17
## 824                                           2014-10-31      2014-11-20
## 825                                                           2014-11-26
## 826                                                           2014-11-18
## 827                                                           2014-11-22
## 828                                                           2014-11-27
## 829                                                           2014-11-26
## 830                                                           2014-11-24
## 831                                                                     
## 832                                                           2014-12-01
## 833                                                           2014-12-09
## 834                                                           2014-12-10
## 835                                                           2014-12-12
## 836                                                           2014-12-20
## 837                                                           2014-12-20
## 838                                                           2014-12-26
## 839                                                           2014-12-26
## 840                                                           2014-12-31
## 841                                                           2014-12-23
## 842                                                           2015-01-02
## 843                                                           2014-12-27
## 844                                                                     
## 845                                               Jeddah      2015-01-04
## 846                                                           2015-01-04
## 847                                                           2014-12-28
## 848                                                           2015-01-08
## 849                                                           2015-01-05
## 850                                                           2015-01-11
## 851                                                                     
## 852                                                           2015-01-14
## 853                                                                     
## 854                                                           2015-01-12
## 855                                           2014-01-12      2015-01-14
## 856                                                           2015-01-19
## 857                                                           2014-12-26
## 858                                                           2015-01-18
## 859                                           2014-12-30      2015-01-21
## 860                                                           2015-01-16
## 861                                                           2015-01-19
## 862                                                           2015-01-29
## 863                                                           2015-01-24
## 864                                                           2015-02-01
## 865                                                           2015-01-28
## 866                                                           2015-01-28
## 867                                                           2015-01-16
## 868                                                           2015-01-31
## 869                                                           2015-01-30
## 870                                                           2015-02-02
## 871                                                           2015-01-25
## 872                                                           2015-01-31
## 873                                                           2015-01-30
## 874                                                           2015-02-07
## 875                                                           2015-02-12
## 876                                                           2015-02-02
## 877                                                           2015-02-01
## 878                                                           2015-02-07
## 879                                                           2015-02-01
## 880                                                           2015-02-10
## 881                                                           2015-02-01
## 882                                                           2015-02-08
## 883                                                           2015-02-09
## 884                                                           2015-02-01
## 885                                                           2015-01-30
## 886                                                           2015-02-08
## 887                                                           2015-02-07
## 888                                                           2015-02-09
## 889                                                           2015-02-07
## 890                                                           2015-02-07
## 891                                                           2015-02-11
## 892                                                           2015-02-11
## 893                                                           2015-02-09
## 894                                                           2015-02-06
## 895                                                           2015-02-01
## 896                                                           2015-02-06
## 897                                                           2015-02-08
## 898                                                                     
## 899                                                           2015-02-01
## 900                                                           2015-01-28
## 901                                                           2015-02-10
## 902                                                           2015-02-07
## 903                                                           2015-02-13
## 904                                                           2015-02-12
## 905                                                           2015-02-15
## 906                                                           2015-02-01
## 907                                                           2015-02-14
## 908                                                           2015-02-09
## 909                                                           2015-02-11
## 910                                                           2015-02-11
## 911                                                           2015-02-10
## 912                                                           2015-02-14
## 913                                                                     
## 914                                                           2015-02-16
## 915                                                           2015-02-13
## 916                                                                     
## 917                                                                     
## 918                                                           2015-02-16
## 919                                                           2015-02-16
## 920                                                           2014-12-29
## 921                                                           2015-01-28
## 922                                                           2015-01-26
## 923                                                                     
## 924                                                           2015-02-18
## 925                                                           2015-02-16
## 926                                                           2015-02-13
## 927                                                           2015-02-17
## 928                                                           2015-02-13
## 929                                                           2015-02-12
## 930                                                           2015-02-16
## 931                                                           2015-02-21
## 932                                                           2015-02-19
## 933                                                                     
## 934                                                           2015-02-22
## 935                                                                     
## 936                                                           2015-02-24
## 937                                                           2015-02-17
## 938                                                           2015-02-21
## 939                                                           2015-02-02
## 940                                                           2015-02-25
## 941                                                           2015-02-20
## 942                                                           2015-02-22
## 943                                                           2015-02-22
## 944                                                           2015-02-21
## 945                                                           2015-02-22
## 946                                                           2015-02-21
## 947                                                           2015-02-18
## 948                                                           2015-02-20
## 949                                                           2015-02-22
## 950                                                           2015-02-23
## 951                                                           2015-02-21
## 952                                                           2015-02-24
## 953                                                           2015-02-21
## 954                                                           2015-02-25
## 955                                                           2015-02-25
## 956                                                                     
## 957                                                           2015-02-24
## 958                                                                     
## 959                                                           2015-03-03
## 960                                                                     
## 961                                                           2015-03-02
## 962                                                           2015-02-23
## 963                                                           2015-03-03
## 964                                                                     
## 965                                                           2015-02-23
## 966                                                           2015-03-03
## 967                                                           2015-03-04
## 968                                                           2015-03-04
## 969                                                           2015-02-27
## 970                                                           2015-03-07
## 971                                                           2015-03-07
## 972                                                           2015-03-04
## 973                                                           2015-03-07
## 974                                                           2015-02-23
## 975                                                           2015-03-05
## 976                                                           2015-03-07
## 977                                                           2015-03-03
## 978                                                           2015-03-08
## 979                                                           2015-03-01
## 980                                                           2015-03-08
## 981                                                           2015-03-02
## 982                                                           2015-03-07
## 983                                                           2015-03-04
## 984                                                           2015-03-12
## 985                                                           2015-03-08
## 986                                                           2015-03-13
## 987                                                                     
## 988                                                           2015-03-15
## 989                                                           2015-03-19
## 990                                                           2015-03-11
## 991                                                           2015-03-06
## 992                                                           2015-03-18
## 993                                                           2015-03-22
## 994                                                                     
## 995                                                           2015-03-21
## 996                                                           2015-02-11
## 997                                                           2015-02-17
## 998                                                           2015-02-27
## 999                                                           2015-03-21
## 1000                                                          2015-03-02
## 1001                                                                    
## 1002                                                          2015-03-20
## 1003                                                          2015-03-23
## 1004                                                          2015-03-09
## 1005                                                          2015-03-26
## 1006                                                          2015-03-14
## 1007                                                          2015-03-28
## 1008                                                          2015-03-28
## 1009                                                                    
## 1010                                                          2015-03-27
## 1011                                                          2015-04-03
## 1012                                                          2015-03-26
## 1013                                                          2015-04-06
## 1014                                                                    
## 1015                                                          2015-04-09
## 1016                                                          2015-04-16
## 1017                                                          2015-04-11
## 1018                                                                    
## 1019                                                                    
## 1020                                                          2015-04-27
## 1021                                                          2015-04-13
## 1022                                                          2015-04-28
## 1023                                                          2015-05-03
## 1024                                                          2015-04-28
## 1025                                                          2015-04-30
## 1026                                                          2015-05-04
## 1027                                                          2015-05-04
## 1028                                                          2015-05-04
## 1029                                                          2015-05-04
## 1030                                                          2015-05-09
## 1031                                                          2015-05-01
## 1032                                                          2015-05-01
## 1033                                                          2015-05-03
## 1034                                                          2015-04-25
## 1035                                                          2015-03-18
## 1036                                                          2015-05-10
## 1037                                                          2015-05-04
## 1038                                                          2015-05-12
## 1039                                                          2015-05-15
## 1040                                                          2015-05-14
## 1041                                                                    
## 1042                                                          2015-05-01
## 1043                                                          2015-05-17
## 1044                                                          2015-05-13
## 1045                                                          2015-05-21
## 1046                                                          2015-05-20
## 1047                                                          2015-05-15
## 1048                                                          2015-05-11
## 1049                                          2015-05-16      2015-05-20
## 1050                                          2015-05-15      2015-05-18
## 1051                                                                    
## 1052                                          2015-05-16      2015-05-25
## 1053                                          2015-05-17      2015-05-25
## 1054                                          2015-05-22      2015-05-26
## 1055                                          2015-05-15      2015-05-24
## 1056                                          2015-05-16      2015-05-26
## 1057                                          2015-05-15      2015-05-26
## 1058                                          2015-05-15      2015-05-27
## 1059                                          2015-05-15      2015-05-20
## 1060                                          2015-05-15      2015-05-21
## 1061                                                          2015-05-21
## 1062                                          2015-05-15      2015-05-21
## 1063                                                          2015-05-22
## 1064                                                          2015-05-27
## 1065                                                          2014-05-27
## 1066                                                          2015-05-24
## 1067                                                          2015-05-23
## 1068                                                          2015-05-28
## 1069                                                          2015-05-27
## 1070                                                                    
## 1071                                                          2015-05-10
## 1072                                          2015-05-15      2015-05-20
## 1073                                          2015-05-15      2015-05-24
## 1074                                                          2015-05-27
## 1075                                                          2015-05-19
## 1076                                                          2015-05-11
## 1077                                          2015-05-15      2015-05-25
## 1078                                          2015-05-15      2015-05-20
## 1079                                          2015-05-15      2015-05-22
## 1080                                          2015-05-15      2015-05-20
## 1081                                          2015-05-16      2015-05-28
## 1082                                          2015-05-15      2015-05-23
## 1083                                          2015-05-15      2015-05-23
## 1084                                          2015-05-15      2015-05-27
## 1085                                          2015-05-28      2015-05-31
## 1086                                          2015-05-28      2015-05-31
## 1087                                          2015-05-15      2015-05-21
## 1088                                          2015-05-15      2015-06-01
## 1089                                          2015-05-15      2015-05-29
## 1090                                          2015-05-15      2015-05-28
## 1091                                          2015-05-25      2015-05-30
## 1092                                                                    
## 1093                                                                    
## 1094                                                                    
## 1095                                                          2015-05-20
## 1096                                                          2015-05-26
## 1097                                                          2015-05-22
## 1098                                                          2015-06-01
## 1099                                                          2015-06-01
## 1100                                                          2015-06-02
## 1101                                                          2015-05-31
## 1102                                                          2015-05-30
## 1103                                                          2015-06-01
## 1104                                                          2015-05-23
## 1105                                          2015-05-15      2015-05-21
## 1106                                          2015-05-15      2015-05-20
## 1107                                          2015-05-27      2015-05-31
## 1108                                          2015-05-28      2015-06-03
## 1109                                                          2015-05-27
## 1110                                                          2015-06-01
## 1111                                                          2015-05-23
## 1112                                                          2015-06-02
## 1113                                                          2015-05-22
## 1114                                                          2015-05-31
## 1115                                                          2015-06-04
## 1116                                                          2015-05-20
## 1117                                          2015-05-19      2015-05-25
## 1118                                          2015-05-27      2015-06-01
## 1119                                          2015-05-27      2015-06-02
## 1120                                          2015-05-28      2015-06-01
## 1121                                                          2015-05-29
## 1122                                          2015-05-18      2015-06-01
## 1123                                                          2015-05-31
## 1124                                          2015-05-27      2015-05-31
## 1125                                          2015-05-27      2015-05-30
## 1126                                                          2015-05-23
## 1127                                          2015-05-15      2015-06-02
## 1128                                                          2015-05-31
## 1129                                                          2015-05-29
## 1130                                          2015-05-28      2015-06-03
## 1131                                          2015-05-27      2015-05-30
## 1132                                                          2015-06-02
## 1133                                          2015-05-27      2015-06-03
## 1134                                          2015-05-27      2015-06-02
## 1135                                          2015-05-27      2015-06-05
## 1136                                          2015-05-27      2015-06-01
## 1137                                          2015-05-27      2015-06-02
## 1138                                          2015-05-28      2015-05-30
## 1139                                          2015-05-27      2015-06-03
## 1140                                          2015-05-27      2015-06-04
## 1141                                                          2015-06-04
## 1142                                                                    
## 1143                                                          2015-06-01
## 1144                                                          2015-06-01
## 1145                                                          2015-05-30
## 1146                                                          2015-05-30
## 1147                                                          2015-06-04
## 1148                                                          2015-06-03
## 1149                                                          2015-06-06
## 1150                                                          2015-06-01
## 1151                                                          2015-06-05
## 1152                                                                    
## 1153                                                          2015-06-04
## 1154                                                          2015-06-01
## 1155                                                          2015-06-05
## 1156                                          2015-05-27      2015-06-01
## 1157                                                          2015-06-01
## 1158                                          2015-05-25      2015-06-01
## 1159                                          2015-05-25      2015-06-01
## 1160                                          2015-05-25      2015-06-05
## 1161                                          2015-05-25      2015-06-01
## 1162                                          2015-05-28      2015-06-02
## 1163                                          2015-05-28      2015-06-04
## 1164                                          2015-05-27      2015-06-03
## 1165                                          2015-05-27      2015-06-08
## 1166                                          2015-05-27      2015-06-01
## 1167                                          2015-05-26      2015-06-08
## 1168                                          2015-05-26      2015-06-07
## 1169                                          2015-05-28      2015-06-07
## 1170                                          2015-05-28      2015-06-02
## 1171                                                                    
## 1172                                                          2015-06-02
## 1173                                                          2015-05-21
## 1174                                          2015-05-27      2015-06-06
## 1175                                          2015-05-27      2015-06-05
## 1176                                          2015-05-27      2015-06-04
## 1177                                          2015-05-27      2015-05-31
## 1178                                          2015-05-27      2015-06-01
## 1179                                          2015-05-27      2015-06-01
## 1180                                          2015-05-27      2015-06-04
## 1181                                          2015-05-27      2015-06-06
## 1182                                          2015-05-27      2015-06-06
## 1183                                          2015-05-27      2015-05-31
## 1184                                                          2015-06-07
## 1185                                                          2015-06-06
## 1186                                          2015-05-29      2015-06-04
## 1187                               2014-06-06,2014-06-14                
## 1188                                                          2015-05-26
## 1189                                                          2015-05-23
## 1190                                                          2015-06-09
## 1191                                                          2015-06-05
## 1192                                                          2015-06-03
## 1193                                                          2015-06-02
## 1194                                                          2015-06-04
## 1195                                                          2015-05-31
## 1196                                                          2015-05-27
## 1197                                                          2015-06-01
## 1198                                                          2015-06-05
## 1199                                                          2015-05-30
## 1200                                                          2015-06-08
## 1201                                                          2015-06-10
## 1202                                                          2015-06-02
## 1203                                                          2015-06-09
## 1204                                                                    
## 1205                                          2015-05-31                
## 1206                                                          2015-06-07
## 1207                                                          2015-06-08
## 1208                                                                    
## 1209                                          2015-05-27      2015-06-07
## 1210                                                          2015-06-03
## 1211                                                          2015-06-10
## 1212                                                          2015-06-11
## 1213                                                          2015-06-06
## 1214                                                          2015-05-30
## 1215                                                          2015-06-08
## 1216                                                          2015-06-08
## 1217                                                                    
## 1218                                                          2015-06-08
## 1219                                                          2015-06-01
## 1220                                                          2015-06-11
## 1221                                                          2015-06-10
## 1222                                          2015-05-27      2015-06-05
## 1223                                          2015-05-27      2015-06-10
## 1224                                          2015-05-27      2015-06-09
## 1225                                          2015-05-27      2015-06-05
## 1226                                          2015-05-25      2015-06-02
## 1227                                          2015-05-27                
## 1228                                          2015-06-04      2015-06-10
## 1229                                                          2015-06-12
## 1230                                          2015-05-27      2015-06-13
## 1231                                          2015-06-08                
## 1232                                          2015-06-03      2015-06-05
## 1233                                                          2015-06-04
## 1234                                                          2015-06-11
## 1235                                                                    
## 1236                                                          2015-06-05
## 1237                                                          2015-06-06
## 1238                                                          2015-06-15
## 1239                                                          2015-06-13
## 1240                                                          2015-05-31
## 1241                                                          2015-06-02
## 1242                                          2015-05-26      2015-06-04
## 1243                                          2015-05-26      2015-06-02
## 1244                                          2015-05-26      2015-05-30
## 1245                                          2015-05-27      2015-06-11
## 1246                                          2015-05-27      2015-06-11
## 1247                                          2015-06-05      2015-06-13
## 1248                                          2015-05-27      2015-06-12
## 1249                                          2015-06-11                
## 1250                                                          2015-06-16
## 1251                                                          2015-05-30
## 1252                                                          2015-06-16
## 1253                                                          2015-06-16
## 1254                                          2015-06-05                
## 1255                                                          2015-06-10
## 1256                                                                    
## 1257                                                                    
## 1258                                                          2015-06-14
## 1259                                          2015-06-05      2015-06-10
## 1260                                                          2015-06-16
## 1261                                                          2015-06-18
## 1262                                          2015-06-06      2015-06-16
## 1263                                          2015-05-27      2015-06-06
## 1264                                                          2015-06-15
## 1265                                                          2015-06-10
## 1266                                                          2015-06-16
## 1267                                                          2015-06-21
## 1268                                                          2015-06-15
## 1269                                          2015-05-27                
## 1270                                          2015-05-29      2015-06-16
## 1271                                                          2015-06-21
## 1272                                                          2015-06-19
## 1273                                                                    
## 1274                                          2015-06-08      2015-06-12
## 1275                                          2015-06-11      2015-06-23
## 1276                                                                    
## 1277                                                          2015-06-24
## 1278                                                          2015-06-15
## 1279                                                          2015-06-23
## 1280                                                          2015-06-28
## 1281                                                          2015-06-17
## 1282                                                                    
## 1283                                                          2015-06-28
## 1284                                                          2015-06-30
## 1285                                                          2015-06-22
## 1286                                                          2015-07-02
## 1287                                                          2015-06-30
## 1288                                                          2015-06-27
## 1289                                                          2015-07-05
## 1290                                                          2015-07-12
## 1291                                                          2015-07-15
## 1292                                                          2015-07-12
## 1293                                                          2015-07-13
## 1294                                                          2015-07-17
## 1295                                                          2015-07-20
## 1296                                                          2015-07-22
## 1297                                                          2015-07-22
## 1298                                                          2015-07-16
## 1299                                                          2015-06-11
## 1300                                                          2015-07-20
## 1301                                                          2015-07-21
## 1302                                                          2015-07-10
## 1303                                                          2015-07-25
## 1304                                                          2015-07-27
## 1305                                                          2015-07-29
## 1306                                                          2015-07-29
## 1307                                                          2015-08-03
## 1308                                                          2015-08-02
## 1309                                                          2015-08-01
## 1310                                                          2015-07-23
## 1311                                                          2015-08-06
## 1312                                                          2015-08-05
## 1313                                                          2015-07-30
## 1314                                                          2015-07-30
## 1315                                                          2015-08-05
## 1316                                                          2015-07-24
## 1317                                                          2015-07-31
## 1318                                                          2015-07-29
## 1319                                                          2015-08-01
## 1320                                                          2015-08-08
## 1321                                                          2015-08-06
## 1322                                                          2015-08-04
## 1323                                                          2015-08-04
## 1324                                                          2015-07-29
## 1325                                                          2015-08-06
## 1326                                                          2015-08-07
## 1327                                                          2015-08-07
## 1328                                                          2015-08-08
## 1329                                                          2015-08-06
## 1330                                                          2015-08-05
## 1331                                                          2015-08-12
## 1332                                                          2015-08-12
## 1333                                                          2015-08-12
## 1334                                                          2015-08-08
## 1335                                                          2015-08-09
## 1336                                                          2015-08-07
## 1337                                                          2015-08-08
## 1338                                                          2015-08-13
## 1339                                                          2015-08-08
## 1340                                                          2015-08-11
## 1341                                                          2015-08-11
## 1342                                                          2015-08-08
## 1343                                                          2015-08-09
## 1344                                                          2015-08-09
## 1345                                                          2015-07-30
## 1346                                                          2015-08-09
## 1347                                                          2015-08-12
## 1348                                                          2015-08-09
## 1349                                                          2015-08-11
## 1350                                                          2015-08-15
## 1351                                                          2015-08-15
## 1352                                                          2015-08-14
## 1353                                                          2015-08-14
## 1354                                                          2015-08-14
## 1355                                                          2015-08-14
## 1356                                                          2015-08-13
## 1357                                                          2015-08-14
## 1358                                                          2015-08-16
## 1359                                                          2015-08-16
## 1360                                                          2015-08-16
## 1361                                                          2015-08-15
## 1362                                                          2015-08-15
## 1363                                                          2015-08-13
## 1364                                                          2015-08-18
## 1365                                                          2015-08-17
## 1366                                                          2015-08-16
## 1367                                                          2015-08-11
## 1368                                                          2015-07-30
## 1369                                                          2015-08-19
## 1370                                                          2015-08-17
## 1371                                                          2015-08-13
## 1372                                                          2015-08-17
## 1373                                                          2015-08-05
## 1374                                                          2015-08-17
## 1375                                                          2015-08-13
## 1376                                                          2015-08-18
## 1377                                                          2015-08-19
## 1378                                                          2015-08-17
## 1379                                                          2015-08-19
## 1380                                                          2015-08-17
## 1381                                                          2015-08-16
## 1382                                                          2015-08-18
## 1383                                                          2015-08-19
## 1384                                                          2015-08-18
## 1385                                                          2015-08-18
## 1386                                                          2015-08-16
## 1387                                                          2015-08-20
## 1388                                                          2015-08-20
## 1389                                                          2015-08-20
## 1390                                                          2015-08-05
## 1391                                                          2015-08-21
## 1392                                                          2015-08-17
## 1393                                                          2015-08-18
## 1394                                                          2015-08-19
## 1395                                                          2015-08-13
## 1396                                          2015-08-14      2015-08-17
## 1397                                                          2015-08-19
## 1398                                                          2015-08-18
## 1399                                                          2015-08-19
## 1400                                                          2015-08-20
## 1401                                                          2015-08-19
## 1402                                                          2015-08-23
## 1403                                                          2015-08-09
## 1404                                                          2015-08-13
## 1405                                                          2015-08-16
## 1406                                                          2015-08-16
## 1407                                                          2015-08-23
## 1408                                                          2015-08-19
## 1409                                                          2015-08-20
## 1410                                                          2015-08-19
## 1411                                                          2015-08-20
## 1412                                                          2015-08-24
## 1413                                          2015-08-17      2015-08-24
## 1414                                                          2015-08-19
## 1415                                                          2015-08-24
## 1416                                                          2015-08-12
## 1417                                                          2015-08-27
## 1418                                                          2015-08-23
## 1419                                                          2015-08-25
## 1420                                                          2015-08-28
## 1421                                                          2015-08-27
## 1422                                                          2015-08-24
## 1423                                                          2015-08-24
## 1424                                                          2015-08-27
## 1425                                                          2015-08-26
## 1426                                                          2015-08-26
## 1427                                                          2015-08-24
## 1428                                                          2015-08-27
## 1429                                                          2015-08-26
## 1430                                                          2015-08-29
## 1431                                                          2015-08-29
## 1432                                                          2015-08-30
## 1433                                                          2015-09-01
## 1434                                                          2015-08-28
## 1435                                                          2015-08-31
## 1436                                                          2015-08-28
## 1437                                                          2015-08-28
## 1438                                                          2015-08-28
## 1439                                                          2015-08-31
## 1440                                                          2015-08-24
## 1441                                                          2015-08-31
## 1442                                                          2015-09-02
## 1443                                                          2015-08-31
## 1444                                                          2015-08-31
## 1445                                                          2015-08-31
## 1446                                                          2015-09-01
## 1447                                                          2015-09-01
## 1448                                                          2015-09-03
## 1449                                                          2015-08-29
## 1450                                                          2015-09-01
## 1451                                                          2015-08-30
## 1452                                                          2015-08-29
## 1453                                                          2015-09-03
## 1454                                                          2015-08-27
## 1455                                                          2015-08-29
## 1456                                                          2015-08-29
## 1457                                                          2015-09-03
## 1458                                                          2015-09-02
## 1459                                                          2015-09-02
## 1460                                                          2015-08-29
## 1461                                                          2015-08-27
## 1462                                                          2015-09-05
## 1463                                                                    
## 1464                                                          2015-09-03
## 1465                                                          2015-09-01
## 1466                                                          2015-08-28
## 1467                                                          2015-09-04
## 1468                                                          2015-08-31
## 1469                                                          2015-07-31
## 1470                                                          2015-08-12
## 1471                                                          2015-08-25
## 1472                                                                    
## 1473                                                          2015-08-28
## 1474                                                          2015-08-28
## 1475                                                          2015-09-05
## 1476                                                          2015-09-04
## 1477                                                          2015-08-31
## 1478                                                          2015-09-04
## 1479                                                          2015-06-05
## 1480                                                          2015-06-05
## 1481                                                          2015-09-06
## 1482                                                          2015-09-04
## 1483                                                          2015-09-08
## 1484                                                          2015-09-04
## 1485                                                          2015-09-11
## 1486                                                          2015-09-11
## 1487                                                          2015-09-13
## 1488                                                          2015-08-26
## 1489                                                          2015-08-27
## 1490                                                                    
## 1491                                                          2015-09-09
## 1492                                                          2015-09-03
## 1493                                                          2015-09-11
## 1494                                                          2015-09-12
## 1495                                                                    
## 1496                                          2015-09-13      2015-09-16
## 1497                                                          2015-08-30
## 1498                                                                    
## 1499                                                          2015-09-11
## 1500                                                          2015-09-18
## 1501                                                          2015-09-13
## 1502                                                                    
## 1503                                                          2015-09-16
## 1504                                                          2015-09-20
## 1505                                                                    
## 1506                                                          2015-09-08
## 1507                                                          2015-09-23
## 1508                                                                    
## 1509                                                                    
## 1510                                                          2015-09-15
## 1511                                                          2015-09-10
## 1512                                                                    
## 1513                                                          2015-09-21
## 1514                                                          2015-09-17
## 1515                                                                    
## 1516                                                          2015-10-01
## 1517                                                          2015-10-01
## 1518                                                                    
## 1519                                                          2015-10-07
## 1520                                                          2015-10-10
## 1521                                                          2015-10-13
## 1522                                                          2015-10-11
## 1523                                                          2015-10-03
## 1524                                                          2015-10-14
## 1525                                                          2015-10-15
## 1526                                                          2015-10-08
## 1527                                                                    
## 1528                                                          2015-10-20
## 1529                                                          2015-10-15
## 1530                                                          2015-10-15
## 1531                                                          2015-10-13
## 1532                                                          2015-10-13
## 1533                                                          2015-10-15
## 1534                                                          2015-10-20
## 1535                                                          2015-10-24
## 1536                                                          2015-10-22
## 1537                                                          2015-10-23
## 1538                                                                    
## 1539                                                          2015-10-18
## 1540                                                          2015-10-30
## 1541                                                          2015-10-28
## 1542                                                                    
## 1543                                                          2015-11-04
## 1544                                                          2015-09-26
## 1545                                                                    
## 1546                                                          2015-11-22
## 1547                                                          2015-11-25
## 1548                                                          2015-12-13
## 1549                                                          2015-12-10
## 1550                                                          2015-12-14
## 1551                                                          2015-12-18
## 1552                                                          2016-01-03
## 1553                                                          2016-01-03
## 1554                                                          2015-12-25
## 1555                                                          2016-12-27
## 1556                                                                    
## 1557                                                          2016-01-11
## 1558                                                          2016-01-12
## 1559                                                                    
## 1560                                                                    
## 1561                                                          2016-01-24
## 1562                                                          2016-01-14
## 1563                                                          2016-01-21
## 1564                                                          2016-01-31
## 1565                                                          2016-02-01
## 1566                                                          2016-02-03
## 1567                                                          2016-02-18
## 1568                                                          2016-02-06
## 1569                                                          2016-02-08
## 1570                                                                    
## 1571                                                                    
## 1572                                                                    
## 1573                                                                    
## 1574                                                          2016-02-20
## 1575                                                          2016-02-20
## 1576                                                          2016-02-11
## 1577                                                          2016-02-15
## 1578                                                                    
## 1579                                                          2016-02-14
## 1580                                                          2016-02-13
## 1581                                                          2016-02-19
## 1582                                                          2016-02-06
## 1583                                                          2016-03-02
## 1584                                                          2016-02-25
## 1585                                                          2016-03-01
## 1586                                                          2016-02-26
## 1587                                                          2016-02-28
## 1588                                                          2016-03-03
## 1589                                                          2016-03-03
## 1590                                                          2016-03-03
## 1591                                                          2016-03-01
## 1592                                                          2016-02-10
## 1593                                                          2016-02-10
## 1594                                                          2016-03-02
## 1595                                                          2016-02-26
## 1596                                                          2016-02-28
## 1597                                                          2016-02-22
## 1598                                                          2016-02-22
## 1599                                                          2016-02-26
## 1600                                                          2016-02-15
## 1601                                                          2016-02-23
## 1602                                                          2016-02-19
## 1603                                                          2016-02-19
## 1604                                                          2016-02-15
## 1605                                                          2016-02-17
## 1606                                                          2016-03-01
## 1607                                                          2016-03-05
## 1608                                                          2016-03-06
## 1609                                                          2016-03-04
## 1610                                                          2016-03-06
## 1611                                                          2016-03-01
## 1612                                                          2016-03-04
## 1613                                                          2016-03-10
## 1614                                                          2016-03-03
## 1615                                                          2016-03-08
## 1616                                                                    
## 1617                                                                    
## 1618                                                                    
## 1619                                                          2016-03-09
## 1620                                                          2016-03-11
## 1621                                                                    
## 1622                                                          2016-03-02
## 1623                                                          2016-03-04
## 1624                                                          2016-03-02
## 1625                                                          2016-02-29
## 1626                                                          2016-03-10
## 1627                                                          2016-03-26
## 1628                                                          2016-03-10
## 1629                                                          2016-03-20
## 1630                                                          2016-03-22
## 1631                                                          2016-03-18
## 1632                                                          2016-03-10
## 1633                                                          2016-03-15
## 1634                                                          2016-03-19
## 1635                                                          2016-03-16
## 1636                                                          2016-03-13
## 1637                                                          2016-03-18
## 1638                                                          2016-03-11
## 1639                                                          2016-03-14
## 1640                                                                    
## 1641                                                          2016-03-13
## 1642                                                          2016-03-13
## 1643                                                          2016-04-03
## 1644                                                          2016-04-10
## 1645                                                          2016-04-09
## 1646                                                          2016-04-03
## 1647                                                          2016-04-09
## 1648                                                          2016-04-06
## 1649                                                          2016-04-02
## 1650                                                                    
## 1651                                                          2016-03-20
## 1652                                                          2016-03-29
## 1653                                                          2016-04-04
## 1654                                                          2016-04-16
## 1655                                                          2016-04-15
## 1656                                                                    
## 1657                                                                    
## 1658                                                                    
## 1659                                                          2016-04-14
## 1660                                                          2016-04-26
## 1661                                                          2016-04-26
## 1662                                                          2016-06-09
## 1663                                                          2016-06-08
## 1664                                                          2016-06-07
## 1665                                                          2016-06-01
## 1666                                                          2016-05-27
## 1667                                                          2016-05-08
## 1668                                                                    
## 1669                                                                    
## 1670                                                                    
## 1671                                                                    
## 1672                                                                    
## 1673                                                          2016-06-14
## 1674                                                          2016-06-11
## 1675                                                                    
## 1676                                                                    
## 1677                                                                    
## 1678                                                          2016-06-16
## 1679                                                                    
## 1680                                                                    
## 1681                                                                    
## 1682                                                                    
## 1683                                                                    
## 1684                                                                    
## 1685                                                                    
## 1686                                                                    
## 1687                                                                    
## 1688                                                                    
## 1689                                                                    
## 1690                                                          2016-06-09
## 1691                                                                    
## 1692                                                                    
## 1693                                                          2016-06-15
## 1694                                                                    
## 1695                                                          2016-06-16
## 1696                                                          2016-06-04
## 1697                                                                    
## 1698                                                          2016-06-23
## 1699                                                          2016-06-17
## 1700                                                                    
## 1701                                                                    
## 1702                                                          2016-06-24
## 1703                                                          2016-06-22
## 1704                                                                    
## 1705                                                          2016-06-24
## 1706                                                                    
## 1707                                                                    
## 1708                                                          2016-06-14
## 1709                                                          2016-06-18
## 1710                                                          2016-06-16
## 1711                                                          2016-07-08
## 1712                                                          2016-06-30
## 1713                                                          2016-07-05
## 1714                                                          2016-07-04
## 1715                                                          2016-06-28
## 1716                                                          2016-06-25
## 1717                                                          2016-06-21
## 1718                                                          2016-06-23
## 1719                                                          2016-06-26
## 1720                                                          2016-07-25
## 1721                                                          2016-07-16
## 1722                                                          2016-07-17
## 1723                                                          2016-07-19
## 1724                                                          2016-07-31
## 1725                                                          2016-07-24
## 1726                                                          2016-07-31
## 1727                                                          2016-08-04
## 1728                                                          2016-08-11
## 1729                                                          2016-08-12
## 1730                                                          2016-08-21
## 1731                                                          2016-08-15
## 1732                                                          2016-08-29
## 1733                                                          2016-09-03
## 1734                                                                    
## 1735                                                                    
## 1736                                                                    
## 1737                                                                    
## 1738                                                                    
## 1739                                                                    
## 1740                                                                    
## 1741                                                          2016-09-06
##        hospitalized     sampled   reported       death  discharged comorbidity
## 1        2012-04-04                         2012-04-25                        
## 2        2012-04-08                                                           
## 3        2012-04-09                         2012-04-19                        
## 4                                                                             
## 5        2012-04-15                                                           
## 6        2012-04-14                                                           
## 7        2012-04-17                                                           
## 8        2012-04-17                                                           
## 9        2012-04-16                                                           
## 10       2012-04-18                                                           
## 11       2012-04-21                                                           
## 12                                                                            
## 13       2012-05-01                                                           
## 14       2012-06-13             2012-09-20  2012-06-24                    TRUE
## 15       2012-09-07                         2013-06-28                   FALSE
## 16       2012-10-12  2012-10-23 2012-11-23              2012-11-04        TRUE
## 17                              2012-11-23                                    
## 18       2012-10-13             2012-11-23  2012-10-23                    TRUE
## 19       2012-11-06             2012-11-23              2012-11-14            
## 20       2012-10-28 2012-10-30? 2012-11-30  2012-11-02                    TRUE
## 21       2012-11-07                                     2012-11-11       FALSE
## 22                              2013-02-11  2013-03-16                        
## 23                              2013-02-13  2013-02-17                    TRUE
## 24                              2013-02-16                                    
## 25       2013-01-29             2013-02-21  2013-02-10                        
## 26       2013-02-10             2013-03-06  2013-02-19                        
## 27                                          2013-02-24                    TRUE
## 28       2013-02-28             2013-03-12  2013-03-02                   FALSE
## 29       2013-03-04             2013-03-23              2013-03-11       FALSE
## 30       2013-03-10             2013-03-26  2013-03-26                        
## 31       2013-04-09                         2013-04-15                        
## 32                   2013-04-22                         2013-05-04            
## 33                                          2013-04-19                        
## 34                                          2013-04-20                    TRUE
## 35                   2013-04-21             2013-05-29                    TRUE
## 36                                          2013-04-28                    TRUE
## 37       2013-04-20  2013-05-03             2013-05-03                SEE NOTE
## 38                                          2013-05-03                SEE NOTE
## 39                   2013-05-07             2013-05-29                    TRUE
## 40                   2013-04-21             2013-04-26                    TRUE
## 41                                          2013-04-30                    TRUE
## 42                                          2013-04-29                    TRUE
## 43                   2013-05-02                                           TRUE
## 44                   2013-05-02             2013-05-10                    TRUE
## 45       2013-04-29  2013-05-01                         2013-05-15        TRUE
## 46                   2013-05-05                                           TRUE
## 47                                                                        TRUE
## 48                   2013-05-14                                           TRUE
## 49                                                                        TRUE
## 50                                          2013-06-09                    TRUE
## 51                                          2013-05-25                    TRUE
## 52                   2013-05-09                                               
## 53       2013-05-11                         2013-05-23                        
## 54                   2013-05-09                      ?                    TRUE
## 55                   2013-05-11 2013-05-14  2013-05-08                    TRUE
## 56       2013-04-23             2013-05-07  2013-05-28                    TRUE
## 57       2013-05-09             2013-05-12                                TRUE
## 58       2013-05-06  2013-05-08 2013-05-22  2013-05-10                    TRUE
## 59                              2013-05-22                                    
## 60                              2013-05-22                                    
## 61       2013-05-15  2013-05-13 2013-05-23  2013-05-20                    TRUE
## 62                                          2013-05-20                    TRUE
## 63                              2013-05-29                                TRUE
## 64                              2013-05-29              2013-05-27        TRUE
## 65                              2013-05-29  2013-05-26                    TRUE
## 66                              2013-05-29  2013-05-26                    TRUE
## 67                              2013-05-29                                TRUE
## 68                   2013-06-04 2013-06-14  2013-06-12                   FALSE
## 69                              2013-06-14  2013-06-16                    TRUE
## 70       2013-05-28                                     2013-06-06       FALSE
## 71                              2013-06-02              2013-06-05       FALSE
## 72                              2013-06-02              2013-06-06       FALSE
## 73                              2013-06-05                                TRUE
## 74                              2013-07-07  2013-05-31                    TRUE
## 75                   2013-06-19 2013-06-14  2013-07-05                    TRUE
## 76                   2013-06-12 2013-06-14  2013-06-16                    TRUE
## 77                              2013-06-14  2013-06-16                    TRUE
## 78       2013-06-08  2013-06-12             2013-06-14                   FALSE
## 79                              2013-06-16                                TRUE
## 80                   2013-06-16 2013-06-16  2013-07-05                    TRUE
## 81                   2013-06-15 2013-06-17  2013-07-08                    TRUE
## 82                              2013-06-22                                    
## 83       2013-06-13             2013-06-20                                    
## 84       2013-06-13             2013-06-20                                    
## 85       2013-06-13             2013-06-20                                    
## 86                   2013-06-19 2013-06-21              2013-07-02            
## 87                   2013-06-19 2013-06-21  2013-06-26                    TRUE
## 88                   2013-06-19 2013-06-26                                    
## 89                   2013-06-19 2013-06-26                                    
## 90                   2013-06-19 2013-06-26                                    
## 91                   2013-06-19 2013-06-26                                    
## 92                              2013-06-26                                    
## 93                              2013-06-26                                    
## 94                   2013-06-22 2013-06-26              2013-07-02            
## 95       2013-06-28  2013-06-02 2013-07-05                                    
## 96       2013-06-28  2013-06-02 2013-07-05                                    
## 97                   2013-06-23 2013-07-07                               FALSE
## 98                   2013-07-02 2013-07-08  2013-07-21                    TRUE
## 99       2013-07-06             2013-07-11                                TRUE
## 100                  2013-07-11 2013-07-18                                    
## 101                  2013-07-11 2013-07-18                                    
## 102                             2013-07-18                                    
## 103                             2013-07-18                                    
## 104                             2013-07-18                                    
## 105                             2013-07-18                                    
## 106      2013-07-15  2013-07-17 2013-07-18                                TRUE
## 107      2013-07-11             2013-07-18                                TRUE
## 108                             2013-07-29                                    
## 109                  2013-07-29 2013-08-01                                TRUE
## 110                  2013-07-11 2013-08-01                                    
## 111                             2013-08-01                                    
## 112                  2013-08-13 2013-08-19                                TRUE
## 113                  2013-08-08 2013-08-19                                TRUE
## 114                             2013-08-20                                TRUE
## 115                  2013-08-20 2013-08-21                                TRUE
## 116                  2013-08-15 2013-08-21                                TRUE
## 117                  2013-08-05 2013-08-28                                TRUE
## 118                  2013-08-13 2013-08-28                               FALSE
## 119                                                                           
## 120                             2013-08-21           ?                    TRUE
## 121      2013-08-17             2013-08-26                                TRUE
## 122                             2013-08-28                                TRUE
## 123                  2013-08-19 2013-08-28  2013-08-17                    TRUE
## 124                  2013-08-25 2013-08-29                               FALSE
## 125                  2013-08-25 2013-08-29                               FALSE
## 126                  2013-08-25 2013-09-01              2013-09-01       FALSE
## 127                  2013-08-19 2013-09-01              2013-09-01            
## 128      2013-08-23             2013-09-03  2013-08-31                    TRUE
## 129                  2013-08-26 2013-09-06  2013-08-29                   FALSE
## 130      2013-09-04             2013-09-06                                    
## 131                  2013-08-25 2013-09-06  2013-09-02                    TRUE
## 132                  2013-08-28 2013-09-06                                TRUE
## 133                  2013-09-04 2013-09-07                               FALSE
## 134                  2013-09-04 2013-09-07                               FALSE
## 135                  2013-08-26 2013-09-07  2013-09-07                        
## 136                             2013-09-07  2013-09-07                    TRUE
## 137                  2013-09-05 2013-09-08                                TRUE
## 138                  2013-09-05 2013-09-08                                TRUE
## 139                  2013-09-07 2013-09-08                                TRUE
## 140                             2013-09-08  2013-09-08                        
## 141                             2013-09-10                                    
## 142                             2013-09-10                                    
## 143                  2013-09-07 2013-09-10                                    
## 144                  2013-09-07 2013-09-10                                    
## 145                  2013-09-07 2013-09-11                                    
## 146                  2013-09-04 2013-09-11                                    
## 147                             2013-09-11                                    
## 148                             2013-09-11                                    
## 149                  2013-09-10 2013-09-18  2013-09-18                    TRUE
## 150                  2013-09-11 2013-09-18                                TRUE
## 151                             2013-09-18  2013-09-18                    TRUE
## 152                             2013-09-27                                TRUE
## 153                             2013-09-27                                TRUE
## 154                             2013-09-27                                TRUE
## 155                             2013-10-01                                TRUE
## 156                             2013-10-01                                    
## 157                             2013-10-01                                TRUE
## 158                             2013-10-10  2013-10-10                    TRUE
## 159                             2013-10-10  2013-10-10                    TRUE
## 160      2013-10-11             2013-10-18                                TRUE
## 161                             2013-10-18                                TRUE
## 162                             2013-10-18  2013-10-22                    TRUE
## 163                             2013-10-26  2013-10-27                    TRUE
## 164                             2013-10-26                                TRUE
## 165                             2013-10-26                                    
## 166                             2013-10-27                                    
## 167      2013-10-28             2013-10-29  2013-11-10                    TRUE
## 168                             2013-10-31  2013-10-30                    TRUE
## 169      2013-11-01             2013-11-05                                    
## 170      2013-10-31             2013-11-07                                TRUE
## 171      2013-11-03             2013-11-07                               FALSE
## 172      2013-10-12             2013-11-07  2013-11-10                    TRUE
## 173      2013-10-31             2013-11-10  2013-11-21                    TRUE
## 174      2013-11-07             2013-11-12                                    
## 175      2013-11-10             2013-11-12                                TRUE
## 176      2013-11-07             2013-11-14  2013-11-19                    TRUE
## 177                             2013-11-18                                    
## 178      2013-11-14             2013-11-19  2013-11-18                    TRUE
## 179      2013-11-14             2013-11-19                                TRUE
## 180      2013-11-13             2013-11-21  2013-11-18                        
## 181                             2013-11-28                                    
## 182                             2013-11-28  2013-12-02                        
## 183                             2013-11-29                                    
## 184                             2013-11-21                                    
## 185                             2013-12-05                                TRUE
## 186      2013-12-14             2013-12-20  2013-12-22                    TRUE
## 187                             2013-12-20                               FALSE
## 188                             2013-12-20                               FALSE
## 189      2013-11-26             2013-12-20                                TRUE
## 190      2013-12-15             2013-12-20  2013-12-18                    TRUE
## 191      2013-12-17             2013-12-25                                TRUE
## 192      2013-11-25             2013-12-25  2013-12-17                    TRUE
## 193                             2013-12-25                                    
## 194                             2013-12-26                                    
## 195                             2014-01-01  2014-01-01                        
## 196      2013-12-28             2014-01-03  2014-01-16                    TRUE
## 197      2014-01-04             2014-01-27  2014-01-14                    TRUE
## 198      2014-01-09             2014-01-27  2014-01-23                        
## 199      2014-01-24             2014-02-04  2014-01-28                    TRUE
## 200      2014-01-25             2014-02-03                                TRUE
## 201      2014-01-24             2014-02-03                                TRUE
## 202      2014-02-09             2014-02-15  2014-02-12                    TRUE
## 203      2014-02-04             2014-02-20              2014-02-24        TRUE
## 204      2014-02-02             2014-02-20  2014-02-08                    TRUE
## 205      2014-02-25             2014-02-26  2014-03-03                    TRUE
## 206      2014-03-02             2014-03-05                                TRUE
## 207      2014-02-22             2014-02-26                                TRUE
## 208                             2014-03-06                                    
## 209      2014-03-03             2014-03-11                                TRUE
## 210      2014-03-01             2014-03-14                                TRUE
## 211      2014-03-07             2014-03-14  2014-03-07                        
## 212                             2014-03-14                                    
## 213                             2014-03-14                                    
## 214                             2014-03-14                                    
## 215      2014-02-13             2014-03-18  2014-03-06                    TRUE
## 216      2014-03-11             2014-03-18                                TRUE
## 217      2014-03-05             2014-03-20                                TRUE
## 218      2014-03-11             2014-03-20                                TRUE
## 219                             2014-03-20  2014-03-19                    TRUE
## 220      2014-02-26             2014-03-21                                TRUE
## 221      2014-03-13             2014-03-21                                TRUE
## 222      2014-03-15             2014-03-21                                TRUE
## 223      2014-02-27             2014-03-25                                TRUE
## 224      2014-03-17             2014-03-26  2014-03-24                    TRUE
## 225      2014-03-25             2014-03-30  2014-03-30                    TRUE
## 226      2014-03-23             2014-03-28  2014-04-06                        
## 227      2014-03-25             2014-03-28                                    
## 228                             2014-04-01              2014-05-04        TRUE
## 229                             2014-04-01                                TRUE
## 230      2014-03-29             2014-04-06  2014-04-05                    TRUE
## 231                             2014-04-06                                    
## 232      2014-04-03             2014-04-06                                    
## 233                             2014-04-06                                    
## 234                             2014-04-06                                    
## 235                             2014-04-06                                    
## 236                             2014-04-06                                    
## 237                             2014-04-06                                    
## 238                             2014-04-06                                    
## 239      2014-03-30             2014-04-08                               ?TRUE
## 240      2014-04-05             2014-04-07              2014-05-04            
## 241                             2014-04-07                                TRUE
## 242      2014-04-01             2014-04-07                                TRUE
## 243      2014-03-19             2014-04-07  2014-03-30                    TRUE
## 244                             2014-04-11                                    
## 245                             2014-04-11                                    
## 246                             2014-04-11  2014-04-22                        
## 247      2014-04-02             2014-04-09                                TRUE
## 248      2014-04-07             2014-04-10  2014-04-10                   FALSE
## 249      2014-04-09             2014-04-11                               FALSE
## 250      2014-04-09             2014-04-11                               FALSE
## 251      2014-04-09             2014-04-11                                TRUE
## 252      2014-04-09             2014-04-11                               FALSE
## 253      2014-04-09             2014-04-11                                TRUE
## 254                             2014-04-11  2014-04-11                        
## 255                             2014-04-11                                    
## 256                             2014-04-11                                    
## 257                             2014-04-12                                    
## 258                             2014-04-12                                    
## 259                             2014-04-12                                    
## 260                             2014-04-12                                    
## 261      2014-03-22             2014-04-15  2014-03-31                    TRUE
## 262                             2014-04-14  2014-04-14                        
## 263                             2014-04-14  2014-05-07                        
## 264                             2014-04-14                                    
## 265                             2014-04-14                                    
## 266                             2014-04-14                                    
## 267      2014-04-09             2014-04-13                                TRUE
## 268      2014-04-09             2014-04-13                               FALSE
## 269      2014-04-10             2014-04-13                               FALSE
## 270      2014-04-10             2014-04-13                                TRUE
## 271      2014-04-10             2014-04-13                               FALSE
## 272                             2014-04-15                                    
## 273                             2014-04-15  2014-04-15                        
## 274                             2014-04-15                                    
## 275                             2014-04-15                                    
## 276                             2014-04-15                                    
## 277                             2014-04-16                                    
## 278                             2014-04-16  2014-04-16                        
## 279                             2014-04-16                                    
## 280                             2014-04-16                                    
## 281                             2014-04-16                                    
## 282                             2014-04-16                                    
## 283                             2014-04-16                                    
## 284      2014-04-09             2014-04-16  2014-04-13                        
## 285                             2014-04-17                               FALSE
## 286                             2014-04-17                               FALSE
## 287                             2014-04-17                               FALSE
## 288                             2014-04-17                               FALSE
## 289                             2014-04-18                                TRUE
## 290                             2014-04-18                                TRUE
## 291                             2014-04-18                                TRUE
## 292                             2014-04-18                                TRUE
## 293                             2014-04-18                                TRUE
## 294                             2014-04-18  2014-04-18                    TRUE
## 295                             2014-04-18  2014-04-18                        
## 296                             2014-04-18                                    
## 297                             2014-04-18  2014-05-06                        
## 298                             2014-04-18                                    
## 299                             2014-04-18                                    
## 300                             2014-04-18                                    
## 301      2014-04-17             2014-04-18                                    
## 302                             2014-04-19                                    
## 303                             2014-04-19                                    
## 304                             2014-04-19                                    
## 305                             2014-04-19                                    
## 306                             2014-04-19                                    
## 307                             2014-04-19                                    
## 308                             2014-04-19                                    
## 309                             2014-04-20                                    
## 310                             2014-04-20                                    
## 311                             2014-04-20                                    
## 312                             2014-04-20                                    
## 313                             2014-04-20              2014-05-09            
## 314                             2014-04-20                                    
## 315                             2014-04-20                                    
## 316                             2014-04-20  2014-05-18                    TRUE
## 317                             2014-04-20  2014-04-30                    TRUE
## 318                             2014-04-20              2014-05-06        TRUE
## 319                             2014-04-20              2014-05-06            
## 320                             2014-04-20                                TRUE
## 321                             2014-04-20                                TRUE
## 322      2014-04-16             2014-04-21                                TRUE
## 323      2014-04-08             2014-04-22 2014-06-01?                        
## 324                             2014-04-22                                    
## 325                             2014-04-22                                    
## 326                             2014-04-22                                    
## 327                             2014-04-22                                    
## 328                             2014-04-22                                    
## 329                             2014-04-22                                    
## 330                             2014-04-22  2014-04-29                    TRUE
## 331                             2014-04-22              2014-05-04        TRUE
## 332                             2014-04-22  2014-04-27                    TRUE
## 333                             2014-04-22                                TRUE
## 334                             2014-04-22                                TRUE
## 335                             2014-04-22                                TRUE
## 336                             2014-04-22  2014-04-30                        
## 337                             2014-04-22                                    
## 338                             2014-04-22                                    
## 339                             2014-04-22                                    
## 340                             2014-04-17                                TRUE
## 341                             2014-04-17                                TRUE
## 342                             2014-04-16                               FALSE
## 343                             2014-04-16                               FALSE
## 344                             2014-04-16                                TRUE
## 345                             2014-04-16                               FALSE
## 346                             2014-04-16                               FALSE
## 347                             2014-04-16                               FALSE
## 348      2014-04-10             2014-04-24                                TRUE
## 349                             2014-04-23                                    
## 350                             2014-04-23                                    
## 351                             2014-04-23                                    
## 352                             2014-04-23                                    
## 353                             2014-04-23                                    
## 354                             2014-04-23                                    
## 355                             2014-04-23                                    
## 356                             2014-04-23  2014-05-09                    TRUE
## 357                             2014-04-23              2014-05-05        TRUE
## 358                             2014-04-23  2014-04-25                    TRUE
## 359                             2014-04-23                                    
## 360                             2014-04-23                                    
## 361                             2014-04-23                                TRUE
## 362                             2014-04-23  2014-05-16                    TRUE
## 363                             2014-04-23  2014-05-03                        
## 364                             2014-04-23                                TRUE
## 365                             2014-04-23                                    
## 366                             2014-04-23                                    
## 367      2014-03-28             2014-04-23  2014-04-22                    TRUE
## 368      2014-04-18             2014-04-23                                TRUE
## 369      2014-04-04             2014-04-23                                TRUE
## 370      2014-04-04             2014-04-23  2014-04-23                    TRUE
## 371      2014-03-27             2014-04-23                                TRUE
## 372                             2014-04-23                                    
## 373      2014-04-14             2014-04-23  2014-05-19                        
## 374      2014-04-21             2014-04-23                                    
## 375      2014-04-12             2014-04-23  2014-04-23                        
## 376                             2014-04-23                                    
## 377      2014-04-18             2014-04-23  2014-04-22                        
## 378      2014-04-21             2014-04-23                                    
## 379                             2014-04-23                                TRUE
## 380                             2014-04-23                               FALSE
## 381                             2014-04-24                                TRUE
## 382                             2014-04-24                               FALSE
## 383                             2014-04-24                               FALSE
## 384                             2014-04-24                               FALSE
## 385      2014-04-01             2014-04-24  2014-04-29                    TRUE
## 386                             2014-04-24                                    
## 387      2014-04-01             2014-04-24                                TRUE
## 388      2014-04-21             2014-04-24                                TRUE
## 389      2014-04-21             2014-04-24                                    
## 390                             2014-04-24                                    
## 391                             2014-04-24                                    
## 392      2014-04-21             2014-04-24                                    
## 393      2014-04-19             2014-04-24              2014-05-06            
## 394      2014-04-22             2014-04-24                                    
## 395                             2014-04-24                                    
## 396      2014-04-18             2014-04-24              2014-05-09            
## 397                             2014-04-24                               FALSE
## 398      2014-03-30             2014-04-25  2014-04-20                    TRUE
## 399                             2014-04-25                                    
## 400      2014-04-24             2014-04-25                                    
## 401      2014-04-22             2014-04-25                                    
## 402                             2014-04-25                                    
## 403                             2014-04-25                                    
## 404      2014-04-01             2014-04-25                                TRUE
## 405      2014-04-18             2014-04-25                                    
## 406                             2014-04-25                                    
## 407      2014-04-17             2014-04-25                                    
## 408                             2014-04-25                                    
## 409      2014-04-22             2014-04-25                                    
## 410      2014-04-04             2014-04-25                                TRUE
## 411      2014-04-21             2014-04-25                                    
## 412      2014-03-13             2014-04-26  2014-04-29                        
## 413      2014-04-22             2014-04-26                                    
## 414      2014-04-18             2014-04-26                                    
## 415                             2014-04-26                                    
## 416      2014-04-22             2014-04-26                                    
## 417      2014-04-09             2014-04-26                                TRUE
## 418      2014-04-17             2014-04-26                                TRUE
## 419      2014-04-15             2014-04-26                                TRUE
## 420      2014-04-13             2014-04-26                                    
## 421      2014-04-17             2014-04-26                                    
## 422      2014-04-24             2014-04-26                                    
## 423      2014-04-04             2014-04-27                                TRUE
## 424      2014-04-21             2014-04-27              2014-05-07            
## 425                             2014-04-27                                    
## 426                             2014-04-27                                    
## 427                             2014-04-27                                    
## 428                             2014-04-27                                    
## 429                             2014-04-27                                    
## 430                             2014-04-27                                    
## 431      2014-04-22             2014-04-27                                    
## 432      2014-04-19             2014-04-27                                    
## 433      2014-03-21             2014-04-27                                TRUE
## 434      2014-04-16             2014-04-27                                TRUE
## 435      2014-04-24             2014-04-27  2014-05-03                        
## 436      2014-04-25             2014-04-27                                    
## 437      2014-04-25             2014-04-27                                    
## 438      2014-04-18             2014-04-27                                    
## 439                             2014-04-28                                TRUE
## 440      2014-04-23             2014-04-28                                    
## 441                             2014-04-28                                    
## 442      2014-04-25             2014-04-28                                TRUE
## 443      2014-04-14             2014-04-28                                TRUE
## 444      2014-04-22             2014-04-28                                    
## 445      2014-04-20             2014-04-29                                TRUE
## 446      2014-04-20             2014-04-29                                TRUE
## 447      2014-04-27             2014-04-29                                TRUE
## 448      2014-04-20             2014-04-29                                TRUE
## 449      2014-03-31             2014-04-29                                TRUE
## 450      2014-04-27             2014-04-29                                    
## 451                             2014-04-29                                    
## 452      2014-04-26             2014-04-29  2014-05-18                    TRUE
## 453      2014-04-12             2014-04-29                       ?       ?TRUE
## 454                             2014-04-29                                    
## 455      2014-04-26             2014-04-29                                    
## 456      2014-04-26             2014-04-29  2014-05-05                        
## 457      2014-04-27             2014-04-29                                    
## 458      2014-04-25             2014-04-29              2014-04-27        TRUE
## 459                             2014-04-29                                    
## 460      2014-04-27             2014-04-29                                TRUE
## 461                             2014-04-30                                    
## 462      2014-04-27             2014-04-30                                    
## 463                             2014-04-30                                    
## 464      2014-04-16             2014-04-30  2014-05-03                        
## 465      2014-04-27             2014-04-30  2014-05-12                        
## 466      2014-04-22             2014-04-30  2014-05-16                        
## 467      2014-04-24             2014-04-30                                    
## 468      2014-04-26             2014-04-30                                    
## 469      2014-04-27             2014-04-30                                    
## 470      2014-04-13             2014-04-30                                TRUE
## 471      2014-04-30             2014-05-01                                    
## 472      2014-04-28             2014-05-01                                    
## 473                             2014-05-01                                    
## 474      2014-04-26             2014-05-01                                    
## 475      2014-04-22             2014-05-01                                TRUE
## 476      2014-04-24             2014-05-01                                    
## 477      2014-04-27             2014-05-01                                    
## 478      2014-04-24             2014-05-01                                    
## 479                             2014-04-24                                    
## 480      2014-04-28             2014-05-02                                    
## 481                             2014-05-02                                    
## 482                             2014-05-02                                TRUE
## 483      2014-04-27             2014-05-02  2014-05-08                    TRUE
## 484      2014-04-14             2014-05-02  2014-05-11                    TRUE
## 485      2014-04-29             2014-05-02                                TRUE
## 486      2014-04-24             2014-05-02                                TRUE
## 487      2014-04-30             2014-05-02                                TRUE
## 488                             2014-05-02                                TRUE
## 489                             2014-05-02                                    
## 490      2014-04-29             2014-05-02                                    
## 491      2014-04-27             2014-05-02  2014-04-30                        
## 492                             2014-05-02                                    
## 493                             2014-05-02                                    
## 494                             2014-05-02                                    
## 495      2014-03-05             2014-05-02  2014-04-29                    TRUE
## 496                             2014-05-02                                    
## 497      2014-04-30             2014-05-02  2014-05-05                    TRUE
## 498      2014-04-22             2014-05-02  2014-05-07                    TRUE
## 499      2014-04-29             2014-05-03  2014-05-06                        
## 500      2014-04-21             2014-05-03                                    
## 501      2013-12-01             2014-05-03  2014-05-02                   ?TRUE
## 502      2014-01-01             2014-05-03  2014-05-11                   ?TRUE
## 503      2014-05-03             2014-05-03                                    
## 504                             2014-05-03                                    
## 505      2014-04-28             2014-05-03  2014-05-08                        
## 506      2014-04-24             2014-05-03                                TRUE
## 507      2014-04-29             2014-05-03                                TRUE
## 508      2014-02-17             2014-05-03  2014-05-14                   ?TRUE
## 509      2014-04-29             2014-05-03                                    
## 510                             2014-05-03                                    
## 511                             2014-05-03                                    
## 512                             2014-05-03                                    
## 513                             2014-05-03                                    
## 514      2014-04-07             2014-05-04  2014-05-16                    TRUE
## 515      2014-04-30             2014-05-04                                TRUE
## 516      2014-05-03             2014-05-04  2014-05-07                    TRUE
## 517                             2014-05-05                                    
## 518      2014-03-28             2014-05-05                                TRUE
## 519      2014-05-02             2014-05-05              2014-06-12       FALSE
## 520                             2014-05-05                                    
## 521      2014-04-10             2014-05-05  2014-05-05                    TRUE
## 522      2014-05-03             2014-05-05                                TRUE
## 523             ???             2014-05-05                                    
## 524      2014-04-30             2014-05-06                                    
## 525                             2014-05-06                                    
## 526                             2014-05-06                                    
## 527                             2014-05-06                                    
## 528      2014-05-01             2014-05-06                                TRUE
## 529      2014-05-04             2014-05-06                                    
## 530                             2014-05-06                                TRUE
## 531      2014-04-29             2014-05-06  2014-05-08                    TRUE
## 532                             2014-05-06  2014-05-10                    TRUE
## 533                             2014-05-06                                    
## 534      2014-04-28             2014-05-06  2014-05-05                        
## 535      2014-04-30             2014-05-07                                    
## 536      2014-04-12             2014-05-07  2014-05-06                    TRUE
## 537      2014-04-28             2014-05-07                                TRUE
## 538                             2014-05-07                                    
## 539                             2014-05-07                                    
## 540      2014-04-30             2014-05-07  2014-05-18                        
## 541                             2014-05-07                                    
## 542                             2014-05-07                                    
## 543                             2014-05-07                                    
## 544  3/5/14, 5/5/14             2014-05-07                                    
## 545      2014-05-04             2014-05-07                       ?       ?TRUE
## 546      2014-05-04             2014-05-07                                    
## 547      2014-05-01             2014-05-07                                    
## 548      2014-02-08             2014-05-07  2014-05-07                    TRUE
## 549      2014-05-05             2014-05-07                                    
## 550                             2014-05-07                                TRUE
## 551                             2014-05-07  2014-05-16                    TRUE
## 552      2014-05-05             2014-05-07                                    
## 553      2014-05-02             2014-05-08                                TRUE
## 554      2014-03-18             2014-05-08                                TRUE
## 555                             2014-05-08                                    
## 556      2014-05-04             2014-05-08                                    
## 557      2014-05-03             2014-05-08  2014-05-23                        
## 558                             2014-05-08  2014-05-09                    TRUE
## 559      2014-05-04             2014-05-08                                TRUE
## 560      2014-04-29             2014-05-08  2014-04-29                    TRUE
## 561      2014-05-05             2014-05-08  2014-05-10                    TRUE
## 562                             2014-05-08                                    
## 563      2014-04-25             2014-05-08                                    
## 564      2014-04-26             2014-05-08  2014-05-08                    TRUE
## 565      2014-04-17             2014-05-08  2014-05-18                    TRUE
## 566      2014-05-07             2014-05-08  2014-05-10                        
## 567      2014-04-30             2014-05-08              2014-05-07        TRUE
## 568                             2014-05-09                                    
## 569      2014-05-08             2014-05-09  2014-05-10                        
## 570      2014-05-07             2014-05-09                               ?TRUE
## 571      2014-02-18             2014-05-09                               ?TRUE
## 572                             2014-05-10                                    
## 573                             2014-05-10                                    
## 574                             2014-05-10                                    
## 575      2014-05-01             2014-05-10  2014-05-09                        
## 576      2014-05-05             2014-05-10                                    
## 577      2014-05-07             2014-05-10  2014-05-14                    TRUE
## 578                             2014-05-10                                    
## 579                             2014-05-11                                    
## 580                             2014-05-09                                    
## 581                             2014-05-11  2014-05-11                        
## 582                             2014-05-09                                    
## 583      2014-05-05             2014-05-11                                    
## 584      2014-05-06             2014-05-09                                    
## 585      2014-05-12             2014-05-12                                    
## 586                             2014-05-09                                    
## 587      2014-04-04             2014-05-12  2014-05-13                        
## 588                             2014-05-09                                    
## 589      2014-03-21             2014-05-12              2014-06-17       FALSE
## 590                             2014-05-09                                    
## 591      2014-04-19             2014-05-12  2014-05-11                    TRUE
## 592      2014-05-10             2014-05-12                                    
## 593      2014-04-23             2014-05-12  2014-05-12                        
## 594      2014-05-08             2014-05-12  2014-05-27                        
## 595      2014-05-01             2014-05-12  2014-05-11                        
## 596      2014-05-09             2014-05-12                                    
## 597      2014-05-10             2014-05-11                                    
## 598                             2014-05-13                                    
## 599                             2014-05-13                                    
## 600      2014-05-09             2014-05-13                                TRUE
## 601      2014-04-28             2014-05-13  2014-05-12                    TRUE
## 602      2014-05-10             2014-05-14                                TRUE
## 603                             2014-05-14                                    
## 604      2014-05-09             2014-05-14  2014-05-13                    TRUE
## 605      2014-04-22             2014-05-14  2014-05-13                    TRUE
## 606      2014-04-30             2014-05-14  2014-05-19                    TRUE
## 607      2014-05-12             2014-05-14  2014-05-27                    TRUE
## 608                             2014-05-14                                    
## 609      2014-04-01             2014-05-14  2014-05-16                    TRUE
## 610      2014-04-21             2014-05-14              2014-06-05            
## 611                             2014-05-14                                    
## 612      2014-05-01             2014-05-14                                    
## 613      2014-04-22             2014-05-14  2014-05-15                        
## 614      2014-05-07             2014-05-14                                    
## 615                             2014-05-14                                    
## 616      2014-05-11             2014-05-14                                    
## 617      2014-04-25             2014-05-14                                TRUE
## 618                             2014-05-14                                    
## 619      2014-05-03             2014-05-15  2014-05-13                    TRUE
## 620                             2014-05-15                                TRUE
## 621      2014-04-24             2014-05-15                                TRUE
## 622      2014-04-20             2014-05-11                                TRUE
## 623                             2014-05-11                               FALSE
## 624                             2014-05-11                                TRUE
## 625                             2014-05-11                                    
## 626      2014-04-17             2014-05-11              2014-04-22       FALSE
## 627      2014-04-22             2014-05-11              2014-05-01       FALSE
## 628                             2014-05-11                               FALSE
## 629      2014-04-24             2014-05-11              2014-04-30        TRUE
## 630      2014-04-26             2014-05-11              2014-05-01       FALSE
## 631      2014-04-29             2014-05-08                               FALSE
## 632      2014-04-26             2014-05-08                                TRUE
## 633      2014-04-18             2014-05-08                                TRUE
## 634                             2014-05-08                               FALSE
## 635                             2014-05-15                                TRUE
## 636      2014-01-17             2014-05-16  2014-05-28                    TRUE
## 637                             2014-05-16                                    
## 638      2014-05-10             2014-05-16  2014-05-26                    TRUE
## 639      2014-05-15             2014-05-16                                    
## 640      2014-05-12             2014-05-16  2014-05-15                    TRUE
## 641      2014-05-13             2014-05-16                                TRUE
## 642                             2014-05-17                                    
## 643      2014-05-16             2014-05-17              2014-06-11            
## 644      2014-05-13             2014-05-17                                    
## 645      2014-05-02             2014-05-17                                    
## 646                             2014-05-17                                    
## 647      2014-05-13             2014-05-17                                    
## 648      2014-05-16             2014-05-17                                    
## 649      2014-05-16             2014-05-17                                    
## 650      2014-05-15             2014-05-17  2014-05-18                    TRUE
## 651                                                                           
## 652      2014-05-14             2014-05-18                                    
## 653      2014-05-09             2014-05-18                                    
## 654                             2014-05-19                                    
## 655                             2014-05-19                                    
## 656      2014-05-16             2014-05-19                                    
## 657                             2014-05-19                                    
## 658      2014-05-13             2014-05-19  2014-05-27                        
## 659      2014-05-16             2014-05-19                                TRUE
## 660                             2014-05-20                                    
## 661                             2014-05-20                                    
## 662      2014-03-13             2014-05-20                                TRUE
## 663      2014-05-09             2014-05-21                                TRUE
## 664                             2014-05-21              2014-06-17        TRUE
## 665      2014-05-19             2014-05-21                                TRUE
## 666      2014-05-15             2014-05-21                                TRUE
## 667      2014-05-20             2014-05-22              2014-06-17       FALSE
## 668      2014-05-22             2014-05-22  2014-06-03                        
## 669      2014-05-19             2014-05-22  2014-05-20                    TRUE
## 670      2014-05-19             2014-05-22                                    
## 671      2014-05-12             2014-05-22  2014-06-08                    TRUE
## 672                             2014-05-22              2014-06-09            
## 673                             2014-05-22              2014-06-11            
## 674                             2014-05-23                                    
## 675      2014-05-17             2014-05-23  2014-06-19                    TRUE
## 676                             2014-05-23                                    
## 677      2014-02-11             2014-05-21                                TRUE
## 678      2014-05-08             2014-05-21              2014-05-14       FALSE
## 679      2014-05-07             2014-05-21                                TRUE
## 680      2014-05-23             2014-05-24  2014-05-27                        
## 681      2014-05-22             2014-05-24  2014-06-08                    TRUE
## 682                             2014-05-24                                    
## 683                             2014-05-24                                    
## 684                             2014-05-25              2014-06-09            
## 685                             2014-05-25                                    
## 686                             2014-05-25              2014-06-11            
## 687      2014-05-22             2014-05-25                                TRUE
## 688      2014-05-11             2014-05-25  2014-05-28                    TRUE
## 689      2014-05-11  2014-05-17 2014-05-26                                TRUE
## 690      2014-05-17  2014-05-17 2014-05-26                                TRUE
## 691                             2014-05-26                                    
## 692                             2014-06-13                               FALSE
## 693      2014-05-26             2014-05-28              2014-06-19        TRUE
## 694      2014-05-26             2014-05-28  2014-05-27                    TRUE
## 695      2014-05-21             2014-05-28  2014-05-27                    TRUE
## 696      2014-05-26             2014-05-29  2014-05-31                    TRUE
## 697      2014-05-28             2014-05-29                                    
## 698      2014-05-23             2014-05-29                                TRUE
## 699      2014-05-28             2014-05-30                                TRUE
## 700      2014-05-27             2014-05-31                                TRUE
## 701      2014-05-28             2014-05-31                                    
## 702      2014-05-29             2014-05-31  2014-06-10                        
## 703      2014-05-21             2014-06-01                                TRUE
## 704      2014-05-20  2014-05-30 2014-06-02  2014-06-01                    TRUE
## 705      2014-05-24  2014-05-26 2014-06-02  2014-06-05                    TRUE
## 706      2014-05-28  2014-06-01 2014-06-02              2014-06-04            
## 707      2014-05-21  2014-05-28 2014-06-02              2014-06-05            
## 708                             2014-06-03              2014-06-05       FALSE
## 709                             2014-06-04              2014-06-17            
## 710                             2014-06-04  2014-06-15                    TRUE
## 711                             2014-06-05                                TRUE
## 712                             2014-06-05                               FALSE
## 713                             2014-06-06              2014-06-12       FALSE
## 714                             2014-06-06                               FALSE
## 715                             2014-06-06                               FALSE
## 716                             2014-06-06              2014-06-15       FALSE
## 717                             2014-06-07              2014-06-12        TRUE
## 718                             2014-06-09                                TRUE
## 719                             2014-06-09                               FALSE
## 720      2014-06-09             2014-06-12  2014-06-24                    TRUE
## 721                             2014-06-13                               FALSE
## 722      2014-06-12             2014-06-15                               FALSE
## 723                             2014-06-13                                    
## 724                             2014-06-17  2014-06-18                    TRUE
## 725      2014-04-20             2014-06-19                                TRUE
## 726      2014-06-19             2014-06-20                               FALSE
## 727      2014-06-16             2014-06-22                                TRUE
## 728      2014-06-21             2014-06-23                                TRUE
## 729      2014-06-24  2014-06-24 2014-06-25                               FALSE
## 730      2014-06-21  2014-06-23 2014-06-25                                TRUE
## 731      2014-06-17  2014-06-17 2014-06-22                                TRUE
## 732      2014-06-22  2014-06-24 2014-06-27                               FALSE
## 733      2014-05-17  2014-05-22 2014-06-22  2014-05-30                        
## 734      2014-06-30  2014-06-28 2014-06-30                                    
## 735      2014-06-28             2014-07-01                                TRUE
## 736      2014-06-29             2014-07-01                               FALSE
## 737      2014-06-17             2014-07-10                                TRUE
## 738                  2014-07-03 2014-07-10                                    
## 739      2014-07-02             2014-07-03                                TRUE
## 740      2014-07-02             2014-07-05                                    
## 741      2014-07-03             2014-07-06  2014-07-06                    TRUE
## 742      2014-07-04             2014-07-08                                TRUE
## 743      2014-07-05             2014-07-08  2014-08-11                    TRUE
## 744      2014-07-05             2014-07-08                                TRUE
## 745      2014-07-08             2014-07-10                                TRUE
## 746                             2014-08-11                                TRUE
## 747                             2014-08-12                                TRUE
## 748                             2014-08-25                                TRUE
## 749                             2014-08-26                                TRUE
## 750                             2014-08-29                               FALSE
## 751                             2014-09-08                               FALSE
## 752                             2014-09-12  2014-10-01                    TRUE
## 753                             2014-09-12                               FALSE
## 754                             2014-09-15                                TRUE
## 755                             2014-09-16                                TRUE
## 756                             2014-09-17                                TRUE
## 757                             2014-09-19              2014-10-11        TRUE
## 758                             2014-09-21                                    
## 759                             2014-09-22                               FALSE
## 760                             2014-09-25                                TRUE
## 761                             2014-09-28                                TRUE
## 762                             2014-09-30                                TRUE
## 763      2014-09-24             2014-09-30                                    
## 764                             2014-10-01                                TRUE
## 765                             2014-10-04  2014-12-14                    TRUE
## 766                             2014-10-06  2014-10-18                    TRUE
## 767                             2014-10-07  2014-10-05                    TRUE
## 768                             2014-10-07                                TRUE
## 769                             2014-10-11                               FALSE
## 770                             2014-10-12                               FALSE
## 771                             2014-10-13                                TRUE
## 772                             2014-10-14                                TRUE
## 773      2014-10-06             2014-10-17  2014-10-11                        
## 774                             2014-10-18  2014-10-19                    TRUE
## 775                             2014-10-19                                TRUE
## 776                             2014-10-19                                TRUE
## 777                             2014-10-20              2014-11-04        TRUE
## 778                             2014-10-20                               FALSE
## 779                             2014-10-21                                TRUE
## 780                             2014-10-22                               FALSE
## 781                             2014-10-22  2014-10-22                    TRUE
## 782      2014-10-07             2014-10-12                                TRUE
## 783      2014-10-20             2014-10-23              2014-10-26       FALSE
## 784                             2014-10-23                                TRUE
## 785                             2014-10-24                                TRUE
## 786                             2014-10-25              2014-11-11        TRUE
## 787                             2014-10-26  2014-10-26                    TRUE
## 788                             2014-10-26              2014-11-11        TRUE
## 789                             2014-10-27                                TRUE
## 790                             2014-10-27  2014-10-28                    TRUE
## 791                             2014-10-28                                TRUE
## 792                             2014-10-29  2014-10-29                    TRUE
## 793                             2014-10-29  2014-11-02                    TRUE
## 794                             2014-10-29  2014-11-25                    TRUE
## 795                             2014-10-29              2014-11-12        TRUE
## 796                             2014-10-29              2014-11-04        TRUE
## 797                             2014-10-29              2014-11-06        TRUE
## 798      2014-10-10             2014-10-29  2014-10-28                    TRUE
## 799      2014-10-11             2014-10-29              2014-02-02        TRUE
## 800      2014-10-11             2014-10-30                                TRUE
## 801      2014-10-14             2014-10-30  2014-10-15                    TRUE
## 802      2014-10-14             2014-10-30                                TRUE
## 803      2014-10-30             2014-11-03              2014-11-25        TRUE
## 804      2014-10-30             2014-11-03              2014-11-11       FALSE
## 805      2014-10-29             2014-11-04              2014-11-11       FALSE
## 806      2014-11-02             2014-11-04                               FALSE
## 807      2014-11-03             2014-11-05              2014-11-18        TRUE
## 808      2014-11-02             2014-11-05              2014-11-17       FALSE
## 809      2014-11-01             2014-11-05  2014-11-10                    TRUE
## 810      2014-11-03             2014-11-07              2014-11-21       FALSE
## 811      2014-11-04             2014-11-07              2014-12-02        TRUE
## 812      2014-11-01             2014-11-10              2014-11-10        TRUE
## 813      2014-11-04             2014-11-11  2014-11-13                    TRUE
## 814                             2014-11-12  2014-11-20                    TRUE
## 815      2014-11-10             2014-11-12  2014-12-14                   FALSE
## 816      2014-11-10             2014-11-13  2014-11-13                   FALSE
## 817      2014-11-10             2014-11-13              2014-11-28        TRUE
## 818                             2014-11-14              2014-11-27        TRUE
## 819      2014-11-01             2014-11-18  2014-11-19                    TRUE
## 820      2014-11-14             2014-11-19  2014-11-19                    TRUE
## 821                             2014-11-20              2014-11-27       FALSE
## 822      2014-11-20             2014-11-22  2014-12-07                    TRUE
## 823      2014-11-20             2014-11-24  2014-11-28                    TRUE
## 824                             2014-11-26  2014-12-01                    TRUE
## 825      2014-11-27             2014-11-28              2014-12-12       FALSE
## 826      2014-11-23             2014-11-28                               FALSE
## 827      2014-11-25             2014-11-29              2014-12-05       FALSE
## 828      2014-11-30             2014-12-02              2014-12-17        TRUE
## 829      2014-11-28             2014-12-03              2015-01-12        TRUE
## 830      2014-11-26             2014-12-03  2014-12-29                    TRUE
## 831                             2014-12-05              2014-12-25        TRUE
## 832      2014-12-06             2014-12-08  2014-12-14                    TRUE
## 833      2014-12-15             2014-12-16              2014-12-22       FALSE
## 834      2014-12-15             2014-12-16                                TRUE
## 835      2014-12-17             2014-12-19              2014-12-25        TRUE
## 836      2014-12-21             2014-12-26              2015-01-04        TRUE
## 837      2014-12-23             2014-12-26                                TRUE
## 838      2014-12-28             2014-12-30  2015-01-01                    TRUE
## 839      2014-12-31             2015-01-03              2015-02-12        TRUE
## 840      2015-01-01             2015-01-03                               FALSE
## 841      2015-01-02             2015-01-05                                TRUE
## 842      2015-01-03             2015-01-06              2015-01-25        TRUE
## 843      2015-01-05             2015-01-07  2015-01-07                    TRUE
## 844      2014-12-24             2015-01-07  2015-01-05                    TRUE
## 845      2015-01-06             2015-01-08              2015-01-12        TRUE
## 846      2015-01-06             2015-01-09              2015-01-14        TRUE
## 847      2015-01-07             2015-01-09              2015-01-20        TRUE
## 848      2015-01-09             2015-01-10                               FALSE
## 849      2015-01-09             2015-01-14  2015-01-21                    TRUE
## 850      2014-12-28             2015-01-14  2015-01-15                    TRUE
## 851      2015-01-16             2015-01-17              2015-01-19       FALSE
## 852      2015-01-16             2015-01-18                                TRUE
## 853      2015-01-12  2015-01-16 2015-01-19              2015-02-09        TRUE
## 854      2014-11-03             2015-01-21  2015-01-18                    TRUE
## 855      2015-01-01             2015-01-21              2015-02-11        TRUE
## 856      2015-01-20             2015-01-22              2015-01-27        TRUE
## 857      2014-12-26             2015-01-22  2015-01-23                    TRUE
## 858      2015-01-21             2015-01-22              2015-01-28        TRUE
## 859      2015-01-24             2015-01-27  2015-02-01                    TRUE
## 860      2015-01-28             2015-01-30                                TRUE
## 861      2015-01-25             2015-01-30              2015-02-13        TRUE
## 862      2015-01-29             2015-02-02              2015-03-01        TRUE
## 863      2015-01-30             2015-02-03  2015-02-06                    TRUE
## 864      2015-02-01             2015-02-03                                TRUE
## 865      2015-02-03             2015-02-03              2015-02-12        TRUE
## 866      2015-01-31             2015-02-04              2015-02-17        TRUE
## 867      2015-01-28             2015-02-04              2015-03-07        TRUE
## 868      2015-02-03             2014-02-05                               FALSE
## 869      2015-02-04             2014-02-06  2015-03-15                    TRUE
## 870      2015-02-04             2014-02-06  2015-02-11                    TRUE
## 871      2015-01-29             2014-02-06  2015-03-06                    TRUE
## 872      2015-02-05             2015-02-07  2015-02-12                    TRUE
## 873      2015-02-01             2015-02-08              2015-02-11       FALSE
## 874      2015-02-09             2015-02-11                                TRUE
## 875                             2015-02-11              2015-02-14       FALSE
## 876      2015-02-05             2015-02-11  2015-02-08                    TRUE
## 877      2015-02-07             2015-02-11                                TRUE
## 878      2015-01-27             2015-02-11  2015-03-09                    TRUE
## 879      2015-02-10             2015-02-12  2015-02-25                    TRUE
## 880      2015-01-24             2015-02-12                                TRUE
## 881      2015-02-10             2015-02-12           ?                    TRUE
## 882      2015-02-09             2015-02-12  2015-02-14                    TRUE
## 883      2015-02-11             2015-02-12              2015-02-19        TRUE
## 884      2015-02-06             2015-02-12              2015-02-18        TRUE
## 885      2015-02-04             2015-02-12              2015-02-18        TRUE
## 886      2015-02-11             2015-02-13  2015-02-11                    TRUE
## 887      2015-01-24             2015-02-13              2015-02-23        TRUE
## 888      2015-02-11             2015-02-13                                TRUE
## 889      2015-02-11             2015-02-13              2015-02-23        TRUE
## 890      2012-02-20             2015-02-13  2015-02-19                    TRUE
## 891      2015-02-02             2015-02-13  2015-02-17                    TRUE
## 892      2014-10-01             2015-02-13  2015-02-19                    TRUE
## 893      2015-01-31             2015-02-13  2015-02-18                    TRUE
## 894      2015-02-09             2015-02-14              2015-03-08       FALSE
## 895      2015-01-21             2015-02-14  2015-02-13                    TRUE
## 896      2015-02-12             2015-02-14              2015-02-19       FALSE
## 897      2015-02-11             2015-02-14  2015-02-23                    TRUE
## 898      2015-02-08  2015-02-12 2015-02-14                               FALSE
## 899      2015-02-12             2015-02-14           ?                    TRUE
## 900      2015-02-11             2015-02-15              2015-02-25        TRUE
## 901      2015-01-28             2015-02-15  2015-02-19                    TRUE
## 902      2015-01-13             2015-02-15  2015-02-19                    TRUE
## 903      2015-02-13             2015-02-16                                TRUE
## 904      2015-02-13             2015-02-16              2015-02-23       FALSE
## 905      2015-02-17             2015-02-16  2015-02-19                    TRUE
## 906      2015-02-12             2015-02-16                               FALSE
## 907                             2015-02-16                               FALSE
## 908      2015-02-11             2015-02-17  2015-02-18                    TRUE
## 909      2015-02-14             2015-02-17  2015-02-18                    TRUE
## 910      2015-01-19             2015-02-17  2015-02-15                    TRUE
## 911      2015-02-15             2015-02-17                                TRUE
## 912      2014-02-15             2015-02-17              2015-03-08       FALSE
## 913                             2015-02-17  2015-02-17                    TRUE
## 914      2015-01-27             2015-02-18  2015-02-20                    TRUE
## 915      2015-02-14             2015-02-23  2015-02-19                    TRUE
## 916                                                                           
## 917                             2015-02-19  2015-03-01                    TRUE
## 918      2015-01-25             2015-02-19           ?                    TRUE
## 919      2014-12-29             2015-02-20  2015-02-21                    TRUE
## 920      2015-01-29             2015-02-03  2015-02-06                   FALSE
## 921      2015-02-01             2015-02-02              2015-02-15       FALSE
## 922      2015-02-02             2015-02-12                               FALSE
## 923                             2015-02-04                               FALSE
## 924      2015-02-20             2015-02-22                               FALSE
## 925      2015-02-18             2015-02-23                                TRUE
## 926      2015-02-20             2015-02-23              2015-03-05        TRUE
## 927      2015-02-22             2015-02-23           ?                    TRUE
## 928      2015-02-20             2015-02-23              2015-02-28       FALSE
## 929      2015-02-22             2015-02-24  2015-03-09                    TRUE
## 930      2015-02-17             2015-02-24  2015-03-08                    TRUE
## 931      2014-08-14             2015-02-24           ?                    TRUE
## 932      2015-01-31             2015-02-24              2015-04-14        TRUE
## 933                             2015-02-24                                TRUE
## 934      2015-02-02             2015-02-25              2015-03-15        TRUE
## 935                                                                           
## 936      2015-02-12             2015-02-26  2015-03-02                    TRUE
## 937      2015-02-17             2015-02-26              2015-04-03        TRUE
## 938      2015-02-22             2015-02-27  2015-02-27                    TRUE
## 939      2015-02-18             2015-02-27  2015-02-27                    TRUE
## 940      2015-02-25             2015-02-28              2015-03-26        TRUE
## 941      2015-02-24             2015-02-28              2015-03-26       FALSE
## 942      2015-02-26             2015-02-28  2015-03-02                    TRUE
## 943      2015-02-23             2015-02-28  2015-03-02                    TRUE
## 944      2015-02-21             2015-02-28  2015-02-28                    TRUE
## 945      2015-02-27             2015-03-01              2015-03-15       FALSE
## 946      2015-02-26             2015-03-01  2015-03-15                    TRUE
## 947      2015-02-25             2015-03-01              2015-03-05       FALSE
## 948      2015-02-27             2015-03-01  2015-03-10                    TRUE
## 949      2015-02-28             2015-03-01              2015-03-09        TRUE
## 950      2015-02-14             2015-03-01  2015-03-02                    TRUE
## 951                             2015-03-01              2015-03-24        TRUE
## 952      2015-02-28             2015-03-02              2015-03-13       FALSE
## 953      2015-03-01             2015-03-02                                TRUE
## 954      2015-02-28             2015-03-02  2015-03-20                    TRUE
## 955      2015-02-16             2015-03-02              2015-03-06        TRUE
## 956                             2015-03-02                                TRUE
## 957      2015-02-25             2015-03-03  2015-03-04                    TRUE
## 958                             2015-03-03              2015-03-03       FALSE
## 959      2015-02-20             2015-03-04  2015-04-10                    TRUE
## 960                             2015-03-04              2015-03-04        TRUE
## 961      2015-03-02             2015-03-05  2015-03-08                   FALSE
## 962      2015-02-25             2015-03-05  2015-03-11                   FALSE
## 963      2014-07-13             2015-03-05  2014-03-05                    TRUE
## 964                             2015-03-05              2015-03-05        TRUE
## 965      2015-02-28             2015-03-06              2015-04-16        TRUE
## 966      2015-03-05             2015-03-06              2015-03-24       FALSE
## 967      2015-04-05             2015-03-07              2015-03-27        TRUE
## 968      2015-03-06             2015-03-08  2015-03-31                   FALSE
## 969      2015-03-05             2015-03-08  2015-03-09                    TRUE
## 970      2015-03-07             2015-03-09  2015-03-11                    TRUE
## 971      2015-03-08             2015-03-09              2015-03-24        TRUE
## 972      2015-01-19             2015-03-09              2015-04-11        TRUE
## 973      2015-02-22             2015-03-09              2015-03-13        TRUE
## 974      2015-03-02             2015-03-10  2015-03-09                    TRUE
## 975      2015-03-08             2015-03-11              2015-03-30       FALSE
## 976      2015-03-08             2015-03-11  2015-03-14                   FALSE
## 977      2014-12-23             2015-03-12              2015-03-21        TRUE
## 978      2015-03-10             2015-03-12              2015-03-21       FALSE
## 979      2015-03-10             2015-03-13  2015-03-12                    TRUE
## 980      2015-03-12             2015-03-13              2015-03-20        TRUE
## 981      2015-03-12             2015-03-14              2015-03-26        TRUE
## 982      2015-03-11             2015-03-14                                TRUE
## 983      2015-03-14             2015-03-15              2015-03-25       FALSE
## 984      2015-03-14             2015-03-15              2015-03-18        TRUE
## 985      2015-03-14             2015-03-15              2015-03-21        TRUE
## 986      2015-01-09             2015-03-17              2015-04-01        TRUE
## 987                             2015-03-18  2015-03-18                    TRUE
## 988      2015-03-19             2015-03-21              2015-04-22        TRUE
## 989      2015-03-20             2015-03-22                                TRUE
## 990      2015-03-20             2015-03-22              2015-03-31       FALSE
## 991      2015-03-20             2015-03-24              2015-04-03        TRUE
## 992      2015-03-23             2015-03-24              2015-04-03            
## 993      2015-03-23             2015-03-24              2015-04-02            
## 994                             2015-03-24  2015-03-24                    TRUE
## 995      2015-03-23             2015-03-25              2015-04-27            
## 996      2015-02-17  2015-03-05 2015-03-09  2015-06-06                        
## 997      2015-02-24             2015-03-11                                TRUE
## 998      2015-03-06             2015-03-11                                TRUE
## 999      2015-03-24             2015-03-26              2015-04-14        TRUE
## 1000     2015-03-09             2015-03-26              2015-03-25        TRUE
## 1001                                                                          
## 1002     2015-03-27             2015-03-29                                TRUE
## 1003     2015-03-26             2015-03-29  2015-04-07                   FALSE
## 1004     2015-03-12             2015-03-29  2015-03-27                    TRUE
## 1005     2015-03-29             2015-03-30              2015-04-08        TRUE
## 1006     2015-03-28             2015-03-30  2015-04-04                    TRUE
## 1007     2015-03-30             2015-03-31              2015-04-05        TRUE
## 1008     2015-03-29             2015-04-02                                TRUE
## 1009                            2015-04-03              2015-04-03        TRUE
## 1010     2015-04-03             2015-04-05              2015-04-15           ?
## 1011     2015-04-03             2015-04-05  2015-04-05                    TRUE
## 1012     2015-04-02             2015-04-09  2015-04-12                    TRUE
## 1013     2015-04-11             2015-04-14  2015-04-19                    TRUE
## 1014                            2015-04-16              2015-04-16        TRUE
## 1015     2015-04-15             2015-04-17              2015-04-23       FALSE
## 1016     2015-04-18             2015-04-20  2015-05-07                    TRUE
## 1017     2015-04-18             2015-04-20              2015-05-02        TRUE
## 1018                            2015-04-04              2015-04-04        TRUE
## 1019                            2015-03-25              2015-03-25       FALSE
## 1020     2015-04-29             2015-05-01  2015-05-22                    TRUE
## 1021     2015-04-23             2015-05-04  2015-06-01                    TRUE
## 1022     2015-05-03             2015-05-05  2015-05-13                   ?TRUE
## 1023     2015-05-08             2015-05-09  2015-05-28                    TRUE
## 1024     2015-05-01             2015-05-09  2015-05-08                    TRUE
## 1025     2015-05-03             2015-05-09  2015-05-24                    TRUE
## 1026     2015-05-04             2015-05-11              2015-05-29      ?FALSE
## 1027     2015-05-04             2015-05-11              2015-05-19       FALSE
## 1028     2015-05-04             2015-05-11              2015-05-19        TRUE
## 1029     2015-05-04             2015-05-11  2015-05-22                   FALSE
## 1030     2015-04-28             2015-05-11  2015-05-10                    TRUE
## 1031     2015-05-06             2015-05-11  2015-05-14                   FALSE
## 1032     2015-05-07             2015-05-11              2015-05-18       FALSE
## 1033     2015-05-06             2015-05-11  2015-05-23                    TRUE
## 1034     2015-05-09             2015-05-11              2015-05-19        TRUE
## 1035     2015-03-26             2015-05-01              2015-04-27            
## 1036     2015-05-10             2015-05-12              2015-05-19       FALSE
## 1037     2015-05-04             2015-05-13              2015-05-19        TRUE
## 1038     2015-05-03             2015-05-13              2015-05-23        TRUE
## 1039     2015-05-16             2015-05-18                                TRUE
## 1040     2015-05-02             2015-05-18  2015-05-18                    TRUE
## 1041     2015-05-12             2015-05-18              2015-05-31            
## 1042     2015-05-10             2015-05-21  2015-05-27                    TRUE
## 1043     2015-05-17             2015-05-23  2015-05-25                    TRUE
## 1044     2015-05-13             2015-05-24  2015-05-25                    TRUE
## 1045     2015-05-10             2015-05-25              2015-05-28        TRUE
## 1046     2015-05-20             2015-05-26  2015-05-30                    TRUE
## 1047     2015-05-20             2015-05-21                               FALSE
## 1048     2015-05-15             2015-05-20                                    
## 1049                            2015-05-21  2015-06-04                    TRUE
## 1050     2015-05-18             2015-05-21              2015-06-05       FALSE
## 1051                            2015-05-18              2015-05-31       FALSE
## 1052                            2015-05-25              2015-06-16            
## 1053                            2015-05-25              2015-06-08            
## 1054     2015-05-27             2015-05-28              2015-06-02       FALSE
## 1055     2015-05-24             2015-05-28  2015-06-01                    TRUE
## 1056     2015-05-27             2015-05-28              2015-06-11       FALSE
## 1057     2015-05-26             2015-05-29              2015-06-14       FALSE
## 1058     2015-05-09             2015-05-29              2015-06-15        TRUE
## 1059                            2015-05-29              2015-06-19        TRUE
## 1060                            2015-05-29              2015-06-16        TRUE
## 1061     2015-05-27             2015-05-29              2015-06-25            
## 1062     2015-05-21             2015-05-30              2015-06-11            
## 1063     2015-05-18             2015-05-29           ?                   FALSE
## 1064     2015-05-20             2015-05-29  2015-05-30                    TRUE
## 1065     2014-05-17             2015-05-29              2015-06-14        TRUE
## 1066     2015-05-20             2015-05-30  2015-05-31                    TRUE
## 1067     2015-05-04             2015-05-30              2015-06-09       FALSE
## 1068     2015-05-08             2015-05-30  2015-05-29                    TRUE
## 1069     2015-05-21             2015-05-30  2015-06-03                    TRUE
## 1070                            2015-05-31              2015-05-31        TRUE
## 1071     2015-05-12             2015-05-22  2015-05-29                    TRUE
## 1072     2015-05-27             2015-05-31              2015-06-21        TRUE
## 1073     2015-05-25             2015-05-31              2015-06-23            
## 1074     2015-05-16             2015-06-01  2015-06-02                    TRUE
## 1075     2015-05-25             2015-06-01                               FALSE
## 1076     2015-05-29             2015-05-31                               ?TRUE
## 1077                            2015-06-02  2015-06-01                    TRUE
## 1078     2015-05-25             2015-06-02              2015-07-02            
## 1079     2015-05-22             2015-06-02                                    
## 1080     2015-05-30             2015-06-02              2015-06-09            
## 1081     2015-05-15             2015-06-02                                    
## 1082     2015-05-15             2015-06-02                                    
## 1083                            2015-06-02              2015-06-25            
## 1084     2015-05-31             2015-06-02              2015-06-20            
## 1085     2015-05-27             2015-06-02  2015-06-12                    TRUE
## 1086                            2015-06-02  2015-06-12                    TRUE
## 1087     2015-05-28             2015-06-02              2015-06-18            
## 1088     2015-05-04             2015-06-02              2015-06-14        TRUE
## 1089                            2015-06-02  2015-06-14                    TRUE
## 1090     2015-04-25             2015-06-02              2015-06-19            
## 1091     2015-05-22             2015-06-02              2015-07-05            
## 1092                            2014-10-30                                TRUE
## 1093                            2014-10-30  2014-11-16                    TRUE
## 1094                            2014-10-30                                TRUE
## 1095     2015-06-01             2015-06-04           ? ?09/06/2015        TRUE
## 1096     2015-05-29             2015-06-02  2015-06-15                    TRUE
## 1097                            2015-06-03              2015-06-18       FALSE
## 1098     2015-06-01             2015-06-05              2015-06-09        TRUE
## 1099     2015-06-01             2015-06-05              2015-06-09        TRUE
## 1100     2015-06-03             2015-06-05              2015-06-09       FALSE
## 1101     2015-06-03             2015-06-05  2015-06-10                    TRUE
## 1102     2015-06-04             2015-06-05              2015-06-16        TRUE
## 1103     2015-05-28             2015-06-04  2015-06-17                    TRUE
## 1104                            2015-06-04              2015-06-18            
## 1105     2015-06-01             2015-06-04              2015-06-14       FALSE
## 1106                            2015-06-04                                    
## 1107                            2015-06-04                                    
## 1108     2015-05-09             2015-06-04  2015-06-03                    TRUE
## 1109     2015-06-02             2015-06-06  2015-06-15                    TRUE
## 1110     2015-06-04             2015-06-06  2015-06-17                    TRUE
## 1111     2015-05-14             2015-06-05  2015-06-15                    TRUE
## 1112     2015-06-02             2015-06-05              2015-06-18            
## 1113     2015-05-22             2015-06-05              2015-06-16            
## 1114                            2015-06-05              2015-06-14            
## 1115     2015-05-14             2015-06-05              2015-06-11            
## 1116     2015-05-23             2015-06-08  2015-06-09                    TRUE
## 1117     2015-05-19             2015-06-06  2015-06-17                    TRUE
## 1118     2015-06-02             2015-06-06                                    
## 1119     2015-06-02             2015-06-06  2015-06-08                    TRUE
## 1120     2015-05-28             2015-06-06  2015-06-24                        
## 1121     2015-06-02             2015-06-06              2015-06-19       FALSE
## 1122                            2015-06-06              2015-06-16            
## 1123                            2015-06-06              2015-07-10            
## 1124                            2015-06-06              2015-06-20            
## 1125                            2015-06-06  2015-06-29                        
## 1126     2015-06-01             2015-06-09  2015-06-14                    TRUE
## 1127     2015-05-12             2015-06-07  2015-06-12                    TRUE
## 1128                            2015-06-07                                    
## 1129                            2015-06-07              2015-06-22            
## 1130     2015-06-05             2015-06-07              2015-07-04            
## 1131     2015-06-01             2015-06-07              2015-06-20            
## 1132     2015-06-03             2015-06-07              2015-06-15            
## 1133     2015-06-03             2015-06-07              2015-06-18            
## 1134                            2015-06-07              2015-07-11            
## 1135                            2015-06-07              2015-06-16            
## 1136     2015-06-04             2015-06-07                                    
## 1137     2015-05-27             2015-06-07                                    
## 1138                            2015-06-07              2015-06-16            
## 1139                            2015-06-07              2015-06-30            
## 1140     2015-06-05             2015-06-07  2015-06-05                    TRUE
## 1141     2015-06-05             2015-06-08              2015-06-22            
## 1142                            2015-06-08              2015-06-25        TRUE
## 1143                            2015-06-08              2015-06-20            
## 1144                            2015-06-08              2015-06-20            
## 1145                            2015-06-08              2015-06-21            
## 1146     2015-06-06             2015-06-08              2015-06-18            
## 1147     2015-06-04             2015-06-08              2015-06-16            
## 1148                            2015-06-08              2015-06-23            
## 1149                            2015-06-08              2015-06-25            
## 1150     2015-05-27             2015-06-08                                    
## 1151                            2015-06-08  2015-06-10                    TRUE
## 1152                            2015-06-08                                    
## 1153     2015-05-27             2015-06-08  2015-06-17                    TRUE
## 1154                            2015-06-08              2015-06-23            
## 1155     2015-06-06             2015-06-08              2015-06-22            
## 1156     2015-06-01  2015-06-07 2015-06-08                                TRUE
## 1157     2015-06-07             2015-06-08  2015-06-14                        
## 1158                            2015-06-08  2015-06-18                    TRUE
## 1159     2015-05-20             2015-06-08  2015-06-11                    TRUE
## 1160        xx/3/15             2015-06-08  2015-06-08                    TRUE
## 1161     2015-06-07             2015-06-08              2015-06-24            
## 1162     2015-05-07             2015-06-08              2015-07-01            
## 1163                            2015-06-08  2015-06-25                    TRUE
## 1164                            2015-06-09              2015-07-01            
## 1165     2015-05-27             2015-06-09              2015-07-09            
## 1166     2015-06-06             2015-06-09  2015-06-10                    TRUE
## 1167                            2015-06-09              2015-06-25            
## 1168                            2015-06-09              2015-06-15            
## 1169                            2015-06-09              2015-06-22            
## 1170                            2015-06-09              2015-07-08            
## 1171                            2015-06-09              2015-06-30            
## 1172     2015-06-08             2015-06-10              2015-06-20        TRUE
## 1173     2015-05-28             2015-06-03                                TRUE
## 1174     2015-06-08             2015-06-10              2015-06-27            
## 1175     2015-06-06             2015-06-10              2015-06-23            
## 1176     2015-06-04             2015-06-10  2015-06-14                    TRUE
## 1177     2015-06-07             2015-06-10                                TRUE
## 1178     2015-06-02             2015-06-10              2015-06-22            
## 1179                            2015-06-10  2015-06-21                    TRUE
## 1180     2015-06-05             2015-06-10              2015-06-22            
## 1181     2015-06-07             2015-06-10              2015-06-30            
## 1182     2015-06-07             2015-06-10  2015-06-27                        
## 1183     2015-05-08             2015-06-10                                    
## 1184     2015-06-09             2015-06-10              2015-06-24            
## 1185     2015-06-06             2015-06-10              2015-06-19            
## 1186     2015-06-08             2015-06-10              2015-06-25            
## 1187     2014-06-25             2014-07-12  2014-07-05                    TRUE
## 1188     2015-05-27             2015-06-12  2015-06-11  2015-05-31        TRUE
## 1189     2015-05-25             2015-06-13              2015-06-27        TRUE
## 1190     2015-06-12             2015-06-14              2015-06-21        TRUE
## 1191     2015-06-12             2015-06-14  2015-06-19                    TRUE
## 1192     2015-06-08             2015-06-11              2015-06-21        TRUE
## 1193                            2015-06-11              2015-07-04        TRUE
## 1194                            2015-06-11              2015-06-22            
## 1195                            2015-06-11  2015-06-20                    TRUE
## 1196                            2015-06-11                                    
## 1197                            2015-06-11              2015-06-23            
## 1198                            2015-06-11                                    
## 1199                            2015-06-11              2015-06-21            
## 1200                            2015-06-11              2015-07-03            
## 1201                            2015-06-11  2015-06-19                        
## 1202                            2015-06-11              2015-07-04            
## 1203     2015-06-06             2015-06-11  2015-06-13                    TRUE
## 1204                            2015-06-11              2015-06-22            
## 1205                            2015-06-11                                    
## 1206     2015-06-11             2015-06-12  2015-06-16                    TRUE
## 1207     2015-06-11             2015-06-12              2015-07-01            
## 1208                            2015-06-12              2015-06-22            
## 1209                            2015-06-12              2015-06-23            
## 1210                            2015-06-13  2015-06-21                    TRUE
## 1211                            2015-06-13                                TRUE
## 1212                            2015-06-13              2015-06-20            
## 1213     2015-06-11             2015-06-13              2015-07-02        TRUE
## 1214     2015-06-07             2015-06-13              2015-06-22            
## 1215                            2015-06-13              2015-07-02            
## 1216     2015-06-11             2015-06-13  2015-07-08                        
## 1217     2015-06-03             2015-06-13              2015-06-19            
## 1218                            2015-06-13                                    
## 1219     2015-05-27             2015-06-13              2015-06-30            
## 1220     2015-06-12             2015-06-13              2015-07-11            
## 1221                            2015-06-13              2015-06-18            
## 1222     2015-06-06             2015-06-14              2015-06-19            
## 1223     2015-06-11             2015-06-14  2015-06-25                    TRUE
## 1224     2015-06-13             2015-06-14              2015-06-28            
## 1225     2015-06-06             2015-06-14              2015-06-19            
## 1226     2015-06-08             2015-06-14              2015-06-24            
## 1227     2015-06-09             2015-06-14              2015-06-20            
## 1228     2015-06-13             2015-06-14              2015-06-24            
## 1229     2015-06-13             2015-06-15  2015-07-22                    TRUE
## 1230                            2015-06-15              2015-06-22        TRUE
## 1231     2015-06-13             2015-06-15              2015-07-02            
## 1232                            2015-06-15              2015-07-04            
## 1233     2015-05-15             2015-06-15              2015-07-02        TRUE
## 1234     2015-06-14             2015-06-15              2015-06-28            
## 1235                            2015-06-16  2015-06-16                    TRUE
## 1236     2015-06-09             2015-06-16              2015-06-22            
## 1237     2015-06-15             2015-06-16                                    
## 1238                            2015-06-16              2015-06-23            
## 1239                            2015-06-16              2015-06-25            
## 1240     2015-06-06             2015-06-16  2015-06-18                    TRUE
## 1241     2015-06-14             2015-06-17              2015-06-27        TRUE
## 1242     2015-06-04             2015-06-17              2015-06-24            
## 1243     2015-06-05             2015-06-17              2015-07-03            
## 1244     2015-05-31             2015-06-17  2015-07-10                    TRUE
## 1245     2015-06-14             2015-06-17              2015-06-25            
## 1246                            2015-06-17              2015-06-22            
## 1247     2015-06-15             2015-06-17              2015-06-24            
## 1248                            2015-06-17              2015-06-24            
## 1249                            2015-06-17                                    
## 1250     2015-04-29             2015-06-19              2015-06-24        TRUE
## 1251     2015-05-30             2015-06-19  2015-06-23                    TRUE
## 1252                            2015-06-18              2015-08-07            
## 1253                            2015-06-18              2015-07-09            
## 1254                            2015-06-18                                TRUE
## 1255     2015-06-10             2015-06-18              2015-06-28        TRUE
## 1256                            2015-06-19              2015-07-02            
## 1257                            2015-06-18                                TRUE
## 1258     2015-06-15             2015-06-20              2015-06-23        TRUE
## 1259     2015-06-05             2015-06-21              2015-07-07        TRUE
## 1260                            2015-06-21              2015-07-01            
## 1261     2015-06-20             2015-06-21              2015-07-09            
## 1262                            2015-06-22              2015-07-14        TRUE
## 1263                            2015-06-22              2015-07-01            
## 1264     2015-06-18             2015-06-22              2015-08-06            
## 1265     2015-06-20             2015-06-23  2015-06-24                        
## 1266                            2015-06-23              2015-07-10        TRUE
## 1267                            2015-06-23              2015-07-13        TRUE
## 1268     2015-06-21             2015-06-24                                    
## 1269     2015-05-30             2015-06-24  2015-07-07                        
## 1270     2015-06-21             2015-06-24              2015-07-02            
## 1271     2015-06-23             2015-06-24              2015-07-09            
## 1272     2015-06-23             2015-06-25              2015-06-30        TRUE
## 1273                            2015-06-26                               FALSE
## 1274     2015-06-12             2015-06-25              2015-07-06            
## 1275                            2015-06-26              2015-07-09            
## 1276     2015-05-26             2015-06-27              2015-07-04            
## 1277     2015-06-26             2015-06-28              2015-07-29        TRUE
## 1278     2015-06-25             2015-06-29              2015-07-28        TRUE
## 1279     2015-06-28             2015-07-01  2015-07-18                    TRUE
## 1280     2015-06-29             2015-07-02              2015-07-06        TRUE
## 1281     2015-06-21             2015-07-02  2015-07-22                    TRUE
## 1282                            2015-07-02                                    
## 1283     2015-07-01             2015-07-03              2015-07-12       FALSE
## 1284                            2015-07-03              2015-07-10            
## 1285                            2015-07-04              2015-07-15            
## 1286     2015-07-03             2015-07-05                                TRUE
## 1287     2015-07-04             2015-07-06              2015-07-10       FALSE
## 1288     2015-07-06             2015-07-13  2015-07-17                    TRUE
## 1289     2015-07-09             2015-07-13              2015-08-11        TRUE
## 1290     2015-07-12             2015-07-16  2015-07-22                    TRUE
## 1291     2015-07-19             2015-07-21  2015-08-04                   FALSE
## 1292     2015-07-19             2015-07-22  2015-07-28                    TRUE
## 1293     2015-07-15             2015-07-22              2015-10-19        TRUE
## 1294     2015-07-17             2015-07-23  2015-07-22                    TRUE
## 1295     2015-07-20             2015-07-23  2015-07-27                    TRUE
## 1296     2015-07-23             2015-07-24              2015-08-07       FALSE
## 1297     2015-07-22             2015-07-25              2015-08-06       FALSE
## 1298     2015-07-26             2015-07-28              2015-08-10        TRUE
## 1299     2015-06-14             2015-07-29  2015-08-04                    TRUE
## 1300     2015-07-20             2015-08-03  2015-08-12                    TRUE
## 1301     2015-07-15             2015-08-03  2015-08-04                    TRUE
## 1302     2015-07-11             2015-08-04  2015-07-31                    TRUE
## 1303     2015-07-27             2015-08-04  2015-08-12                    TRUE
## 1304     2015-07-27             2015-08-04              2015-09-07        TRUE
## 1305     2015-08-02             2015-08-04              2015-08-19       FALSE
## 1306     2015-08-02             2014-08-05              2015-08-31       FALSE
## 1307     2015-08-03             2015-08-07              2015-08-25       FALSE
## 1308     2015-07-29             2015-08-07  2015-08-09                    TRUE
## 1309     2015-07-10             2015-08-07              2015-10-19        TRUE
## 1310     2015-07-27             2015-08-08                                TRUE
## 1311     2015-08-06             2015-08-08              2015-09-06        TRUE
## 1312     2015-08-06             2015-08-08              2015-08-16        TRUE
## 1313     2015-07-12             2015-08-09              2015-08-26        TRUE
## 1314     2015-08-06             2015-08-09              2015-08-17        TRUE
## 1315     2015-08-06             2015-08-09              2015-08-25       FALSE
## 1316     2015-07-24             2015-08-06              2015-08-26        TRUE
## 1317     2015-08-02             2015-08-10  2015-08-11                    TRUE
## 1318     2015-07-30             2015-08-10              2015-10-01        TRUE
## 1319     2015-08-04             2015-08-10  2015-08-17                    TRUE
## 1320     2015-08-08             2015-08-10              2015-08-25        TRUE
## 1321     2015-05-23             2015-08-11              2015-09-06        TRUE
## 1322     2015-07-23             2015-08-11  2015-08-25                    TRUE
## 1323     2015-07-30             2015-08-11              2015-09-09        TRUE
## 1324     2015-08-03             2015-08-11                                TRUE
## 1325     2015-08-10             2015-08-12  2015-08-16                    TRUE
## 1326     2015-07-26             2015-08-12  2015-08-14                    TRUE
## 1327     2015-07-29             2015-08-12  2015-08-17                    TRUE
## 1328     2010-??-??             2015-08-12  2015-08-30                    TRUE
## 1329     2015-07-24             2015-08-13              2015-10-09        TRUE
## 1330     2015-08-09             2015-08-14  2015-08-31                    TRUE
## 1331     2015-08-12             2015-08-14              2015-09-03       FALSE
## 1332     2015-08-13             2015-08-14                               FALSE
## 1333     2015-08-13             2015-08-14              2015-08-25       FALSE
## 1334     2015-08-08             2015-08-15              2015-09-16        TRUE
## 1335     2015-08-11             2015-08-16              2015-08-19        TRUE
## 1336     2015-08-02             2015-08-16  2015-08-13                    TRUE
## 1337     2015-08-11             2015-08-16  2015-09-09                    TRUE
## 1338     2015-08-14             2015-08-16              2015-08-27       FALSE
## 1339     2015-08-09             2015-08-17  2015-08-24                    TRUE
## 1340     2015-08-02             2015-08-17                                TRUE
## 1341     2015-08-12             2015-08-17              2015-10-19       FALSE
## 1342     2015-08-05             2015-08-17  2015-08-19                    TRUE
## 1343     2015-08-10             2015-08-17                                TRUE
## 1344     2015-08-10             2015-08-17  2015-08-24                    TRUE
## 1345     2015-07-30             2015-08-17  2015-08-27                    TRUE
## 1346     2015-08-12             2015-08-17              2015-09-06        TRUE
## 1347     2015-04-20             2015-08-17              2015-09-28        TRUE
## 1348     2015-07-06  2015-08-11 2015-08-18  2015-08-21                    TRUE
## 1349     2015-08-14  2015-08-16 2015-08-18              2015-08-25       FALSE
## 1350     2015-08-16  2015-08-17 2015-08-18              2015-08-25       FALSE
## 1351     2015-08-16  2015-08-17 2015-08-18              2015-09-01        TRUE
## 1352     2015-08-15  2015-08-17 2015-08-18              2015-08-26        TRUE
## 1353     2015-08-15  2015-08-17 2015-08-18              2015-08-26       FALSE
## 1354     2015-08-16  2015-08-17 2015-08-18              2015-09-09        TRUE
## 1355     2015-08-01  2015-08-15 2015-08-18  2015-08-19                    TRUE
## 1356     2015-08-13  2015-08-15 2015-08-18  2015-08-20                    TRUE
## 1357     2015-06-26  2015-08-15 2015-08-18  2015-08-17                    TRUE
## 1358     2015-07-27  2015-08-17 2015-08-19  2015-08-22                    TRUE
## 1359     2015-08-08  2015-08-18 2015-08-19  2015-08-18                    TRUE
## 1360     2015-08-06  2015-08-17 2015-08-19  2015-08-24                    TRUE
## 1361     2015-08-02  2015-08-17 2015-08-20                                TRUE
## 1362     2015-07-24  2015-08-17 2015-08-20  2015-08-30                    TRUE
## 1363     2015-07-24  2015-08-17 2015-08-20  2015-08-24                    TRUE
## 1364     2015-08-18  2015-08-19 2015-08-20  2015-08-25                    TRUE
## 1365     2015-08-17  2015-08-19 2015-08-20  2015-08-20                    TRUE
## 1366     2015-08-16  2015-08-18 2015-08-20              2015-08-30       FALSE
## 1367     2015-08-12  2015-08-18 2015-08-20              2015-09-14        TRUE
## 1368     2015-08-02  2015-08-19 2015-08-20  2015-09-19                    TRUE
## 1369     2015-08-19  2015-08-20 2015-08-20  2015-08-24                    TRUE
## 1370     2015-08-18  2015-08-20 2015-08-20              2015-09-27        TRUE
## 1371     2015-08-03  2015-08-17 2015-08-21                                TRUE
## 1372     2015-08-13  2015-08-20 2015-08-21  2015-08-25                    TRUE
## 1373     2015-08-09  2015-08-19 2015-08-21  2015-08-25                    TRUE
## 1374     2015-08-16  2015-08-20 2015-08-21              2015-09-13        TRUE
## 1375     2015-08-20  2015-08-21 2015-08-21  2015-09-14                    TRUE
## 1376     2015-08-18  2015-08-20 2015-08-21              2015-10-04       FALSE
## 1377     2015-08-19  2015-08-21 2015-08-22                                TRUE
## 1378     2015-08-17  2015-08-19 2015-08-22              2015-08-30        TRUE
## 1379     2015-08-20  2015-08-21 2015-08-22              2015-08-28       FALSE
## 1380     2015-08-20  2015-08-21 2015-08-22              2015-09-16        TRUE
## 1381     2015-08-16  2015-08-20 2015-08-22              2015-09-06        TRUE
## 1382     2015-08-19  2015-08-21 2015-08-22              2015-09-06       FALSE
## 1383     2015-08-20  2015-08-22 2015-08-22              2015-09-06        TRUE
## 1384     2015-08-18  2015-08-21 2015-08-23  2015-09-29                    TRUE
## 1385     2015-08-18  2015-08-21 2015-08-23              2015-08-27       FALSE
## 1386     2015-08-21  2015-08-22 2015-08-23  2015-08-30                    TRUE
## 1387     2015-08-20  2015-08-21 2015-08-23              2015-09-13        TRUE
## 1388     2015-08-20  2015-08-21 2015-08-23              2015-09-08        TRUE
## 1389     2015-08-20             2015-08-23  2015-09-17                   FALSE
## 1390     2015-08-20  2015-08-22 2015-08-24              2015-08-30        TRUE
## 1391     2015-08-21  2015-08-23 2015-08-24                                TRUE
## 1392     2015-08-22  2015-08-24 2015-08-24  2015-09-17                    TRUE
## 1393     2015-08-21  2015-08-23 2015-08-24              2015-09-18        TRUE
## 1394     2015-08-22  2015-08-24 2015-08-24  2015-09-03                    TRUE
## 1395     2015-08-02  2015-08-19 2015-08-24  2015-08-25                    TRUE
## 1396     2015-08-18  2015-08-20 2015-08-24              2015-09-14        TRUE
## 1397     2015-08-17  2015-08-21 2015-08-25  2015-08-24                    TRUE
## 1398                 2015-08-20 2015-08-25  2015-08-30                    TRUE
## 1399     2015-08-07  2015-08-21 2015-08-25  2015-08-27                    TRUE
## 1400     2015-08-20  2015-08-22 2015-08-25              2015-09-13       FALSE
## 1401     2015-08-21  2015-08-22 2015-08-25  2015-09-03                    TRUE
## 1402     2015-08-23  2015-08-24 2015-08-25              2015-09-15       FALSE
## 1403     2015-08-11  2015-08-18 2015-08-25  2015-08-31                    TRUE
## 1404     2015-08-15  2015-08-22 2015-08-25  2015-10-10                    TRUE
## 1405     2015-08-18  2015-08-20 2015-08-26  2015-09-14                    TRUE
## 1406     2015-08-19  2015-08-23 2015-08-26              2015-09-06        TRUE
## 1407     2015-08-23  2015-08-24 2015-08-26              2015-09-21       FALSE
## 1408     2015-08-08  2015-08-19 2015-08-27  2015-09-05                    TRUE
## 1409     2015-08-02  2015-08-22 2015-08-27  2015-09-01                    TRUE
## 1410     2015-08-04  2015-08-21 2015-08-27  2015-08-27                    TRUE
## 1411     2015-08-04  2015-08-22 2015-08-27              2015-09-01        TRUE
## 1412     2015-08-24  2015-08-25 2015-08-27              2015-09-12       FALSE
## 1413     2015-08-25  2015-08-26 2015-08-27  2015-09-04                    TRUE
## 1414     2015-08-23  2015-08-25 2015-08-28              2015-09-12        TRUE
## 1415     2015-08-27  2015-08-28 2015-08-28  2015-08-28                    TRUE
## 1416     2015-08-27  2015-08-28 2015-08-29  2015-08-29                    TRUE
## 1417     2015-08-28  2015-08-29 2015-08-29                                TRUE
## 1418     2015-08-24  2015-08-26 2015-08-30              2015-09-15       FALSE
## 1419     2015-08-27  2015-08-29 2015-08-30  2015-09-06                    TRUE
## 1420     2015-08-30  2015-08-30 2015-08-30              2015-09-08       FALSE
## 1421     2015-08-28  2015-08-30 2015-08-31  2015-09-07                    TRUE
## 1422     2015-08-25  2015-08-27 2015-08-31              2015-09-21       FALSE
## 1423     2015-08-26  2015-08-28 2015-08-31  2015-09-16                    TRUE
## 1424     2015-08-27  2015-08-29 2015-08-31              2015-09-12        TRUE
## 1425     2015-05-09  2015-08-28 2015-08-31              2015-10-19        TRUE
## 1426     2015-08-30  2015-08-31 2015-08-31  2015-09-06                    TRUE
## 1427     2015-08-28  2015-08-30 2015-09-01              2015-09-13        TRUE
## 1428     2015-08-30  2015-08-31 2015-09-01              2015-09-16        TRUE
## 1429     2015-08-31  2015-09-01 2015-09-01                               FALSE
## 1430     2015-08-30  2015-08-31 2015-09-01  2015-09-06                    TRUE
## 1431     2015-08-30  2015-08-31 2015-09-02              2015-09-13        TRUE
## 1432     2015-08-31  2015-09-01 2015-09-02              2015-09-10       FALSE
## 1433     2015-09-01  2015-09-02 2015-09-02              2015-09-15       FALSE
## 1434     2015-08-31  2015-09-02 2015-09-02              2015-09-13       FALSE
## 1435     2015-08-31  2015-09-02 2015-09-02              2015-09-09       FALSE
## 1436     2015-08-16  2015-08-30 2015-09-02              2015-09-27        TRUE
## 1437     2015-08-21  2015-08-30 2015-09-02  2015-09-07                    TRUE
## 1438     2015-08-30  2015-08-31 2015-09-03              2015-09-27       FALSE
## 1439     2015-08-31  2015-09-02 2015-09-03              2015-09-15        TRUE
## 1440     2015-08-29  2015-08-31 2015-09-03              2015-09-14        TRUE
## 1441     2015-09-01  2015-09-02 2015-09-03              2015-09-14       FALSE
## 1442     2015-09-02  2015-09-03 2015-09-04              2015-09-10        TRUE
## 1443     2015-09-01  2015-09-03 2015-09-04              2015-09-13        TRUE
## 1444     2015-09-01  2015-09-03 2015-09-04              2015-09-13        TRUE
## 1445     2015-08-09  2015-09-02 2015-09-04  2015-09-07                    TRUE
## 1446     2015-09-01  2015-09-03 2015-09-04              2015-09-15       FALSE
## 1447     2015-09-02  2015-09-03 2015-09-04              2015-09-09       FALSE
## 1448     2015-09-03  2015-09-05 2015-09-05              2015-09-13       FALSE
## 1449     2015-09-03  2015-09-04 2015-09-05  2015-09-19                    TRUE
## 1450     2015-09-04  2015-09-05 2015-09-05              2015-10-02        TRUE
## 1451     2015-09-02  2015-09-05 2015-09-05              2015-09-09        TRUE
## 1452     2015-09-04  2015-09-05 2015-09-06              2015-09-22        TRUE
## 1453     2015-09-03  2015-09-05 2015-09-06              2015-09-09       FALSE
## 1454     2015-09-03  2015-09-05 2015-09-06              2015-09-13        TRUE
## 1455     2015-08-29  2015-09-01 2015-09-06              2015-09-20       FALSE
## 1456     2015-09-04  2015-09-05 2015-09-06              2015-09-17        TRUE
## 1457     2015-09-03  2015-09-05 2015-09-06              2015-09-13       FALSE
## 1458     2015-09-02  2015-09-04 2015-09-06              2015-09-15       FALSE
## 1459     2015-08-07  2015-09-04 2015-09-07  2015-09-28                    TRUE
## 1460     2015-09-05  2015-09-06 2015-09-07              2015-09-13       FALSE
## 1461     2015-09-04  2015-09-05 2015-09-07  2015-09-17                    TRUE
## 1462     2015-03-16  2015-09-06 2015-09-07              2015-09-28        TRUE
## 1463                            2015-09-07              2015-09-07        TRUE
## 1464     2015-09-05  2015-09-06 2015-09-08              2015-09-24        TRUE
## 1465     2015-09-05  2015-09-07 2015-09-08              2015-09-21        TRUE
## 1466     2015-09-05  2015-09-06 2015-09-08  2015-10-11                    TRUE
## 1467     2015-09-06  2015-09-08 2015-09-09  2015-09-27                    TRUE
## 1468     2015-09-06  2015-09-08 2015-09-09                                TRUE
## 1469     2015-08-10  2015-08-25 2015-09-01  2015-08-27                    TRUE
## 1470     2015-08-17  2015-08-26 2015-09-01                               FALSE
## 1471     2015-08-25  2015-08-25 2015-09-01  2015-09-05                    TRUE
## 1472                 2015-08-27 2015-09-01                               FALSE
## 1473     2015-08-29  2015-08-31 2015-09-06                                TRUE
## 1474     2015-08-18  2015-08-30 2015-09-06  2015-09-01                    TRUE
## 1475     2015-09-05  2015-09-07 2015-09-10              2015-09-19       FALSE
## 1476     2015-07-29  2015-09-06 2015-09-10  2015-09-17                    TRUE
## 1477     2015-09-08  2015-09-09 2015-09-10              2015-09-28        TRUE
## 1478     2015-08-22  2015-09-06 2015-09-11  2015-09-19                    TRUE
## 1479     2015-06-06  2015-09-07 2015-09-11              2015-10-04       FALSE
## 1480     2015-06-06  2015-09-07 2015-09-11              2015-10-19       FALSE
## 1481     2015-09-09  2015-09-11 2015-09-12  2015-10-10                    TRUE
## 1482     2015-09-10  2015-09-10 2015-09-12              2015-10-10       FALSE
## 1483     2015-09-09  2015-09-10 2015-09-13              2015-09-27       FALSE
## 1484     2015-09-06  2015-09-07 2015-09-14              2015-10-19       FALSE
## 1485     2015-09-11  2015-09-13 2015-09-15              2015-09-30       FALSE
## 1486     2015-09-12  2015-09-14 2015-09-15              2015-09-18       FALSE
## 1487     2015-09-14  2015-09-15 2015-09-15  2015-11-27                    TRUE
## 1488     2015-09-01  2015-09-05 2015-09-07  2015-09-04                    TRUE
## 1489     2015-09-05  2015-09-08 2015-09-08  2015-09-07                    TRUE
## 1490                 2015-09-10 2015-09-10                               FALSE
## 1491     2015-09-10  2015-09-10 2015-09-10                               FALSE
## 1492     2015-09-09  2015-09-10 2015-09-10                               FALSE
## 1493     2015-09-14  2015-09-15 2015-09-16              2015-09-19       FALSE
## 1494     2015-09-14  2015-09-15 2015-09-16              2015-09-21       FALSE
## 1495                 2015-09-17 2015-09-17              2015-10-01       FALSE
## 1496     2015-09-16  2015-09-17 2015-09-17  2015-09-18                    TRUE
## 1497     2015-08-09  2015-09-16 2015-09-18              2015-10-14        TRUE
## 1498                                                                          
## 1499     2015-09-16  2015-09-18 2015-09-19              2015-09-30       FALSE
## 1500     2015-09-19  2015-09-20 2015-09-20              2015-09-30        TRUE
## 1501     2015-09-17  2015-09-19 2015-09-21  2015-09-25                    TRUE
## 1502                            2015-09-20              2015-09-20       FALSE
## 1503     2015-09-18  2015-09-20 2015-09-24              2015-10-02        TRUE
## 1504     2015-09-21  2015-09-23 2015-09-24              2015-10-07        TRUE
## 1505                 2015-09-24 2015-09-24              2015-10-01       FALSE
## 1506     2015-09-13  2015-09-14 2015-09-19  2015-09-19                    TRUE
## 1507     2015-09-24  2015-09-25 2015-09-26              2015-10-01        TRUE
## 1508                            2015-09-13              2015-09-13        TRUE
## 1509                                                                          
## 1510     2015-09-20  2015-09-20 2015-09-20                                TRUE
## 1511     2015-09-15  2015-09-20 2015-09-20                                TRUE
## 1512                            2015-09-21              2015-09-21       FALSE
## 1513     2015-09-28  2015-09-30 2015-10-01              2015-11-03       FALSE
## 1514     2015-09-17  2015-09-22 2015-10-01                                TRUE
## 1515                 2015-09-23 2015-10-01                               FALSE
## 1516     2015-10-08  2015-10-09 2015-10-10              2015-10-23       FALSE
## 1517     2015-10-10  2015-10-11 2015-10-11              2015-11-10       FALSE
## 1518                            2015-10-06              2015-10-06        TRUE
## 1519     2015-10-11  2015-10-12 2015-10-12              2015-10-27       FALSE
## 1520     2015-10-11  2015-10-12 2015-10-13              2015-10-22       FALSE
## 1521     2015-10-14  2015-10-17 2015-10-17              2015-10-28       FALSE
## 1522     2015-10-16  2015-10-17 2015-10-17              2015-10-28        TRUE
## 1523     2015-10-14  2015-10-16 2015-10-18  2015-10-29                    TRUE
## 1524     2015-10-16  2015-10-18 2015-10-19              2015-10-29        TRUE
## 1525     2015-10-16  2015-10-18 2015-10-19              2015-10-28       FALSE
## 1526     2015-10-11  2015-10-17 2015-10-20  2015-11-01                    TRUE
## 1527                 2015-10-21 2015-10-21              2015-11-03        TRUE
## 1528     2015-10-08  2015-10-21 2015-10-22  2015-10-26                    TRUE
## 1529     2015-10-16  2015-10-21 2015-10-22              2015-11-03       FALSE
## 1530     2015-10-19  2015-10-21 2015-10-22              2015-11-03       FALSE
## 1531     2015-10-22  2015-10-23 2015-10-24              2015-11-05        TRUE
## 1532     2015-10-22  2015-10-23 2015-10-24  2015-10-23                    TRUE
## 1533     2015-10-16  2015-10-23 2015-10-26              2015-11-17       FALSE
## 1534     2007-xx-xx  2015-10-22 2015-10-26  2015-10-30                    TRUE
## 1535     2015-10-25  2015-10-26 2015-10-27  2015-11-21                    TRUE
## 1536     2015-10-18  2015-10-27 2015-10-27  2015-11-04                    TRUE
## 1537     2015-10-24  2015-10-26 2015-10-27              2015-11-02       FALSE
## 1538                 2015-10-26 2015-10-27                                TRUE
## 1539     2015-10-23  2015-10-28 2015-10-29              2015-11-06       FALSE
## 1540     2015-10-31  2015-11-01 2015-11-02  2015-11-04                    TRUE
## 1541     2015-10-30  2015-11-01 2015-11-03  2015-11-11                    TRUE
## 1542                            2015-11-05              2015-11-05        TRUE
## 1543     2015-11-12  2015-11-12 2015-11-12              2015-11-23        TRUE
## 1544     2015-10-03  2015-10-06 2015-10-07                              ?FALSE
## 1545                            2015-10-09              2015-10-09        TRUE
## 1546     2015-11-27  2015-11-28 2015-11-29  2015-12-05                    TRUE
## 1547     2015-11-30  2015-12-01 2015-12-01              2016-01-18       FALSE
## 1548     2015-12-14  2015-12-15 2015-12-16              2015-12-28       FALSE
## 1549     2015-12-15  2015-12-16 2015-12-17  2015-12-18                    TRUE
## 1550     2015-12-24  2015-12-26 2015-12-27              2016-01-21        TRUE
## 1551     2015-12-27  2015-12-28 2015-12-30              2016-01-19        TRUE
## 1552     2016-01-09  2016-01-11 2016-01-12              2016-01-26        TRUE
## 1553     2016-01-10  2016-01-12 2016-01-13              2016-02-07        TRUE
## 1554     2016-01-01  2016-01-03 2016-01-03                               FALSE
## 1555     2016-01-01  2016-01-10 2016-01-14  2016-01-25                   FALSE
## 1556                 2016-01-13 2016-01-14                                TRUE
## 1557     2016-01-19  2016-01-21 2016-01-22              2016-02-19        TRUE
## 1558     2016-01-19  2016-01-21 2016-01-22              2016-02-10        TRUE
## 1559                 2016-01-23 2016-01-24              2016-02-08       FALSE
## 1560                 2016-01-23 2016-01-24              2016-02-08       FALSE
## 1561     2016-06-26  2016-01-27 2016-01-27              2016-02-06        TRUE
## 1562     2016-01-18  2016-01-23 2016-01-24                                    
## 1563     2016-01-31  2016-01-31 2016-02-01              2016-02-05       FALSE
## 1564     2016-02-02  2016-02-03 2016-02-03              2016-02-13        TRUE
## 1565     2016-02-10  2016-02-11 2016-02-12  2016-02-11                   FALSE
## 1566     2016-02-10  2016-02-11 2016-02-12              2016-02-20       FALSE
## 1567     2016-02-20  2016-02-21 2016-02-21  2016-03-07                    TRUE
## 1568     2016-02-13  2016-02-14 2016-02-16  2016-02-16                    TRUE
## 1569     2016-02-10  2016-02-12 2016-02-16  2016-02-12                    TRUE
## 1570                                                                          
## 1571                                                                          
## 1572                                                                          
## 1573                                                                          
## 1574     2016-02-23  2016-02-24 2016-02-25              2016-03-07        TRUE
## 1575     2016-02-22  2016-02-24 2016-02-25  2016-03-06                    TRUE
## 1576     2016-02-20  2016-02-22 2016-02-23              2016-03-04        TRUE
## 1577     2016-02-21  2016-02-22 2016-02-22              2016-03-07        TRUE
## 1578                 2016-02-18 2016-02-19              2016-03-05       FALSE
## 1579     2016-02-16  2016-02-17 2016-02-17  2016-03-01                   FALSE
## 1580     2016-02-16  2016-02-17 2016-02-17              2016-03-30        TRUE
## 1581     2016-02-19  2016-03-07 2016-03-08  2016-03-11                   FALSE
## 1582     2016-03-07  2016-03-07 2016-03-08                                TRUE
## 1583     2016-03-05  2016-03-07 2016-03-07              2016-03-14        TRUE
## 1584     2016-03-04  2016-03-06 2016-03-07              2016-03-25       FALSE
## 1585     2016-03-04  2016-03-06 2016-03-07              2016-03-16        TRUE
## 1586     2016-03-04  2016-03-06 2016-03-07              2016-03-14       FALSE
## 1587     2016-03-04  2016-03-06 2016-03-07              2016-03-16       FALSE
## 1588     2016-03-05  2016-03-07 2016-03-07  2016-03-13                    TRUE
## 1589     2016-02-04  2016-03-05 2016-03-07              2016-03-14        TRUE
## 1590     2016-03-04  2016-03-05 2016-03-07              2016-04-05        TRUE
## 1591     2016-03-05  2016-03-06 2016-03-06              2016-03-22       FALSE
## 1592     2016-02-17  2016-03-04 2016-03-05  2016-03-31                    TRUE
## 1593     2016-02-22  2016-03-04 2016-03-05  2016-03-09                    TRUE
## 1594     2016-02-15  2016-03-04 2016-03-05  2016-03-10                    TRUE
## 1595     2016-03-02  2016-03-04 2016-03-05              2016-03-16        TRUE
## 1596     2016-03-01  2016-03-03 2016-03-04  2016-03-06                    TRUE
## 1597     2016-02-25  2016-03-03 2016-03-04              2016-03-15        TRUE
## 1598     2016-02-22  2016-03-01 2016-03-03  2016-03-04                    TRUE
## 1599     2016-02-27  2016-02-28 2016-02-29              2016-03-04       FALSE
## 1600     2016-02-25  2016-02-27 2016-02-29              2016-03-25        TRUE
## 1601     2016-02-27  2016-02-28 2016-02-29              2016-04-06        TRUE
## 1602     2016-02-20  2016-02-27 2016-02-28              2016-03-10        TRUE
## 1603     2016-02-25  2016-02-27 2016-02-27  2016-02-26                    TRUE
## 1604     2016-02-23  2016-02-25 2016-02-26              2016-03-20        TRUE
## 1605     2016-02-23  2016-02-25 2016-02-26              2016-03-23        TRUE
## 1606     2016-03-07  2016-03-09 2016-03-10  2016-03-11                    TRUE
## 1607     2016-03-07             2016-03-10              2016-03-18        TRUE
## 1608     2016-03-07  2016-03-09 2016-03-10              2016-04-05        TRUE
## 1609     2016-03-06  2016-03-08 2016-03-10  2016-03-13                    TRUE
## 1610     2016-02-28  2016-03-08 2016-03-10  2016-03-09                    TRUE
## 1611     2016-03-07  2016-03-08 2016-03-09  2016-03-09                    TRUE
## 1612     2016-02-02  2016-03-08 2016-03-09  2016-03-11                    TRUE
## 1613     2016-03-09  2016-03-11 2016-03-12              2016-05-29        TRUE
## 1614     2016-03-09  2016-03-11 2016-03-12  2016-03-17                    TRUE
## 1615     2016-03-06  2016-03-10 2016-03-12              2016-04-18        TRUE
## 1616                            2016-03-12              2016-04-05       FALSE
## 1617                 2016-03-10 2016-03-11              2016-04-05       FALSE
## 1618                 2016-03-10 2016-03-11              2016-04-05        TRUE
## 1619     2016-03-10  2016-03-11 2016-03-14              2016-03-23       FALSE
## 1620     2016-03-13  2016-03-14 2016-03-14  2016-03-18                    TRUE
## 1621     2016-03-10  2016-03-12 2016-03-13  2016-03-15                    TRUE
## 1622     2016-03-10  2016-03-12 2016-03-13  2016-03-15                   FALSE
## 1623     2016-03-09  2016-03-14 2016-03-16              2016-03-30        TRUE
## 1624     2016-03-09  2016-03-11 2016-03-16                                TRUE
## 1625     2016-02-13  2016-03-14 2016-03-15              2016-03-22        TRUE
## 1626     2016-03-13  2016-03-14 2016-03-15  2016-03-29                    TRUE
## 1627     2016-03-28  2016-03-30 2016-03-31  2016-05-06                    TRUE
## 1628     2016-03-23  2016-03-25 2016-03-29              2016-04-05        TRUE
## 1629     2016-03-25  2016-03-27 2016-03-28              2016-04-30        TRUE
## 1630     2016-03-24  2016-03-26 2016-03-27  2016-03-26                    TRUE
## 1631     2016-03-24  2016-03-26 2016-03-27  2016-05-04                    TRUE
## 1632     2016-03-13  2016-03-23 2016-03-25  2016-03-25                    TRUE
## 1633     2016-03-21  2016-03-23 2016-03-25              2016-03-31       FALSE
## 1634     2016-03-21  2016-03-23 2016-03-23  2016-04-10                    TRUE
## 1635     2016-03-19  2016-03-23 2016-03-23              2016-04-10        TRUE
## 1636     2016-03-19  2016-03-21 2016-03-22  2016-04-10                    TRUE
## 1637     2016-03-11  2016-03-20 2016-03-22                                TRUE
## 1638     2016-03-15  2016-03-19 2016-03-19  2016-03-25                    TRUE
## 1639     2016-03-16  2016-03-18 2016-03-19              2016-03-26       FALSE
## 1640     2016-03-17  2016-03-18 2016-03-19  2016-03-19                    TRUE
## 1641     2016-03-15  2016-03-17 2016-03-18  2016-03-22                    TRUE
## 1642     2016-03-15  2016-03-17 2016-03-18              2016-04-13        TRUE
## 1643     2016-04-12  2016-04-14 2016-04-15              2016-04-21        TRUE
## 1644     2016-03-29  2016-04-12 2016-04-13  2016-05-02                    TRUE
## 1645     2016-04-11  2016-04-12 2016-04-13              2016-05-15        TRUE
## 1646     2016-04-10  2016-04-11 2016-04-12              2016-04-22        TRUE
## 1647     2016-04-09  2016-04-10 2016-04-11  2016-05-11                   FALSE
## 1648     2016-04-07  2016-04-08 2016-04-09              2016-04-27        TRUE
## 1649     2016-04-05  2016-04-06 2016-04-07  2016-04-06                    TRUE
## 1650                 2016-04-04 2016-04-06  2016-05-01                    TRUE
## 1651     2016-03-24  2016-04-04 2016-04-05  2016-04-05                    TRUE
## 1652     2016-03-12  2016-03-30 2016-04-01  2016-03-29                    TRUE
## 1653     2016-03-29  2016-04-09 2016-04-25  2016-04-12                    TRUE
## 1654     2016-04-16  2016-04-22 2016-04-23              2016-05-12        TRUE
## 1655     2016-04-16  2016-04-18 2016-04-19              2016-04-28       FALSE
## 1656                 2016-04-18 2016-04-19              2016-04-29       FALSE
## 1657     2016-04-26  2016-05-02 2016-05-16                               FALSE
## 1658                            2016-05-05              2016-05-11       FALSE
## 1659     2016-05-01  2016-05-02 2016-05-02              2016-05-13        TRUE
## 1660     2016-04-29  2016-04-30 2016-05-01  2016-05-04                    TRUE
## 1661     2016-04-28  2016-03-30 2016-04-30              2016-05-18        TRUE
## 1662     2016-06-10  2016-06-15 2016-06-15  2016-06-20                    TRUE
## 1663     2016-06-13  2016-06-15 2016-06-15  2016-06-24                    TRUE
## 1664     2016-06-11  2016-06-13 2016-06-13              2016-06-22        TRUE
## 1665     2016-06-06  2016-06-08 2016-06-09  2016-06-12                    TRUE
## 1666     2016-06-01  2016-06-02 2016-06-03              2016-07-07        TRUE
## 1667     2016-05-12  2016-05-14 2016-05-15  2016-06-28                    TRUE
## 1668     2016-06-10  2016-06-18 2016-06-18              2016-07-12        TRUE
## 1669     2016-05-19  2016-06-18 2016-06-18              2016-06-29        TRUE
## 1670                 2016-06-18 2016-06-18              2016-07-04       FALSE
## 1671                 2016-06-18 2016-06-18              2016-07-05       FALSE
## 1672                 2016-06-18 2016-06-18              2016-07-14       FALSE
## 1673     2016-06-17  2016-06-18 2016-06-18  2016-06-23                    TRUE
## 1674     2016-06-15  2016-06-12 2016-06-17              2016-07-01        TRUE
## 1675     2016-06-16  2016-06-16 2016-06-17              2016-07-12        TRUE
## 1676     2016-06-12  2016-06-16 2016-06-17              2016-06-29        TRUE
## 1677                 2016-06-16 2016-06-17              2016-07-13        TRUE
## 1678     2016-02-24  2016-06-16 2016-06-17              2016-07-11        TRUE
## 1679                 2016-06-17 2016-06-17              2016-07-09        TRUE
## 1680                 2016-06-17 2016-06-17              2016-07-09       FALSE
## 1681                 2016-06-17 2016-06-17              2016-07-13        TRUE
## 1682                 2016-06-17 2016-06-17              2016-07-04       FALSE
## 1683                 2016-06-17 2016-06-17              2016-07-07       FALSE
## 1684                 2016-06-17 2016-06-17              2016-07-13       FALSE
## 1685                 2016-06-16 2016-06-16              2016-06-29        TRUE
## 1686                 2016-06-16 2016-06-16              2016-06-29       FALSE
## 1687                 2016-06-16 2016-06-16              2016-06-29       FALSE
## 1688                 2016-06-16 2016-06-16              2016-07-07        TRUE
## 1689                 2016-06-16 2016-06-16              2016-07-05        TRUE
## 1690     2016-06-11  2016-06-16 2016-06-21                               FALSE
## 1691                 2016-06-20 2016-06-20              2016-07-13       FALSE
## 1692                 2016-06-20 2016-06-20              2016-07-18       FALSE
## 1693     2016-06-17  2016-06-20 2016-06-20  2016-07-12                    TRUE
## 1694                 2016-06-19 2016-06-19              2016-07-02       FALSE
## 1695                 2016-06-18 2016-06-19              2016-07-10        TRUE
## 1696     2016-06-16  2016-06-18 2016-06-19  2016-07-25                   FALSE
## 1697     2016-06-08  2016-06-09 2016-06-29                               FALSE
## 1698     2016-06-27  2016-06-29 2016-06-30  2016-06-30                   FALSE
## 1699     2016-06-27  2016-06-28 2016-06-30  2016-07-02                    TRUE
## 1700                 2016-06-29 2016-06-29              2016-07-01       FALSE
## 1701                 2016-06-27 2016-06-29              2016-07-12        TRUE
## 1702     2016-06-26  2016-06-28 2016-06-28              2016-07-10        TRUE
## 1703     2016-06-27  2016-06-28 2016-06-28  2016-07-07                    TRUE
## 1704                 2016-06-24 2016-06-26              2016-06-29        TRUE
## 1705     2016-06-24  2016-06-25 2016-06-26              2016-07-14       FALSE
## 1706                 2016-06-24 2016-06-25              2016-07-09       FALSE
## 1707                 2016-06-23 2016-06-24              2016-07-13       FALSE
## 1708     2016-06-21  2016-06-22 2016-06-23              2016-07-17       FALSE
## 1709     2016-06-18  2016-06-21 2016-06-21              2016-08-01        TRUE
## 1710     2016-06-17  2016-06-19 2016-06-21  2016-07-13                    TRUE
## 1711     2016-07-11  2016-07-12 2016-07-14              2016-07-25        TRUE
## 1712     2016-06-09  2016-07-11 2016-07-11              2016-07-25        TRUE
## 1713     2016-07-07  2016-07-08 2016-07-08  2016-07-19                    TRUE
## 1714     2016-07-06  2016-07-07 2016-07-08              2016-07-16        TRUE
## 1715     2016-06-29  2016-07-01 2016-07-07  2016-07-10                    TRUE
## 1716     2016-07-02  2016-07-04 2016-07-05              2016-07-07        TRUE
## 1717     2016-06-28  2016-06-30 2016-07-04              2016-07-12        TRUE
## 1718     2016-06-27  2016-06-30 2016-07-03              2016-07-14       FALSE
## 1719     2016-06-18  2016-06-28 2016-07-03  2016-07-05                    TRUE
## 1720     2016-07-26  2016-07-28 2016-08-26              2016-08-04            
## 1721     2016-07-17  2016-07-19 2016-07-20  2016-07-20                    TRUE
## 1722     2016-07-20  2016-07-22 2016-07-22  2016-07-24                   FALSE
## 1723     2016-07-27  2016-07-28 2016-07-29              2016-08-10        TRUE
## 1724     2016-08-01  2016-08-02 2016-08-02              2016-08-11        TRUE
## 1725     2016-07-31  2016-08-02 2016-08-02              2016-08-08        TRUE
## 1726     2016-08-02  2016-08-03 2016-08-04              2016-08-12        TRUE
## 1727     2016-08-07  2016-08-08 2016-08-08              2016-08-13       FALSE
## 1728     2016-08-16  2016-08-17 2016-08-18              2016-09-02       FALSE
## 1729     2016-08-17  2016-08-21 2016-08-23              2016-09-05       FALSE
## 1730     2016-08-24  2016-08-25 2016-08-26  2016-09-10                    TRUE
## 1731     2016-08-28  2016-08-30 2016-08-31  2016-09-01                    TRUE
## 1732     2016-09-04  2016-09-05 2016-09-05              2016-09-23        TRUE
## 1733     2016-09-08  2016-09-10 2016-09-11              2016-09-19       FALSE
## 1734                            2016-05-04  2016-05-04                    TRUE
## 1735                            2016-09-16  2016-09-27                    TRUE
## 1736                            2016-09-17                                    
## 1737                            2016-09-21              2016-09-27        TRUE
## 1738                            2016-09-23              2016-09-30       FALSE
## 1739                            2016-09-23              2016-09-29        TRUE
## 1740                            2016-09-29                                    
## 1741     2016-09-07  2016-09-08 2016-09-08                                TRUE
##                           severity    outcome           clinical old_cluster
## 1                            fatal      fatal              fatal           A
## 2                              CCU                      clinical           A
## 3                            fatal      fatal              fatal           A
## 4                                                    subclinical           A
## 5                              CCU                      clinical           A
## 6                              CCU                      clinical           A
## 7                              CCU                      clinical           A
## 8                              CCU                      clinical           A
## 9                              CCU                      clinical           A
## 10                             CCU                      clinical           A
## 11                             CCU                      clinical           A
## 12                                                   subclinical           A
## 13                             CCU                      clinical           A
## 14                           fatal      fatal              fatal            
## 15                           fatal      fatal              fatal            
## 16                          severe  recovered           clinical            
## 17                                                                          
## 18                           fatal      fatal              fatal           B
## 19                       pneumonia                      clinical           B
## 20                           fatal      fatal              fatal           B
## 21                            mild                   subclinical           B
## 22                           fatal      fatal              fatal           C
## 23                           fatal      fatal              fatal           C
## 24                            mild                   subclinical           C
## 25                           fatal      fatal              fatal            
## 26                           fatal      fatal              fatal            
## 27                           fatal      fatal              fatal           D
## 28                           fatal      fatal              fatal           D
## 29                            mild                   subclinical           D
## 30                           fatal      fatal              fatal            
## 31                           fatal      fatal              fatal           F
## 32                       pneumonia  recovered           clinical           F
## 33                           fatal      fatal              fatal           F
## 34                           fatal      fatal              fatal           F
## 35                           fatal      fatal              fatal           F
## 36                           fatal      fatal              fatal           F
## 37                           fatal      fatal              fatal           F
## 38                           fatal      fatal              fatal           F
## 39                           fatal      fatal              fatal           F
## 40                           fatal      fatal              fatal           F
## 41                           fatal      fatal              fatal           F
## 42                           fatal      fatal              fatal           F
## 43                       pneumonia  recovered           clinical           F
## 44                           fatal      fatal              fatal           F
## 45                       pneumonia                      clinical           F
## 46                                                   subclinical           F
## 47                        critical      fatal              fatal           F
## 48                       pneumonia                      clinical           F
## 49                       pneumonia                      clinical           F
## 50                           fatal      fatal              fatal           F
## 51                           fatal      fatal              fatal           F
## 52                          severe                      clinical           F
## 53                           fatal      fatal              fatal           F
## 54                           fatal      fatal              fatal           F
## 55                           fatal      fatal              fatal           F
## 56                           fatal      fatal              fatal           E
## 57                          severe                      clinical           E
## 58                           fatal      fatal              fatal           G
## 59                            mild                   subclinical           G
## 60                            mild                   subclinical           G
## 61                           fatal      fatal              fatal            
## 62                           fatal      fatal              fatal            
## 63                        critical                      clinical            
## 64                                                      clinical            
## 65                           fatal      fatal              fatal            
## 66                           fatal      fatal              fatal            
## 67                                                      clinical            
## 68                           fatal      fatal              fatal           R
## 69                           fatal      fatal              fatal            
## 70                                                      clinical           H
## 71                            mild                   subclinical           H
## 72                            mild                   subclinical           H
## 73                                                      clinical            
## 74                           fatal      fatal              fatal            
## 75                           fatal      fatal              fatal            
## 76                           fatal      fatal              fatal           I
## 77                           fatal      fatal              fatal            
## 78                           fatal      fatal              fatal            
## 79                                                     clinical?            
## 80                           fatal      fatal              fatal            
## 81                           fatal      fatal              fatal            
## 82                                  recovered           clinical            
## 83                    asymptomatic                   subclinical           I
## 84                    asymptomatic                   subclinical          I?
## 85                    asymptomatic                   subclinical           I
## 86                                                                         P
## 87                           fatal      fatal              fatal            
## 88                    asymptomatic                   subclinical           P
## 89                    asymptomatic                   subclinical          P2
## 90                    asymptomatic                   subclinical          P2
## 91                    asymptomatic                   subclinical           P
## 92                    asymptomatic                   subclinical           Q
## 93                    asymptomatic                   subclinical           Q
## 94                                                      clinical            
## 95                             ICU                      clinical            
## 96                             ICU                      clinical            
## 97                                  recovered                              R
## 98                           fatal      fatal              fatal           K
## 99                                      fatal              fatal           J
## 100                           mild  recovered        subclinical           K
## 101                           mild  recovered        subclinical           K
## 102                   asymptomatic                   subclinical           J
## 103                   asymptomatic                   subclinical           J
## 104                           mild                   subclinical           J
## 105                           mild                   subclinical           J
## 106                         severe                      clinical            
## 107                         severe                      clinical            
## 108                   hospitalized                      clinical            
## 109                   hospitalized                      clinical            
## 110                           mild                   subclinical           K
## 111                           mild                   subclinical           P
## 112                         severe                      clinical            
## 113                       critical                      clinical            
## 114                         stable                      clinical           N
## 115                         severe                      clinical            
## 116                         severe                      clinical            
## 117                         severe                      clinical            
## 118                   asymptomatic                   subclinical            
## 119                                                                         
## 120                          fatal      fatal              fatal            
## 121                       critical                      clinical           N
## 122                                     fatal              fatal           N
## 123                          fatal      fatal              fatal           L
## 124                   asymptomatic  recovered        subclinical           L
## 125                   asymptomatic  recovered        subclinical           L
## 126                                 recovered           clinical            
## 127                                                     clinical            
## 128                          fatal      fatal              fatal            
## 129                          fatal      fatal              fatal            
## 130                       critical                      clinical           P
## 131                          fatal      fatal              fatal           L
## 132                       critical      fatal              fatal           L
## 133                   asymptomatic  recovered        subclinical           L
## 134                   asymptomatic  recovered        subclinical           L
## 135                          fatal      fatal              fatal           O
## 136                          fatal      fatal              fatal            
## 137                            ICU      fatal              fatal           L
## 138                            ICU                      clinical            
## 139                                                     clinical            
## 140                          fatal      fatal              fatal           O
## 141                   asymptomatic                   subclinical           O
## 142                   asymptomatic                   subclinical           O
## 143                   asymptomatic                   subclinical           P
## 144                         stable                      clinical           P
## 145                         stable            clinical - implied           P
## 146                           mild  recovered        subclinical           L
## 147                           mild                   subclinical           P
## 148                         stable            clinical - implied           P
## 149                          fatal      fatal              fatal           O
## 150                            ICU                      clinical           O
## 151                          fatal      fatal              fatal            
## 152                            ICU                      clinical            
## 153                            ICU                      clinical            
## 154                            ICU                      clinical            
## 155                   hospitalized                      clinical            
## 156                   hospitalized                      clinical            
## 157                            ICU                      clinical            
## 158                          fatal      fatal              fatal            
## 159                          fatal      fatal              fatal            
## 160                         stable  recovered           clinical           S
## 161                            ICU                      clinical            
## 162                          fatal      fatal              fatal           T
## 163                          fatal      fatal              fatal           T
## 164                            ICU                      clinical            
## 165                            ICU                      clinical            
## 166                           mild                   subclinical           S
## 167                          fatal      fatal              fatal            
## 168                          fatal      fatal              fatal           T
## 169                                 recovered           clinical           U
## 170                            ICU                      clinical            
## 171                            ICU                      clinical            
## 172                          fatal      fatal              fatal            
## 173                          fatal      fatal              fatal            
## 174                            ICU                      clinical            
## 175                         stable                      clinical            
## 176                          fatal      fatal              fatal            
## 177                                 recovered                              U
## 178                          fatal      fatal              fatal            
## 179                            ICU                      clinical            
## 180                          fatal      fatal              fatal           W
## 181                   hospitalized                      clinical           V
## 182                          fatal      fatal              fatal           V
## 183                           mild  recovered        subclinical           V
## 184                           mild                   subclinical           W
## 185                            ICU                      clinical            
## 186                          fatal      fatal              fatal            
## 187                   asymptomatic                   subclinical            
## 188                   asymptomatic                   subclinical            
## 189                            ICU                      clinical            
## 190                          fatal      fatal              fatal            
## 191                            ICU                      clinical            
## 192                          fatal      fatal              fatal            
## 193                   asymptomatic                   subclinical            
## 194                   asymptomatic                   subclinical            
## 195                          fatal      fatal              fatal            
## 196                          fatal      fatal              fatal            
## 197                          fatal      fatal              fatal            
## 198                          fatal      fatal              fatal            
## 199                          fatal      fatal              fatal            
## 200                            ICU                      clinical            
## 201                            ICU                      clinical            
## 202                          fatal      fatal              fatal            
## 203                                                     clinical            
## 204                          fatal      fatal              fatal            
## 205                          fatal      fatal              fatal            
## 206                            ICU                      clinical            
## 207                            ICU                      clinical            
## 208                   asymptomatic                   subclinical           X
## 209                            ICU                      clinical           Z
## 210                            ICU                      clinical            
## 211                          fatal      fatal              fatal           Y
## 212                           mild                   subclinical           Y
## 213                           mild  recovered        subclinical           Y
## 214                   asymptomatic                   subclinical           Y
## 215                          fatal      fatal              fatal            
## 216                           mild                     clinical?            
## 217                            ICU                      clinical            
## 218                            ICU                      clinical            
## 219                          fatal      fatal              fatal            
## 220                            ICU                      clinical            
## 221                            ICU                      clinical            
## 222                            ICU                      clinical            
## 223                            ICU                      clinical           Z
## 224                          fatal      fatal              fatal            
## 225                          fatal      fatal              fatal            
## 226                          fatal      fatal              fatal            
## 227                            ICU                      clinical            
## 228                            ICU  recovered           clinical            
## 229                            ICU                      clinical            
## 230                          fatal      fatal              fatal            
## 231                   asymptomatic                   subclinical            
## 232                            ICU                      clinical            
## 233                   asymptomatic                   subclinical            
## 234                   asymptomatic                   subclinical            
## 235                   asymptomatic                   subclinical            
## 236                   asymptomatic                   subclinical            
## 237                   asymptomatic                   subclinical            
## 238                  asymptomatic?                  subclinical?            
## 239                            ICU                      clinical            
## 240                            ICU recovered?           clinical            
## 241                            ICU                      clinical            
## 242                            ICU                      clinical            
## 243                          fatal      fatal              fatal            
## 244                                                                         
## 245                                                                         
## 246                          fatal      fatal              fatal            
## 247                            ICU                      clinical            
## 248                          fatal      fatal              fatal            
## 249                           mild                   subclinical            
## 250                                                     clinical            
## 251                           mild                   subclinical            
## 252                           mild                   subclinical            
## 253                           mild                   subclinical            
## 254                          fatal      fatal              fatal            
## 255                   asymptomatic                   subclinical            
## 256                   asymptomatic                   subclinical            
## 257                   asymptomatic                   subclinical            
## 258                    symptomatic                      clinical            
## 259                    symptomatic                      clinical            
## 260                   asymptomatic                   subclinical            
## 261                          fatal                         fatal            
## 262                          fatal      fatal              fatal            
## 263                            ICU      fatal           clinical            
## 264                   asymptomatic                   subclinical            
## 265                   asymptomatic                   subclinical            
## 266                         stable                      clinical            
## 267                      pneumonia                      clinical            
## 268                           mild                   subclinical            
## 269                   asymptomatic                   subclinical            
## 270                   asymptomatic                   subclinical            
## 271                   asymptomatic                   subclinical            
## 272                              ?  recovered                  ?            
## 273                          fatal      fatal              fatal            
## 274                         stable                      clinical            
## 275                   asymptomatic                   subclinical            
## 276                   asymptomatic                   subclinical            
## 277                            ICU                      clinical            
## 278                          fatal      fatal              fatal            
## 279                         stable                      clinical            
## 280                         stable                      clinical            
## 281                         stable                      clinical            
## 282                         stable                      clinical            
## 283                   asymptomatic                   subclinical            
## 284                          fatal      fatal              fatal            
## 285                   asymptomatic                   subclinical            
## 286                   asymptomatic                   subclinical            
## 287                   asymptomatic                   subclinical            
## 288                              ?                      clinical            
## 289                            ICU                      clinical            
## 290                            ICU                      clinical            
## 291                            ICU                      clinical            
## 292                            ICU                      clinical            
## 293                            ICU                      clinical            
## 294                          fatal      fatal              fatal            
## 295                          fatal      fatal              fatal            
## 296                            ICU                      clinical            
## 297                            ICU     fatal?           clinical            
## 298                   asymptomatic                   subclinical            
## 299                   asymptomatic                   subclinical            
## 300                    symptomatic                      clinical            
## 301                         stable                      clinical            
## 302                          fatal                         fatal            
## 303                          fatal                         fatal            
## 304                            ICU                      clinical            
## 305                            ICU                      clinical            
## 306                         stable                      clinical            
## 307                   asymptomatic                   subclinical            
## 308                   asymptomatic                   subclinical            
## 309                          fatal                         fatal            
## 310                            ICU                      clinical            
## 311                         stable                      clinical            
## 312                         stable                      clinical            
## 313                         stable  recovered           clinical            
## 314                   asymptomatic                   subclinical            
## 315                         stable                      clinical            
## 316                            ICU      fatal              fatal            
## 317                            ICU     fatal?           clinical            
## 318                         stable  recovered           clinical            
## 319                         stable  recovered           clinical            
## 320                          fatal                         fatal            
## 321                          fatal                         fatal            
## 322                         stable                      clinical            
## 323                            ICU                      clinical            
## 324                            ICU                      clinical            
## 325                         stable                      clinical            
## 326                         stable                      clinical            
## 327                   asymptomatic                   subclinical            
## 328                   asymptomatic                   subclinical            
## 329                   asymptomatic                   subclinical            
## 330                         stable      fatal           clinical            
## 331                         stable recovered?           clinical            
## 332                            ICU      fatal              fatal            
## 333                            ICU                      clinical            
## 334                            ICU      fatal              fatal            
## 335                          fatal                         fatal            
## 336                            ICU      fatal           clinical            
## 337                   asymptomatic                   subclinical            
## 338                   asymptomatic                   subclinical            
## 339                   asymptomatic                   subclinical            
## 340                    symptomatic                      clinical            
## 341                            ICU                      clinical            
## 342                           mild                   subclinical            
## 343                   asymptomatic                   subclinical            
## 344                   asymptomatic                   subclinical            
## 345                           mild                   subclinical            
## 346                           mild                   subclinical            
## 347                           mild                   subclinical            
## 348                       clinical                      clinical            
## 349                          fatal                         fatal            
## 350                            ICU                      clinical            
## 351                            ICU                      clinical            
## 352                         stable                      clinical            
## 353                         stable                      clinical            
## 354                         stable                      clinical            
## 355                         stable                      clinical            
## 356                            ICU     fatal?           clinical            
## 357                         stable recovered?           clinical            
## 358                          fatal      fatal              fatal            
## 359                            ICU                      clinical            
## 360                   asymptomatic                   subclinical            
## 361                            ICU                      clinical            
## 362                            ICU                         fatal            
## 363                            ICU      fatal           clinical            
## 364                            ICU                      clinical            
## 365                         stable                      clinical            
## 366                            ICU                      clinical            
## 367                          fatal      fatal           clinical            
## 368                      pneumonia      fatal           clinical            
## 369                      pneumonia                      clinical            
## 370                          fatal                         fatal            
## 371                      pneumonia                      clinical            
## 372                   asymptomatic                   subclinical            
## 373                      pneumonia                        fatal?            
## 374                            ICU                      clinical            
## 375                          fatal                         fatal            
## 376                         stable                      clinical            
## 377                          fatal      fatal              fatal            
## 378                         stable                      clinical            
## 379                   hospitalized                      clinical            
## 380                           mild                   subclinical            
## 381                   asymptomatic                   subclinical            
## 382                   asymptomatic                   subclinical            
## 383                   asymptomatic                   subclinical            
## 384                   asymptomatic                   subclinical            
## 385                            ICU      fatal           clinical            
## 386                   asymptomatic                   subclinical            
## 387                         stable                      clinical            
## 388                         stable                      clinical            
## 389                         stable                      clinical            
## 390                         stable                      clinical            
## 391                         stable                      clinical            
## 392                            ICU                      clinical            
## 393                            ICU  recovered           clinical            
## 394                            ICU      fatal           clinical            
## 395                            ICU                      clinical            
## 396                            ICU  recovered           clinical            
## 397                   asymptomatic                   subclinical            
## 398                          fatal      fatal              fatal            
## 399                   asymptomatic                   subclinical            
## 400                            ICU                      clinical            
## 401                         stable                      clinical            
## 402                   asymptomatic                   subclinical            
## 403                           mild                  subclinical?            
## 404                          fatal      fatal              fatal            
## 405                            ICU                      clinical            
## 406                   asymptomatic                   subclinical            
## 407                          fatal      fatal              fatal            
## 408                   asymptomatic                   subclinical            
## 409                         stable                      clinical            
## 410                          fatal      fatal              fatal            
## 411                         stable                      clinical            
## 412                            ICU      fatal           clinical            
## 413                            ICU                      clinical            
## 414                         stable                      clinical            
## 415                   asymptomatic                   subclinical            
## 416                         stable                      clinical            
## 417                            ICU                      clinical            
## 418                         stable                      clinical            
## 419                          fatal      fatal              fatal            
## 420                            ICU                      clinical            
## 421                            ICU                      clinical            
## 422                         stable                      clinical            
## 423                          fatal      fatal              fatal            
## 424                         stable  recovered           clinical            
## 425                   asymptomatic                   subclinical            
## 426                   asymptomatic                   subclinical            
## 427                   asymptomatic                   subclinical            
## 428                   asymptomatic                   subclinical            
## 429                   asymptomatic                   subclinical            
## 430                   asymptomatic                   subclinical            
## 431                         stable                      clinical            
## 432                          fatal      fatal              fatal            
## 433                            ICU                      clinical            
## 434                          fatal      fatal              fatal            
## 435                         stable      fatal           clinical            
## 436                         stable                      clinical            
## 437                         stable                      clinical            
## 438                          fatal      fatal              fatal            
## 439                   asymptomatic                   subclinical            
## 440                         stable                      clinical            
## 441                   asymptomatic                   subclinical            
## 442                         stable                      clinical            
## 443                            ICU                      clinical            
## 444                   asymptomatic                   subclinical            
## 445                            ICU                      clinical            
## 446                            ICU                      clinical            
## 447                   asymptomatic                   subclinical            
## 448                            ICU                      clinical            
## 449                            ICU                      clinical            
## 450                         stable                      clinical            
## 451                         stable                      clinical            
## 452                            ICU      fatal              fatal            
## 453                         stable  recovered           clinical            
## 454                   asymptomatic                   subclinical            
## 455                            ICU                      clinical            
## 456                            ICU      fatal           clinical            
## 457                         stable                      clinical            
## 458                         stable                      clinical            
## 459                   asymptomatic                   subclinical            
## 460                         stable                      clinical            
## 461                   asymptomatic                   subclinical            
## 462                            ICU                      clinical            
## 463                   asymptomatic                   subclinical            
## 464                         stable      fatal           clinical            
## 465                         stable                         fatal            
## 466                         stable                      clinical            
## 467                         stable                      clinical            
## 468                         stable                      clinical            
## 469                            ICU                      clinical            
## 470                         stable                      clinical            
## 471                      pneumonia                      clinical            
## 472                         stable                      clinical            
## 473                   asymptomatic                   subclinical            
## 474                         stable                      clinical            
## 475                            ICU                      clinical            
## 476                         stable                      clinical            
## 477                         stable                      clinical            
## 478                            ICU                      clinical            
## 479                   asymptomatic                   subclinical            
## 480                    symptomatic                      clinical            
## 481                   asymptomatic                   subclinical            
## 482                   symptomatic?                     clinical?            
## 483                            ICU      fatal              fatal            
## 484                            ICU                         fatal            
## 485                            ICU                      clinical            
## 486                         stable                      clinical            
## 487                         stable                      clinical            
## 488                         stable                      clinical            
## 489                   asymptomatic                   subclinical            
## 490                         stable                      clinical            
## 491                          fatal                         fatal            
## 492                   asymptomatic                   subclinical            
## 493                   asymptomatic                   subclinical            
## 494                           mild                   subclinical            
## 495                          fatal                         fatal            
## 496                   asymptomatic                   subclinical            
## 497                            ICU      fatal           clinical            
## 498                            ICU      fatal           clinical            
## 499                            ICU      fatal           clinical            
## 500                            ICU                      clinical            
## 501                          fatal                         fatal            
## 502                            ICU                         fatal            
## 503                         stable                      clinical            
## 504                   asymptomatic                      clinical            
## 505                            ICU      fatal           clinical            
## 506                         stable                      clinical            
## 507                         stable                      clinical            
## 508                            ICU                         fatal            
## 509                         stable                      clinical            
## 510                    mild/stable                  ?subclinical            
## 511                   asymptomatic                   subclinical            
## 512                   asymptomatic                   subclinical            
## 513                   asymptomatic                   subclinical            
## 514                            ICU                         fatal            
## 515                            ICU                      clinical            
## 516                            ICU      fatal           clinical            
## 517                   asymptomatic                   subclinical            
## 518                         stable                      clinical            
## 519                            ICU                      clinical            
## 520                   asymptomatic                   subclinical            
## 521                            ICU      fatal           clinical            
## 522                            ICU                      clinical            
## 523                   asymptomatic                   subclinical            
## 524                            ICU                      clinical            
## 525                         stable                      clinical            
## 526                            ICU                      clinical            
## 527                    mild/stable                  ?subclinical            
## 528                            ICU                      clinical            
## 529                            ICU                      clinical            
## 530                   asymptomatic                   subclinical            
## 531                            ICU      fatal           clinical            
## 532                   asymptomatic                         fatal            
## 533                         stable                      clinical            
## 534                          fatal                         fatal            
## 535                            ICU                      clinical            
## 536                          fatal                         fatal            
## 537                         stable                      clinical            
## 538                   asymptomatic                   subclinical            
## 539                   asymptomatic                   subclinical            
## 540                            ICU      fatal              fatal            
## 541                   asymptomatic                   subclinical            
## 542                   asymptomatic                   subclinical            
## 543                   asymptomatic                   subclinical            
## 544                            ICU                      clinical            
## 545                            ICU  recovered           clinical            
## 546                           mild                   subclinical            
## 547                         stable                      clinical            
## 548                            ICU      fatal           clinical            
## 549                    mild/stable                  ?subclinical            
## 550                   asymptomatic                   subclinical            
## 551                   asymptomatic                         fatal            
## 552                            ICU                      clinical            
## 553                            ICU                      clinical            
## 554                         stable                      clinical            
## 555                   asymptomatic                   subclinical            
## 556                         stable                      clinical            
## 557                            ICU      fatal              fatal            
## 558                            ICU                         fatal            
## 559                         stable                      clinical            
## 560                          fatal                         fatal            
## 561                            ICU                         fatal            
## 562                   asymptomatic                   subclinical            
## 563                         stable                      clinical            
## 564                            ICU     fatal?           clinical            
## 565                            ICU                         fatal            
## 566                         stable                         fatal            
## 567                      pneumonia                      clinical            
## 568                   asymptomatic                   subclinical            
## 569                         stable                         fatal            
## 570                            ICU                      clinical            
## 571                         stable                      clinical            
## 572                         stable                      clinical            
## 573                   asymptomatic                   subclinical            
## 574                   asymptomatic                   subclinical            
## 575                          fatal                         fatal            
## 576                            ICU                      clinical            
## 577                         stable                         fatal            
## 578                         stable                      clinical            
## 579                    stable/mild                     ?clinical            
## 580                   asymptomatic                   subclinical            
## 581                         stable                         fatal            
## 582                         stable                      clinical            
## 583                         stable                      clinical            
## 584                         stable                  ?subclinical            
## 585                         stable                      clinical            
## 586                   asymptomatic                   subclinical            
## 587                            ICU                         fatal            
## 588                   asymptomatic                   subclinical            
## 589                            ICU                      clinical            
## 590                   asymptomatic                   subclinical            
## 591                          fatal                         fatal            
## 592                         stable                      clinical            
## 593                            ICU                         fatal            
## 594                            ICU                         fatal            
## 595                          fatal                         fatal            
## 596                         stable                      clinical            
## 597                      pneumonia                      clinical            
## 598                         stable                      clinical            
## 599                         stable                      clinical            
## 600                         stable                      clinical            
## 601                          fatal      fatal              fatal            
## 602                            ICU                      clinical            
## 603                         stable                      clinical            
## 604                          fatal                         fatal            
## 605                          fatal      fatal              fatal            
## 606                            ICU                         fatal            
## 607                            ICU                         fatal            
## 608                   asymptomatic                   subclinical            
## 609                            ICU                         fatal            
## 610                            ICU                      clinical            
## 611                   asymptomatic                   subclinical            
## 612                         stable                      clinical            
## 613                            ICU                         fatal            
## 614                         stable                      clinical            
## 615                         stable                      clinical            
## 616                         stable                      clinical            
## 617                            ICU                      clinical            
## 618                   asymptomatic                   subclinical            
## 619                          fatal                         fatal            
## 620                   asymptomatic                   subclinical            
## 621                         stable                      clinical            
## 622                         stable                      clinical            
## 623                   asymptomatic                   subclinical            
## 624                          ?mild                  ?subclinical            
## 625                   asymptomatic                   subclinical            
## 626                           mild                   subclinical            
## 627                           mild                   subclinical            
## 628                   asymptomatic                   subclinical            
## 629                   asymptomatic                   subclinical            
## 630                   asymptomatic                   subclinical            
## 631                            ICU                      clinical            
## 632                            ICU                      clinical            
## 633                            ICU                      clinical            
## 634                   asymptomatic                   subclinical            
## 635                         stable                         fatal            
## 636                         stable                      clinical            
## 637                   asymptomatic                   subclinical            
## 638                            ICU      fatal           clinical            
## 639                         stable                      clinical            
## 640                          fatal                         fatal            
## 641                         stable                      clinical            
## 642                   asymptomatic                   subclinical            
## 643                         stable                      clinical            
## 644                         stable                      clinical            
## 645                         stable                      clinical            
## 646                           mild                   subclinical            
## 647                         stable                      clinical            
## 648                            ICU                      clinical            
## 649                         stable                      clinical            
## 650                            ICU      fatal              fatal            
## 651                                                                         
## 652                         stable                      clinical            
## 653                         stable                      clinical            
## 654                   asymptomatic                   subclinical            
## 655                   asymptomatic                   subclinical            
## 656                           mild                   subclinical            
## 657                   asymptomatic                   subclinical            
## 658                            ICU      fatal              fatal            
## 659                              ?                      clinical            
## 660                   asymptomatic                   subclinical            
## 661                   asymptomatic                   subclinical            
## 662                            ICU                      clinical            
## 663                         stable                      clinical            
## 664                   asymptomatic                   subclinical            
## 665                         stable                      clinical            
## 666                         stable      fatal              fatal            
## 667                            ICU                      clinical            
## 668                         stable      fatal              fatal            
## 669                          fatal      fatal              fatal            
## 670                    symptomatic                     clinical?            
## 671                          fatal      fatal              fatal            
## 672                   asymptomatic                   subclinical            
## 673                   asymptomatic                   subclinical            
## 674                   asymptomatic                   subclinical            
## 675                            ICU                      clinical            
## 676                   asymptomatic                   subclinical            
## 677                         stable                      clinical            
## 678                           mild                   subclinical            
## 679                   hospitalized                      clinical            
## 680                            ICU      fatal              fatal            
## 681                         stable      fatal              fatal            
## 682                   asymptomatic                   subclinical            
## 683                   asymptomatic                   subclinical            
## 684                   asymptomatic                   subclinical            
## 685                   asymptomatic                   subclinical            
## 686                   asymptomatic                   subclinical            
## 687                         stable                      clinical            
## 688                            ICU      fatal              fatal            
## 689                            ICU                      clinical            
## 690                         stable                      clinical            
## 691                                                                         
## 692                           mild                   subclinical            
## 693                         stable                     clinical?            
## 694                          fatal      fatal              fatal            
## 695                          fatal      fatal              fatal            
## 696                         stable                      clinical            
## 697                         stable                      clinical            
## 698                         stable                      clinical            
## 699                            ICU                      clinical            
## 700                            ICU                      clinical            
## 701                   hospitalized                      clinical            
## 702                   hospitalized      fatal              fatal            
## 703                    stable/mild                   subclinical            
## 704                          fatal      fatal              fatal            
## 705                            ICU      fatal              fatal            
## 706                         stable                     clinical?            
## 707                         stable                     clinical?            
## 708                   hospitalized                      clinical            
## 709   symptomatic on hospital ward                  subclinical?            
## 710                            ICU      fatal              fatal            
## 711   symptomatic on hospital ward                  subclinical?            
## 712                   asymptomatic                   subclinical            
## 713                   asymptomatic                   subclinical            
## 714                          fatal      fatal              fatal            
## 715                   asymptomatic                   subclinical            
## 716                   asymptomatic                   subclinical            
## 717   symptomatic on hospital ward                  subclinical?            
## 718                            ICU                      clinical            
## 719  symptomatic; isolated at home                  subclinical?            
## 720                         stable      fatal              fatal            
## 721                   asymptomatic                   subclinical            
## 722                         stable                      clinical            
## 723                   asymptomatic                   subclinical            
## 724                            ICU      fatal              fatal            
## 725   symptomatic on hospital ward                  subclinical?            
## 726                   hospitalized                      clinical            
## 727                            ICU                      clinical            
## 728                   hospitalized                      clinical            
## 729                   hospitalized                      clinical            
## 730                   hospitalized                      clinical            
## 731                            ICU                      clinical            
## 732                            ICU                      clinical            
## 733                          fatal      fatal              fatal            
## 734                   hospitalized                      clinical            
## 735                   hospitalized                      clinical            
## 736                   hospitalized                      clinical            
## 737                            ICU                      clinical            
## 738                           mild                   subclinical            
## 739                   hospitalized                      clinical            
## 740                            ICU                      clinical            
## 741                          fatal      fatal              fatal            
## 742                            ICU                      clinical            
## 743                   hospitalized      fatal              fatal            
## 744                   hospitalized                      clinical            
## 745                   hospitalized                      clinical            
## 746                            ICU                      clinical            
## 747                   hospitalized                      clinical            
## 748                            ICU                      clinical            
## 749                   hospitalized                      clinical            
## 750  symptomatic; isolated at home                      clinical            
## 751                            ICU                      clinical            
## 752                            ICU      fatal              fatal            
## 753                            ICU                      clinical            
## 754                            ICU                      clinical            
## 755                            ICU                      clinical            
## 756                   hospitalized                      clinical            
## 757                   hospitalized recovered?           clinical            
## 758                                                                         
## 759                   hospitalized                      clinical            
## 760                            ICU                      clinical            
## 761                            ICU                      clinical            
## 762                   hospitalized                      clinical            
## 763                   hospitalized                      clinical            
## 764                            ICU                      clinical            
## 765                            ICU      fatal           clinical            
## 766                            ICU      fatal              fatal            
## 767                            ICU      fatal              fatal            
## 768                            ICU                      clinical            
## 769                   hospitalized  recovered           clinical            
## 770                            ICU                      clinical            
## 771                            ICU                      clinical            
## 772                   hospitalized                      clinical            
## 773                          fatal      fatal              fatal            
## 774                            ICU      fatal              fatal            
## 775                            ICU                      clinical            
## 776                          fatal      fatal              fatal            
## 777                            ICU  recovered           clinical            
## 778                   hospitalized                      clinical            
## 779                   hospitalized                      clinical            
## 780                   hospitalized                      clinical            
## 781                          fatal      fatal              fatal            
## 782                   hospitalized                      clinical            
## 783                   hospitalized  recovered           clinical            
## 784                   hospitalized                      clinical            
## 785                            ICU                      clinical            
## 786                   hospitalized  recovered           clinical            
## 787                   hospitalized      fatal              fatal            
## 788                   hospitalized  recovered           clinical            
## 789                            ICU                      clinical            
## 790                            ICU      fatal              fatal            
## 791                            ICU                      clinical            
## 792                          fatal      fatal              fatal            
## 793                   hospitalized      fatal           clinical            
## 794                   hospitalized      fatal           clinical            
## 795                   hospitalized  recovered           clinical            
## 796                   hospitalized  recovered           clinical            
## 797                   hospitalized  recovered           clinical            
## 798                            ICU      fatal              fatal            
## 799                            ICU  recovered           clinical            
## 800                   hospitalized                      clinical            
## 801                          fatal      fatal              fatal            
## 802                   hospitalized                      clinical            
## 803                            ICU      fatal           clinical            
## 804                   hospitalized  recovered           clinical            
## 805                   hospitalized  recovered           clinical            
## 806                   hospitalized                      clinical            
## 807                           ward  recovered           clinical            
## 808                           ward  recovered           clinical            
## 809                            ICU      fatal           clinical            
## 810                            ICU  recovered           clinical            
## 811                         stable  recovered           clinical            
## 812                   hospitalized  recovered           clinical            
## 813                            ICU      fatal              fatal            
## 814                   hospitalized      fatal           clinical            
## 815                            ICU      fatal           clinical            
## 816                            ICU      fatal              fatal            
## 817                   hospitalized  recovered           clinical            
## 818                           home  recovered          clinical?            
## 819                            ICU      fatal              fatal            
## 820                            ICU      fatal              fatal            
## 821                            ICU  recovered           clinical            
## 822                            ICU      fatal              fatal            
## 823                            ICU      fatal              fatal            
## 824                            ICU      fatal              fatal            
## 825                   hospitalized  recovered           clinical            
## 826                            ICU                      clinical            
## 827                   hospitalized  recovered           clinical            
## 828                            ICU  recovered           clinical            
## 829                            ICU  recovered           clinical            
## 830                          fatal      fatal              fatal            
## 831                            ICU  recovered           clinical            
## 832                            ICU      fatal           clinical            
## 833                   hospitalized  recovered           clinical            
## 834                            ICU                      clinical            
## 835                   hospitalized  recovered           clinical            
## 836                   hospitalized  recovered           clinical            
## 837                            ICU                      clinical            
## 838                            ICU      fatal              fatal            
## 839                            ICU  recovered           clinical            
## 840                   hospitalized      fatal           clinical            
## 841                   hospitalized                      clinical            
## 842                            ICU  recovered           clinical            
## 843                          fatal      fatal              fatal            
## 844                          fatal      fatal              fatal            
## 845                            ICU  recovered           clinical            
## 846                         stable  recovered           clinical            
## 847                   hospitalized  recovered           clinical            
## 848                   hospitalized                      clinical            
## 849                            ICU      fatal           clinical            
## 850                            ICU      fatal           clinical            
## 851                   asymptomatic  recovered        subclinical            
## 852                   hospitalized recovered?           clinical            
## 853                   hospitalized  recovered           clinical            
## 854                          fatal      fatal              fatal            
## 855                   hospitalized  recovered           clinical            
## 856                            ICU  recovered           clinical            
## 857                            ICU      fatal           clinical            
## 858                            ICU  recovered           clinical            
## 859                          fatal      fatal           clinical            
## 860                            ICU                      clinical            
## 861                         stable  recovered           clinical            
## 862                         stable  recovered           clinical            
## 863                          fatal      fatal           clinical            
## 864                         stable                      clinical            
## 865                         stable                      clinical            
## 866                         stable  recovered           clinical            
## 867                            ICU  recovered           clinical            
## 868                         stable                      clinical            
## 869                         stable      fatal           clinical            
## 870                          fatal      fatal           clinical            
## 871                            ICU      fatal           clinical            
## 872                          fatal      fatal           clinical            
## 873                         stable  recovered           clinical            
## 874                            ICU                      clinical            
## 875                           home                      clinical            
## 876                          fatal      fatal           clinical            
## 877                         stable                      clinical            
## 878                            ICU      fatal           clinical            
## 879                            ICU      fatal           clinical            
## 880                            ICU      fatal           clinical            
## 881                            ICU      fatal           clinical            
## 882                          fatal      fatal           clinical            
## 883                            ICU  recovered           clinical            
## 884                         stable  recovered           clinical            
## 885                         stable  recovered           clinical            
## 886                          fatal      fatal           clinical            
## 887                         stable  recovered           clinical            
## 888                         stable                      clinical            
## 889                         stable  recovered           clinical            
## 890                          fatal      fatal           clinical            
## 891                         fatal?     fatal?           clinical            
## 892                          fatal      fatal           clinical            
## 893                          fatal      fatal           clinical            
## 894                         stable  recovered           clinical            
## 895                          fatal      fatal              fatal            
## 896                         stable  recovered           clinical            
## 897                         stable      fatal           clinical            
## 898                         stable                      clinical            
## 899                          fatal      fatal              fatal            
## 900                         stable  recovered           clinical            
## 901                          fatal      fatal           clinical            
## 902                          fatal      fatal           clinical            
## 903                         stable                      clinical            
## 904                         stable  recovered           clinical            
## 905                            ICU      fatal           clinical            
## 906                            ICU                      clinical            
## 907                           home                      clinical            
## 908                          fatal      fatal           clinical            
## 909                          fatal      fatal           clinical            
## 910                          fatal      fatal           clinical            
## 911                         stable                      clinical            
## 912                         stable  recovered           clinical            
## 913                          fatal      fatal           clinical            
## 914                          fatal      fatal           clinical            
## 915                          fatal      fatal              fatal            
## 916                                                                         
## 917                          fatal      fatal              fatal            
## 918                          fatal      fatal              fatal            
## 919                          fatal      fatal              fatal            
## 920                          fatal      fatal           clinical            
## 921                   hospitalized  recovered           clinical            
## 922                   hospitalized                      clinical            
## 923                   asymptomatic                   subclinical            
## 924                   hospitalized                      clinical            
## 925                         stable                      clinical            
## 926                         stable  recovered           clinical            
## 927                            ICU      fatal           clinical            
## 928                         stable  recovered           clinical            
## 929                            ICU      fatal           clinical            
## 930                            ICU      fatal           clinical            
## 931                            ICU      fatal           clinical            
## 932                            ICU  recovered           clinical            
## 933                         stable                      clinical            
## 934                            ICU  recovered           clinical            
## 935                                                                         
## 936                          fatal      fatal              fatal            
## 937                            ICU  recovered           clinical            
## 938                            ICU      fatal           clinical            
## 939                            ICU      fatal           clinical            
## 940                            ICU  recovered           clinical            
## 941                         stable  recovered           clinical            
## 942                          fatal      fatal              fatal            
## 943                            ICU      fatal           clinical            
## 944                          fatal      fatal              fatal            
## 945                            ICU  recovered           clinical            
## 946                            ICU      fatal           clinical            
## 947                         stable  recovered           clinical            
## 948                            ICU      fatal           clinical            
## 949                         stable  recovered           clinical            
## 950                            ICU      fatal           clinical            
## 951                         stable  recovered           clinical            
## 952                         stable  recovered           clinical            
## 953                            ICU                      clinical            
## 954                            ICU      fatal           clinical            
## 955                         stable  recovered           clinical            
## 956                          fatal      fatal              fatal            
## 957                          fatal      fatal              fatal            
## 958                                 recovered                               
## 959                         stable      fatal           clinical            
## 960                                 recovered                               
## 961                          fatal      fatal              fatal            
## 962                            ICU      fatal           clinical            
## 963                          fatal      fatal              fatal            
## 964                                 recovered                               
## 965                            ICU  recovered           clinical            
## 966                         stable  recovered           clinical            
## 967                         stable  recovered           clinical            
## 968                            ICU      fatal           clinical            
## 969                            ICU      fatal           clinical            
## 970                            ICU      fatal           clinical            
## 971                            ICU  recovered           clinical            
## 972                            ICU ?recovered           clinical            
## 973                         stable  recovered           clinical            
## 974                          fatal      fatal              fatal            
## 975                         stable  recovered           clinical            
## 976                         stable      fatal           clinical            
## 977                            ICU  recovered           clinical            
## 978                         stable  recovered           clinical            
## 979                          fatal      fatal              fatal            
## 980                            ICU  recovered           clinical            
## 981                         stable  recovered           clinical            
## 982                         stable                      clinical            
## 983                         stable      fatal           clinical            
## 984                         stable  recovered           clinical            
## 985                         stable  recovered           clinical            
## 986                            ICU  recovered           clinical            
## 987                                     fatal                               
## 988                         stable  recovered           clinical            
## 989                         stable      fatal           clinical            
## 990                         stable  recovered           clinical            
## 991                         stable  recovered           clinical            
## 992                         stable  recovered           clinical            
## 993                         stable  recovered           clinical            
## 994                          fatal      fatal           clinical            
## 995                         stable  recovered           clinical            
## 996                          fatal      fatal           clinical            
## 997                         stable                      clinical            
## 998                            ICU                      clinical            
## 999                         stable  recovered           clinical            
## 1000                        stable  recovered           clinical            
## 1001                                                                        
## 1002                         fatal      fatal           clinical            
## 1003                           ICU      fatal           clinical            
## 1004                         fatal      fatal           clinical            
## 1005                        stable  recovered           clinical            
## 1006                           ICU      fatal           clinical            
## 1007                        stable  recovered           clinical            
## 1008                        stable                      clinical            
## 1009                                recovered                               
## 1010                        stable  recovered           clinical            
## 1011                         fatal      fatal              fatal            
## 1012                        stable      fatal           clinical            
## 1013                           ICU      fatal           clinical            
## 1014                                recovered                               
## 1015                        stable  recovered           clinical            
## 1016                        stable      fatal           clinical            
## 1017                        stable  recovered           clinical            
## 1018                                recovered                               
## 1019                                recovered                               
## 1020                           ICU      fatal           clinical            
## 1021                           ICU      fatal           clinical            
## 1022                           ICU      fatal           clinical            
## 1023                           ICU      fatal           clinical            
## 1024                         fatal      fatal              fatal            
## 1025                        stable      fatal           clinical            
## 1026                        stable  recovered           clinical            
## 1027                        stable  recovered           clinical            
## 1028                        stable  recovered           clinical            
## 1029                        stable      fatal           clinical            
## 1030                         fatal      fatal              fatal            
## 1031                           ICU      fatal           clinical            
## 1032                          ward  recovered           clinical            
## 1033                           ICU      fatal           clinical            
## 1034                          ward  recovered           clinical            
## 1035                     recovered  recovered           clinical            
## 1036                        stable  recovered           clinical            
## 1037                        stable  recovered           clinical            
## 1038                        stable  recovered           clinical            
## 1039                        stable                      clinical            
## 1040                         fatal      fatal              fatal            
## 1041                  asymptomatic  recovered        subclinical            
## 1042                           ICU      fatal           clinical            
## 1043                           ICU      fatal           clinical            
## 1044                           ICU      fatal           clinical            
## 1045                        stable  recovered           clinical            
## 1046                           ICU      fatal           clinical            
## 1047                        stable                   subclinical            
## 1048                        stable                      clinical            
## 1049                        stable      fatal           clinical            
## 1050                        stable  recovered           clinical            
## 1051                  asymptomatic  recovered        subclinical            
## 1052                        stable  recovered           clinical            
## 1053                        stable  recovered           clinical            
## 1054                        stable  recovered           clinical            
## 1055                                    fatal           clinical            
## 1056                        stable  recovered           clinical            
## 1057                        stable  recovered           clinical            
## 1058                                recovered           clinical            
## 1059                   symptomatic  recovered           clinical            
## 1060                                recovered           clinical            
## 1061                                recovered           clinical            
## 1062                                recovered           clinical            
## 1063                           ICU      fatal           clinical            
## 1064                           ICU      fatal           clinical            
## 1065                        stable  recovered           clinical            
## 1066                        stable      fatal           clinical            
## 1067                        stable  recovered           clinical            
## 1068                         fatal      fatal           clinical            
## 1069                           ICU      fatal           clinical            
## 1070                     recovered  recovered                               
## 1071                           ICU      fatal           clinical            
## 1072                                recovered           clinical            
## 1073                                recovered           clinical            
## 1074                           ICU      fatal           clinical            
## 1075                        stable                      clinical            
## 1076                        stable                      clinical            
## 1077                           ICU      fatal           clinical            
## 1078                  hospitalized  recovered           clinical            
## 1079                        stable                      clinical            
## 1080                        stable  recovered           clinical            
## 1081                        stable                      clinical            
## 1082                        stable                      clinical            
## 1083                        stable  recovered           clinical            
## 1084                        stable  recovered           clinical            
## 1085                  hospitalized      fatal           clinical            
## 1086                        stable      fatal           clinical            
## 1087                        stable  recovered           clinical            
## 1088                        stable  recovered           clinical            
## 1089                        stable      fatal           clinical            
## 1090                 ?asymptomatic  recovered       ?subclinical            
## 1091                   symptomatic  recovered           clinical            
## 1092                        stable                                          
## 1093                        stable      fatal           clinical            
## 1094                           ICU                                          
## 1095                        stable     ?fatal           clinical            
## 1096                           ICU      fatal           clinical            
## 1097                  asymptomatic  recovered       subclinical?            
## 1098                        stable  recovered           clinical            
## 1099                        stable  recovered           clinical            
## 1100                        stable  recovered           clinical            
## 1101                           ICU      fatal           clinical            
## 1102                           ICU  recovered           clinical            
## 1103                   symptomatic      fatal           clinical            
## 1104                         ?mild  recovered           clinical            
## 1105                  hospitalized  recovered           clinical            
## 1106                        stable                      clinical            
## 1107                   symptomatic                      clinical            
## 1108                         fatal      fatal           clinical            
## 1109                           ICU      fatal           clinical            
## 1110                        stable      fatal           clinical            
## 1111                   symptomatic      fatal           clinical            
## 1112                  hospitalized  recovered           clinical            
## 1113                   symptomatic  recovered           clinical            
## 1114                   symptomatic  recovered           clinical            
## 1115                  asymptomatic  recovered        subclinical            
## 1116                           ICU      fatal           clinical            
## 1117                  hospitalized      fatal           clinical            
## 1118                  hospitalized                      clinical            
## 1119                           ICU      fatal           clinical            
## 1120                                    fatal                               
## 1121                         ?mild  recovered        subclinical            
## 1122                   symptomatic  recovered           clinical            
## 1123                   symptomatic  recovered           clinical            
## 1124                  ?symptomatic  recovered          ?clinical            
## 1125                  ?symptomatic      fatal          ?clinical            
## 1126                           ICU      fatal           clinical            
## 1127                   symptomatic      fatal           clinical            
## 1128                   symptomatic                      clinical            
## 1129                   symptomatic  recovered           clinical            
## 1130                  hospitalized  recovered           clinical            
## 1131                  hospitalized  recovered           clinical            
## 1132                  hospitalized  recovered           clinical            
## 1133                  hospitalized  recovered           clinical            
## 1134                   symptomatic  recovered           clinical            
## 1135                   symptomatic  recovered           clinical            
## 1136                  hospitalized                      clinical            
## 1137                   symptomatic                      clinical            
## 1138                   symptomatic  recovered           clinical            
## 1139                   symptomatic  recovered       ?subclinical            
## 1140                         fatal      fatal           clinical            
## 1141                  hospitalized  recovered           clinical            
## 1142                                recovered                               
## 1143                                recovered                               
## 1144                                recovered                               
## 1145                                recovered                               
## 1146                  hospitalized  recovered           clinical            
## 1147                  hospitalized  recovered           clinical            
## 1148                                recovered                               
## 1149                                recovered                               
## 1150                                                                        
## 1151                         fatal      fatal           clinical            
## 1152                                                                        
## 1153                         fatal      fatal           clinical            
## 1154                                recovered                               
## 1155                  hospitalized  recovered           clinical            
## 1156                                                                        
## 1157                  hospitalized      fatal           clinical            
## 1158                         fatal      fatal           clinical            
## 1159                         fatal      fatal           clinical            
## 1160                         fatal      fatal           clinical            
## 1161                  hospitalized  recovered           clinical            
## 1162                                recovered                               
## 1163                                    fatal                               
## 1164                                recovered                               
## 1165                                recovered                               
## 1166                           ICU      fatal           clinical            
## 1167                                    fatal                               
## 1168                                recovered                               
## 1169                                recovered                               
## 1170                  asymptomatic  recovered        subclinical            
## 1171                                recovered                               
## 1172                        stable  recovered           clinical            
## 1173                           ICU     ?fatal           clinical            
## 1174                   symptomatic  recovered           clinical            
## 1175                   symptomatic  recovered           clinical            
## 1176                   symptomatic      fatal           clinical            
## 1177                   symptomatic                      clinical            
## 1178                  hospitalized  recovered           clinical            
## 1179                   symptomatic      fatal           clinical            
## 1180                   symptomatic  recovered           clinical            
## 1181                   symptomatic  recovered           clinical            
## 1182                   symptomatic      fatal           clinical            
## 1183                   symptomatic                      clinical            
## 1184                   symptomatic  recovered           clinical            
## 1185                   symptomatic  recovered           clinical            
## 1186                  hospitalized  recovered           clinical            
## 1187                         fatal      fatal              fatal            
## 1188                         fatal      fatal              fatal            
## 1189                           ICU  recovered           clinical            
## 1190                        stable  recovered           clinical            
## 1191                        stable      fatal           clinical            
## 1192                  hospitalized  recovered           clinical            
## 1193                                recovered                               
## 1194                                recovered                               
## 1195                                    fatal           clinical            
## 1196                                                                        
## 1197                                recovered                               
## 1198                                                                        
## 1199                                recovered                               
## 1200                                recovered                               
## 1201                                    fatal           clinical            
## 1202                                recovered                               
## 1203                                    fatal           clinical            
## 1204                                recovered                               
## 1205                                                                        
## 1206                  hospitalized      fatal           clinical            
## 1207                  hospitalized  recovered           clinical            
## 1208                                recovered                               
## 1209                                recovered                               
## 1210                                    fatal                               
## 1211                                                                        
## 1212                                recovered                               
## 1213                  hospitalized  recovered           clinical            
## 1214                  hospitalized  recovered           clinical            
## 1215                                recovered                               
## 1216                  hospitalized      fatal           clinical            
## 1217                 ?asymptomatic  recovered       ?subclinical            
## 1218                                                                        
## 1219                                recovered                               
## 1220                  hospitalized  recovered           clinical            
## 1221                                recovered                               
## 1222                  hospitalized  recovered           clinical            
## 1223                  hospitalized      fatal           clinical            
## 1224                  hospitalized  recovered           clinical            
## 1225                  hospitalized  recovered           clinical            
## 1226                  hospitalized  recovered           clinical            
## 1227                                recovered                               
## 1228                  hospitalized  recovered           clinical            
## 1229                        stable      fatal           clinical            
## 1230                               ?recovered                               
## 1231                                recovered                               
## 1232                                recovered                               
## 1233                                recovered                               
## 1234                  hospitalized  recovered           clinical            
## 1235                         fatal      fatal              fatal            
## 1236                  hospitalized  recovered           clinical            
## 1237                  hospitalized                      clinical            
## 1238                                recovered                               
## 1239                                recovered                               
## 1240                           ICU      fatal           clinical            
## 1241                        stable  recovered           clinical            
## 1242                  hospitalized  recovered           clinical            
## 1243                  hospitalized  recovered           clinical            
## 1244                  hospitalized      fatal           clinical            
## 1245                  hospitalized  recovered           clinical            
## 1246                                recovered                               
## 1247                  hospitalized  recovered           clinical            
## 1248                                recovered                               
## 1249                                                                        
## 1250                        stable  recovered           clinical            
## 1251                           ICU      fatal           clinical            
## 1252                                recovered                               
## 1253                                recovered                               
## 1254                                                                        
## 1255                        stable  recovered           clinical            
## 1256                                recovered                               
## 1257                  asymptomatic                   subclinical            
## 1258                        stable  recovered           clinical            
## 1259                                recovered                               
## 1260                                recovered                               
## 1261                  hospitalized  recovered           clinical            
## 1262                                recovered                               
## 1263                                recovered                               
## 1264                  hospitalized  recovered           clinical            
## 1265                                    fatal                               
## 1266                                recovered                               
## 1267                         fever  recovered           clinical            
## 1268                                                                        
## 1269                                    fatal                               
## 1270                                recovered                               
## 1271                                recovered                               
## 1272                        stable  recovered           clinical            
## 1273                  asymptomatic                   subclinical            
## 1274                                recovered                               
## 1275                   symptomatic  recovered           clinical            
## 1276                                recovered                               
## 1277                           ICU  recovered           clinical            
## 1278                           ICU  recovered           clinical            
## 1279                        stable      fatal           clinical            
## 1280                        stable  recovered           clinical            
## 1281                           ICU      fatal           clinical            
## 1282                                                                        
## 1283                        stable  recovered           clinical            
## 1284                                recovered                               
## 1285                                recovered                               
## 1286                                                                        
## 1287                        stable  recovered           clinical            
## 1288                           ICU      fatal           clinical            
## 1289                          ward  recovered           clinical            
## 1290                        stable  recovered           clinical            
## 1291                           ICU      fatal           clinical            
## 1292                        stable      fatal           clinical            
## 1293                           ICU  recovered           clinical            
## 1294                         fatal      fatal           clinical            
## 1295                           ICU      fatal           clinical            
## 1296                        stable  recovered           clinical            
## 1297                        stable  recovered           clinical            
## 1298                        stable  recovered           clinical            
## 1299                           ICU      fatal           clinical            
## 1300                        stable      fatal           clinical            
## 1301                           ICU      fatal           clinical            
## 1302                         fatal      fatal              fatal            
## 1303                           ICU     ?fatal           clinical            
## 1304                           ICU  recovered           clinical            
## 1305                        stable  recovered           clinical            
## 1306                           ICU  recovered           clinical            
## 1307                          home  recovered           clinical            
## 1308                           ICU      fatal           clinical            
## 1309                           ICU  recovered           clinical            
## 1310                           ICU  recovered           clinical            
## 1311                          home  recovered           clinical            
## 1312                        stable  recovered           clinical            
## 1313                        stable  recovered           clinical            
## 1314                        stable  recovered           clinical            
## 1315                        stable  recovered           clinical            
## 1316                        stable  recovered           clinical            
## 1317                           ICU      fatal           clinical            
## 1318                        stable ?recovered           clinical            
## 1319                           ICU      fatal           clinical            
## 1320                        stable  recovered           clinical            
## 1321                           ICU  recovered           clinical            
## 1322                           ICU      fatal           clinical            
## 1323                           ICU  recovered           clinical            
## 1324                           ICU                      clinical            
## 1325                           ICU      fatal           clinical            
## 1326                        stable      fatal           clinical            
## 1327                           ICU      fatal           clinical            
## 1328                           ICU      fatal           clinical            
## 1329                           ICU  recovered           clinical            
## 1330                        stable      fatal           clinical            
## 1331                        stable  recovered           clinical            
## 1332                        stable                      clinical            
## 1333                        stable  recovered           clinical            
## 1334                        stable  recovered           clinical            
## 1335                        stable  recovered           clinical            
## 1336                         fatal      fatal              fatal            
## 1337                        stable      fatal           clinical            
## 1338                        stable  recovered           clinical            
## 1339                        stable      fatal           clinical            
## 1340                           ICU  recovered           clinical            
## 1341                           ICU  recovered           clinical            
## 1342                           ICU      fatal           clinical            
## 1343                        stable                      clinical            
## 1344                        stable      fatal           clinical            
## 1345                           ICU      fatal           clinical            
## 1346                        stable  recovered           clinical            
## 1347                           ICU  recovered           clinical            
## 1348                           ICU      fatal           clinical            
## 1349                           ICU  recovered           clinical            
## 1350                        stable  recovered           clinical            
## 1351                        stable  recovered           clinical            
## 1352                        stable  recovered           clinical            
## 1353                        stable  recovered           clinical            
## 1354                        stable  recovered           clinical            
## 1355                           ICU      fatal           clinical            
## 1356                           ICU      fatal           clinical            
## 1357                         fatal      fatal              fatal            
## 1358                           ICU      fatal           clinical            
## 1359                         fatal      fatal              fatal            
## 1360                           ICU      fatal           clinical            
## 1361                        stable                      clinical            
## 1362                        stable      fatal           clinical            
## 1363                        stable      fatal           clinical            
## 1364                           ICU      fatal           clinical            
## 1365                         fatal      fatal              fatal            
## 1366                        stable  recovered           clinical            
## 1367                           ICU ?recovered           clinical            
## 1368                        stable      fatal           clinical            
## 1369                        stable      fatal           clinical            
## 1370                        stable  recovered           clinical            
## 1371                        stable                      clinical            
## 1372                        stable      fatal           clinical            
## 1373                        stable      fatal           clinical            
## 1374                        stable  recovered           clinical            
## 1375                        stable      fatal           clinical            
## 1376                        stable ?recovered           clinical            
## 1377                        stable                      clinical            
## 1378                        stable  recovered           clinical            
## 1379                        stable  recovered           clinical            
## 1380                        stable  recovered           clinical            
## 1381                        stable  recovered           clinical            
## 1382                        stable  recovered           clinical            
## 1383                        stable  recovered           clinical            
## 1384                           ICU      fatal           clinical            
## 1385                           ICU  recovered           clinical            
## 1386                           ICU      fatal           clinical            
## 1387                        stable  recovered           clinical            
## 1388                        stable  recovered           clinical            
## 1389                        stable      fatal           clinical            
## 1390                        stable  recovered           clinical            
## 1391                        stable                      clinical            
## 1392                           ICU      fatal           clinical            
## 1393                        stable  recovered           clinical            
## 1394                           ICU      fatal           clinical            
## 1395                        stable      fatal           clinical            
## 1396                        stable  recovered           clinical            
## 1397                         fatal      fatal              fatal            
## 1398                        stable      fatal           clinical            
## 1399                        stable      fatal           clinical            
## 1400                        stable  recovered           clinical            
## 1401                           ICU     ?fatal           clinical            
## 1402                           ICU  recovered           clinical            
## 1403                        stable      fatal           clinical            
## 1404                        stable      fatal           clinical            
## 1405                           ICU      fatal           clinical            
## 1406                           ICU  recovered           clinical            
## 1407                        stable  recovered           clinical            
## 1408                           ICU      fatal           clinical            
## 1409                           ICU      fatal           clinical            
## 1410                         fatal      fatal              fatal            
## 1411                           ICU  recovered           clinical            
## 1412                        stable  recovered           clinical            
## 1413                           ICU      fatal           clinical            
## 1414                        stable  recovered           clinical            
## 1415                           ICU      fatal           clinical            
## 1416                         fatal      fatal              fatal            
## 1417                        stable  recovered           clinical            
## 1418                           ICU  recovered           clinical            
## 1419                           ICU      fatal           clinical            
## 1420                        stable  recovered           clinical            
## 1421                        stable      fatal           clinical            
## 1422                        stable  recovered           clinical            
## 1423                           ICU      fatal           clinical            
## 1424                        stable  recovered           clinical            
## 1425                        stable  recovered           clinical            
## 1426                           ICU      fatal           clinical            
## 1427                        stable  recovered           clinical            
## 1428                        stable  recovered           clinical            
## 1429                           ICU                      clinical            
## 1430                        stable      fatal           clinical            
## 1431                        stable  recovered           clinical            
## 1432                        stable  recovered           clinical            
## 1433                        stable  recovered           clinical            
## 1434                        stable  recovered           clinical            
## 1435                        stable  recovered           clinical            
## 1436                           ICU  recovered           clinical            
## 1437                           ICU      fatal           clinical            
## 1438                        stable  recovered           clinical            
## 1439                        stable ?recovered           clinical            
## 1440                           ICU  recovered           clinical            
## 1441                        stable  recovered           clinical            
## 1442                           ICU  recovered           clinical            
## 1443                        stable  recovered           clinical            
## 1444                        stable  recovered           clinical            
## 1445                           ICU      fatal           clinical            
## 1446                        stable  recovered           clinical            
## 1447                        stable  recovered           clinical            
## 1448                        stable  recovered           clinical            
## 1449                           ICU      fatal           clinical            
## 1450                        stable  recovered           clinical            
## 1451                        stable  recovered           clinical            
## 1452                           ICU  recovered           clinical            
## 1453                        stable  recovered           clinical            
## 1454                        stable  recovered           clinical            
## 1455                        stable  recovered           clinical            
## 1456                        stable  recovered           clinical            
## 1457                        stable  recovered           clinical            
## 1458                        stable  recovered           clinical            
## 1459                        stable      fatal           clinical            
## 1460                        stable  recovered           clinical            
## 1461                           ICU      fatal           clinical            
## 1462                        stable  recovered           clinical            
## 1463                                recovered                               
## 1464                        stable  recovered           clinical            
## 1465                        stable ?recovered           clinical            
## 1466                           ICU      fatal           clinical            
## 1467                           ICU      fatal           clinical            
## 1468                        stable                      clinical            
## 1469                         fatal      fatal           clinical            
## 1470                           ICU                      clinical            
## 1471                           ICU      fatal           clinical            
## 1472                  asymptomatic                   subclinical            
## 1473                        stable                      clinical            
## 1474                         fatal      fatal           clinical            
## 1475                           ICU  recovered           clinical            
## 1476                        stable      fatal           clinical            
## 1477                           ICU  recovered           clinical            
## 1478                           ICU      fatal           clinical            
## 1479                           ICU  recovered           clinical            
## 1480                           ICU  recovered           clinical            
## 1481                        stable      fatal           clinical            
## 1482                           ICU  recovered           clinical            
## 1483                        stable  recovered           clinical            
## 1484                           ICU  recovered           clinical            
## 1485                        stable  recovered           clinical            
## 1486                        stable  recovered           clinical            
## 1487                        stable      fatal           clinical            
## 1488                         fatal      fatal              fatal            
## 1489                         fatal      fatal              fatal            
## 1490                  asymptomatic                   subclinical            
## 1491                        stable                      clinical            
## 1492                        stable                      clinical            
## 1493                        stable  recovered           clinical            
## 1494                        stable  recovered           clinical            
## 1495                  asymptomatic  recovered        subclinical            
## 1496                           ICU      fatal           clinical            
## 1497                           ICU  recovered           clinical            
## 1498                                                                        
## 1499                        stable  recovered           clinical            
## 1500                        stable  recovered           clinical            
## 1501                           ICU      fatal           clinical            
## 1502                                recovered                               
## 1503                        stable  recovered           clinical            
## 1504                        stable  recovered           clinical            
## 1505                  asymptomatic  recovered        subclinical            
## 1506                         fatal      fatal              fatal            
## 1507                        stable  recovered           clinical            
## 1508                                recovered                               
## 1509                                                                        
## 1510                        stable                      clinical            
## 1511                        stable                      clinical            
## 1512                                recovered                               
## 1513                        stable  recovered           clinical            
## 1514                         fatal      fatal           clinical            
## 1515                  asymptomatic                   subclinical            
## 1516                        stable  recovered           clinical            
## 1517                        stable  recovered           clinical            
## 1518                                recovered                               
## 1519                        stable  recovered           clinical            
## 1520                        stable  recovered           clinical            
## 1521                        stable  recovered           clinical            
## 1522                        stable  recovered           clinical            
## 1523                        stable      fatal           clinical            
## 1524                           ICU  recovered           clinical            
## 1525                        stable  recovered           clinical            
## 1526                           ICU      fatal           clinical            
## 1527                  asymptomatic  recovered        subclinical            
## 1528                        stable      fatal           clinical            
## 1529                        stable  recovered           clinical            
## 1530                        stable  recovered           clinical            
## 1531                           ICU  recovered           clinical            
## 1532                         fatal      fatal           clinical            
## 1533                        stable  recovered           clinical            
## 1534                        stable      fatal           clinical            
## 1535                        stable      fatal           clinical            
## 1536                           ICU      fatal           clinical            
## 1537                        stable  recovered           clinical            
## 1538                  asymptomatic                   subclinical            
## 1539                           ICU  recovered           clinical            
## 1540                           ICU      fatal           clinical            
## 1541                        stable      fatal           clinical            
## 1542                                recovered                               
## 1543                           ICU  recovered           clinical            
## 1544                           ICU                      clinical            
## 1545                                recovered                               
## 1546                           ICU      fatal           clinical            
## 1547                           ICU  recovered           clinical            
## 1548                        stable  recovered           clinical            
## 1549                           ICU      fatal           clinical            
## 1550                        stable  recovered           clinical            
## 1551                           ICU  recovered           clinical            
## 1552                        stable  recovered           clinical            
## 1553                           ICU  recovered           clinical            
## 1554                        stable                      clinical            
## 1555                  hospitalized      fatal           clinical            
## 1556                  asymptomatic                   subclinical            
## 1557                        stable                      clinical            
## 1558                        stable  recovered           clinical            
## 1559                  asymptomatic  recovered        subclinical            
## 1560                  asymptomatic  recovered        subclinical            
## 1561                        stable  recovered           clinical            
## 1562                                                    clinical            
## 1563                        stable  recovered           clinical            
## 1564                        stable  recovered           clinical            
## 1565                         fatal      fatal           clinical            
## 1566                        stable  recovered           clinical            
## 1567                         fatal      fatal           clinical            
## 1568                         fatal      fatal           clinical            
## 1569                         fatal      fatal           clinical            
## 1570                                                                        
## 1571                                                                        
## 1572                                                                        
## 1573                                                                        
## 1574                           ICU  recovered           clinical            
## 1575                        stable      fatal           clinical            
## 1576                           ICU  recovered           clinical            
## 1577                        stable  recovered           clinical            
## 1578                  asymptomatic  recovered        subclinical            
## 1579                           ICU      fatal           clinical            
## 1580                        stable  recovered           clinical            
## 1581                        stable      fatal           clinical            
## 1582                         fatal      fatal           clinical            
## 1583                        stable  recovered           clinical            
## 1584                        stable  recovered           clinical            
## 1585                           ICU  recovered           clinical            
## 1586                        stable  recovered           clinical            
## 1587                        stable  recovered           clinical            
## 1588                        stable      fatal           clinical            
## 1589                        stable  recovered           clinical            
## 1590                        stable  recovered           clinical            
## 1591                        stable  recovered           clinical            
## 1592                        stable      fatal           clinical            
## 1593                           ICU      fatal           clinical            
## 1594                           ICU      fatal           clinical            
## 1595                        stable  recovered           clinical            
## 1596                           ICU      fatal           clinical            
## 1597                           ICU  recovered           clinical            
## 1598                           ICU      fatal           clinical            
## 1599                        stable  recovered           clinical            
## 1600                        stable  recovered           clinical            
## 1601                        stable  recovered           clinical            
## 1602                           ICU  recovered           clinical            
## 1603                         fatal      fatal           clinical            
## 1604                        stable  recovered           clinical            
## 1605                           ICU  recovered           clinical            
## 1606                           ICU      fatal           clinical            
## 1607                        stable  recovered           clinical            
## 1608                        stable  recovered           clinical            
## 1609                           ICU      fatal           clinical            
## 1610                         fatal      fatal           clinical            
## 1611                         fatal      fatal           clinical            
## 1612                           ICU      fatal           clinical            
## 1613                           ICU  recovered           clinical            
## 1614                           ICU      fatal           clinical            
## 1615                        stable  recovered           clinical            
## 1616                  asymptomatic  recovered        subclinical            
## 1617                  asymptomatic  recovered        subclinical            
## 1618                  asymptomatic  recovered        subclinical            
## 1619                        stable  recovered           clinical            
## 1620                           ICU      fatal           clinical            
## 1621                           ICU      fatal           clinical            
## 1622                           ICU      fatal           clinical            
## 1623                           ICU  recovered           clinical            
## 1624                         fatal      fatal           clinical            
## 1625                        stable  recovered           clinical            
## 1626                        stable      fatal           clinical            
## 1627                           ICU      fatal           clinical            
## 1628                        stable  recovered           clinical            
## 1629                           ICU  recovered           clinical            
## 1630                         fatal      fatal           clinical            
## 1631                        stable      fatal           clinical            
## 1632                         fatal      fatal           clinical            
## 1633                        stable  recovered           clinical            
## 1634                        stable      fatal           clinical            
## 1635                           ICU  recovered           clinical            
## 1636                        stable      fatal           clinical            
## 1637                         fatal      fatal           clinical            
## 1638                           ICU      fatal           clinical            
## 1639                        stable  recovered           clinical            
## 1640                         fatal      fatal           clinical            
## 1641                        stable      fatal           clinical            
## 1642                        stable  recovered           clinical            
## 1643                        stable  recovered           clinical            
## 1644                        stable      fatal           clinical            
## 1645                           ICU  recovered           clinical            
## 1646                        stable  recovered           clinical            
## 1647                        stable      fatal           clinical            
## 1648                        stable  recovered           clinical            
## 1649                         fatal      fatal           clinical            
## 1650                           ICU      fatal           clinical            
## 1651                         fatal      fatal           clinical            
## 1652                         fatal      fatal           clinical            
## 1653                         fatal      fatal           clinical            
## 1654                           ICU  recovered           clinical            
## 1655                        stable  recovered           clinical            
## 1656                  asymptomatic  recovered        subclinical            
## 1657                        stable                      clinical            
## 1658                  asymptomatic  recovered        subclinical            
## 1659                           ICU  recovered           clinical            
## 1660                           ICU      fatal           clinical            
## 1661                           ICU  recovered           clinical            
## 1662                           ICU      fatal           clinical            
## 1663                        stable      fatal           clinical            
## 1664                        stable  recovered           clinical            
## 1665                        stable      fatal           clinical            
## 1666                        stable  recovered           clinical            
## 1667                        stable      fatal           clinical            
## 1668                  asymptomatic  recovered        subclinical            
## 1669                  asymptomatic  recovered        subclinical            
## 1670                  asymptomatic  recovered        subclinical            
## 1671                  asymptomatic  recovered        subclinical            
## 1672                  asymptomatic  recovered        subclinical            
## 1673                        stable      fatal           clinical            
## 1674                        stable  recovered           clinical            
## 1675                  asymptomatic  recovered        subclinical            
## 1676                  asymptomatic  recovered        subclinical            
## 1677                  asymptomatic  recovered        subclinical            
## 1678                        stable  recovered           clinical            
## 1679                        stable  recovered           clinical            
## 1680                  asymptomatic  recovered        subclinical            
## 1681                  asymptomatic  recovered        subclinical            
## 1682                  asymptomatic  recovered        subclinical            
## 1683                  asymptomatic  recovered        subclinical            
## 1684                  asymptomatic  recovered        subclinical            
## 1685                  asymptomatic  recovered        subclinical            
## 1686                  asymptomatic  recovered        subclinical            
## 1687                  asymptomatic  recovered        subclinical            
## 1688                  asymptomatic  recovered        subclinical            
## 1689                  asymptomatic  recovered        subclinical            
## 1690                           ICU                      clinical            
## 1691                  asymptomatic  recovered        subclinical            
## 1692                  asymptomatic  recovered        subclinical            
## 1693                        stable      fatal           clinical            
## 1694                          mild  recovered           clinical            
## 1695                        stable  recovered           clinical            
## 1696                        stable      fatal           clinical            
## 1697                        stable                      clinical            
## 1698                         fatal      fatal           clinical            
## 1699                           ICU      fatal           clinical            
## 1700                  asymptomatic  recovered        subclinical            
## 1701                  asymptomatic  recovered        subclinical            
## 1702                        stable  recovered           clinical            
## 1703                        stable      fatal           clinical            
## 1704                  asymptomatic  recovered        subclinical            
## 1705                        stable  recovered           clinical            
## 1706                        stable  recovered           clinical            
## 1707                  asymptomatic  recovered        subclinical            
## 1708                        stable  recovered           clinical            
## 1709                        stable  recovered           clinical            
## 1710                           ICU      fatal           clinical            
## 1711                        stable  recovered           clinical            
## 1712                        stable  recovered           clinical            
## 1713                           ICU      fatal           clinical            
## 1714                        stable  recovered           clinical            
## 1715                           ICU      fatal           clinical            
## 1716                        stable  recovered           clinical            
## 1717                        stable  recovered           clinical            
## 1718                           ICU  recovered           clinical            
## 1719                           ICU      fatal           clinical            
## 1720                                recovered           clinical            
## 1721                         fatal      fatal           clinical            
## 1722                           ICU      fatal           clinical            
## 1723                        stable  recovered           clinical            
## 1724                        stable  recovered           clinical            
## 1725                        stable  recovered           clinical            
## 1726                        stable  recovered           clinical            
## 1727                        stable  recovered           clinical            
## 1728                        stable  recovered           clinical            
## 1729                        stable  recovered           clinical            
## 1730                        stable      fatal           clinical            
## 1731                           ICU      fatal           clinical            
## 1732                        stable  recovered           clinical            
## 1733                        stable  recovered           clinical            
## 1734                         fatal      fatal           clinical            
## 1735                        stable      fatal           clinical            
## 1736                        stable                      clinical            
## 1737                        stable  recovered           clinical            
## 1738                        stable  recovered           clinical            
## 1739                        stable  recovered           clinical            
## 1740                        stable                      clinical            
## 1741                           ICU                      clinical            
##         cluster Cauchemez.cluster animal_contact camel_contact    HCW
## 1             A                 4          FALSE                FALSE
## 2             A                 4          FALSE                 TRUE
## 3             A                 4          FALSE                 TRUE
## 4             A                 4          FALSE                 TRUE
## 5             A                 4                                TRUE
## 6             A                 4                                TRUE
## 7             A                 4                                TRUE
## 8             A                 4                               FALSE
## 9             A                 4                                TRUE
## 10            A                 4                                TRUE
## 11            A                 4                                TRUE
## 12            A                 4                                TRUE
## 13            A                 4                               FALSE
## 14                              1           TRUE          TRUE       
## 15                              5                                    
## 16                              3           TRUE                     
## 17                              6                                    
## 18            B                 2                                    
## 19            B                 2           TRUE          TRUE       
## 20            B                 2                                    
## 21            B                 2                                    
## 22            C                 7                                    
## 23            C                 7                                    
## 24            C                 7                                    
## 25                              8                                    
## 26                              9                                    
## 27            D                10           TRUE         FALSE       
## 28            D                10           TRUE         FALSE       
## 29            D                10                                    
## 30                             11           TRUE          TRUE       
## 31            E                12                                    
## 32            E                12                                    
## 33            E                12                                    
## 34            E                12                                    
## 35            E                12                                    
## 36            E                12                                    
## 37            E                12                                    
## 38            E                12                                    
## 39            E                12                                    
## 40            E                12                                    
## 41            E                12                                    
## 42            E                12                                    
## 43            E                12                                    
## 44            E                12                                    
## 45            E                12                                    
## 46            E                12                                    
## 47            E                12                                    
## 48            E                12                                TRUE
## 49            E                12                                    
## 50            E                12                                    
## 51            E                12                                    
## 52            E                12                                TRUE
## 53            E                12                                    
## 54            E                12                                    
## 55            E                12                                    
## 56            F                13                                    
## 57            F                13                                    
## 58            G                16                                    
## 59            G                16                                    
## 60            G                16                                    
## 61                             17                                    
## 62                             18                                    
## 63                             18                                    
## 64                             18                                    
## 65                             18                                    
## 66                             18                                    
## 67                                                                   
## 68            H                21           TRUE          TRUE       
## 69                             22                                    
## 70            I                19                                    
## 71            I                19                                    
## 72            I                19                                    
## 73                             20                                    
## 74                             12                                    
## 75                                                                   
## 76            J                23                                    
## 77                             24                                    
## 78                             25                                    
## 79                             27                                TRUE
## 80                             28                                    
## 81                             26                                    
## 82                             29                                    
## 83            J                30                                TRUE
## 84           J?               30?                                TRUE
## 85            J                30                                TRUE
## 86            K                 8                                    
## 87                             31                                    
## 88            K                 8                                    
## 89            L                 8                                    
## 90            L                 8                                    
## 91            K                 8                                    
## 92                             32                                TRUE
## 93                             33                                TRUE
## 94                             34                                    
## 95                             36                                    
## 96                             35                                    
## 97            H                21                        FALSE   TRUE
## 98            M                37                                    
## 99            N                38                                    
## 100           M                37                                    
## 101           M                37                                TRUE
## 102           N                38                                TRUE
## 103           N                38                                TRUE
## 104           N                38                                TRUE
## 105           N                38                                TRUE
## 106                            39          FALSE                     
## 107                            40          FALSE                     
## 108                            41                                    
## 109                            42          FALSE                     
## 110           M                37                                TRUE
## 111           K                 8                                TRUE
## 112                                                                  
## 113           Q                                                      
## 114           P                                                      
## 115                                                                  
## 116                                                                  
## 117           O                                                      
## 118           O                                                      
## 119                                                                  
## 120                                                                  
## 121           P                                                      
## 122           P                                                      
## 123           Q                             TRUE          TRUE       
## 124           Q                             TRUE          TRUE       
## 125           Q                                          FALSE       
## 126           Q                             TRUE          TRUE       
## 127                                                                  
## 128                                                                  
## 129                                        FALSE                 TRUE
## 130           R                                                  TRUE
## 131           Q                                          FALSE       
## 132           Q                             TRUE          TRUE       
## 133           Q                                          FALSE       
## 134           Q                                          FALSE       
## 135           S                                                  TRUE
## 136           T                                                      
## 137           Q                                          FALSE       
## 138                                                                  
## 139                                                                  
## 140           S                                                      
## 141           S                                                      
## 142           S                                                  TRUE
## 143           T                                                      
## 144           T                                                      
## 145           T                                                  TRUE
## 146           Q                                          FALSE   TRUE
## 147           U                                                  TRUE
## 148           V                                                  TRUE
## 149           S                                                      
## 150           S                                                      
## 151                                                                  
## 152                                                                  
## 153           W                                                      
## 154                                                                  
## 155           W                                                      
## 156           W                                                      
## 157           W                                                      
## 158                                                                  
## 159                                                                  
## 160           X                             TRUE          TRUE       
## 161                                                                  
## 162           Y                                                      
## 163           Y                            FALSE                     
## 164                                        FALSE                 TRUE
## 165                                        FALSE                     
## 166           X                             TRUE          TRUE       
## 167                                                                  
## 168           Z                            FALSE                     
## 169          AA                                                      
## 170                                                                  
## 171                                         TRUE          TRUE       
## 172                                                                  
## 173                                                                  
## 174                                                                  
## 175                                                                  
## 176                                                                  
## 177          AA                                                      
## 178                                        FALSE                     
## 179                                        FALSE                     
## 180          AB                            FALSE                     
## 181          AC                            FALSE                     
## 182          AC                            FALSE                     
## 183          AC                                                      
## 184          AB                                                  TRUE
## 185                                        FALSE                     
## 186          AD                            FALSE                     
## 187          AE                                                  TRUE
## 188          AE                                                  TRUE
## 189          AE                            FALSE                     
## 190                                         TRUE                     
## 191                                        FALSE                     
## 192          AE                                                      
## 193          AE                                                  TRUE
## 194          AD                            FALSE                     
## 195                                                       TRUE       
## 196          AD                            FALSE                 TRUE
## 197                                        FALSE                 TRUE
## 198                                                                  
## 199                                      UNKNOWN                     
## 200                                        FALSE                     
## 201                                         TRUE          TRUE  FALSE
## 202                                        FALSE                     
## 203                                         TRUE                     
## 204                                        FALSE                     
## 205                                                                  
## 206                                         TRUE                     
## 207                                        FALSE                     
## 208          AF                                                      
## 209          AG                             TRUE          TRUE       
## 210                                        FALSE                     
## 211          AH                             TRUE          TRUE       
## 212          AH                                                      
## 213          AH                                                      
## 214          AH                                                      
## 215                                                                  
## 216                                         TRUE          TRUE       
## 217                                         TRUE          TRUE       
## 218                                        FALSE                     
## 219                                        FALSE                     
## 220                                         TRUE          TRUE       
## 221                                         TRUE          TRUE       
## 222                                        FALSE                     
## 223          AG                            FALSE                     
## 224                                        FALSE                     
## 225                                         TRUE          TRUE       
## 226                                                              TRUE
## 227                                                              TRUE
## 228                                        FALSE                     
## 229                                        FALSE                     
## 230          AI                                                      
## 231          AI                                                 ?TRUE
## 232                                                              TRUE
## 233                                                                  
## 234                                                              TRUE
## 235                                                              TRUE
## 236                                                              TRUE
## 237                                                              TRUE
## 238                                                                  
## 239                                         TRUE                FALSE
## 240                                        FALSE         FALSE       
## 241                                                                  
## 242                                        FALSE                     
## 243                                                                  
## 244                                                                  
## 245                                                                  
## 246                                                                  
## 247                                                                  
## 248          AJ                            FALSE               ?FALSE
## 249          AJ                                                  TRUE
## 250          AJ                                                  TRUE
## 251          AJ                                                  TRUE
## 252          AJ                                                  TRUE
## 253          AJ                                                  TRUE
## 254                                                                  
## 255                                                              TRUE
## 256                                                              TRUE
## 257                                                              TRUE
## 258                                                              TRUE
## 259                                                                  
## 260                                                              TRUE
## 261                                         TRUE          TRUE  FALSE
## 262                                                                  
## 263                                                                  
## 264                                                              TRUE
## 265                                                              TRUE
## 266                                                                  
## 267          AJ                                                  TRUE
## 268          AJ                                                  TRUE
## 269          AJ                                                  TRUE
## 270          AJ                                                  TRUE
## 271          AJ                                                  TRUE
## 272                                                                  
## 273                                                                  
## 274                                                              TRUE
## 275                                                              TRUE
## 276                                                              TRUE
## 277                                                                  
## 278                                                                  
## 279                                                                  
## 280                                                              TRUE
## 281                                                              TRUE
## 282                                                              TRUE
## 283          AJ                                                  TRUE
## 284                                         TRUE          TRUE       
## 285          AJ                            FALSE                 TRUE
## 286          AJ                            FALSE                 TRUE
## 287          AJ                            FALSE                 TRUE
## 288          AJ                            FALSE                 TRUE
## 289                                                                  
## 290                                                                  
## 291                                                                  
## 292                                                                  
## 293                                                                  
## 294                                                                  
## 295                                                                  
## 296                                                                  
## 297                                                              TRUE
## 298                                                              TRUE
## 299                                                              TRUE
## 300                                                                  
## 301                                                                  
## 302                                                                  
## 303                                                                  
## 304                                                                  
## 305                                                                  
## 306                                                                  
## 307                                                              TRUE
## 308                                                              TRUE
## 309                                                                  
## 310                                                                  
## 311                                                                  
## 312                                                                  
## 313                                                                  
## 314                                                                  
## 315                                                              TRUE
## 316                                                                  
## 317                                                                  
## 318                                                                  
## 319                                                              TRUE
## 320                                                                  
## 321                                                                  
## 322                                        FALSE                     
## 323                                                              TRUE
## 324                                                                  
## 325                                                                  
## 326                                                                  
## 327                                                                  
## 328                                                                  
## 329                                                                  
## 330                                                                  
## 331                                                                  
## 332                                                                  
## 333                                                                  
## 334                                                                  
## 335                                                                  
## 336                                                                  
## 337                                                                  
## 338                                                                  
## 339                                                                  
## 340         AJ?                            FALSE                     
## 341                                        FALSE                     
## 342          AJ                            FALSE                     
## 343          AJ                            FALSE                     
## 344          AJ                            FALSE                     
## 345          AJ                            FALSE                     
## 346          AJ                            FALSE                     
## 347          AJ                            FALSE                     
## 348          AK                             TRUE          TRUE       
## 349                                                                  
## 350                                                                  
## 351                                                                  
## 352                                                              TRUE
## 353                                                                  
## 354                                                                  
## 355                                                                  
## 356                                                                  
## 357                                                                  
## 358                                                                  
## 359                                                              TRUE
## 360                                                                  
## 361                                                                  
## 362                                                                  
## 363                                                              TRUE
## 364                                                                  
## 365                                                                  
## 366                                                              TRUE
## 367                                                                  
## 368                                                                  
## 369                                                                  
## 370                                                                  
## 371                                                                  
## 372                                                                  
## 373                                                                  
## 374                                                                  
## 375                                                                  
## 376                                                                  
## 377                                                                  
## 378                                                                  
## 379                                        FALSE                     
## 380                                        FALSE                     
## 381          AJ                             TRUE                     
## 382          AJ                            FALSE                     
## 383          AJ                             TRUE          TRUE       
## 384          AJ                            FALSE                     
## 385                                                                  
## 386                                                              TRUE
## 387                                                                  
## 388                                                                  
## 389                                                                  
## 390                                                              TRUE
## 391                                                              TRUE
## 392                                                                  
## 393                                                                  
## 394                                                                  
## 395                                                              TRUE
## 396                                                                  
## 397          AJ                            FALSE                     
## 398                                                                  
## 399                                                              TRUE
## 400                                                                  
## 401                                                                  
## 402                                                              TRUE
## 403                                                              TRUE
## 404                                                                  
## 405                                                                  
## 406                                                              TRUE
## 407                                                                  
## 408                                                                  
## 409                                                                  
## 410                                                                  
## 411                                                                  
## 412                                                                  
## 413                                                              TRUE
## 414                                                              TRUE
## 415                                                              TRUE
## 416                                                                  
## 417                                                                  
## 418                                                                  
## 419                                                                  
## 420                                                                  
## 421                                                                  
## 422                                                                  
## 423                                                                  
## 424                                                                  
## 425                                                              TRUE
## 426                                                              TRUE
## 427                                                              TRUE
## 428                                                              TRUE
## 429                                                              TRUE
## 430                                                              TRUE
## 431                                                              TRUE
## 432                                                                  
## 433                                                                  
## 434                                                                  
## 435                                                              TRUE
## 436                                                                  
## 437                                                              TRUE
## 438                                                                  
## 439                                                                  
## 440                                                                  
## 441                                                                  
## 442                                                                  
## 443                                                                  
## 444                                                                  
## 445                                                                  
## 446                                                                  
## 447                                                                  
## 448                                                                  
## 449                                                                  
## 450                                                                  
## 451                                                                  
## 452                                                                  
## 453                                                                  
## 454                                                                  
## 455                                                                  
## 456                                                                  
## 457                                                                  
## 458                                                                  
## 459                                                                  
## 460                                                                  
## 461                                                                  
## 462                                                                  
## 463                                                                  
## 464                                                                  
## 465                                                                  
## 466                                                                  
## 467                                                                  
## 468                                                                  
## 469                                                                  
## 470                                                                  
## 471          AK                                                  TRUE
## 472                                                                  
## 473                                                                  
## 474                                                                  
## 475                                                                  
## 476                                                                  
## 477                                                                  
## 478                                                                  
## 479          AK                                                      
## 480          AM                                                  TRUE
## 481                                                                  
## 482                                                                  
## 483                                                                  
## 484                                                                  
## 485                                                                  
## 486                                                                  
## 487                                                                  
## 488                                                                  
## 489                                                                  
## 490                                                                  
## 491                                                                  
## 492                                                                  
## 493                                                                  
## 494                                                                  
## 495                                                                  
## 496                                                                  
## 497                                                                  
## 498                                                                  
## 499                                                              TRUE
## 500                                                                  
## 501                                                                  
## 502                                                                  
## 503                                                                  
## 504                                                                  
## 505                                                                  
## 506                                                                  
## 507                                                                  
## 508                                                                  
## 509                                                                  
## 510                                                                  
## 511                                                                  
## 512                                                                  
## 513                                                                  
## 514                                                                  
## 515                                                                  
## 516                                                                  
## 517                                                                  
## 518                                                                  
## 519                                                                  
## 520                                                                  
## 521                                                                  
## 522                                                                  
## 523                                                                  
## 524                                                                  
## 525                                                                  
## 526                                                                  
## 527                                                                  
## 528                                                                  
## 529                                                                  
## 530                                                                  
## 531                                                                  
## 532                                                                  
## 533                                                                  
## 534          AP                                                  TRUE
## 535                                                                  
## 536                                                                  
## 537                                                                  
## 538                                                                  
## 539                                                                  
## 540                                                                  
## 541                                                                  
## 542                                                                  
## 543                                                                  
## 544                                                                  
## 545                                                                  
## 546                                                                  
## 547                                                                  
## 548                                                                  
## 549                                                                  
## 550                                                                  
## 551                                                                  
## 552                                                                  
## 553                                                                  
## 554                                                                  
## 555                                                                  
## 556                                                                  
## 557                                                                  
## 558                                                                  
## 559                                                                  
## 560                                                                  
## 561                                                                  
## 562                                                                  
## 563                                                                  
## 564                                                                  
## 565                                                                  
## 566                                                                  
## 567                                        FALSE         FALSE       
## 568                                                                  
## 569                                                                  
## 570                                                                  
## 571                                                                  
## 572                                                                  
## 573                                                                  
## 574                                                                  
## 575                                                                  
## 576                                                                  
## 577                                                                  
## 578                                                                  
## 579                                                                  
## 580                                                                  
## 581                                                                  
## 582                                                                  
## 583                                                                  
## 584                                                                  
## 585                                                                  
## 586                                                                  
## 587                                                                  
## 588                                                                  
## 589                                                             FALSE
## 590                                                                  
## 591                                                                  
## 592                                                                  
## 593                                                                  
## 594                                                                  
## 595                                                                  
## 596                                                              TRUE
## 597         AK?                                                  TRUE
## 598                                                                  
## 599                                                                  
## 600                                                                  
## 601                                                                  
## 602                                        FALSE                     
## 603                                                                  
## 604                                                                  
## 605                                                                  
## 606                                                                  
## 607                                                                  
## 608                                                                  
## 609                                                                  
## 610                                                                  
## 611                                                                  
## 612                                                                  
## 613                                                                  
## 614                                                                  
## 615                                                                  
## 616                                                                  
## 617                                                                  
## 618                                                                  
## 619                                                                  
## 620                                                                  
## 621                                                                  
## 622          AL                            FALSE         FALSE       
## 623                                        FALSE         FALSE   TRUE
## 624                                        FALSE         FALSE       
## 625          AL                            FALSE         FALSE       
## 626         AJ?                            FALSE         FALSE   TRUE
## 627         AJ?                            FALSE         FALSE   TRUE
## 628                                        FALSE         FALSE   TRUE
## 629                                        FALSE         FALSE   TRUE
## 630                                        FALSE         FALSE   TRUE
## 631                                        FALSE         FALSE  FALSE
## 632                                        FALSE         FALSE       
## 633                                        FALSE         FALSE  FALSE
## 634                                        FALSE         FALSE       
## 635                                                       TRUE       
## 636                                                                  
## 637                                                                  
## 638                                                                  
## 639                                                                  
## 640                                                                  
## 641                                                                  
## 642                                                                  
## 643                                                             ?TRUE
## 644                                                                  
## 645                                                                  
## 646                                                                  
## 647                                                                  
## 648                                                                  
## 649                                                                  
## 650                                                                  
## 651                                                                  
## 652                                                                  
## 653                                                                  
## 654                                                                  
## 655                                                                  
## 656                                                                  
## 657                                                                  
## 658                                                                  
## 659                                                                  
## 660                                                                  
## 661                                                                  
## 662                                                                  
## 663         AN?                                                      
## 664                                                                  
## 665                                                                  
## 666                                                                  
## 667                                                              TRUE
## 668                                                                  
## 669                                                                  
## 670                                                                  
## 671                                                                  
## 672         AN?                                                      
## 673                                                                  
## 674                                                                  
## 675                                                                  
## 676                                                                  
## 677                                        FALSE         FALSE       
## 678                                         TRUE         FALSE       
## 679                                        FALSE         FALSE       
## 680                                                                  
## 681                                                             FALSE
## 682         AN?                                                      
## 683         AN?                                                      
## 684                                                                  
## 685                                                                  
## 686         AN?                                                      
## 687                                                                  
## 688          AP                            FALSE         FALSE       
## 689          AO                            FALSE                     
## 690          AO                            FALSE                     
## 691          AO                                                      
## 692          AO                                                  TRUE
## 693                                                                  
## 694                                                                  
## 695                                                                  
## 696                                                                  
## 697                                                                  
## 698                                                                  
## 699                                                                  
## 700                                                                  
## 701          AQ                                                      
## 702          AQ                                                      
## 703                                                                  
## 704         AR?                                                      
## 705                                                                  
## 706                                                                  
## 707                                                             FALSE
## 708                                                             FALSE
## 709         AR?                                                  TRUE
## 710                                                             FALSE
## 711                                                             FALSE
## 712                                                             FALSE
## 713         AR?                                                 FALSE
## 714         AR?                                                 FALSE
## 715         AR?                                                 FALSE
## 716         AR?                                                  TRUE
## 717                                                             FALSE
## 718                                                             FALSE
## 719                                                              TRUE
## 720                                         TRUE                FALSE
## 721                                                             FALSE
## 722                                        FALSE                FALSE
## 723                                                             FALSE
## 724                                                             FALSE
## 725                                                             FALSE
## 726                                        FALSE                FALSE
## 727                                         TRUE          TRUE  FALSE
## 728                                        FALSE                FALSE
## 729                                        FALSE         FALSE  FALSE
## 730                                        FALSE         FALSE  FALSE
## 731         AO?                            FALSE         FALSE   TRUE
## 732                                        FALSE         FALSE  FALSE
## 733         AO?                                                 FALSE
## 734                                        FALSE         FALSE  FALSE
## 735                                        FALSE         FALSE   TRUE
## 736                                        FALSE         FALSE  FALSE
## 737                                         TRUE          TRUE  FALSE
## 738                                         TRUE          TRUE  FALSE
## 739                                         TRUE          TRUE  FALSE
## 740                                                             FALSE
## 741                                        FALSE         FALSE  FALSE
## 742                                         TRUE          TRUE  FALSE
## 743                                        FALSE         FALSE  FALSE
## 744                                        FALSE         FALSE  FALSE
## 745                                         TRUE          TRUE  FALSE
## 746                                                             FALSE
## 747                                                             FALSE
## 748                                                             FALSE
## 749                                                             FALSE
## 750                                                             FALSE
## 751                                                              TRUE
## 752                                                             FALSE
## 753                                                             FALSE
## 754                                        FALSE         FALSE  FALSE
## 755                                        FALSE         FALSE  FALSE
## 756                                        FALSE         FALSE  FALSE
## 757                                         TRUE             ?  FALSE
## 758                                                                  
## 759                                        FALSE         FALSE   TRUE
## 760                                        FALSE         FALSE  FALSE
## 761                                        FALSE         FALSE   TRUE
## 762                                         TRUE          TRUE  FALSE
## 763                                        FALSE         FALSE  FALSE
## 764                                         TRUE          TRUE  FALSE
## 765                                         TRUE          TRUE  FALSE
## 766                                            ?             ?  FALSE
## 767                                         TRUE          TRUE  FALSE
## 768                                        FALSE         FALSE  FALSE
## 769                                        FALSE      indirect  FALSE
## 770                                        FALSE         FALSE  FALSE
## 771                                        FALSE         FALSE  FALSE
## 772                                         TRUE          TRUE  FALSE
## 773                                                             FALSE
## 774                                        FALSE         FALSE  FALSE
## 775                                        FALSE         FALSE  FALSE
## 776                                        FALSE         FALSE  FALSE
## 777                                        FALSE         FALSE  FALSE
## 778                                        FALSE         FALSE   TRUE
## 779                                        FALSE         FALSE  FALSE
## 780                                        FALSE         FALSE  FALSE
## 781                                                             FALSE
## 782                                         TRUE          TRUE  FALSE
## 783                                         TRUE          TRUE  FALSE
## 784                                        FALSE         FALSE  FALSE
## 785                                        FALSE         FALSE  FALSE
## 786                                        FALSE         FALSE  FALSE
## 787                                        FALSE         FALSE  FALSE
## 788                                        FALSE         FALSE   TRUE
## 789                                        FALSE         FALSE  FALSE
## 790                                        FALSE         FALSE  FALSE
## 791                                        FALSE         FALSE  FALSE
## 792                                        FALSE         FALSE  FALSE
## 793                                         TRUE         TRUE?  FALSE
## 794                                        FALSE         FALSE   TRUE
## 795                                        FALSE         FALSE  FALSE
## 796                                        FALSE         FALSE   TRUE
## 797                                        FALSE         FALSE  FALSE
## 798                                         TRUE         FALSE   TRUE
## 799                                         TRUE         FALSE   TRUE
## 800                                         TRUE          TRUE  FALSE
## 801                                        FALSE         FALSE  FALSE
## 802                                        FALSE         FALSE   TRUE
## 803                                        FALSE         FALSE  FALSE
## 804                                        FALSE         FALSE  FALSE
## 805                                        FALSE         FALSE  FALSE
## 806                                        FALSE         FALSE  FALSE
## 807                                        FALSE         FALSE  FALSE
## 808                                        FALSE         FALSE   TRUE
## 809                                         TRUE         FALSE  FALSE
## 810                                        FALSE         FALSE  FALSE
## 811                                        FALSE         FALSE  FALSE
## 812                                        FALSE         FALSE  FALSE
## 813         BR?                            FALSE         FALSE  FALSE
## 814                                        FALSE         FALSE  FALSE
## 815                                        FALSE         FALSE  FALSE
## 816                                        FALSE         FALSE  FALSE
## 817                                         TRUE          TRUE  FALSE
## 818                                         TRUE          TRUE  FALSE
## 819         BR?                            FALSE         FALSE  FALSE
## 820                                         TRUE          TRUE  FALSE
## 821         BR?                            FALSE         FALSE  FALSE
## 822                                        FALSE         FALSE  FALSE
## 823                                        FALSE         FALSE  FALSE
## 824         BR?                            FALSE         FALSE  FALSE
## 825                                        FALSE         FALSE   TRUE
## 826                                        FALSE         FALSE  FALSE
## 827                                         TRUE          TRUE  FALSE
## 828                                         TRUE      indirect  FALSE
## 829                                        FALSE         FALSE  FALSE
## 830                                        FALSE         FALSE  FALSE
## 831                                            ?             ?  FALSE
## 832                                         TRUE          TRUE  FALSE
## 833          AV                            FALSE         FALSE   TRUE
## 834                                         TRUE          TRUE  FALSE
## 835                                         TRUE      indirect  FALSE
## 836                                         TRUE          TRUE  FALSE
## 837                                        FALSE         FALSE  FALSE
## 838                                         TRUE      Indirect  FALSE
## 839                                         TRUE          TRUE  FALSE
## 840                                     Indirect      Indirect  FALSE
## 841                                     Indirect      Indirect  FALSE
## 842                                        FALSE         FALSE  FALSE
## 843          AS                             TRUE          TRUE  FALSE
## 844          AT                            FALSE         FALSE  FALSE
## 845                                        FALSE         FALSE  FALSE
## 846                                     Indirect      Indirect  FALSE
## 847                                         TRUE          TRUE  FALSE
## 848          AS                            FALSE         FALSE  FALSE
## 849                                     Indirect      Indirect  FALSE
## 850          AT                            FALSE         FALSE  FALSE
## 851          AS                            FALSE         FALSE  FALSE
## 852                                        FALSE         FALSE  FALSE
## 853         AU?                            FALSE         FALSE  FALSE
## 854         AU?                            FALSE         FALSE  FALSE
## 855         AU?                            FALSE         FALSE  FALSE
## 856                                        FALSE         FALSE  FALSE
## 857                                        FALSE         FALSE  FALSE
## 858                                        FALSE         FALSE  FALSE
## 859          AT                            FALSE         FALSE  FALSE
## 860                                        FALSE         FALSE  FALSE
## 861          AY                             TRUE          TRUE  FALSE
## 862          AY                            FALSE         FALSE  FALSE
## 863                                         TRUE          TRUE  FALSE
## 864                                        FALSE         FALSE  FALSE
## 865          AY                            FALSE         FALSE  FALSE
## 866                                        FALSE         FALSE  FALSE
## 867                                        FALSE         FALSE   TRUE
## 868                                        FALSE         FALSE  FALSE
## 869         BB?                             TRUE          TRUE  FALSE
## 870          AW                            FALSE         FALSE  FALSE
## 871          AX                            FALSE         FALSE  FALSE
## 872                                        FALSE         FALSE  FALSE
## 873                                        FALSE         FALSE  FALSE
## 874                                        FALSE         FALSE   TRUE
## 875          AW                            FALSE         FALSE   TRUE
## 876                                        FALSE         FALSE  FALSE
## 877                                        FALSE         FALSE  FALSE
## 878                                        FALSE         FALSE  FALSE
## 879          BF                             TRUE          TRUE  FALSE
## 880          AX                            FALSE         FALSE  FALSE
## 881          BA                            FALSE         FALSE  FALSE
## 882                                         TRUE          TRUE  FALSE
## 883                                        FALSE         FALSE  FALSE
## 884                                         TRUE          TRUE  FALSE
## 885                                        FALSE         FALSE  FALSE
## 886                                        FALSE         FALSE  FALSE
## 887          AX                            FALSE         FALSE  FALSE
## 888                                        FALSE         FALSE   TRUE
## 889                                        FALSE         FALSE  FALSE
## 890          AW                            FALSE         FALSE  FALSE
## 891          AW                            FALSE         FALSE  FALSE
## 892          AW                            FALSE         FALSE  FALSE
## 893                                        FALSE         FALSE  FALSE
## 894          AW                            FALSE         FALSE   TRUE
## 895          AZ                            FALSE         FALSE  FALSE
## 896                                         TRUE         FALSE  FALSE
## 897                                        FALSE         FALSE  FALSE
## 898          AW                             TRUE         FALSE  FALSE
## 899          BD                            FALSE         FALSE  FALSE
## 900          AY                             TRUE          TRUE  FALSE
## 901          AZ                            FALSE         FALSE  FALSE
## 902          AZ                            FALSE         FALSE  FALSE
## 903                                        FALSE         FALSE  FALSE
## 904          BA                            FALSE         FALSE  FALSE
## 905          BC                            FALSE         FALSE  FALSE
## 906          BE                            FALSE         FALSE  FALSE
## 907          AW                            FALSE         FALSE   TRUE
## 908                                        FALSE         FALSE  FALSE
## 909                                         TRUE          TRUE  FALSE
## 910          AZ                            FALSE         FALSE  FALSE
## 911                                        FALSE         FALSE  FALSE
## 912                                         TRUE          TRUE  FALSE
## 913                                                             FALSE
## 914          AW                            FALSE         FALSE  FALSE
## 915          BG                            FALSE         FALSE  FALSE
## 916                                                                  
## 917                                        FALSE         FALSE  FALSE
## 918          AW                            FALSE         FALSE  FALSE
## 919          AZ                            FALSE         FALSE  FALSE
## 920                                            ?             ?  FALSE
## 921                                         TRUE          TRUE  FALSE
## 922                                        FALSE         FALSE   TRUE
## 923          AT                            FALSE         FALSE  FALSE
## 924                                        FALSE         FALSE  FALSE
## 925          BE                            FALSE         FALSE   TRUE
## 926          BE                            FALSE         FALSE   TRUE
## 927                                        FALSE         FALSE  FALSE
## 928          BD                            FALSE         FALSE  FALSE
## 929                                       ?FALSE        ?FALSE  FALSE
## 930                                        FALSE         FALSE  FALSE
## 931          BC                            FALSE         FALSE  FALSE
## 932         BB?                            FALSE         FALSE  FALSE
## 933                                        FALSE         FALSE  FALSE
## 934          AX                            FALSE         FALSE  FALSE
## 935                                                                  
## 936          BC                            FALSE         FALSE  FALSE
## 937          AW                            FALSE         FALSE  FALSE
## 938                                                             FALSE
## 939                                         TRUE          TRUE  FALSE
## 940                                        FALSE         FALSE  FALSE
## 941          BI                            FALSE         FALSE   TRUE
## 942                                        FALSE         FALSE  FALSE
## 943                                        FALSE         FALSE  FALSE
## 944                                                             FALSE
## 945         BB?                            FALSE         FALSE   TRUE
## 946          BF                                                 FALSE
## 947         AZ?                            FALSE         FALSE   TRUE
## 948                                        FALSE         FALSE  FALSE
## 949                                        FALSE         FALSE  FALSE
## 950                                        FALSE         FALSE  FALSE
## 951          BC                            FALSE         FALSE   TRUE
## 952                                        FALSE         FALSE  FALSE
## 953                                        FALSE         FALSE  FALSE
## 954                                        FALSE         FALSE  FALSE
## 955          BC                            FALSE         FALSE  FALSE
## 956                                                             FALSE
## 957                                        FALSE         FALSE  FALSE
## 958                                                             FALSE
## 959                                        FALSE         FALSE  FALSE
## 960                                                              TRUE
## 961                                                             FALSE
## 962                                         TRUE          TRUE  FALSE
## 963                                        FALSE         FALSE  FALSE
## 964                                                             FALSE
## 965                                         TRUE      indirect  FALSE
## 966                                        FALSE         FALSE   TRUE
## 967          BG                            FALSE         FALSE  FALSE
## 968                                                             FALSE
## 969                                                             FALSE
## 970                                        FALSE         FALSE  FALSE
## 971                                        FALSE         FALSE   TRUE
## 972                                        FALSE         FALSE  FALSE
## 973                                        FALSE         FALSE  FALSE
## 974                                                             FALSE
## 975                                         TRUE         FALSE  FALSE
## 976          BC                            FALSE         FALSE  FALSE
## 977                                        FALSE         FALSE  FALSE
## 978          BI                            FALSE         FALSE   TRUE
## 979          BH                            ?TRUE         ?TRUE  FALSE
## 980                                                             FALSE
## 981                                                             FALSE
## 982                                         TRUE          TRUE  FALSE
## 983                                         TRUE          TRUE  FALSE
## 984                                                             FALSE
## 985                                        FALSE         FALSE  FALSE
## 986                                        FALSE         FALSE  FALSE
## 987                                                                  
## 988          BJ                                                 FALSE
## 989          BH                                                 FALSE
## 990                                                             FALSE
## 991                                                             FALSE
## 992                                         TRUE          TRUE  FALSE
## 993          BJ                            FALSE         FALSE  FALSE
## 994                                                             FALSE
## 995          BI                            FALSE         FALSE  FALSE
## 996                                         TRUE          TRUE       
## 997          AW                                                 FALSE
## 998                                         TRUE          TRUE  FALSE
## 999                                         TRUE          TRUE  FALSE
## 1000                                                            FALSE
## 1001                                                                 
## 1002                                        TRUE          TRUE  FALSE
## 1003                                        TRUE          TRUE  FALSE
## 1004                                                            FALSE
## 1005         BJ                            FALSE         FALSE   TRUE
## 1006                                                            FALSE
## 1007                                                            FALSE
## 1008         BJ                            FALSE         FALSE   TRUE
## 1009                                                            FALSE
## 1010                                                            FALSE
## 1011                                                            FALSE
## 1012                                                            FALSE
## 1013                                        TRUE          TRUE  FALSE
## 1014                                                             TRUE
## 1015                                        TRUE          TRUE  FALSE
## 1016         BK                             TRUE          TRUE  FALSE
## 1017                                                            FALSE
## 1018                                                            FALSE
## 1019                                                            FALSE
## 1020                                   ?indirect     ?indirect  FALSE
## 1021                                        TRUE          TRUE  FALSE
## 1022         BK                            FALSE         FALSE  FALSE
## 1023         BL                                                 FALSE
## 1024                                       FALSE         FALSE  FALSE
## 1025                                                            FALSE
## 1026         BK                            FALSE         FALSE  FALSE
## 1027         BK                            FALSE         FALSE  FALSE
## 1028         BK                            FALSE         FALSE  FALSE
## 1029         BK                            FALSE         FALSE  FALSE
## 1030         BL                            FALSE         FALSE  FALSE
## 1031                                                            FALSE
## 1032                                                            FALSE
## 1033                                                            FALSE
## 1034                                        TRUE          TRUE  FALSE
## 1035                                       FALSE         FALSE       
## 1036         BL                            FALSE         FALSE  FALSE
## 1037         BK                             TRUE          TRUE  FALSE
## 1038        BN?                             TRUE          TRUE  FALSE
## 1039                                                            FALSE
## 1040                                                            FALSE
## 1041                                        TRUE          TRUE  FALSE
## 1042         BK                            FALSE         FALSE  FALSE
## 1043                                       FALSE         FALSE  FALSE
## 1044         BQ                         Indirect      indirect  FALSE
## 1045         BP                                                 FALSE
## 1046         BO                             TRUE          TRUE  FALSE
## 1047                                        TRUE          TRUE       
## 1048         BM                            FALSE         FALSE  FALSE
## 1049         BM                                                 FALSE
## 1050         BM                                                 FALSE
## 1051                                        TRUE          TRUE  FALSE
## 1052         BM                                                 FALSE
## 1053         BM                                                  TRUE
## 1054         BK                            FALSE         FALSE   TRUE
## 1055         BM                                                 FALSE
## 1056         BM                                                  TRUE
## 1057         BM                                                  TRUE
## 1058         BM                                                 FALSE
## 1059         BM                                                 FALSE
## 1060         BM                                                 FALSE
## 1061         BM                                                 FALSE
## 1062         BM                                                 FALSE
## 1063         BQ                            FALSE         FALSE  FALSE
## 1064         BK                            FALSE         FALSE  FALSE
## 1065         BO                            FALSE         FALSE  FALSE
## 1066                                                            FALSE
## 1067                                                            FALSE
## 1068                                                            FALSE
## 1069                                                            FALSE
## 1070                                                            FALSE
## 1071                                    Indirect      indirect       
## 1072         BM                                                 FALSE
## 1073         BM                                                 FALSE
## 1074                                                            FALSE
## 1075                                        TRUE         FALSE   TRUE
## 1076                                        TRUE          TRUE  FALSE
## 1077         BM                                                 FALSE
## 1078         BM                                                 FALSE
## 1079         BM                                                 FALSE
## 1080         BM                                                 FALSE
## 1081         BM                                                 FALSE
## 1082         BM                                                 FALSE
## 1083         BM                                                 FALSE
## 1084         BM                                                 FALSE
## 1085         BM                                                 FALSE
## 1086         BM                                                 FALSE
## 1087         BM                                                 FALSE
## 1088         BM                                                 FALSE
## 1089         BM                                                 FALSE
## 1090         BM                                                 FALSE
## 1091         BM                                                 FALSE
## 1092                                       FALSE         FALSE  FALSE
## 1093                                       FALSE         FALSE  FALSE
## 1094                                       FALSE         FALSE   TRUE
## 1095                                                            FALSE
## 1096                                                            FALSE
## 1097         BK                            FALSE         FALSE   TRUE
## 1098                                                            FALSE
## 1099         BQ                            FALSE         FALSE  ?TRUE
## 1100         BP                            FALSE         FALSE   TRUE
## 1101                                        TRUE          TRUE  FALSE
## 1102                                                            FALSE
## 1103         BM                                                 FALSE
## 1104         BM                                                 FALSE
## 1105         BM                                                 FALSE
## 1106         BM                                                  TRUE
## 1107         BM                                                  TRUE
## 1108         BM                                                 FALSE
## 1109                                                            FALSE
## 1110                                                                 
## 1111         BM                                                 FALSE
## 1112         BM                                                 FALSE
## 1113         BM                                                 FALSE
## 1114         BM                                                 FALSE
## 1115         BM                                                 FALSE
## 1116                                                            FALSE
## 1117         BM                                                 FALSE
## 1118         BM                                                 FALSE
## 1119         BM                                                 FALSE
## 1120         BM                                                 FALSE
## 1121         BM                                                  TRUE
## 1122         BM                                                 FALSE
## 1123         BM                                                 FALSE
## 1124         BM                                                 FALSE
## 1125         BM                                                 FALSE
## 1126                                        TRUE         FALSE  FALSE
## 1127         BM                                                 FALSE
## 1128         BM                                                 FALSE
## 1129         BM                                                 FALSE
## 1130         BM                                                 FALSE
## 1131         BM                                                 FALSE
## 1132         BM                                                 FALSE
## 1133         BM                                                 FALSE
## 1134         BM                                                 FALSE
## 1135         BM                                                 FALSE
## 1136         BM                                                  TRUE
## 1137         BM                                                 FALSE
## 1138         BM                                                  TRUE
## 1139         BM                                                 FALSE
## 1140         BM                                                 FALSE
## 1141         BM                                                      
## 1142         BM                                                      
## 1143         BM                                                 FALSE
## 1144         BM                                                 FALSE
## 1145         BM                                                 FALSE
## 1146         BM                                                 FALSE
## 1147         BM                                                 FALSE
## 1148         BM                                                 FALSE
## 1149         BM                                                 FALSE
## 1150         BM                                                 FALSE
## 1151         BM                                                 FALSE
## 1152         BM                                                 FALSE
## 1153         BM                                                 FALSE
## 1154         BM                                                  TRUE
## 1155         BM                                                  TRUE
## 1156         BM                                                 FALSE
## 1157         BM                                                 FALSE
## 1158         BM                                                 FALSE
## 1159         BM                                                 FALSE
## 1160         BM                                                 FALSE
## 1161         BM                                                 FALSE
## 1162         BM                                                 FALSE
## 1163         BM                                                 FALSE
## 1164         BM                                                 FALSE
## 1165         BM                                                 FALSE
## 1166         BM                                                 FALSE
## 1167         BM                                                 FALSE
## 1168         BM                                                 FALSE
## 1169         BM                                                 FALSE
## 1170         BM                                                 FALSE
## 1171         BM                                                 FALSE
## 1172        ?BK                                                 FALSE
## 1173                                       FALSE         FALSE  FALSE
## 1174         BM                                                 FALSE
## 1175         BM                                                 FALSE
## 1176         BM                                                 FALSE
## 1177         BM                                                 FALSE
## 1178         BM                                                 FALSE
## 1179         BM                                                 FALSE
## 1180         BM                                                 FALSE
## 1181         BM                                                 FALSE
## 1182         BM                                                 FALSE
## 1183         BM                                                 FALSE
## 1184         BM                                                 FALSE
## 1185         BM                                                 FALSE
## 1186         BM                                                 FALSE
## 1187                                       FALSE         FALSE  FALSE
## 1188        ?BK                                                 FALSE
## 1189        ?BK                                                 FALSE
## 1190                                        TRUE          TRUE  FALSE
## 1191                                                            FALSE
## 1192         BM                                                 FALSE
## 1193         BM                                                 FALSE
## 1194         BM                                                 FALSE
## 1195         BM                                                 FALSE
## 1196         BM                                                 FALSE
## 1197         BM                                                 FALSE
## 1198         BM                                                 FALSE
## 1199         BM                                                 FALSE
## 1200         BM                                                  TRUE
## 1201         BM                                                 FALSE
## 1202         BM                                                 FALSE
## 1203         BM                                                 FALSE
## 1204         BM                                                      
## 1205         BM                                                 FALSE
## 1206         BM                                                 FALSE
## 1207         BM                                                 FALSE
## 1208         BM                                                      
## 1209         BM                                                  TRUE
## 1210         BM                                                 FALSE
## 1211         BM                                                 FALSE
## 1212         BM                                                  TRUE
## 1213         BM                                                 FALSE
## 1214         BM                                                 FALSE
## 1215         BM                                                 FALSE
## 1216         BM                                                  TRUE
## 1217         BM                                                 FALSE
## 1218         BM                                                 FALSE
## 1219         BM                                                 FALSE
## 1220         BM                                                  TRUE
## 1221         BM                                                  TRUE
## 1222         BM                                                 FALSE
## 1223         BM                                                 FALSE
## 1224         BM                                                 FALSE
## 1225         BM                                                 FALSE
## 1226         BM                                                 FALSE
## 1227         BM                                                 FALSE
## 1228         BM                                                  TRUE
## 1229        ?BK                                                 FALSE
## 1230         BM                                                 FALSE
## 1231         BM                                                 FALSE
## 1232         BM                                                  TRUE
## 1233         BM                                                 FALSE
## 1234         BM                                                 FALSE
## 1235                                                            FALSE
## 1236         BM                                                 FALSE
## 1237         BM                                                 FALSE
## 1238         BM                                                 FALSE
## 1239         BM                                                 FALSE
## 1240         BS                            FALSE         FALSE       
## 1241        ?BK                                                  TRUE
## 1242         BM                                                 FALSE
## 1243         BM                                                 FALSE
## 1244         BM                                                 FALSE
## 1245         BM                                                 FALSE
## 1246         BM                                                 FALSE
## 1247         BM                                                  TRUE
## 1248         BM                                                 FALSE
## 1249         BM                                                  TRUE
## 1250        ?BK                                                 FALSE
## 1251        ?BK                                                 FALSE
## 1252         BM                                                  TRUE
## 1253         BM                                                  TRUE
## 1254         BM                                                 FALSE
## 1255                                                      TRUE       
## 1256         BM                                                 FALSE
## 1257         BS                                                 FALSE
## 1258        ?BK                                                  TRUE
## 1259         BM                                                 FALSE
## 1260         BM                                                  TRUE
## 1261         BM                                                  TRUE
## 1262         BM                                                 FALSE
## 1263         BM                                                 FALSE
## 1264         BM                                                  TRUE
## 1265         BM                                                 FALSE
## 1266         BM                                                 FALSE
## 1267         BM                                                 FALSE
## 1268         BM                                                 FALSE
## 1269         BM                                                 FALSE
## 1270         BM                                                 FALSE
## 1271         BM                                                  TRUE
## 1272        ?BK                                                 FALSE
## 1273         BS                                                 FALSE
## 1274         BM                                                 FALSE
## 1275         BM                                                  TRUE
## 1276         BM                                                  TRUE
## 1277                                                            FALSE
## 1278                                                            FALSE
## 1279                                                            FALSE
## 1280                                        TRUE          TRUE  FALSE
## 1281         CA                                                 FALSE
## 1282         BM                                                  TRUE
## 1283                                        TRUE          TRUE  FALSE
## 1284         BM                                                  TRUE
## 1285         BM                                                  TRUE
## 1286         BM                                                  TRUE
## 1287                                                                 
## 1288        ?BV                             TRUE          TRUE  FALSE
## 1289                                        TRUE          TRUE  FALSE
## 1290                                       FALSE         FALSE  FALSE
## 1291         BT                                                 FALSE
## 1292                                       FALSE         FALSE  FALSE
## 1293         BU                             TRUE          TRUE  FALSE
## 1294         BU                                                 FALSE
## 1295 ?BU or ?BV                                                 FALSE
## 1296         BT                                          FALSE  FALSE
## 1297         BT                                                 FALSE
## 1298                                                            FALSE
## 1299 ?BU or ?BV                                                 FALSE
## 1300         BU                                                 FALSE
## 1301 ?BU or ?CA                            FALSE         FALSE  FALSE
## 1302 ?BU or ?CA                                                 FALSE
## 1303 ?BU or ?CA                                                 FALSE
## 1304         CA                            FALSE         FALSE   TRUE
## 1305                                        TRUE          TRUE   TRUE
## 1306                                                            FALSE
## 1307 ?BU or ?CA                            FALSE         FALSE   TRUE
## 1308 ?BU or ?CA                                                 FALSE
## 1309 ?BU or ?CA                                                 FALSE
## 1310         BZ                                                 FALSE
## 1311         BZ                                                 FALSE
## 1312         BY                            FALSE         FALSE  FALSE
## 1313 ?BU or ?CA                                                 FALSE
## 1314                                                            FALSE
## 1315 ?BU or ?CA                                                  TRUE
## 1316         BY                                                 FALSE
## 1317        ?BU                            FALSE         FALSE  FALSE
## 1318        ?BU                            FALSE         FALSE  FALSE
## 1319        ?BU                            FALSE         FALSE  FALSE
## 1320 ?BU or ?CA                                                 FALSE
## 1321        ?BU                                                 FALSE
## 1322        ?BU                                                 FALSE
## 1323        ?BU                                                 FALSE
## 1324        ?BU                            FALSE         FALSE  FALSE
## 1325                                        TRUE          TRUE  FALSE
## 1326        ?BU                                                 FALSE
## 1327        ?BU                                                 FALSE
## 1328        ?BU                                                 FALSE
## 1329        ?BU                                                 FALSE
## 1330         CF                                                 FALSE
## 1331        ?BU                            FALSE         FALSE  FALSE
## 1332        ?BU                            FALSE         FALSE  FALSE
## 1333        ?BU                            FALSE         FALSE  FALSE
## 1334        ?BU                                                 FALSE
## 1335                                                             TRUE
## 1336        ?BU                                                 FALSE
## 1337        ?BU                            FALSE         FALSE  FALSE
## 1338        ?BU                            FALSE         FALSE  FALSE
## 1339        ?BU                            FALSE         FALSE  FALSE
## 1340        ?BU                            FALSE         FALSE  FALSE
## 1341        ?BU                            FALSE         FALSE   TRUE
## 1342        ?BU                            FALSE         FALSE  FALSE
## 1343        ?BU                            FALSE         FALSE  FALSE
## 1344        ?BU                            FALSE         FALSE  FALSE
## 1345        ?BU                            FALSE         FALSE  FALSE
## 1346        ?BU                            FALSE         FALSE  FALSE
## 1347        ?BU                            FALSE         FALSE  FALSE
## 1348        ?BU                            FALSE         FALSE  FALSE
## 1349                                                             TRUE
## 1350 ?BU or ?CA                            FALSE         FALSE  FALSE
## 1351        ?BU                            FALSE         FALSE  FALSE
## 1352        ?BU                            FALSE         FALSE  FALSE
## 1353        ?BU                            FALSE         FALSE  FALSE
## 1354        ?BU                            FALSE         FALSE  FALSE
## 1355        ?BU                            FALSE         FALSE  FALSE
## 1356        ?BU                            FALSE         FALSE  FALSE
## 1357        ?BU                            FALSE         FALSE  FALSE
## 1358        ?BU                            FALSE         FALSE  FALSE
## 1359        ?BU                            FALSE         FALSE  FALSE
## 1360        ?BU                            FALSE         FALSE  FALSE
## 1361        ?BU                            FALSE         FALSE  FALSE
## 1362        ?BU                            FALSE         FALSE  FALSE
## 1363        ?BU                            FALSE         FALSE  FALSE
## 1364        ?BU                            FALSE         FALSE  FALSE
## 1365        ?BU                            FALSE         FALSE  FALSE
## 1366        ?BU                            FALSE         FALSE  FALSE
## 1367        ?BU                            FALSE         FALSE   TRUE
## 1368        ?BU                                                 FALSE
## 1369                                                            FALSE
## 1370                                                            FALSE
## 1371        ?BU                            FALSE         FALSE  FALSE
## 1372        ?BU                            FALSE         FALSE  FALSE
## 1373        ?BU                            FALSE         FALSE  FALSE
## 1374        ?BU                                                 FALSE
## 1375                                                            FALSE
## 1376        ?BU                                                  TRUE
## 1377                                                            FALSE
## 1378 ?BU or ?CA                                                 FALSE
## 1379        ?BU                            FALSE         FALSE  FALSE
## 1380        ?BU                            FALSE         FALSE  FALSE
## 1381        ?BU                            FALSE         FALSE  FALSE
## 1382        ?BU                            FALSE         FALSE   TRUE
## 1383        ?BU                            FALSE         FALSE  FALSE
## 1384        ?BU                            FALSE         FALSE  FALSE
## 1385        ?BU                            FALSE         FALSE  FALSE
## 1386        ?BU                            FALSE         FALSE  FALSE
## 1387        ?BU                            FALSE         FALSE   TRUE
## 1388        ?BU                            FALSE         FALSE   TRUE
## 1389        ?BU                                                 FALSE
## 1390                                                            FALSE
## 1391        ?BU                            FALSE         FALSE  FALSE
## 1392        ?CE                                                 FALSE
## 1393                                                            FALSE
## 1394         CD                                                 FALSE
## 1395        ?BU                            FALSE         FALSE  FALSE
## 1396        ?BU                            FALSE         FALSE  FALSE
## 1397        ?BU                            FALSE         FALSE  FALSE
## 1398        ?BU                            FALSE         FALSE  FALSE
## 1399        ?BU                            FALSE         FALSE  FALSE
## 1400        ?BU                            FALSE         FALSE   TRUE
## 1401        ?BU                            FALSE         FALSE  FALSE
## 1402        ?BU                            FALSE         FALSE   TRUE
## 1403        ?BU                            FALSE         FALSE  FALSE
## 1404        ?BU                            FALSE         FALSE  FALSE
## 1405        ?BU                            FALSE         FALSE  FALSE
## 1406                                        TRUE          TRUE  FALSE
## 1407        ?CE                            FALSE         FALSE   TRUE
## 1408        ?BU                            FALSE         FALSE  FALSE
## 1409        ?BU                            FALSE         FALSE  FALSE
## 1410        ?BU                            FALSE         FALSE  FALSE
## 1411        ?BU                            FALSE         FALSE  FALSE
## 1412         CD                                                  TRUE
## 1413        ?BU                                                 FALSE
## 1414                                        TRUE          TRUE  FALSE
## 1415        ?BU                            FALSE         FALSE  FALSE
## 1416         CB                                                 FALSE
## 1417                                        TRUE          TRUE  FALSE
## 1418        ?BU                            FALSE         FALSE   TRUE
## 1419        ?BU                            FALSE         FALSE  FALSE
## 1420        ?BU                            FALSE         FALSE  FALSE
## 1421        ?BU                            FALSE         FALSE  FALSE
## 1422        ?BU                            FALSE         FALSE   TRUE
## 1423        ?BU                            FALSE         FALSE  FALSE
## 1424        ?BU                            FALSE         FALSE  FALSE
## 1425        ?BU                            FALSE         FALSE  FALSE
## 1426         CG                                                 FALSE
## 1427        ?BU                            FALSE         FALSE  FALSE
## 1428        ?BU                            FALSE         FALSE  FALSE
## 1429                                                            FALSE
## 1430        ?BU                            FALSE         FALSE  FALSE
## 1431         CB                            FALSE         FALSE  FALSE
## 1432         CB                            FALSE         FALSE  FALSE
## 1433         CG                            FALSE         FALSE   TRUE
## 1434         CF                            FALSE         FALSE   TRUE
## 1435        ?BU                                                  TRUE
## 1436        ?BU                            FALSE         FALSE  FALSE
## 1437        ?BU                            FALSE         FALSE  FALSE
## 1438        ?BU                            FALSE         FALSE   TRUE
## 1439        ?BU                            FALSE         FALSE   TRUE
## 1440                                                            FALSE
## 1441         CB                                                 FALSE
## 1442                                        TRUE          TRUE  FALSE
## 1443        ?BU                            FALSE         FALSE  FALSE
## 1444        ?BU                            FALSE         FALSE  FALSE
## 1445        ?BU                            FALSE         FALSE  FALSE
## 1446        ?BU                            FALSE         FALSE   TRUE
## 1447                                                            FALSE
## 1448        ?BU                            FALSE         FALSE   TRUE
## 1449                                        TRUE          TRUE  FALSE
## 1450                                                            FALSE
## 1451        ?BU                            FALSE         FALSE  FALSE
## 1452                                                            FALSE
## 1453        ?BU                                                  TRUE
## 1454                                                            FALSE
## 1455        ?BU                            FALSE         FALSE   TRUE
## 1456                                                            FALSE
## 1457        ?BU                            FALSE         FALSE   TRUE
## 1458        ?BU                            FALSE         FALSE   TRUE
## 1459        ?BU                            FALSE         FALSE  FALSE
## 1460                                                            FALSE
## 1461                                                            FALSE
## 1462        ?BU                            FALSE         FALSE  FALSE
## 1463                                                            FALSE
## 1464                                                            FALSE
## 1465                                                            FALSE
## 1466         CH                             TRUE          TRUE  FALSE
## 1467        ?BU                                                  TRUE
## 1468                                        TRUE          TRUE  FALSE
## 1469         CC                                                      
## 1470         CC                            FALSE         FALSE  FALSE
## 1471         CC                                                 FALSE
## 1472         CC                            FALSE         FALSE  FALSE
## 1473         CC                            FALSE         FALSE  FALSE
## 1474         CC                            FALSE         FALSE  FALSE
## 1475        ?BU                            FALSE         FALSE   TRUE
## 1476        ?BU                            FALSE         FALSE  FALSE
## 1477                                                            FALSE
## 1478        ?BU                            FALSE         FALSE  FALSE
## 1479        ?BU                            FALSE         FALSE   TRUE
## 1480        ?BU                            FALSE         FALSE   TRUE
## 1481         CJ                                                 FALSE
## 1482         CC                            FALSE         FALSE   TRUE
## 1483        ?BU                            FALSE         FALSE   TRUE
## 1484                                                            FALSE
## 1485        ?BU                                                  TRUE
## 1486        ?BU                                                  TRUE
## 1487         CH                            FALSE         FALSE  FALSE
## 1488         CC                            FALSE         FALSE       
## 1489        ?CC                            FALSE         FALSE       
## 1490        ?CC                            FALSE         FALSE       
## 1491        ?CC                            FALSE         FALSE       
## 1492         CC                            FALSE         FALSE       
## 1493                                                            FALSE
## 1494         CI                                                 FALSE
## 1495         CI                            FALSE         FALSE  FALSE
## 1496                                                            FALSE
## 1497         CC                            FALSE         FALSE  FALSE
## 1498                                                                 
## 1499                                                            FALSE
## 1500         CJ                            FALSE         FALSE  FALSE
## 1501                                                            FALSE
## 1502                                                            FALSE
## 1503                                        TRUE          TRUE  FALSE
## 1504         CJ                            FALSE         FALSE  FALSE
## 1505                                       FALSE         FALSE   TRUE
## 1506                                        TRUE          TRUE  FALSE
## 1507        ?BU                            FALSE         FALSE   TRUE
## 1508                                                            FALSE
## 1509                                                                 
## 1510        ?CC                            FALSE         FALSE   TRUE
## 1511        ?CC                            FALSE         FALSE  FALSE
## 1512                                                             TRUE
## 1513                                                            FALSE
## 1514        ?CC                            FALSE         FALSE  FALSE
## 1515        ?CC                            FALSE         FALSE   TRUE
## 1516         CK                                                 FALSE
## 1517         CK                            FALSE         FALSE  FALSE
## 1518                                                            FALSE
## 1519         CK                            FALSE         FALSE  FALSE
## 1520         CK                            FALSE         FALSE  FALSE
## 1521         CK                            FALSE         FALSE  FALSE
## 1522                                                            FALSE
## 1523         CL                                                 FALSE
## 1524                                                            FALSE
## 1525         CK                            FALSE         FALSE  FALSE
## 1526        ?CL                             TRUE          TRUE  FALSE
## 1527         CK                            FALSE         FALSE  FALSE
## 1528         CL                            FALSE         FALSE  FALSE
## 1529         CK                            FALSE         FALSE  FALSE
## 1530         CK                            FALSE         FALSE   TRUE
## 1531         CM                                                 FALSE
## 1532         CE                                                 FALSE
## 1533         CL                            FALSE         FALSE   TRUE
## 1534        ?CL                            FALSE         FALSE  FALSE
## 1535        ?CL                            FALSE         FALSE  FALSE
## 1536        ?CL                            FALSE         FALSE  FALSE
## 1537         CK                            FALSE         FALSE   TRUE
## 1538         CM                            FALSE         FALSE  FALSE
## 1539         CL                            FALSE         FALSE   TRUE
## 1540                                       FALSE         FALSE  FALSE
## 1541                                        TRUE          TRUE  FALSE
## 1542                                                            FALSE
## 1543         CE                                                 FALSE
## 1544        ?CC                            FALSE         FALSE  FALSE
## 1545                                                            FALSE
## 1546         CD                                                 FALSE
## 1547                                                            FALSE
## 1548         CD                            FALSE         FALSE   TRUE
## 1549                                        TRUE          TRUE  FALSE
## 1550                                        TRUE          TRUE  FALSE
## 1551                                        TRUE          TRUE  FALSE
## 1552                                        TRUE          TRUE  FALSE
## 1553                                        TRUE          TRUE  FALSE
## 1554                                        TRUE          TRUE  FALSE
## 1555         CN                             TRUE          TRUE  FALSE
## 1556         CN                            FALSE         FALSE  FALSE
## 1557                                        TRUE          TRUE  FALSE
## 1558                                        TRUE          TRUE  FALSE
## 1559                                        TRUE          TRUE  FALSE
## 1560                                        TRUE          TRUE  FALSE
## 1561         CO                             TRUE          TRUE  FALSE
## 1562                                        TRUE          TRUE  FALSE
## 1563                                       FALSE         FALSE  FALSE
## 1564                                        TRUE          TRUE  FALSE
## 1565                                                            FALSE
## 1566         CO                             TRUE          TRUE  FALSE
## 1567                                                                 
## 1568        ?CU                                                      
## 1569        ?CU                             TRUE          TRUE       
## 1570                                                                 
## 1571                                                                 
## 1572                                                                 
## 1573                                                                 
## 1574                                       FALSE         FALSE  FALSE
## 1575                                        TRUE         FALSE  FALSE
## 1576                                                            FALSE
## 1577                                        TRUE          TRUE  FALSE
## 1578         CU                                                  TRUE
## 1579         CT                                                 FALSE
## 1580                                                            FALSE
## 1581         CP                                                 FALSE
## 1582         CP                                                 FALSE
## 1583        ?CP                                                 FALSE
## 1584                                                            FALSE
## 1585         CP                                                 FALSE
## 1586        ?CP                             TRUE          TRUE  FALSE
## 1587         CP                                                  TRUE
## 1588                                        TRUE          TRUE  FALSE
## 1589         CP                                                 FALSE
## 1590         CP                                                  TRUE
## 1591                                        TRUE          TRUE  FALSE
## 1592        ?CP                                                 FALSE
## 1593        ?CP                                                 FALSE
## 1594         CP                                                 FALSE
## 1595                                                             TRUE
## 1596        ?CP                                                      
## 1597                                                                 
## 1598        ?CP                                                 FALSE
## 1599         CT                            FALSE         FALSE  FALSE
## 1600                                        TRUE          TRUE  FALSE
## 1601                                        TRUE          TRUE  FALSE
## 1602         CT                            FALSE         FALSE  FALSE
## 1603                                        TRUE          TRUE  FALSE
## 1604                                                            FALSE
## 1605                                                            FALSE
## 1606         CV                             TRUE          TRUE  FALSE
## 1607                                        TRUE          TRUE  FALSE
## 1608         CP                            FALSE         FALSE   TRUE
## 1609         CP                            FALSE         FALSE  FALSE
## 1610         CP                            FALSE         FALSE  FALSE
## 1611                                                            FALSE
## 1612         CP                            FALSE         FALSE  FALSE
## 1613                                                            FALSE
## 1614                                                            FALSE
## 1615                                                            FALSE
## 1616         CP                                                  TRUE
## 1617         CP                                                  TRUE
## 1618         CP                                                  TRUE
## 1619         CV                                                 FALSE
## 1620                                        TRUE          TRUE  FALSE
## 1621        ?CP                                                 FALSE
## 1622         CP                                                 FALSE
## 1623         CP                                                 FALSE
## 1624         CW                                                 FALSE
## 1625                                                             TRUE
## 1626                                        TRUE          TRUE  FALSE
## 1627                                        TRUE          TRUE  FALSE
## 1628                                                            FALSE
## 1629                                        TRUE          TRUE  FALSE
## 1630                                                            FALSE
## 1631         CW                                                 FALSE
## 1632                                                            FALSE
## 1633                                                            FALSE
## 1634                                        TRUE          TRUE  FALSE
## 1635         CP                                                 FALSE
## 1636         CP                                                 FALSE
## 1637         CP                                                 FALSE
## 1638                                                            FALSE
## 1639                                        TRUE          TRUE  FALSE
## 1640                                                            FALSE
## 1641         CP                                                 FALSE
## 1642         CP                                                 FALSE
## 1643                                        TRUE          TRUE  FALSE
## 1644         CX                                                 FALSE
## 1645                                                            FALSE
## 1646                                        TRUE          TRUE  FALSE
## 1647        ?CY                             TRUE          TRUE  FALSE
## 1648                                        TRUE          TRUE  FALSE
## 1649         CZ                                                 FALSE
## 1650                                                            FALSE
## 1651         CX                                                 FALSE
## 1652         CP                                                 FALSE
## 1653                                        TRUE          TRUE   TRUE
## 1654         CZ                                                 FALSE
## 1655         CX                                                  TRUE
## 1656        ?CY                             TRUE          TRUE  FALSE
## 1657                                        TRUE          TRUE  FALSE
## 1658         DA                                                 FALSE
## 1659         DA                                                 FALSE
## 1660                                        TRUE          TRUE  FALSE
## 1661                                                            FALSE
## 1662         CQ                                                 FALSE
## 1663                                        TRUE          TRUE  FALSE
## 1664                                        TRUE          TRUE  FALSE
## 1665                                        TRUE          TRUE  FALSE
## 1666                                                            FALSE
## 1667                                        TRUE          TRUE  FALSE
## 1668         CQ                                                 FALSE
## 1669         CQ                                                 FALSE
## 1670         CQ                                                  TRUE
## 1671         CQ                                                  TRUE
## 1672         CQ                                                  TRUE
## 1673                                                            FALSE
## 1674                                        TRUE          TRUE  FALSE
## 1675         CQ                                                 FALSE
## 1676         CQ                                                 FALSE
## 1677         CQ                                                 FALSE
## 1678         CQ                                                 FALSE
## 1679         CQ                                                  TRUE
## 1680         CQ                                                  TRUE
## 1681         CQ                                                  TRUE
## 1682         CQ                                                  TRUE
## 1683         CQ                                                  TRUE
## 1684         CQ                                                  TRUE
## 1685         CQ                                                 FALSE
## 1686         CQ                                                 FALSE
## 1687         CQ                                                 FALSE
## 1688         CQ                                                  TRUE
## 1689         CQ                                                  TRUE
## 1690                                                                 
## 1691         CQ                            FALSE         FALSE   TRUE
## 1692         CQ                            FALSE         FALSE   TRUE
## 1693                                                             TRUE
## 1694         CQ                            FALSE         FALSE   TRUE
## 1695         CQ                            FALSE         FALSE  FALSE
## 1696         CR                                                 FALSE
## 1697                                        TRUE          TRUE       
## 1698                                                            FALSE
## 1699                                                            FALSE
## 1700         CQ                            FALSE         FALSE   TRUE
## 1701         CQ                                                  TRUE
## 1702                                        TRUE          TRUE  FALSE
## 1703                                       FALSE         FALSE  FALSE
## 1704         CQ                                                 FALSE
## 1705         CR                            FALSE         FALSE   TRUE
## 1706         CQ                            FALSE         FALSE   TRUE
## 1707         CQ                            FALSE         FALSE  FALSE
## 1708                                                            FALSE
## 1709         CS                            FALSE         FALSE  FALSE
## 1710         CS                                                 FALSE
## 1711                                        TRUE          TRUE  FALSE
## 1712                                                            FALSE
## 1713                                        TRUE          TRUE  FALSE
## 1714                                                            FALSE
## 1715         CS                                                 FALSE
## 1716                                        TRUE          TRUE  FALSE
## 1717                                                            FALSE
## 1718                                        TRUE          TRUE  FALSE
## 1719                                        TRUE          TRUE  FALSE
## 1720                                       FALSE         FALSE       
## 1721                                                            FALSE
## 1722                                                            FALSE
## 1723         DB                             TRUE          TRUE  FALSE
## 1724         DB                                                  TRUE
## 1725                                        TRUE          TRUE  FALSE
## 1726                                                            FALSE
## 1727         DC                                                 FALSE
## 1728                                        TRUE          TRUE  FALSE
## 1729         DC                            FALSE         FALSE  FALSE
## 1730                                                            FALSE
## 1731                                        TRUE          TRUE  FALSE
## 1732                                        TRUE          TRUE  FALSE
## 1733                                        TRUE          TRUE  FALSE
## 1734                                                            FALSE
## 1735                                                            FALSE
## 1736                                        TRUE          TRUE  FALSE
## 1737                                        TRUE          TRUE  FALSE
## 1738                                                            FALSE
## 1739                                                            FALSE
## 1740                                        TRUE          TRUE  FALSE
## 1741                                        TRUE          TRUE  FALSE
##                 contact_with                         contact secondary
## 1                                                                     
## 2                          1              health care worker      TRUE
## 3                          1              health care worker      TRUE
## 4                          1              health care worker      TRUE
## 5                                         health care worker      TRUE
## 6                          1              health care worker      TRUE
## 7                                         health care worker      TRUE
## 8                          3                          family      TRUE
## 9                          6              health care worker      TRUE
## 10                                        health care worker      TRUE
## 11                                        health care worker      TRUE
## 12                                        health care worker      TRUE
## 13                         2                          family      TRUE
## 14                                                                    
## 15                                                                    
## 16                                                                    
## 17                                                                    
## 18                                                                    
## 19                        18                          family      TRUE
## 20                        18                          family      TRUE
## 21                        18                          family      TRUE
## 22                                                                    
## 23                                                    family      TRUE
## 24                                                    family      TRUE
## 25                                                                    
## 26                                                               FALSE
## 27                                                                    
## 28                        27                          family      TRUE
## 29                        27                          family      TRUE
## 30                                                                    
## 31                                                                    
## 32                                                                    
## 33                                                   contact      TRUE
## 34                                                   contact      TRUE
## 35                                                   contact      TRUE
## 36                                                   contact      TRUE
## 37                                                   contact      TRUE
## 38                                                   contact      TRUE
## 39                                                   contact      TRUE
## 40                                                   contact      TRUE
## 41                                                   contact      TRUE
## 42                                                   contact      TRUE
## 43                                                    family      TRUE
## 44                                                   contact      TRUE
## 45                                                    family      TRUE
## 46                                                   contact      TRUE
## 47                                                   contact      TRUE
## 48                                        health care worker      TRUE
## 49                                                    family      TRUE
## 50                                                   contact      TRUE
## 51                                                   contact      TRUE
## 52                                        health care worker      TRUE
## 53                                                   contact      TRUE
## 54                                                   contact      TRUE
## 55                                                   contact      TRUE
## 56                                                                    
## 57                                                   contact      TRUE
## 58                                                                    
## 59                        58                          family      TRUE
## 60                        58                          family      TRUE
## 61                                                                    
## 62                                                                    
## 63                                                                    
## 64                                                                    
## 65                                                                    
## 66                                                                    
## 67                                                                    
## 68                                                                    
## 69                                                                    
## 70                                                                    
## 71                        70                          family      TRUE
## 72                        70                         contact      TRUE
## 73                                                                    
## 74                                                                    
## 75                                                                    
## 76                                                                    
## 77                                                                    
## 78                                                                    
## 79                                                                    
## 80                                                                    
## 81                                                                    
## 82                                                                    
## 83                        76              health care worker      TRUE
## 84                       76?              health care worker      TRUE
## 85                        76              health care worker      TRUE
## 86                                                   contact      TRUE
## 87                                                                    
## 88                                                   contact      TRUE
## 89         someone in 62-66?                         contact      TRUE
## 90         someone in 62-66?                         contact      TRUE
## 91                                                   contact      TRUE
## 92                                        health care worker      TRUE
## 93                                        health care worker      TRUE
## 94                                                                    
## 95                                                                    
## 96                                                                    
## 97                        68              health care worker      TRUE
## 98                                                                    
## 99                                                                    
## 100                       98                         contact      TRUE
## 101                       98              health care worker      TRUE
## 102                       82              health care worker      TRUE
## 103                       82              health care worker      TRUE
## 104                       82              health care worker      TRUE
## 105                       82              health care worker      TRUE
## 106                                                              FALSE
## 107                                                                   
## 108                                                                   
## 109                                                              FALSE
## 110                       98              health care worker      TRUE
## 111                                       health care worker      TRUE
## 112                                                                   
## 113                                                                   
## 114                                                                   
## 115                                                                   
## 116                                                                   
## 117                                                                   
## 118                                                  contact      TRUE
## 119                                                                   
## 120                                                                   
## 121                      114                         contact      TRUE
## 122                      114                         contact      TRUE
## 123                                                                   
## 124                      124                          family      TRUE
## 125                      124                          family      TRUE
## 126                      124                         contact      TRUE
## 127                      112                         contact      TRUE
## 128                                                                   
## 129                                       health care worker     FALSE
## 130                                       health care worker      TRUE
## 131                      124                          family      TRUE
## 132                      124                          family      TRUE
## 133                      133                         contact      TRUE
## 134                      133                         contact      TRUE
## 135                                       health care worker          
## 136                                                                   
## 137                      133                         contact      TRUE
## 138                                                                   
## 139                                                                   
## 140                                                  contact      TRUE
## 141                                                  contact      TRUE
## 142                                       health care worker     ?TRUE
## 143                                                  contact      TRUE
## 144                                                  contact      TRUE
## 145                                       health care worker      TRUE
## 146                      133              health care worker      TRUE
## 147                                       health care worker      TRUE
## 148                                       health care worker      TRUE
## 149                                                  contact      TRUE
## 150                                                  contact      TRUE
## 151                                                                   
## 152                                                                   
## 153                                                                   
## 154                                                                   
## 155                                                  contact      TRUE
## 156                                                  contact      TRUE
## 157                                                  contact      TRUE
## 158                                                              FALSE
## 159                                                              FALSE
## 160                                                                   
## 161                                                                   
## 162                                                                   
## 163                                                  contact      TRUE
## 164                                       health care worker          
## 165                                                                   
## 166                      161                         contact      TRUE
## 167                                                                   
## 168                                                  contact      TRUE
## 169                                                                   
## 170                                                                   
## 171                                                                   
## 172                                                                   
## 173                                                                   
## 174                                                                   
## 175                                                                   
## 176                                                                   
## 177                      170                         contact      TRUE
## 178                                                              FALSE
## 179                                                              FALSE
## 180                                                              FALSE
## 181                                                                   
## 182                      182                          family      TRUE
## 183                      182                          family      TRUE
## 184                      181              health care worker      TRUE
## 185                                                                   
## 186                                                              FALSE
## 187                                       health care worker      TRUE
## 188                                       health care worker      TRUE
## 189                                                  contact      TRUE
## 190                                                                   
## 191                                                              FALSE
## 192                                                                   
## 193                                       health care worker      TRUE
## 194                      187                          family      TRUE
## 195                                                                   
## 196                      187              health care worker      TRUE
## 197                                                                   
## 198                                                                   
## 199                                                              FALSE
## 200                                                              FALSE
## 201                                                                   
## 202                                                              FALSE
## 203                                                                   
## 204                                                                   
## 205                                                                   
## 206                                                                   
## 207                                                                   
## 208                        ?                         contact      TRUE
## 209                                                              FALSE
## 210                                                              FALSE
## 211                                                              FALSE
## 212                      213                          family      TRUE
## 213                      213                          family      TRUE
## 214                      213                         contact      TRUE
## 215                                                                   
## 216                                                              FALSE
## 217                                                              FALSE
## 218                                                              FALSE
## 219                                                              FALSE
## 220                                                              FALSE
## 221                                                              FALSE
## 222                                                              FALSE
## 223                      211                         contact      TRUE
## 224                                                              FALSE
## 225                                                              FALSE
## 226                                                             ?FALSE
## 227                                                  contact     ?TRUE
## 228                                                              FALSE
## 229                                                              FALSE
## 230                                                                   
## 231                      232                          family      TRUE
## 232                                                  contact     ?TRUE
## 233                                                  contact     ?TRUE
## 234                                                  contact     ?TRUE
## 235                                                  contact     ?TRUE
## 236                                                  contact     ?TRUE
## 237                                                  contact     ?TRUE
## 238                                                  contact     ?TRUE
## 239                                                  contact      TRUE
## 240                                                              FALSE
## 241                                                                   
## 242                                                              FALSE
## 243                                                                   
## 244                                                  contact     ?TRUE
## 245                                                  contact     ?TRUE
## 246                                                                   
## 247                                                  contact     ?TRUE
## 248                                                              FALSE
## 249                      250                         contact      TRUE
## 250                      250                         contact      TRUE
## 251                      250                         contact      TRUE
## 252                      250                         contact      TRUE
## 253                      250                         contact      TRUE
## 254                                                  contact     ?TRUE
## 255                                                  contact      TRUE
## 256                                                  contact      TRUE
## 257                                                  contact      TRUE
## 258                                                  contact     ?TRUE
## 259                                                  contact     ?TRUE
## 260                                                  contact      TRUE
## 261                                                                   
## 262                                                                   
## 263                                                                   
## 264                                                  contact      TRUE
## 265                                                  contact      TRUE
## 266                                                                   
## 267                      250                         contact      TRUE
## 268                      250                         contact      TRUE
## 269                      250                         contact      TRUE
## 270                      250                         contact      TRUE
## 271                      250                         contact      TRUE
## 272                                                                   
## 273                                                                   
## 274                                                  contact     ?TRUE
## 275                                                  contact      TRUE
## 276                                                  contact      TRUE
## 277                                                                   
## 278                                                                   
## 279                                                                   
## 280                                                                   
## 281                                                  contact     ?TRUE
## 282                                                  contact     ?TRUE
## 283                      250                         contact      TRUE
## 284                                                              FALSE
## 285                      250                         contact      TRUE
## 286                      250                         contact      TRUE
## 287                      250                         contact      TRUE
## 288                      250                         contact      TRUE
## 289                                                                   
## 290                                                                   
## 291                                                                   
## 292                                                                   
## 293                                                                   
## 294                                                                   
## 295                                                                   
## 296                                                                   
## 297                                                                   
## 298                                                  contact     ?TRUE
## 299                                                  contact      TRUE
## 300                                                  contact      TRUE
## 301                                                                   
## 302                                                                   
## 303                                                                   
## 304                                                                   
## 305                                                                   
## 306                                                                   
## 307                                                                   
## 308                                                                   
## 309                                                                   
## 310                                                                   
## 311                                                                   
## 312                                                                   
## 313                                                                   
## 314                                                                   
## 315                                                                   
## 316                                                                   
## 317                                                                   
## 318                                                                   
## 319                                                                   
## 320                                                                   
## 321                                                                   
## 322                                                                   
## 323                                                                   
## 324                                                                   
## 325                                                                   
## 326                                                                   
## 327                                                  contact     ?TRUE
## 328                                                  contact      TRUE
## 329                                                  contact      TRUE
## 330                                                                   
## 331                                                                   
## 332                                                                   
## 333                                                                   
## 334                                                                   
## 335                                                                   
## 336                                                                   
## 337                                                  contact      TRUE
## 338                                                  contact      TRUE
## 339                                                  contact      TRUE
## 340                                                  contact      TRUE
## 341                                                  contact     ?TRUE
## 342                      250                         contact      TRUE
## 343                      250                         contact      TRUE
## 344                      250                         contact      TRUE
## 345                      250                         contact      TRUE
## 346                      250                         contact      TRUE
## 347                      250                         contact      TRUE
## 348                                                                   
## 349                                                                   
## 350                                                                   
## 351                                                                   
## 352                                                                   
## 353                                                                   
## 354                                                                   
## 355                                                                   
## 356                                                                   
## 357                                                                   
## 358                                                                   
## 359                                                  contact      TRUE
## 360                                                  contact      TRUE
## 361                                                                   
## 362                                                                   
## 363                                                                   
## 364                                                                   
## 365                                                                   
## 366                                                                   
## 367                                                                   
## 368                                                                   
## 369                                                                   
## 370                                                                   
## 371                                                                   
## 372                                                  contact      TRUE
## 373                                                                   
## 374                                                                   
## 375                                                                   
## 376                                                                   
## 377                                                                   
## 378                                                                   
## 379                                                   family      TRUE
## 380                                                  ?family     ?TRUE
## 381                      250                         contact      TRUE
## 382                      250                         contact      TRUE
## 383                      250                         contact      TRUE
## 384                      250                         contact      TRUE
## 385                                                                   
## 386                                                  contact      TRUE
## 387                                                                   
## 388                                                                   
## 389                                                                   
## 390                                                  contact      TRUE
## 391                                                  contact     ?TRUE
## 392                                                                   
## 393                                                                   
## 394                                                                   
## 395                                                  contact     ?TRUE
## 396                                                                   
## 397                      250                         contact      TRUE
## 398                                                                   
## 399                                                  contact      TRUE
## 400                                                                   
## 401                                                                   
## 402                                                  contact      TRUE
## 403                                                  contact      TRUE
## 404                                                                   
## 405                                                                   
## 406                                                  contact      TRUE
## 407                                                  contact      TRUE
## 408                                                  contact      TRUE
## 409                                                                   
## 410                                                                   
## 411                                                                   
## 412                                                                   
## 413                                                                   
## 414                                                  contact      TRUE
## 415                                                  contact     ?TRUE
## 416                                                  contact      TRUE
## 417                                                  contact      TRUE
## 418                                                  contact      TRUE
## 419                                                  contact      TRUE
## 420                                                                   
## 421                                                                   
## 422                                                  contact      TRUE
## 423                                                  contact     ?TRUE
## 424                                                                   
## 425                                                  contact      TRUE
## 426                                                  contact      TRUE
## 427                                                  contact      TRUE
## 428                                                  contact      TRUE
## 429                                                  contact      TRUE
## 430                                                  contact      TRUE
## 431                                                  contact     ?TRUE
## 432                                                                   
## 433                                                                   
## 434                                                                   
## 435                                                                   
## 436                                                                   
## 437                                                                   
## 438                                                                   
## 439                                                  contact      TRUE
## 440                                                  contact      TRUE
## 441                                                  contact      TRUE
## 442                                                                   
## 443                                                  contact      TRUE
## 444                                                  contact      TRUE
## 445                                                                   
## 446                                                  contact      TRUE
## 447                                                  contact      TRUE
## 448                                                  contact     ?TRUE
## 449                                                  contact     ?TRUE
## 450                                                  contact      TRUE
## 451                                                  contact      TRUE
## 452                                                  contact      TRUE
## 453                                                  contact      TRUE
## 454                                                  contact      TRUE
## 455                                                                   
## 456                                                                   
## 457                                                                   
## 458                                                                   
## 459                                                  contact      TRUE
## 460                                                  contact      TRUE
## 461                                                  contact      TRUE
## 462                                                                   
## 463                                                  contact      TRUE
## 464                                                                   
## 465                                                                   
## 466                                                                   
## 467                                                                   
## 468                                                                   
## 469                                                                   
## 470                                                                   
## 471                      350              health care worker      TRUE
## 472                                                  contact      TRUE
## 473                                                  contact      TRUE
## 474                                                  contact      TRUE
## 475                                                                   
## 476                                                                   
## 477                                                  contact      TRUE
## 478                                                                   
## 479                      350                         contact      TRUE
## 480                                                                   
## 481                                                  contact      TRUE
## 482                                                                   
## 483                                                  contact      TRUE
## 484                                                  contact      TRUE
## 485                                                                   
## 486                                                                   
## 487                                                                   
## 488                                                                   
## 489                                                  contact      TRUE
## 490                                                                   
## 491                                                                   
## 492                                                  contact      TRUE
## 493                                                  contact      TRUE
## 494                                                  contact      TRUE
## 495                                                  contact     ?TRUE
## 496                                                  contact      TRUE
## 497                                                                   
## 498                                                                   
## 499                                                  contact      TRUE
## 500                                                                   
## 501                                                  contact     ?TRUE
## 502                                                  contact     ?TRUE
## 503                                                  contact      TRUE
## 504                                                  contact      TRUE
## 505                                                                   
## 506                                                                   
## 507                                                                   
## 508                                                  contact     ?TRUE
## 509                                                                   
## 510                                                  contact      TRUE
## 511                                                  contact      TRUE
## 512                                                  contact      TRUE
## 513                                                  contact      TRUE
## 514                                                  contact     ?TRUE
## 515                                                                   
## 516                                                                   
## 517                                                  contact      TRUE
## 518                                                  contact     ?TRUE
## 519                                                                   
## 520                                                  contact      TRUE
## 521                                                                   
## 522                                                                   
## 523                                                  contact      TRUE
## 524                                                                   
## 525                                                  contact      TRUE
## 526                                                  contact      TRUE
## 527                                                  contact      TRUE
## 528                                                                   
## 529                                                                   
## 530                                                  contact      TRUE
## 531                                                                   
## 532                                                  contact      TRUE
## 533                                                                   
## 534                                       health care worker     FALSE
## 535                                                                   
## 536                                                                   
## 537                                                                   
## 538                                                  contact      TRUE
## 539                                                  contact      TRUE
## 540                                                                   
## 541                                                  contact      TRUE
## 542                                                  contact      TRUE
## 543                                                  contact      TRUE
## 544                                                                   
## 545                                                                   
## 546                                                  contact      TRUE
## 547                                                                   
## 548                                                 hospital     ?TRUE
## 549                                                  contact      TRUE
## 550                                                  contact      TRUE
## 551                                                  contact      TRUE
## 552                                                                   
## 553                                                                   
## 554                                                 hospital     ?TRUE
## 555                                                  contact      TRUE
## 556                                                                   
## 557                                                                   
## 558                                                 hospital     ?TRUE
## 559                                                                   
## 560                                                                   
## 561                                                                   
## 562                                                  contact      TRUE
## 563                                                                   
## 564                                                                   
## 565                                                 hospital     ?TRUE
## 566                                                                   
## 567                                                              FALSE
## 568                                                                   
## 569                                                                   
## 570                                                                   
## 571                                                 hospital     ?TRUE
## 572                                                  contact      TRUE
## 573                                                  contact      TRUE
## 574                                                  contact      TRUE
## 575                                                                   
## 576                                                                   
## 577                                                                   
## 578                                                                   
## 579                                                  contact      TRUE
## 580                                                  contact      TRUE
## 581                                                                   
## 582                                                  contact      TRUE
## 583                                                  contact      TRUE
## 584                                                  contact      TRUE
## 585                                                                   
## 586                                                  contact      TRUE
## 587                                                 hospital     ?TRUE
## 588                                                  contact      TRUE
## 589                                                 hospital     ?TRUE
## 590                                                  contact      TRUE
## 591                                                 hospital     ?TRUE
## 592                                                  contact      TRUE
## 593                                                  contact      TRUE
## 594                                                  contact      TRUE
## 595                                                                   
## 596                                                                   
## 597                                                 hospital      TRUE
## 598                                                  contact      TRUE
## 599                                                  contact      TRUE
## 600                                                 hospital     ?TRUE
## 601                                                 hospital     ?TRUE
## 602                      637                                          
## 603                                                                   
## 604                                                                   
## 605                                                 hospital     ?TRUE
## 606                                                                   
## 607                                                                   
## 608                                                  contact      TRUE
## 609                                                 hospital     ?TRUE
## 610                                                                   
## 611                                                  contact      TRUE
## 612                                                                   
## 613                                                                   
## 614                                                                   
## 615                                                                   
## 616                                                                   
## 617                                                                   
## 618                                                  contact      TRUE
## 619                                                 hospital     ?TRUE
## 620                                                  contact     ?TRUE
## 621                                                                   
## 622                                                              FALSE
## 623               342 or 343              health care worker      TRUE
## 624                                                              FALSE
## 625                      624                         contact      TRUE
## 626                                       health care worker      TRUE
## 627                                       health care worker      TRUE
## 628                                                              FALSE
## 629                                                              FALSE
## 630                                                              FALSE
## 631                                                              FALSE
## 632                                                              FALSE
## 633                                                 hospital     ?TRUE
## 634                                                              FALSE
## 635                      604                          family      TRUE
## 636                                                 hospital     ?TRUE
## 637                                                  contact     ?TRUE
## 638                                                                   
## 639                                                  contact      TRUE
## 640                                                                   
## 641                                                                   
## 642                                                  contact      TRUE
## 643                                      ?health care worker     ?TRUE
## 644                                                                   
## 645                                                                   
## 646                                                                   
## 647                                                                   
## 648                                                                   
## 649                                                                   
## 650                                                                   
## 651                                                                   
## 652                                                  contact      TRUE
## 653                                                  contact      TRUE
## 654                                                  contact      TRUE
## 655                                                  contact      TRUE
## 656                                                                   
## 657                                                  contact      TRUE
## 658                                                                   
## 659                                                                   
## 660                                                  contact      TRUE
## 661                                                  contact      TRUE
## 662                                                                   
## 663                                                                   
## 664                                                  contact      TRUE
## 665                                                                   
## 666                                                                   
## 667                                                                   
## 668                                                                   
## 669                                                                   
## 670                                                                   
## 671                                                 hospital     ?TRUE
## 672                     ?665                         contact      TRUE
## 673                                                  contact     ?TRUE
## 674                                                  contact      TRUE
## 675                                                 hospital     ?TRUE
## 676                                                  contact      TRUE
## 677                      625                        hospital      TRUE
## 678                                                              FALSE
## 679                                                              FALSE
## 680                                                                   
## 681                                                                   
## 682                     ?665                         contact      TRUE
## 683                     ?665                         contact      TRUE
## 684                                                  contact      TRUE
## 685                                                  contact      TRUE
## 686                     ?665                         contact      TRUE
## 687                                                                   
## 688                      536                        hospital     ?TRUE
## 689                      693                         contact      TRUE
## 690                      691                          family      TRUE
## 691                                                                   
## 692                      691              health care worker      TRUE
## 693                                                                   
## 694                                                  contact      TRUE
## 695                                                  contact      TRUE
## 696                                                                   
## 697                                                  contact      TRUE
## 698                                                                   
## 699                                                                   
## 700                                                                   
## 701                                                                   
## 702                      703                         contact      TRUE
## 703                                                                   
## 704                                                                   
## 705                                                                   
## 706                                                  contact      TRUE
## 707                                                                   
## 708                                                                   
## 709                     ?706              health care worker     ?TRUE
## 710                                                                   
## 711                                                                   
## 712                                                  contact     ?TRUE
## 713                                                  contact     ?TRUE
## 714                                                  contact     ?TRUE
## 715                                                  contact     ?TRUE
## 716                                                  contact     ?TRUE
## 717                                                                   
## 718                                                                   
## 719                                                  contact     ?TRUE
## 720                                                              FALSE
## 721                                                  contact      TRUE
## 722                                                                   
## 723                                                              FALSE
## 724                                                                   
## 725                                                                   
## 726                                                              FALSE
## 727                                                                   
## 728                                                                   
## 729                                                              FALSE
## 730                                                              FALSE
## 731               734? 693?               health care worker      TRUE
## 732                                                              FALSE
## 733                                                                   
## 734                                                              FALSE
## 735                                                                   
## 736                                                              FALSE
## 737                                                              FALSE
## 738                                                                   
## 739                                                              FALSE
## 740                                                                   
## 741                                                              FALSE
## 742                                                              FALSE
## 743                                                              FALSE
## 744                                                              FALSE
## 745                                                              FALSE
## 746                                                              FALSE
## 747                                                              FALSE
## 748                                                              FALSE
## 749                                                                  ?
## 750                                                              FALSE
## 751                                                              ?TRUE
## 752                                                              FALSE
## 753                                                              FALSE
## 754                                                              FALSE
## 755                                                              FALSE
## 756                                                              FALSE
## 757                                                              FALSE
## 758                                                                   
## 759                                                              ?TRUE
## 760                                                              FALSE
## 761                                                              ?TRUE
## 762                                                              FALSE
## 763                                                              FALSE
## 764                                                              FALSE
## 765                                                              FALSE
## 766                                                              FALSE
## 767                                                              FALSE
## 768                        ?                        hospital      TRUE
## 769                                                              FALSE
## 770                                                              FALSE
## 771                                                              FALSE
## 772                                                              FALSE
## 773                                                              FALSE
## 774                                                              FALSE
## 775                                                              FALSE
## 776                                                              ?TRUE
## 777                                                              FALSE
## 778                                                               TRUE
## 779                                                              FALSE
## 780                                                              FALSE
## 781                                                                   
## 782                                                              FALSE
## 783                                                              FALSE
## 784                                                              FALSE
## 785                        ?                        hospital      TRUE
## 786                        ?                        hospital      TRUE
## 787                                                              FALSE
## 788                        ?                        hospital     ?TRUE
## 789                                                              FALSE
## 790                                                        ?    ?FALSE
## 791                                                              FALSE
## 792                        ?                        hospital      TRUE
## 793                                                              FALSE
## 794                        ?                        hospital      TRUE
## 795                        ?                        hospital      TRUE
## 796                                                hospital?    ?FALSE
## 797                        ?                         contact      TRUE
## 798                                                              FALSE
## 799                                                              FALSE
## 800                                                              FALSE
## 801                        ?                        hospital      TRUE
## 802                        ?                        hospital      TRUE
## 803                                                              FALSE
## 804                                                             ?FALSE
## 805                                                              FALSE
## 806                                                             ?FALSE
## 807                                                              FALSE
## 808                                                              ?TRUE
## 809                                                              FALSE
## 810                                                              FALSE
## 811                        ?                        hospital      TRUE
## 812                                                hospital?     ?TRUE
## 813                                                              FALSE
## 814                        ?                       hospital?     ?TRUE
## 815                        ?                         contact      TRUE
## 816                        ?                       hospital?     ?TRUE
## 817                                                              FALSE
## 818                                                              FALSE
## 819                        ?                       hospital?     ?TRUE
## 820                                                              FALSE
## 821                        ?                          family      TRUE
## 822                                                              FALSE
## 823                                                              FALSE
## 824                        ?                        hospital      TRUE
## 825                        ?                        hospital      TRUE
## 826                        ?                         contact      TRUE
## 827                                                              FALSE
## 828                                                              FALSE
## 829                                                              FALSE
## 830                                                              FALSE
## 831                                                              ?TRUE
## 832                                                             ?FALSE
## 833                        ?                        hospital      TRUE
## 834                                                              FALSE
## 835                                                              FALSE
## 836                                                              FALSE
## 837                                                              FALSE
## 838                                                              FALSE
## 839                                                              FALSE
## 840                                                              FALSE
## 841                                                              FALSE
## 842                                                              FALSE
## 843                                                              FALSE
## 844                        ?                               ?      TRUE
## 845                                                              FALSE
## 846                                                              FALSE
## 847                                                              FALSE
## 848                      32M                          family      TRUE
## 849                                                              FALSE
## 850                      847                        hospital      TRUE
## 851                      32M                          family      TRUE
## 852                                                              FALSE
## 853                                                hospital?     ?TRUE
## 854                                                hospital?     ?TRUE
## 855                                                hospital?     ?TRUE
## 856                                                              FALSE
## 857                                                hospital?     ?TRUE
## 858                                                              FALSE
## 859                      847                       hospital?     ?TRUE
## 860                                                              FALSE
## 861                                                              FALSE
## 862                      864                          family      TRUE
## 863                                                              FALSE
## 864                                                              FALSE
## 865                      864                          family      TRUE
## 866                                                              FALSE
## 867                                                              FALSE
## 868                                                              FALSE
## 869                                                              FALSE
## 870                                                              FALSE
## 871                                                              FALSE
## 872                                                              FALSE
## 873                                                              FALSE
## 874                                                hospital?         ?
## 875                  873/897                        hospital      TRUE
## 876                                                              FALSE
## 877                                                              FALSE
## 878                                                hospital?         ?
## 879                                                              FALSE
## 880                      874                        hospital      TRUE
## 881                      907                                     FALSE
## 882                                                              FALSE
## 883                                                              FALSE
## 884                                                              FALSE
## 885                                                              FALSE
## 886                                                              FALSE
## 887                      874                        hospital      TRUE
## 888                                                hospital?     ?TRUE
## 889                                                              FALSE
## 890                  878/897                        hospital      TRUE
## 891                  878/897                        hospital      TRUE
## 892                  878/897                        hospital      TRUE
## 893                                                hospital?     ?TRUE
## 894                      873                        hospital      TRUE
## 895                                                              FALSE
## 896                                                              FALSE
## 897                                                              FALSE
## 898                      873                       community      TRUE
## 899                                                              FALSE
## 900                      865                       community      TRUE
## 901                      898                        hospital      TRUE
## 902                      898                        hospital      TRUE
## 903                                                              FALSE
## 904                      884                       community      TRUE
## 905                                                              FALSE
## 906                                                              FALSE
## 907              893/894/895                        hospital      TRUE
## 908                                                              FALSE
## 909                                                              FALSE
## 910                      898                        hospital      TRUE
## 911                                                              FALSE
## 912                                                              FALSE
## 913                                                                   
## 914                                                 hospital      TRUE
## 915                                                              FALSE
## 916                                                                   
## 917                                                hospital?         ?
## 918                      910                        hospital      TRUE
## 919                      898                        hospital      TRUE
## 920                                                              FALSE
## 921                                                              FALSE
## 922                                                 hospital      TRUE
## 923                      853                          family      TRUE
## 924                                                              FALSE
## 925                      909                        hospital      TRUE
## 926                      909                        hospital      TRUE
## 927                                                              FALSE
## 928                      902                       community      TRUE
## 929                                                             ?FALSE
## 930                                                              FALSE
## 931                     908?                       hospital?     ?TRUE
## 932                     ?872                       hospital?     ?TRUE
## 933                                                 hospital      TRUE
## 934                      883                        hospital      TRUE
## 935                                                                   
## 936                                                hospital?     ?TRUE
## 937                                                 hospital      TRUE
## 938                                                                   
## 939                                                              FALSE
## 940                                                              FALSE
## 941                                                hospital?     ?TRUE
## 942                                                              FALSE
## 943                                                hospital?     ?TRUE
## 944                                                hospital?     ?TRUE
## 945                      935                        hospital      TRUE
## 946                      882                       community      TRUE
## 947                                                 hospital      TRUE
## 948                                                              FALSE
## 949                                                              FALSE
## 950                                                              FALSE
## 951                      908                        hospital      TRUE
## 952                                                              FALSE
## 953                                                              FALSE
## 954                                                              FALSE
## 955                      954                        hospital      TRUE
## 956                                                                   
## 957                                                              FALSE
## 958                                                                   
## 959                                                hospital?     ?TRUE
## 960                                                                   
## 961                                                                   
## 962                                                              FALSE
## 963                                                ?hospital     ?TRUE
## 964                                                                   
## 965                                                              FALSE
## 966                                                ?hospital     ?TRUE
## 967                      918                       community      TRUE
## 968                                                                   
## 969                                                              FALSE
## 970                                                                   
## 971                                                hospital?     ?TRUE
## 972                                                ?hospital     ?TRUE
## 973                                                hospital?     ?TRUE
## 974                                                                   
## 975                                                              FALSE
## 976                      908                       community      TRUE
## 977                                                hospital?     ?TRUE
## 978                      944                        hospital      TRUE
## 979                                                              FALSE
## 980                                                                   
## 981                                                                   
## 982                                                              FALSE
## 983                                                              FALSE
## 984                                                                   
## 985                                                              FALSE
## 986                                                ?hospital     ?TRUE
## 987                                                                   
## 988                                                                   
## 989                      982                       community      TRUE
## 990                                               ?community     ?TRUE
## 991                                                                   
## 992                                                                   
## 993                      991                       community      TRUE
## 994                                                                   
## 995                      981                       community      TRUE
## 996                                                              FALSE
## 997                      910                       community      TRUE
## 998                                                              FALSE
## 999                                                              FALSE
## 1000                                                                  
## 1001                                                                  
## 1002                                                             FALSE
## 1003                                                             FALSE
## 1004                                                                  
## 1005                     996                        hospital      TRUE
## 1006                                                                  
## 1007                                                                  
## 1008                    1008             hospital/community?      TRUE
## 1009                                                                  
## 1010                                                                  
## 1011                                                                  
## 1012                                                                  
## 1013                                                             FALSE
## 1014                                               hospital?     TRUE?
## 1015                                                             FALSE
## 1016                                                             FALSE
## 1017                                                                  
## 1018                                                                  
## 1019                                                                  
## 1020                                                             FALSE
## 1021                                                             FALSE
## 1022                    1019                                      TRUE
## 1023                                                                  
## 1024                                                             FALSE
## 1025                                                                  
## 1026               1019&1025                       community      TRUE
## 1027               1019&1025                       community      TRUE
## 1028               1019&1025                       community      TRUE
## 1029               1019&1025                       community      TRUE
## 1030                    1026                        hospital      TRUE
## 1031                                                                  
## 1032                                                                  
## 1033                                                                  
## 1034                                                             FALSE
## 1035                                                                  
## 1036                    1026                       community      TRUE
## 1037               1019&1025                       community      TRUE
## 1038                                               ?hospital     ?TRUE
## 1039                                                                  
## 1040                                               ?hospital     ?TRUE
## 1041                                                             FALSE
## 1042                                                             FALSE
## 1043                                                             FALSE
## 1044                                               ?hospital     ?TRUE
## 1045                                               ?hospital     ?TRUE
## 1046                                                                  
## 1047                                                                  
## 1048                                                                  
## 1049                    1051                        hospital      TRUE
## 1050                    1051                hospital visitor      TRUE
## 1051                                                                  
## 1052                    1051                hospital visitor      TRUE
## 1053                    1051              health care worker      TRUE
## 1054                    1045                        hospital      TRUE
## 1055                    1051                        hospital      TRUE
## 1056                    1051              health care worker      TRUE
## 1057                    1051              health care worker      TRUE
## 1058                    1051                        hospital      TRUE
## 1059                    1051                        hospital      TRUE
## 1060                    1051                        hospital      TRUE
## 1061             1052 & 1055                                      TRUE
## 1062             1051 & 1063                hospital visitor      TRUE
## 1063                    1047                        hospital      TRUE
## 1064                   1045?                        hospital      TRUE
## 1065                    1049                        hospital      TRUE
## 1066                                               ?hospital     ?TRUE
## 1067                                               ?hospital     ?TRUE
## 1068                                               ?hospital     ?TRUE
## 1069                                               ?hospital     ?TRUE
## 1070                                                                  
## 1071                                                                  
## 1072                    1051                        hospital      TRUE
## 1073                    1051                hospital visitor      TRUE
## 1074                                               ?hospital     ?TRUE
## 1075                                                             FALSE
## 1076                                                             FALSE
## 1077                    1051                        hospital      TRUE
## 1078                    1051                        hospital      TRUE
## 1079                    1051                hospital visitor      TRUE
## 1080                    1051                        hospital      TRUE
## 1081                    1051                        hospital      TRUE
## 1082                    1051                        hospital      TRUE
## 1083                    1051                hospital visitor      TRUE
## 1084                    1051                hospital visitor      TRUE
## 1085                    1081                        hospital      TRUE
## 1086                    1081                        hospital      TRUE
## 1087                    1051                hospital visitor      TRUE
## 1088                    1051                        hospital      TRUE
## 1089                    1051                hospital visitor      TRUE
## 1090                    1051                        hospital      TRUE
## 1091                    1081                        hospital      TRUE
## 1092                                                                  
## 1093                                                                  
## 1094                                                hospital      TRUE
## 1095                                                                  
## 1096                                                                  
## 1097                    1045                        hospital      TRUE
## 1098                                                                  
## 1099                    1066                       ?hospital      TRUE
## 1100                    1048                        hospital      TRUE
## 1101                                                             FALSE
## 1102                                                                  
## 1103                    1081                        hospital      TRUE
## 1104                    1062                hospital visitor      TRUE
## 1105                    1051                hospital visitor      TRUE
## 1106                    1051              health care worker      TRUE
## 1107                    1075              health care worker      TRUE
## 1108                    1081                        hospital      TRUE
## 1109                                                                  
## 1110                                                                  
## 1111                    1081                        hospital      TRUE
## 1112                                                hospital      TRUE
## 1113                                                hospital      TRUE
## 1114                   ?1110                        hospital      TRUE
## 1115                                                hospital      TRUE
## 1116                                                                  
## 1117                    1051                        hospital      TRUE
## 1118                    1075                hospital visitor      TRUE
## 1119                    1075                hospital visitor      TRUE
## 1120                    1081                        hospital      TRUE
## 1121                                      health care worker      TRUE
## 1122                                                hospital      TRUE
## 1123                    1075                hospital visitor      TRUE
## 1124                                                hospital      TRUE
## 1125                                                hospital      TRUE
## 1126                                                             FALSE
## 1127                    1051                        hospital      TRUE
## 1128                                                hospital      TRUE
## 1129                                                hospital      TRUE
## 1130                    1081                hospital visitor      TRUE
## 1131                    1081                hospital visitor      TRUE
## 1132                                                hospital      TRUE
## 1133                    1081                        hospital      TRUE
## 1134                                        hospital visitor      TRUE
## 1135                                                hospital      TRUE
## 1136                                      health care worker      TRUE
## 1137                                                hospital      TRUE
## 1138                                      health care worker      TRUE
## 1139                                                hospital      TRUE
## 1140                    1075                        hospital      TRUE
## 1141               1075&1136                        hospital      TRUE
## 1142                    1075                        hospital      TRUE
## 1143               1075&1121                        hospital      TRUE
## 1144                    1075                        hospital      TRUE
## 1145                    1075                        hospital      TRUE
## 1146                    1075                        hospital      TRUE
## 1147                    1075                        hospital      TRUE
## 1148                    1075                        hospital      TRUE
## 1149                    1075                        hospital      TRUE
## 1150               1075&1152                        hospital      TRUE
## 1151                    1075                        hospital      TRUE
## 1152                    1075                        hospital      TRUE
## 1153                    1075                        hospital      TRUE
## 1154                    1075              health care worker      TRUE
## 1155                    1075              health care worker      TRUE
## 1156                    1075                        hospital      TRUE
## 1157                    1075                        hospital      TRUE
## 1158                    1081                        hospital      TRUE
## 1159               1081&1085                        hospital      TRUE
## 1160                    1081                        hospital      TRUE
## 1161                    1081                        hospital      TRUE
## 1162                    1081                        hospital      TRUE
## 1163                    1081                        hospital      TRUE
## 1164                    1075                        hospital      TRUE
## 1165                    1075                        hospital      TRUE
## 1166                    1075                        hospital      TRUE
## 1167                    1058                        hospital      TRUE
## 1168                    1058                hospital visitor      TRUE
## 1169                    1076                        hospital      TRUE
## 1170                    1076                        hospital      TRUE
## 1171                    1081                        hospital      TRUE
## 1172                                        hospital visitor      TRUE
## 1173                                                                  
## 1174                    1075                        hospital      TRUE
## 1175                    1075                        hospital      TRUE
## 1176                    1075                        hospital      TRUE
## 1177                    1075                        hospital      TRUE
## 1178                    1075                        hospital      TRUE
## 1179                    1075                        hospital      TRUE
## 1180                    1075                        hospital      TRUE
## 1181                    1075                        hospital      TRUE
## 1182                    1075                        hospital      TRUE
## 1183                    1075                        hospital      TRUE
## 1184                    1081                        hospital      TRUE
## 1185                    1081                        hospital      TRUE
## 1186                    1081                        hospital      TRUE
## 1187                                                              TRUE
## 1188                                               ?hospital     ?TRUE
## 1189                                               ?hospital     ?TRUE
## 1190                                                             FALSE
## 1191                                                                  
## 1192                                                hospital      TRUE
## 1193                                                hospital      TRUE
## 1194                                                hospital      TRUE
## 1195                                                hospital      TRUE
## 1196                                                hospital      TRUE
## 1197                                                hospital      TRUE
## 1198                                                hospital      TRUE
## 1199                                                hospital      TRUE
## 1200                    1076              health care worker      TRUE
## 1201                    1075                        hospital      TRUE
## 1202                    1075                        hospital      TRUE
## 1203                    1075                        hospital      TRUE
## 1204                    1075                        hospital      TRUE
## 1205                    1131                        hospital      TRUE
## 1206                                                hospital      TRUE
## 1207                                                hospital      TRUE
## 1208                                                hospital      TRUE
## 1209                    1075              health care worker      TRUE
## 1210                    1081                        hospital      TRUE
## 1211                    1081                        hospital      TRUE
## 1212                    1081              health care worker      TRUE
## 1213                    1081                        hospital      TRUE
## 1214                    1075                        hospital      TRUE
## 1215                    1075                        hospital      TRUE
## 1216                    1155              health care worker      TRUE
## 1217                    1075                        hospital      TRUE
## 1218                    1075                        hospital      TRUE
## 1219                    1075                        hospital      TRUE
## 1220                    1075              health care worker      TRUE
## 1221                    1075              health care worker      TRUE
## 1222                    1075                        hospital      TRUE
## 1223                    1075                        hospital      TRUE
## 1224                    1075                        hospital      TRUE
## 1225                    1075                hospital visitor      TRUE
## 1226                    1081                        hospital      TRUE
## 1227                    1076                        hospital      TRUE
## 1228               1155&1218              health care worker      TRUE
## 1229                                               ?hospital     ?TRUE
## 1230                    1075                        hospital      TRUE
## 1231                    1208                        hospital      TRUE
## 1232                    1111              health care worker      TRUE
## 1233                    1081                        hospital      TRUE
## 1234                    1155                        hospital      TRUE
## 1235                                                                  
## 1236                                        hospital visitor      TRUE
## 1237                                        hospital visitor      TRUE
## 1238                    1205                        hospital      TRUE
## 1239                                        hospital visitor      TRUE
## 1240                                                             FALSE
## 1241                                      health care worker      TRUE
## 1242                                                hospital      TRUE
## 1243                                                hospital      TRUE
## 1244                                                hospital      TRUE
## 1245                                        hospital visitor      TRUE
## 1246                    1076                        hospital      TRUE
## 1247                    1155              health care worker      TRUE
## 1248                    1082                        hospital      TRUE
## 1249          1151&1159&1220              health care worker      TRUE
## 1250                                                hospital      TRUE
## 1251                                               ?hospital     ?TRUE
## 1252                    1207              health care worker      TRUE
## 1253               1159&1154              health care worker      TRUE
## 1254                    1155                        hospital      TRUE
## 1255                                                                  
## 1256                                        hospital visitor      TRUE
## 1257                    1242                       community      TRUE
## 1258                                      health care worker      TRUE
## 1259                    1155                        hospital      TRUE
## 1260                    1155              health care worker      TRUE
## 1261                    1220              health care worker      TRUE
## 1262                    1155                        hospital      TRUE
## 1263                                                hospital      TRUE
## 1264                                      health care worker      TRUE
## 1265                    1155                hospital visitor      TRUE
## 1266                                                hospital      TRUE
## 1267                    1205                hospital visitor      TRUE
## 1268                    1155                        hospital      TRUE
## 1269                    1075                        hospital      TRUE
## 1270                                        hospital visitor      TRUE
## 1271          1177&1178&1217              health care worker      TRUE
## 1272                    1243                       community      TRUE
## 1273                    1242                       community      TRUE
## 1274                    1228                        hospital      TRUE
## 1275                    1220              health care worker      TRUE
## 1276                                      health care worker      TRUE
## 1277                                                             FALSE
## 1278                                                             FALSE
## 1279                                                             FALSE
## 1280                                                             FALSE
## 1281                                                             FALSE
## 1282                                      health care worker      TRUE
## 1283                                                             FALSE
## 1284                                      health care worker      TRUE
## 1285                                      health care worker      TRUE
## 1286                    1217                                      TRUE
## 1287                                                                  
## 1288                                                             FALSE
## 1289                                                             FALSE
## 1290                                                             FALSE
## 1291                                                             FALSE
## 1292                                                             FALSE
## 1293                                                             FALSE
## 1294                    1295                       community      TRUE
## 1295          ?1290 or ?1295                       ?hospital     ?TRUE
## 1296                    1293                       community      TRUE
## 1297                    1293                       community      TRUE
## 1298                                                                  
## 1299 ?1290 or ?1295 or ?1297                       ?hospital     ?TRUE
## 1300                    1295                      ?community      TRUE
## 1301                                                hospital      TRUE
## 1302                                               ?hospital     ?TRUE
## 1303                                                              TRUE
## 1304                    1283                        hospital      TRUE
## 1305                                                                  
## 1306                                                                  
## 1307                                                hospital      TRUE
## 1308                                                hospital      TRUE
## 1309                                                hospital      TRUE
## 1310                                               ?hospital     ?TRUE
## 1311                    1312                       community      TRUE
## 1312                    1318                       community      TRUE
## 1313                                                hospital      TRUE
## 1314                                                                  
## 1315                                                hospital      TRUE
## 1316                                                                  
## 1317                                                hospital      TRUE
## 1318                                                hospital      TRUE
## 1319                                                hospital      TRUE
## 1320                    1315                       community      TRUE
## 1321                                                hospital      TRUE
## 1322                                                hospital      TRUE
## 1323                                                hospital      TRUE
## 1324                                                hospital      TRUE
## 1325                                                             FALSE
## 1326                                                hospital      TRUE
## 1327                                                hospital      TRUE
## 1328                                                hospital      TRUE
## 1329                                                hospital      TRUE
## 1330                                                                  
## 1331                    1328                hospital visitor      TRUE
## 1332                    1329                      ?community      TRUE
## 1333                    1329                      ?community      TRUE
## 1334                                                hospital      TRUE
## 1335                                               ?hospital     ?TRUE
## 1336                                                hospital      TRUE
## 1337                                                hospital      TRUE
## 1338                                                hospital      TRUE
## 1339                                                hospital      TRUE
## 1340                                                hospital      TRUE
## 1341                                                hospital      TRUE
## 1342                                                hospital      TRUE
## 1343                                                hospital      TRUE
## 1344                                                hospital      TRUE
## 1345                                                hospital      TRUE
## 1346                                                hospital      TRUE
## 1347                                                hospital      TRUE
## 1348                                                hospital      TRUE
## 1349                                                                  
## 1350                    1305               ?hospital visitor      TRUE
## 1351                    1338               ?hospital visitor      TRUE
## 1352                    1331               ?hospital visitor      TRUE
## 1353                                        hospital visitor      TRUE
## 1354                    1346               ?hospital visitor      TRUE
## 1355                                                hospital      TRUE
## 1356                                                hospital      TRUE
## 1357                                                hospital      TRUE
## 1358                                                hospital      TRUE
## 1359                                                hospital      TRUE
## 1360                                                hospital      TRUE
## 1361                                                hospital      TRUE
## 1362                                                hospital      TRUE
## 1363                                                hospital      TRUE
## 1364                                                hospital      TRUE
## 1365                                                hospital      TRUE
## 1366                                                hospital      TRUE
## 1367                                      health care worker      TRUE
## 1368                                               ?hospital     ?TRUE
## 1369                                                                  
## 1370                                                                  
## 1371                                                hospital      TRUE
## 1372                                                hospital      TRUE
## 1373                                               ?hospital     ?TRUE
## 1374                                                hospital      TRUE
## 1375                                                             FALSE
## 1376                                      health care worker      TRUE
## 1377                                                             FALSE
## 1378             1352 & 1305               ?hospital visitor      TRUE
## 1379                    1338                hospital visitor      TRUE
## 1380                    1338                hospital visitor      TRUE
## 1381                                                hospital      TRUE
## 1382                    1383              health care worker      TRUE
## 1383                                                hospital      TRUE
## 1384                    1359               ?hospital visitor      TRUE
## 1385                    1339 ?community or ?hospital visitor      TRUE
## 1386                                                hospital      TRUE
## 1387                                      health care worker      TRUE
## 1388                                      health care worker      TRUE
## 1389             1372 & 1330               ?hospital visitor      TRUE
## 1390                                                                  
## 1391             1391 & 1338 ?hospital visitor or ?community      TRUE
## 1392                                                                  
## 1393                                                                  
## 1394                                                                  
## 1395                                                hospital      TRUE
## 1396                                                hospital      TRUE
## 1397                                               ?hospital     ?TRUE
## 1398                                                hospital      TRUE
## 1399                                                hospital      TRUE
## 1400                                      health care worker      TRUE
## 1401                                                hospital      TRUE
## 1402                                      health care worker      TRUE
## 1403                                                hospital      TRUE
## 1404                                               ?hospital     ?TRUE
## 1405                                                hospital      TRUE
## 1406                                                             FALSE
## 1407                   ?1394             ?health care worker     ?TRUE
## 1408                                                hospital      TRUE
## 1409                                                hospital      TRUE
## 1410                                                hospital      TRUE
## 1411                                                hospital      TRUE
## 1412                    1396              health care worker      TRUE
## 1413                                                hospital      TRUE
## 1414                                                             FALSE
## 1415                                                hospital      TRUE
## 1416                                                                  
## 1417                                                             FALSE
## 1418                                      health care worker      TRUE
## 1419                                                hospital      TRUE
## 1420               1372&1391                hospital visitor      TRUE
## 1421                                                hospital      TRUE
## 1422                                      health care worker      TRUE
## 1423                                                hospital      TRUE
## 1424          1391&1372&1422                hospital visitor      TRUE
## 1425                                                hospital      TRUE
## 1426                                                                  
## 1427                                                hospital      TRUE
## 1428                                                hospital      TRUE
## 1429                                                                  
## 1430                                                hospital      TRUE
## 1431                    1418                       community      TRUE
## 1432                    1418                       community      TRUE
## 1433                    1428              health care worker      TRUE
## 1434                    1332              health care worker      TRUE
## 1435                                      health care worker      TRUE
## 1436                                                hospital      TRUE
## 1437                                                hospital      TRUE
## 1438                                      health care worker      TRUE
## 1439                                      health care worker      TRUE
## 1440                                                                  
## 1441                    1418                       community      TRUE
## 1442                                                             FALSE
## 1443                    1415               ?hospital visitor      TRUE
## 1444                    1415               ?hospital visitor      TRUE
## 1445                                                hospital      TRUE
## 1446                                      health care worker      TRUE
## 1447                                                                  
## 1448                                      health care worker      TRUE
## 1449                                                             FALSE
## 1450                                                                  
## 1451                                                hospital      TRUE
## 1452                                                                  
## 1453                                      health care worker      TRUE
## 1454                                                                  
## 1455                                      health care worker      TRUE
## 1456                                                                  
## 1457                                      health care worker      TRUE
## 1458                                      health care worker      TRUE
## 1459                                                hospital      TRUE
## 1460                                                                  
## 1461                                                                  
## 1462                                                hospital      TRUE
## 1463                                                                  
## 1464                                                                  
## 1465                                                                  
## 1466                                                             FALSE
## 1467                                      health care worker      TRUE
## 1468                                                             FALSE
## 1469                                                                  
## 1470                   ?1471                hospital visitor      TRUE
## 1471                   ?1471                        hospital      TRUE
## 1472                   ?1471                hospital visitor      TRUE
## 1473                                                hospital      TRUE
## 1474                                                hospital      TRUE
## 1475                                      health care worker      TRUE
## 1476                                                hospital      TRUE
## 1477                                                                  
## 1478                    1477                        hospital      TRUE
## 1479                    1421              health care worker      TRUE
## 1480                    1421              health care worker      TRUE
## 1481                                                                  
## 1482                    1499              health care worker      TRUE
## 1483                    1421              health care worker      TRUE
## 1484                                                                  
## 1485                                      health care worker      TRUE
## 1486                                      health care worker      TRUE
## 1487                    1468                       community      TRUE
## 1488                                                hospital      TRUE
## 1489                                                             ?TRUE
## 1490                    1491                       community      TRUE
## 1491                    1491                       community      TRUE
## 1492                    1473                hospital visitor      TRUE
## 1493                                                                  
## 1494                                                                  
## 1495                    1496                       community      TRUE
## 1496                                                hospital      TRUE
## 1497               1471&1491                        hospital      TRUE
## 1498                                                                  
## 1499                                                                  
## 1500                    1483                       community      TRUE
## 1501                                                                  
## 1502                                                                  
## 1503                                                             FALSE
## 1504                    1483                       community      TRUE
## 1505                                      health care worker      TRUE
## 1506                                                                  
## 1507                    1469              health care worker      TRUE
## 1508                                                                  
## 1509                                                                  
## 1510                    1491              health care worker      TRUE
## 1511                                        hospital visitor      TRUE
## 1512                                                                  
## 1513                                                                  
## 1514                                                hospital      TRUE
## 1515                    1491              health care worker      TRUE
## 1516                                                                  
## 1517                    1518                       community      TRUE
## 1518                                                                  
## 1519               1518&1519                       community      TRUE
## 1520          1518&1519&1521                       community      TRUE
## 1521                    1522                       community      TRUE
## 1522                                                             FALSE
## 1523                                                             FALSE
## 1524                                                             FALSE
## 1525                    1522                       community      TRUE
## 1526                                                             FALSE
## 1527                    1522                       community      TRUE
## 1528                    1525                        hospital      TRUE
## 1529                                               community      TRUE
## 1530                    1518              health care worker      TRUE
## 1531                                                             FALSE
## 1532                                                             FALSE
## 1533               1528&1530              health care worker      TRUE
## 1534                                                hospital      TRUE
## 1535                                                hospital      TRUE
## 1536                                                hospital      TRUE
## 1537                    1532              health care worker      TRUE
## 1538                    1533                       community      TRUE
## 1539               1528&1530              health care worker      TRUE
## 1540                                                             FALSE
## 1541                                                             FALSE
## 1542                                                                  
## 1543                    1534                      ?community      TRUE
## 1544                    1513                       community      TRUE
## 1545                                                                  
## 1546                                                             FALSE
## 1547                                                             FALSE
## 1548                    1548              health care worker      TRUE
## 1549                                                             FALSE
## 1550                                                             FALSE
## 1551                                                             FALSE
## 1552                                                             FALSE
## 1553                                                             FALSE
## 1554                                                             FALSE
## 1555                                                             FALSE
## 1556                    1557                       community      TRUE
## 1557                                                            ?FALSE
## 1558                                                             FALSE
## 1559                                                             FALSE
## 1560                                                             FALSE
## 1561                                                             FALSE
## 1562                                                                  
## 1563                                                                  
## 1564                                                             FALSE
## 1565                                                                  
## 1566                    1563                       community      TRUE
## 1567                                                                  
## 1568                                                                  
## 1569                                                                  
## 1570                                                                  
## 1571                                                                  
## 1572                                                                  
## 1573                                                                  
## 1574                                                             FALSE
## 1575                                                             FALSE
## 1576                                                             FALSE
## 1577                                                             FALSE
## 1578              1570; 1571              health care worker      TRUE
## 1579                                                             FALSE
## 1580                                                             FALSE
## 1581                                                hospital      TRUE
## 1582                                                hospital      TRUE
## 1583                                                                  
## 1584                                                                  
## 1585                                                hospital     FALSE
## 1586                                                            ?FALSE
## 1587                                                hospital      TRUE
## 1588                                                             FALSE
## 1589                                                hospital      TRUE
## 1590                                                hospital      TRUE
## 1591                                                             FALSE
## 1592                                                                  
## 1593                                                                  
## 1594                                                hospital      TRUE
## 1595                                                                  
## 1596                                                             FALSE
## 1597                                                             FALSE
## 1598                                                             FALSE
## 1599                    1581                       household      TRUE
## 1600                                                             FALSE
## 1601                                                             FALSE
## 1602                    1581                       household      TRUE
## 1603                                                             FALSE
## 1604                                                             FALSE
## 1605                                                             FALSE
## 1606                                                             FALSE
## 1607                                                             FALSE
## 1608                                      health care worker      TRUE
## 1609                                                hospital      TRUE
## 1610                                                hospital      TRUE
## 1611                                                             FALSE
## 1612                                                              TRUE
## 1613                                                                  
## 1614                                                                  
## 1615                                                                  
## 1616                                                                  
## 1617                                      health care worker      TRUE
## 1618                                      health care worker      TRUE
## 1619                    1608                                      TRUE
## 1620                                                             FALSE
## 1621                                               ?hospital     ?TRUE
## 1622                                                hospital      TRUE
## 1623                                                              TRUE
## 1624                                                             FALSE
## 1625                                                                  
## 1626                                                             FALSE
## 1627                                                             FALSE
## 1628                                                             FALSE
## 1629                                                             FALSE
## 1630                                                                  
## 1631                    1626                       community      TRUE
## 1632                                                                  
## 1633                                                             FALSE
## 1634                                                                  
## 1635                    1614              hospital/community      TRUE
## 1636                                                hospital      TRUE
## 1637                                                hospital      TRUE
## 1638                                                             FALSE
## 1639                                                             FALSE
## 1640                                                                  
## 1641                                                hospital          
## 1642                                                hospital          
## 1643                                                             FALSE
## 1644                    1653                        hospital      TRUE
## 1645                                                             FALSE
## 1646                                                             FALSE
## 1647                                                             FALSE
## 1648                                                             FALSE
## 1649                                                             FALSE
## 1650                                               ?hospital     ?TRUE
## 1651                                                                  
## 1652                                                hospital      TRUE
## 1653                                                                  
## 1654                    1651                       community      TRUE
## 1655                    1646                        hospital      TRUE
## 1656                    1649                      ?community     ?TRUE
## 1657                                                                  
## 1658                    1661                       community      TRUE
## 1659                                                             FALSE
## 1660                                                             FALSE
## 1661                                                                  
## 1662                                                   index     FALSE
## 1663                                                             FALSE
## 1664                                                             FALSE
## 1665                                                             FALSE
## 1666                                                             FALSE
## 1667                                                             FALSE
## 1668                                                hospital      TRUE
## 1669                                                hospital      TRUE
## 1670                    1664              health care worker      TRUE
## 1671                    1664              health care worker      TRUE
## 1672                    1664              health care worker      TRUE
## 1673                                                             FALSE
## 1674                                                             FALSE
## 1675                                                hospital      TRUE
## 1676                                                hospital      TRUE
## 1677                                                hospital      TRUE
## 1678                                                hospital      TRUE
## 1679                    1664              health care worker      TRUE
## 1680                    1664              health care worker      TRUE
## 1681                    1664              health care worker      TRUE
## 1682                    1664              health care worker      TRUE
## 1683                    1664              health care worker      TRUE
## 1684                    1664              health care worker      TRUE
## 1685                    1664                       community      TRUE
## 1686                    1664                       community      TRUE
## 1687                    1664                       community      TRUE
## 1688                    1664              health care worker      TRUE
## 1689                    1664              health care worker      TRUE
## 1690                                                                  
## 1691                    1664              health care worker      TRUE
## 1692                    1664              health care worker      TRUE
## 1693                                                             FALSE
## 1694                    1664              health care worker      TRUE
## 1695                    1671                       household      TRUE
## 1696                                                   index     FALSE
## 1697                                                                  
## 1698                                                             FALSE
## 1699                                                             FALSE
## 1700                                      health care worker      TRUE
## 1701                                                labwork?      TRUE
## 1702                                                             FALSE
## 1703                                                             FALSE
## 1704                    1709                       household      TRUE
## 1705                    1698                       community      TRUE
## 1706                                      health care worker      TRUE
## 1707                                                hospital      TRUE
## 1708                                                             FALSE
## 1709                    1712                       community      TRUE
## 1710                                                             FALSE
## 1711                                                             FALSE
## 1712                                                             FALSE
## 1713                                                             FALSE
## 1714                                                             FALSE
## 1715                    1712                       community      TRUE
## 1716                                                             FALSE
## 1717                                                             FALSE
## 1718                                                             FALSE
## 1719                                                             FALSE
## 1720                                                             FALSE
## 1721                                                             FALSE
## 1722                                                             FALSE
## 1723                                                             FALSE
## 1724                    1725              health care worker      TRUE
## 1725                                                             FALSE
## 1726                                                                  
## 1727                                                             FALSE
## 1728                                                             FALSE
## 1729                    1729                       household      TRUE
## 1730                                                             FALSE
## 1731                                                             FALSE
## 1732                                                             FALSE
## 1733                                                             FALSE
## 1734                                                                  
## 1735                                                             FALSE
## 1736                                                             FALSE
## 1737                                                             FALSE
## 1738                                                             FALSE
## 1739                                                             FALSE
## 1740                                                             FALSE
## 1741                                                                  
##      suspected inferred
## 1                    NA
## 2         TRUE       NA
## 3                    NA
## 4         TRUE       NA
## 5         TRUE       NA
## 6         TRUE       NA
## 7         TRUE       NA
## 8         TRUE       NA
## 9         TRUE       NA
## 10        TRUE       NA
## 11        TRUE       NA
## 12        TRUE       NA
## 13        TRUE       NA
## 14                   NA
## 15                   NA
## 16                   NA
## 17                   NA
## 18                   NA
## 19                   NA
## 20                   NA
## 21        TRUE       NA
## 22                   NA
## 23                   NA
## 24                   NA
## 25                   NA
## 26                   NA
## 27                   NA
## 28                   NA
## 29                   NA
## 30                   NA
## 31        TRUE       NA
## 32                   NA
## 33        TRUE       NA
## 34                   NA
## 35                   NA
## 36                   NA
## 37                   NA
## 38                   NA
## 39                   NA
## 40                   NA
## 41                   NA
## 42                   NA
## 43                   NA
## 44                   NA
## 45                   NA
## 46                   NA
## 47                   NA
## 48                   NA
## 49                   NA
## 50                   NA
## 51                   NA
## 52                   NA
## 53                   NA
## 54                   NA
## 55                   NA
## 56                   NA
## 57                   NA
## 58                   NA
## 59                   NA
## 60                   NA
## 61                   NA
## 62                   NA
## 63                   NA
## 64                   NA
## 65                   NA
## 66                   NA
## 67                   NA
## 68                   NA
## 69                   NA
## 70                   NA
## 71        TRUE       NA
## 72        TRUE       NA
## 73                   NA
## 74                   NA
## 75                   NA
## 76                   NA
## 77                   NA
## 78                   NA
## 79                   NA
## 80                   NA
## 81                   NA
## 82                   NA
## 83                   NA
## 84                   NA
## 85                   NA
## 86                   NA
## 87                   NA
## 88                   NA
## 89                   NA
## 90                   NA
## 91                   NA
## 92                   NA
## 93                   NA
## 94                   NA
## 95                   NA
## 96                   NA
## 97                   NA
## 98                   NA
## 99                   NA
## 100                  NA
## 101                  NA
## 102                  NA
## 103                  NA
## 104                  NA
## 105                  NA
## 106                  NA
## 107                  NA
## 108                  NA
## 109                  NA
## 110                  NA
## 111                  NA
## 112                  NA
## 113                  NA
## 114                  NA
## 115                  NA
## 116                  NA
## 117                  NA
## 118                  NA
## 119                  NA
## 120                  NA
## 121                  NA
## 122                  NA
## 123                  NA
## 124                  NA
## 125                  NA
## 126                  NA
## 127                  NA
## 128                  NA
## 129                  NA
## 130                  NA
## 131                  NA
## 132                  NA
## 133                  NA
## 134                  NA
## 135                  NA
## 136                  NA
## 137                  NA
## 138                  NA
## 139                  NA
## 140                  NA
## 141                  NA
## 142                  NA
## 143                  NA
## 144                  NA
## 145                  NA
## 146                  NA
## 147                  NA
## 148                  NA
## 149                  NA
## 150                  NA
## 151                  NA
## 152                  NA
## 153                  NA
## 154                  NA
## 155                  NA
## 156                  NA
## 157                  NA
## 158                  NA
## 159                  NA
## 160                  NA
## 161                  NA
## 162                  NA
## 163                  NA
## 164                  NA
## 165                  NA
## 166                  NA
## 167                  NA
## 168                  NA
## 169       TRUE       NA
## 170                  NA
## 171                  NA
## 172                  NA
## 173                  NA
## 174                  NA
## 175                  NA
## 176                  NA
## 177       TRUE       NA
## 178                  NA
## 179                  NA
## 180                  NA
## 181                  NA
## 182                  NA
## 183                  NA
## 184                  NA
## 185                  NA
## 186                  NA
## 187                  NA
## 188                  NA
## 189                  NA
## 190                  NA
## 191                  NA
## 192                  NA
## 193                  NA
## 194                  NA
## 195                  NA
## 196                  NA
## 197                  NA
## 198                  NA
## 199                  NA
## 200                  NA
## 201                  NA
## 202                  NA
## 203                  NA
## 204                  NA
## 205                  NA
## 206                  NA
## 207                  NA
## 208                  NA
## 209                  NA
## 210                  NA
## 211                  NA
## 212                  NA
## 213                  NA
## 214                  NA
## 215                  NA
## 216                  NA
## 217                  NA
## 218                  NA
## 219                  NA
## 220                  NA
## 221                  NA
## 222                  NA
## 223                  NA
## 224                  NA
## 225                  NA
## 226                  NA
## 227                  NA
## 228                  NA
## 229                  NA
## 230                  NA
## 231                  NA
## 232                  NA
## 233                  NA
## 234                  NA
## 235                  NA
## 236                  NA
## 237                  NA
## 238                  NA
## 239                  NA
## 240                  NA
## 241       TRUE       NA
## 242                  NA
## 243                  NA
## 244                  NA
## 245                  NA
## 246                  NA
## 247                  NA
## 248                  NA
## 249                  NA
## 250                  NA
## 251                  NA
## 252                  NA
## 253                  NA
## 254                  NA
## 255                  NA
## 256                  NA
## 257                  NA
## 258                  NA
## 259                  NA
## 260                  NA
## 261                  NA
## 262                  NA
## 263                  NA
## 264                  NA
## 265                  NA
## 266                  NA
## 267                  NA
## 268                  NA
## 269                  NA
## 270                  NA
## 271                  NA
## 272                  NA
## 273                  NA
## 274                  NA
## 275                  NA
## 276                  NA
## 277                  NA
## 278                  NA
## 279                  NA
## 280                  NA
## 281                  NA
## 282                  NA
## 283      ?TRUE       NA
## 284                  NA
## 285                  NA
## 286                  NA
## 287                  NA
## 288                  NA
## 289                  NA
## 290                  NA
## 291                  NA
## 292                  NA
## 293                  NA
## 294                  NA
## 295                  NA
## 296                  NA
## 297                  NA
## 298                  NA
## 299                  NA
## 300                  NA
## 301                  NA
## 302                  NA
## 303                  NA
## 304                  NA
## 305                  NA
## 306                  NA
## 307                  NA
## 308                  NA
## 309                  NA
## 310                  NA
## 311                  NA
## 312                  NA
## 313                  NA
## 314                  NA
## 315                  NA
## 316                  NA
## 317                  NA
## 318                  NA
## 319                  NA
## 320                  NA
## 321                  NA
## 322                  NA
## 323                  NA
## 324                  NA
## 325                  NA
## 326                  NA
## 327                  NA
## 328                  NA
## 329                  NA
## 330                  NA
## 331                  NA
## 332                  NA
## 333                  NA
## 334                  NA
## 335                  NA
## 336                  NA
## 337                  NA
## 338                  NA
## 339                  NA
## 340                  NA
## 341                  NA
## 342                  NA
## 343                  NA
## 344                  NA
## 345                  NA
## 346                  NA
## 347                  NA
## 348                  NA
## 349                  NA
## 350                  NA
## 351                  NA
## 352                  NA
## 353                  NA
## 354                  NA
## 355                  NA
## 356                  NA
## 357                  NA
## 358                  NA
## 359                  NA
## 360                  NA
## 361                  NA
## 362                  NA
## 363                  NA
## 364                  NA
## 365                  NA
## 366                  NA
## 367                  NA
## 368                  NA
## 369                  NA
## 370                  NA
## 371                  NA
## 372                  NA
## 373                  NA
## 374                  NA
## 375                  NA
## 376                  NA
## 377                  NA
## 378                  NA
## 379                  NA
## 380                  NA
## 381                  NA
## 382                  NA
## 383                  NA
## 384                  NA
## 385                  NA
## 386                  NA
## 387                  NA
## 388                  NA
## 389                  NA
## 390                  NA
## 391                  NA
## 392                  NA
## 393                  NA
## 394                  NA
## 395                  NA
## 396                  NA
## 397                  NA
## 398                  NA
## 399                  NA
## 400                  NA
## 401                  NA
## 402                  NA
## 403                  NA
## 404                  NA
## 405                  NA
## 406                  NA
## 407                  NA
## 408                  NA
## 409                  NA
## 410                  NA
## 411                  NA
## 412                  NA
## 413                  NA
## 414                  NA
## 415                  NA
## 416                  NA
## 417                  NA
## 418                  NA
## 419                  NA
## 420                  NA
## 421                  NA
## 422                  NA
## 423                  NA
## 424                  NA
## 425                  NA
## 426                  NA
## 427                  NA
## 428                  NA
## 429                  NA
## 430                  NA
## 431                  NA
## 432                  NA
## 433                  NA
## 434                  NA
## 435                  NA
## 436                  NA
## 437                  NA
## 438                  NA
## 439                  NA
## 440                  NA
## 441                  NA
## 442                  NA
## 443                  NA
## 444                  NA
## 445                  NA
## 446                  NA
## 447                  NA
## 448                  NA
## 449                  NA
## 450                  NA
## 451                  NA
## 452                  NA
## 453                  NA
## 454                  NA
## 455                  NA
## 456                  NA
## 457                  NA
## 458                  NA
## 459                  NA
## 460                  NA
## 461                  NA
## 462                  NA
## 463                  NA
## 464                  NA
## 465                  NA
## 466                  NA
## 467                  NA
## 468                  NA
## 469                  NA
## 470                  NA
## 471                  NA
## 472                  NA
## 473                  NA
## 474                  NA
## 475                  NA
## 476                  NA
## 477                  NA
## 478                  NA
## 479                  NA
## 480                  NA
## 481                  NA
## 482                  NA
## 483                  NA
## 484                  NA
## 485                  NA
## 486                  NA
## 487                  NA
## 488                  NA
## 489                  NA
## 490                  NA
## 491                  NA
## 492                  NA
## 493                  NA
## 494                  NA
## 495                  NA
## 496                  NA
## 497                  NA
## 498                  NA
## 499                  NA
## 500                  NA
## 501                  NA
## 502                  NA
## 503                  NA
## 504                  NA
## 505                  NA
## 506                  NA
## 507                  NA
## 508                  NA
## 509                  NA
## 510                  NA
## 511                  NA
## 512                  NA
## 513                  NA
## 514                  NA
## 515                  NA
## 516                  NA
## 517                  NA
## 518                  NA
## 519                  NA
## 520                  NA
## 521                  NA
## 522                  NA
## 523                  NA
## 524                  NA
## 525                  NA
## 526                  NA
## 527                  NA
## 528                  NA
## 529                  NA
## 530                  NA
## 531                  NA
## 532                  NA
## 533                  NA
## 534                  NA
## 535                  NA
## 536                  NA
## 537                  NA
## 538                  NA
## 539                  NA
## 540                  NA
## 541                  NA
## 542                  NA
## 543                  NA
## 544                  NA
## 545                  NA
## 546                  NA
## 547                  NA
## 548                  NA
## 549                  NA
## 550                  NA
## 551                  NA
## 552                  NA
## 553                  NA
## 554                  NA
## 555                  NA
## 556                  NA
## 557                  NA
## 558                  NA
## 559                  NA
## 560                  NA
## 561                  NA
## 562                  NA
## 563                  NA
## 564                  NA
## 565                  NA
## 566                  NA
## 567                  NA
## 568                  NA
## 569                  NA
## 570                  NA
## 571                  NA
## 572                  NA
## 573                  NA
## 574                  NA
## 575                  NA
## 576                  NA
## 577                  NA
## 578                  NA
## 579                  NA
## 580                  NA
## 581                  NA
## 582                  NA
## 583                  NA
## 584                  NA
## 585                  NA
## 586                  NA
## 587                  NA
## 588                  NA
## 589                  NA
## 590                  NA
## 591                  NA
## 592                  NA
## 593                  NA
## 594                  NA
## 595                  NA
## 596                  NA
## 597                  NA
## 598                  NA
## 599                  NA
## 600                  NA
## 601                  NA
## 602                  NA
## 603                  NA
## 604                  NA
## 605                  NA
## 606                  NA
## 607                  NA
## 608                  NA
## 609                  NA
## 610                  NA
## 611                  NA
## 612                  NA
## 613                  NA
## 614                  NA
## 615                  NA
## 616                  NA
## 617                  NA
## 618                  NA
## 619                  NA
## 620                  NA
## 621                  NA
## 622                  NA
## 623                  NA
## 624                  NA
## 625                  NA
## 626                  NA
## 627                  NA
## 628                  NA
## 629                  NA
## 630                  NA
## 631                  NA
## 632                  NA
## 633                  NA
## 634                  NA
## 635                  NA
## 636                  NA
## 637                  NA
## 638                  NA
## 639                  NA
## 640                  NA
## 641                  NA
## 642                  NA
## 643                  NA
## 644                  NA
## 645                  NA
## 646                  NA
## 647                  NA
## 648                  NA
## 649                  NA
## 650                  NA
## 651                  NA
## 652                  NA
## 653                  NA
## 654                  NA
## 655                  NA
## 656                  NA
## 657                  NA
## 658                  NA
## 659                  NA
## 660                  NA
## 661                  NA
## 662                  NA
## 663                  NA
## 664                  NA
## 665                  NA
## 666                  NA
## 667                  NA
## 668                  NA
## 669                  NA
## 670                  NA
## 671                  NA
## 672                  NA
## 673                  NA
## 674                  NA
## 675                  NA
## 676                  NA
## 677                  NA
## 678                  NA
## 679                  NA
## 680                  NA
## 681                  NA
## 682                  NA
## 683                  NA
## 684                  NA
## 685                  NA
## 686                  NA
## 687                  NA
## 688                  NA
## 689                  NA
## 690                  NA
## 691       TRUE       NA
## 692                  NA
## 693                  NA
## 694                  NA
## 695                  NA
## 696                  NA
## 697                  NA
## 698                  NA
## 699                  NA
## 700                  NA
## 701                  NA
## 702                  NA
## 703                  NA
## 704                  NA
## 705                  NA
## 706                  NA
## 707                  NA
## 708                  NA
## 709                  NA
## 710                  NA
## 711                  NA
## 712                  NA
## 713                  NA
## 714                  NA
## 715                  NA
## 716                  NA
## 717                  NA
## 718                  NA
## 719                  NA
## 720                  NA
## 721                  NA
## 722                  NA
## 723                  NA
## 724                  NA
## 725                  NA
## 726                  NA
## 727                  NA
## 728                  NA
## 729                  NA
## 730                  NA
## 731                  NA
## 732                  NA
## 733                  NA
## 734                  NA
## 735                  NA
## 736                  NA
## 737                  NA
## 738                  NA
## 739                  NA
## 740                  NA
## 741                  NA
## 742                  NA
## 743                  NA
## 744                  NA
## 745                  NA
## 746                  NA
## 747                  NA
## 748                  NA
## 749                  NA
## 750                  NA
## 751                  NA
## 752                  NA
## 753                  NA
## 754                  NA
## 755                  NA
## 756                  NA
## 757                  NA
## 758                  NA
## 759                  NA
## 760                  NA
## 761                  NA
## 762                  NA
## 763                  NA
## 764                  NA
## 765                  NA
## 766                  NA
## 767                  NA
## 768                  NA
## 769                  NA
## 770                  NA
## 771                  NA
## 772                  NA
## 773                  NA
## 774                  NA
## 775                  NA
## 776                  NA
## 777                  NA
## 778                  NA
## 779                  NA
## 780                  NA
## 781                TRUE
## 782                  NA
## 783                  NA
## 784                  NA
## 785                  NA
## 786                  NA
## 787                  NA
## 788                  NA
## 789                  NA
## 790                  NA
## 791                  NA
## 792                  NA
## 793                  NA
## 794                  NA
## 795                  NA
## 796                  NA
## 797                  NA
## 798                  NA
## 799                  NA
## 800                  NA
## 801                  NA
## 802                  NA
## 803                  NA
## 804                  NA
## 805                  NA
## 806                  NA
## 807                  NA
## 808                  NA
## 809                  NA
## 810                  NA
## 811                  NA
## 812                  NA
## 813                  NA
## 814                  NA
## 815                  NA
## 816                  NA
## 817                  NA
## 818                  NA
## 819                  NA
## 820                  NA
## 821                  NA
## 822                  NA
## 823                  NA
## 824                  NA
## 825                  NA
## 826                  NA
## 827                  NA
## 828                  NA
## 829                  NA
## 830                  NA
## 831                  NA
## 832                  NA
## 833                  NA
## 834                  NA
## 835                  NA
## 836                  NA
## 837                  NA
## 838                  NA
## 839                  NA
## 840                  NA
## 841                  NA
## 842                  NA
## 843                  NA
## 844                  NA
## 845                  NA
## 846                  NA
## 847                  NA
## 848                  NA
## 849                  NA
## 850                  NA
## 851                  NA
## 852                  NA
## 853                  NA
## 854                  NA
## 855                  NA
## 856                  NA
## 857                  NA
## 858                  NA
## 859                  NA
## 860                  NA
## 861                  NA
## 862                  NA
## 863                  NA
## 864                  NA
## 865                  NA
## 866                  NA
## 867                  NA
## 868                  NA
## 869                  NA
## 870                  NA
## 871                  NA
## 872                  NA
## 873                  NA
## 874                  NA
## 875                  NA
## 876                  NA
## 877                  NA
## 878                  NA
## 879                  NA
## 880                  NA
## 881                  NA
## 882                  NA
## 883                  NA
## 884                  NA
## 885                  NA
## 886                  NA
## 887                  NA
## 888                  NA
## 889                  NA
## 890                  NA
## 891                  NA
## 892                  NA
## 893                  NA
## 894                  NA
## 895                  NA
## 896                  NA
## 897                  NA
## 898                  NA
## 899                  NA
## 900                  NA
## 901                  NA
## 902                  NA
## 903                  NA
## 904                  NA
## 905                  NA
## 906                  NA
## 907                  NA
## 908                  NA
## 909                  NA
## 910                  NA
## 911                  NA
## 912                  NA
## 913                TRUE
## 914                  NA
## 915                  NA
## 916                  NA
## 917      ?TRUE       NA
## 918                  NA
## 919                  NA
## 920                  NA
## 921                  NA
## 922                  NA
## 923                  NA
## 924                  NA
## 925                  NA
## 926                  NA
## 927                  NA
## 928                  NA
## 929                  NA
## 930                  NA
## 931                  NA
## 932                  NA
## 933                  NA
## 934                  NA
## 935                  NA
## 936                  NA
## 937                  NA
## 938                  NA
## 939                  NA
## 940                  NA
## 941                  NA
## 942                  NA
## 943                  NA
## 944                  NA
## 945                  NA
## 946                  NA
## 947                  NA
## 948                  NA
## 949                  NA
## 950                  NA
## 951                  NA
## 952                  NA
## 953                  NA
## 954                  NA
## 955                  NA
## 956                TRUE
## 957                  NA
## 958                TRUE
## 959                  NA
## 960                TRUE
## 961                  NA
## 962                  NA
## 963                  NA
## 964                TRUE
## 965                  NA
## 966                  NA
## 967                  NA
## 968                  NA
## 969                  NA
## 970                  NA
## 971                  NA
## 972                  NA
## 973                  NA
## 974                  NA
## 975                  NA
## 976                  NA
## 977                  NA
## 978                  NA
## 979                  NA
## 980                  NA
## 981                  NA
## 982                  NA
## 983                  NA
## 984                  NA
## 985                  NA
## 986                  NA
## 987                TRUE
## 988                  NA
## 989                  NA
## 990                  NA
## 991                  NA
## 992                  NA
## 993                  NA
## 994                TRUE
## 995                  NA
## 996                  NA
## 997                  NA
## 998                  NA
## 999                  NA
## 1000                 NA
## 1001                 NA
## 1002                 NA
## 1003                 NA
## 1004                 NA
## 1005                 NA
## 1006                 NA
## 1007                 NA
## 1008                 NA
## 1009               TRUE
## 1010                 NA
## 1011                 NA
## 1012                 NA
## 1013                 NA
## 1014                 NA
## 1015                 NA
## 1016                 NA
## 1017                 NA
## 1018               TRUE
## 1019               TRUE
## 1020                 NA
## 1021                 NA
## 1022                 NA
## 1023                 NA
## 1024                 NA
## 1025                 NA
## 1026                 NA
## 1027                 NA
## 1028                 NA
## 1029                 NA
## 1030                 NA
## 1031                 NA
## 1032                 NA
## 1033                 NA
## 1034                 NA
## 1035                 NA
## 1036                 NA
## 1037                 NA
## 1038                 NA
## 1039                 NA
## 1040                 NA
## 1041                 NA
## 1042                 NA
## 1043                 NA
## 1044                 NA
## 1045                 NA
## 1046                 NA
## 1047                 NA
## 1048                 NA
## 1049                 NA
## 1050                 NA
## 1051                 NA
## 1052                 NA
## 1053                 NA
## 1054                 NA
## 1055                 NA
## 1056                 NA
## 1057                 NA
## 1058                 NA
## 1059                 NA
## 1060                 NA
## 1061                 NA
## 1062                 NA
## 1063                 NA
## 1064                 NA
## 1065                 NA
## 1066                 NA
## 1067                 NA
## 1068                 NA
## 1069                 NA
## 1070               TRUE
## 1071                 NA
## 1072                 NA
## 1073                 NA
## 1074                 NA
## 1075                 NA
## 1076                 NA
## 1077                 NA
## 1078                 NA
## 1079                 NA
## 1080                 NA
## 1081                 NA
## 1082                 NA
## 1083                 NA
## 1084                 NA
## 1085                 NA
## 1086                 NA
## 1087                 NA
## 1088                 NA
## 1089                 NA
## 1090                 NA
## 1091                 NA
## 1092                 NA
## 1093                 NA
## 1094                 NA
## 1095                 NA
## 1096                 NA
## 1097                 NA
## 1098                 NA
## 1099                 NA
## 1100                 NA
## 1101                 NA
## 1102                 NA
## 1103                 NA
## 1104                 NA
## 1105                 NA
## 1106                 NA
## 1107                 NA
## 1108                 NA
## 1109                 NA
## 1110                 NA
## 1111                 NA
## 1112                 NA
## 1113                 NA
## 1114                 NA
## 1115                 NA
## 1116                 NA
## 1117                 NA
## 1118                 NA
## 1119                 NA
## 1120                 NA
## 1121                 NA
## 1122                 NA
## 1123                 NA
## 1124                 NA
## 1125                 NA
## 1126                 NA
## 1127                 NA
## 1128                 NA
## 1129                 NA
## 1130                 NA
## 1131                 NA
## 1132                 NA
## 1133                 NA
## 1134                 NA
## 1135                 NA
## 1136                 NA
## 1137                 NA
## 1138                 NA
## 1139                 NA
## 1140                 NA
## 1141                 NA
## 1142                 NA
## 1143                 NA
## 1144                 NA
## 1145                 NA
## 1146                 NA
## 1147                 NA
## 1148                 NA
## 1149                 NA
## 1150                 NA
## 1151                 NA
## 1152                 NA
## 1153                 NA
## 1154                 NA
## 1155                 NA
## 1156                 NA
## 1157                 NA
## 1158                 NA
## 1159                 NA
## 1160                 NA
## 1161                 NA
## 1162                 NA
## 1163                 NA
## 1164                 NA
## 1165                 NA
## 1166                 NA
## 1167                 NA
## 1168                 NA
## 1169                 NA
## 1170                 NA
## 1171                 NA
## 1172                 NA
## 1173                 NA
## 1174                 NA
## 1175                 NA
## 1176                 NA
## 1177                 NA
## 1178                 NA
## 1179                 NA
## 1180                 NA
## 1181                 NA
## 1182                 NA
## 1183                 NA
## 1184                 NA
## 1185                 NA
## 1186                 NA
## 1187                 NA
## 1188                 NA
## 1189                 NA
## 1190                 NA
## 1191                 NA
## 1192                 NA
## 1193                 NA
## 1194                 NA
## 1195                 NA
## 1196                 NA
## 1197                 NA
## 1198                 NA
## 1199                 NA
## 1200                 NA
## 1201                 NA
## 1202                 NA
## 1203                 NA
## 1204                 NA
## 1205                 NA
## 1206                 NA
## 1207                 NA
## 1208                 NA
## 1209                 NA
## 1210                 NA
## 1211                 NA
## 1212                 NA
## 1213                 NA
## 1214                 NA
## 1215                 NA
## 1216                 NA
## 1217                 NA
## 1218                 NA
## 1219                 NA
## 1220                 NA
## 1221                 NA
## 1222                 NA
## 1223                 NA
## 1224                 NA
## 1225                 NA
## 1226                 NA
## 1227                 NA
## 1228                 NA
## 1229                 NA
## 1230                 NA
## 1231                 NA
## 1232                 NA
## 1233                 NA
## 1234                 NA
## 1235               TRUE
## 1236                 NA
## 1237                 NA
## 1238                 NA
## 1239                 NA
## 1240                 NA
## 1241                 NA
## 1242                 NA
## 1243                 NA
## 1244                 NA
## 1245                 NA
## 1246                 NA
## 1247                 NA
## 1248                 NA
## 1249                 NA
## 1250                 NA
## 1251                 NA
## 1252                 NA
## 1253                 NA
## 1254                 NA
## 1255                 NA
## 1256                 NA
## 1257                 NA
## 1258                 NA
## 1259                 NA
## 1260                 NA
## 1261                 NA
## 1262                 NA
## 1263                 NA
## 1264                 NA
## 1265                 NA
## 1266                 NA
## 1267                 NA
## 1268                 NA
## 1269                 NA
## 1270                 NA
## 1271                 NA
## 1272                 NA
## 1273                 NA
## 1274                 NA
## 1275                 NA
## 1276                 NA
## 1277                 NA
## 1278                 NA
## 1279                 NA
## 1280                 NA
## 1281                 NA
## 1282                 NA
## 1283                 NA
## 1284                 NA
## 1285                 NA
## 1286                 NA
## 1287                 NA
## 1288                 NA
## 1289                 NA
## 1290                 NA
## 1291                 NA
## 1292                 NA
## 1293                 NA
## 1294                 NA
## 1295                 NA
## 1296                 NA
## 1297                 NA
## 1298                 NA
## 1299                 NA
## 1300                 NA
## 1301                 NA
## 1302                 NA
## 1303                 NA
## 1304                 NA
## 1305                 NA
## 1306                 NA
## 1307                 NA
## 1308                 NA
## 1309                 NA
## 1310                 NA
## 1311                 NA
## 1312                 NA
## 1313                 NA
## 1314                 NA
## 1315                 NA
## 1316                 NA
## 1317                 NA
## 1318                 NA
## 1319                 NA
## 1320                 NA
## 1321                 NA
## 1322                 NA
## 1323                 NA
## 1324                 NA
## 1325                 NA
## 1326                 NA
## 1327                 NA
## 1328                 NA
## 1329                 NA
## 1330                 NA
## 1331                 NA
## 1332                 NA
## 1333                 NA
## 1334                 NA
## 1335                 NA
## 1336                 NA
## 1337                 NA
## 1338                 NA
## 1339                 NA
## 1340                 NA
## 1341                 NA
## 1342                 NA
## 1343                 NA
## 1344                 NA
## 1345                 NA
## 1346                 NA
## 1347                 NA
## 1348                 NA
## 1349                 NA
## 1350                 NA
## 1351                 NA
## 1352                 NA
## 1353                 NA
## 1354                 NA
## 1355                 NA
## 1356                 NA
## 1357                 NA
## 1358                 NA
## 1359                 NA
## 1360                 NA
## 1361                 NA
## 1362                 NA
## 1363                 NA
## 1364                 NA
## 1365                 NA
## 1366                 NA
## 1367                 NA
## 1368                 NA
## 1369                 NA
## 1370                 NA
## 1371                 NA
## 1372                 NA
## 1373                 NA
## 1374                 NA
## 1375                 NA
## 1376                 NA
## 1377                 NA
## 1378                 NA
## 1379                 NA
## 1380                 NA
## 1381                 NA
## 1382                 NA
## 1383                 NA
## 1384                 NA
## 1385                 NA
## 1386                 NA
## 1387                 NA
## 1388                 NA
## 1389                 NA
## 1390                 NA
## 1391                 NA
## 1392                 NA
## 1393                 NA
## 1394                 NA
## 1395                 NA
## 1396                 NA
## 1397                 NA
## 1398                 NA
## 1399                 NA
## 1400                 NA
## 1401                 NA
## 1402                 NA
## 1403                 NA
## 1404                 NA
## 1405                 NA
## 1406                 NA
## 1407                 NA
## 1408                 NA
## 1409                 NA
## 1410                 NA
## 1411                 NA
## 1412                 NA
## 1413                 NA
## 1414                 NA
## 1415                 NA
## 1416                 NA
## 1417                 NA
## 1418                 NA
## 1419                 NA
## 1420                 NA
## 1421                 NA
## 1422                 NA
## 1423                 NA
## 1424                 NA
## 1425                 NA
## 1426                 NA
## 1427                 NA
## 1428                 NA
## 1429                 NA
## 1430                 NA
## 1431                 NA
## 1432                 NA
## 1433                 NA
## 1434                 NA
## 1435                 NA
## 1436                 NA
## 1437                 NA
## 1438                 NA
## 1439                 NA
## 1440                 NA
## 1441                 NA
## 1442                 NA
## 1443                 NA
## 1444                 NA
## 1445                 NA
## 1446                 NA
## 1447                 NA
## 1448                 NA
## 1449                 NA
## 1450                 NA
## 1451                 NA
## 1452                 NA
## 1453                 NA
## 1454                 NA
## 1455                 NA
## 1456                 NA
## 1457                 NA
## 1458                 NA
## 1459                 NA
## 1460                 NA
## 1461                 NA
## 1462                 NA
## 1463               TRUE
## 1464                 NA
## 1465                 NA
## 1466                 NA
## 1467                 NA
## 1468                 NA
## 1469                 NA
## 1470                 NA
## 1471                 NA
## 1472                 NA
## 1473                 NA
## 1474                 NA
## 1475                 NA
## 1476                 NA
## 1477                 NA
## 1478                 NA
## 1479                 NA
## 1480                 NA
## 1481                 NA
## 1482                 NA
## 1483                 NA
## 1484                 NA
## 1485                 NA
## 1486                 NA
## 1487                 NA
## 1488                 NA
## 1489                 NA
## 1490                 NA
## 1491                 NA
## 1492                 NA
## 1493                 NA
## 1494                 NA
## 1495                 NA
## 1496                 NA
## 1497                 NA
## 1498                 NA
## 1499                 NA
## 1500                 NA
## 1501                 NA
## 1502               TRUE
## 1503                 NA
## 1504                 NA
## 1505                 NA
## 1506                 NA
## 1507                 NA
## 1508               TRUE
## 1509                 NA
## 1510                 NA
## 1511                 NA
## 1512               TRUE
## 1513                 NA
## 1514                 NA
## 1515                 NA
## 1516                 NA
## 1517                 NA
## 1518               TRUE
## 1519                 NA
## 1520                 NA
## 1521                 NA
## 1522                 NA
## 1523                 NA
## 1524                 NA
## 1525                 NA
## 1526                 NA
## 1527                 NA
## 1528                 NA
## 1529                 NA
## 1530                 NA
## 1531                 NA
## 1532                 NA
## 1533                 NA
## 1534                 NA
## 1535                 NA
## 1536                 NA
## 1537                 NA
## 1538                 NA
## 1539                 NA
## 1540                 NA
## 1541                 NA
## 1542               TRUE
## 1543                 NA
## 1544                 NA
## 1545               TRUE
## 1546                 NA
## 1547                 NA
## 1548                 NA
## 1549                 NA
## 1550                 NA
## 1551                 NA
## 1552                 NA
## 1553                 NA
## 1554                 NA
## 1555                 NA
## 1556                 NA
## 1557                 NA
## 1558                 NA
## 1559                 NA
## 1560                 NA
## 1561                 NA
## 1562                 NA
## 1563                 NA
## 1564                 NA
## 1565                 NA
## 1566                 NA
## 1567                 NA
## 1568                 NA
## 1569                 NA
## 1570                 NA
## 1571                 NA
## 1572                 NA
## 1573                 NA
## 1574                 NA
## 1575                 NA
## 1576                 NA
## 1577                 NA
## 1578                 NA
## 1579                 NA
## 1580                 NA
## 1581                 NA
## 1582                 NA
## 1583                 NA
## 1584                 NA
## 1585                 NA
## 1586                 NA
## 1587                 NA
## 1588                 NA
## 1589                 NA
## 1590                 NA
## 1591                 NA
## 1592                 NA
## 1593                 NA
## 1594                 NA
## 1595                 NA
## 1596                 NA
## 1597                 NA
## 1598                 NA
## 1599                 NA
## 1600                 NA
## 1601                 NA
## 1602                 NA
## 1603                 NA
## 1604                 NA
## 1605                 NA
## 1606                 NA
## 1607                 NA
## 1608                 NA
## 1609                 NA
## 1610                 NA
## 1611                 NA
## 1612                 NA
## 1613     FALSE       NA
## 1614     FALSE       NA
## 1615                 NA
## 1616                 NA
## 1617                 NA
## 1618                 NA
## 1619                 NA
## 1620                 NA
## 1621                 NA
## 1622                 NA
## 1623                 NA
## 1624                 NA
## 1625                 NA
## 1626                 NA
## 1627                 NA
## 1628                 NA
## 1629                 NA
## 1630                 NA
## 1631                 NA
## 1632                 NA
## 1633                 NA
## 1634                 NA
## 1635                 NA
## 1636                 NA
## 1637                 NA
## 1638                 NA
## 1639                 NA
## 1640                 NA
## 1641                 NA
## 1642                 NA
## 1643                 NA
## 1644                 NA
## 1645                 NA
## 1646                 NA
## 1647                 NA
## 1648                 NA
## 1649                 NA
## 1650                 NA
## 1651                 NA
## 1652                 NA
## 1653                 NA
## 1654                 NA
## 1655                 NA
## 1656                 NA
## 1657                 NA
## 1658                 NA
## 1659                 NA
## 1660                 NA
## 1661                 NA
## 1662                 NA
## 1663                 NA
## 1664                 NA
## 1665                 NA
## 1666                 NA
## 1667                 NA
## 1668                 NA
## 1669                 NA
## 1670                 NA
## 1671                 NA
## 1672                 NA
## 1673                 NA
## 1674                 NA
## 1675                 NA
## 1676                 NA
## 1677                 NA
## 1678                 NA
## 1679                 NA
## 1680                 NA
## 1681                 NA
## 1682                 NA
## 1683                 NA
## 1684                 NA
## 1685                 NA
## 1686                 NA
## 1687                 NA
## 1688                 NA
## 1689                 NA
## 1690                 NA
## 1691                 NA
## 1692                 NA
## 1693                 NA
## 1694                 NA
## 1695                 NA
## 1696                 NA
## 1697                 NA
## 1698                 NA
## 1699                 NA
## 1700                 NA
## 1701                 NA
## 1702                 NA
## 1703                 NA
## 1704                 NA
## 1705                 NA
## 1706                 NA
## 1707                 NA
## 1708                 NA
## 1709                 NA
## 1710                 NA
## 1711                 NA
## 1712                 NA
## 1713                 NA
## 1714                 NA
## 1715                 NA
## 1716                 NA
## 1717                 NA
## 1718                 NA
## 1719                 NA
## 1720                 NA
## 1721                 NA
## 1722                 NA
## 1723                 NA
## 1724                 NA
## 1725                 NA
## 1726                 NA
## 1727                 NA
## 1728                 NA
## 1729                 NA
## 1730                 NA
## 1731                 NA
## 1732                 NA
## 1733                 NA
## 1734               TRUE
## 1735                 NA
## 1736                 NA
## 1737                 NA
## 1738                 NA
## 1739                 NA
## 1740                 NA
## 1741                 NA
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      notes
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 probable
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 probable
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 probable
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 probable
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 probable
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 probable
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 probable
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                probable
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                probable
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                probable
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                probable
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   healthy but BMI of 35
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Visited KSA prior to onset, transferred to London, UK
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Three days prior to the onset of illness, he had visited a local farm near his home in Riyadh where he had a brief contact with farm animals; diabetes, atrophied kidney & heart disease
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Transferred to Essen, Germany
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Patient 1 from DOI:10.1056/NEJMoa1303729 ?
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Patient 4 from DOI:10.1056/NEJMoa1303729 ?; smoker but otherwise healthy; The only animal exposure occurred with Patient 4, who attended the slaughtering of a camel on October 24
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Patient 2 from DOI:10.1056/NEJMoa1303729 ?; smoker, history of reactive airway disease
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Probable MERS. Patient 3 from DOI:10.1056/NEJMoa1303729 ?
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Travelled to Pakistan and KSA before returning to UK
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       immune-suppressed
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                mild respiratory illness
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The patient, a 69-year-old male, was hospitalized on 10 February 2013 and died on 19 February 2013. Preliminary investigation indicated that the patient had no contact with previously reported cases of NCoV infection and did not have recent history of travel.
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Possibly aquired in hospital 14 days prior to onset; obesity and uncomplicated type II diabetes mellitus. had a farm outside Riyadh, in which he kept sheep, chicken, ducks and pigeons. He visited the farm once or twice a week.
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           WHO report suggests not detected through contact tracing: The patient, a 39-year-old male, developed symptoms on 24 February 2013. He was hospitalized on 28 February 2013 and died on 2 March 2013. Preliminary investigation indicated that the patient had no contact with previously reported cases of nCoV infection. Other potential exposures are under investigation.
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          overweight but no pre-existing chronic illness
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Transferred from Abu Dhabi to Munich on 2013-03-19. His profession was camel breeding; in the 2 weeks before his onset of illness, 1 of his camels was reported to have had a respiratory illness.
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               pneumonia
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           dialysis ward
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           dialysis ward
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       comorbidities, recovered, pneumonia? Never in ICU
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           comorbidities
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       comorbidities, recovered, pneumonia? Never in ICU
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                comorbidities, recovered
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       multiple coexisting medical conditions, recovered - ref says dead
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        health care worker, with a coexisting health condition, NEVER in ICU, pneumonia?
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             multiple coexisting medical conditions, recovered, Never in ICU, pneumonia?
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple coexisting medical conditions
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      critical condition
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              death date as end of study
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     multiple coexisting medical conditions, still alive 2013-05-23, reported dead later
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple coexisting medical conditions
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Hospitalized in Valenciennes, France; previous renal failure, diabetes
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   history of myocardial infarction, arterial hypertension, dysplidaemia, angiodema, DVT
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Returned from trip to Qatar and KSA on 2013-05-03, confirmed by CDC; diabetes
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            onset as death of index case
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 onset as death of index case, travelled with #58 to KSA
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The fatal case was reported from Al-Qaseem region in the Central part of the country and is not related to the cluster of cases reported from Al-Ahsa region in the Eastern part of the country. The patient was a 63-year-old man with an underlying medical condition who was admitted to a hospital with acute respiratory distress on 15 May 2013 and died on 20 May 2013.
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                underlying medical conditions; why do Cauchemez group these 5 as a cluster? Unclear - probably just because they are from the same area at the same time
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      underlying medical conditions, either this or patient 67 died - see note on pat 68
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    underlying medical conditions, discharged 2013-05-27
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           underlying medical conditions
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           underlying medical conditions
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      underlying medical conditions, either this or patient 63 died - see note on pat 68
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                21-year-old man from Hafar Al-Batin governorate who died
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic diseases
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             40 day trip to Jordan, onset 1 day prior to return to Italy
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    not part of Al-Ahsa hospital cluster
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                chronic diseases, death as date reported
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            chronic diseases, onset reported as 'end of may'. Some reports give this case as a 65yo man.
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic diseases
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   no comorbidity is implied by context of press release
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   from informed sources that one of the deceased Cardiologists  works in a hospital in Saudi Aramco in Dhahran, and holds Jordanian citizenship, The wounded understand citizen in the Eastern Region at the age of 42 years, and receiving treatment in the hospital and suffers from asthma, chronic,
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       death as date reported, multiple chronic diseases
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    death as date reported, chronic disease of the lungs
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               recovered
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cared for two previously confirmed MERS-CoV cases and were detected as part of the outbreak investigation and contact tracing. Two of these three cases were asymptomatic and all three tested weakly positive by PCR.
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cared for two previously confirmed MERS-CoV cases and were detected as part of the outbreak investigation and contact tracing. Two of these three cases were asymptomatic and all three tested weakly positive by PCR.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cared for two previously confirmed MERS-CoV cases and were detected as part of the outbreak investigation and contact tracing. Two of these three cases were asymptomatic and all three tested weakly positive by PCR.
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          death as date reported, cancer
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Four cases have been detected among contacts of confirmed cases in Riyadh and the Eastern Region. They range in age from seven to 15 years, and all were asymptomatic.
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Four cases have been detected among contacts of confirmed cases in Riyadh and the Eastern Region. They range in age from seven to 15 years, and all were asymptomatic.
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Four cases have been detected among contacts of confirmed cases in Riyadh and the Eastern Region. They range in age from seven to 15 years, and all were asymptomatic.
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Four cases have been detected among contacts of confirmed cases in Riyadh and the Eastern Region. They range in age from seven to 15 years, and all were asymptomatic.
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    health care worker - why is this clustered with #93?
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      health care worker
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         health care worker with contact of a previously reported laboratory confirmed MERS-CoV case (probably case #68)
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          death as date reported; cancer
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              close contact with a previously laboratory-confirmed case
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          health care worker (Cauchemez groups with 98)
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           health care workers from two hospitals in Abu Dhabi who took care of an earlier laboratory-confirmed patient
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           health care workers from two hospitals in Abu Dhabi who took care of an earlier laboratory-confirmed patient
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       health care workers from two hospitals in Abu Dhabi who took care of an earlier laboratory-confirmed patient, 'stable; mild upper resp symptoms'
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       health care workers from two hospitals in Abu Dhabi who took care of an earlier laboratory-confirmed patient, 'stable; mild upper resp symptoms'
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              no contact with known MERS-CoV confirmed cases or animals
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              no contact with known MERS-CoV confirmed cases or animals
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           no known exposure to animals or to a case confirmed with MERS-CoV infection; chronic disease
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            health care worker, exposed to patients who were laboratory-confirmed cases
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            health care worker, exposed to patients who were laboratory-confirmed cases
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic disease
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                chronic disease, genetic clustering with cluster Q (Hafr Al-Batin #124)
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              59-year old man with an underlying medical condition who became ill on 15 August 2013. He is currently hospitalised and is in stable condition.Preliminary epidemiological investigations reveal that the patient travelled to Medina, Saudi Arabia for 6 days and returned to Qatar on 15 August 2013. He did not take part in Umrah and did not visit to Al-Masjid an-Nabawi in Medina.
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               cancer & chronic disease
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic disease
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic disease
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   contact with a confirmed case, did not show symptoms
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Double counted due to retrospective reporting - is actually # 27 in this database - see flutrackers # 102
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                death as date reported; chronic disease
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  contact with Qatar case on 2013-08-15
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    probable contact with Qatar case on 2013-08-15, suffering chronic renal failure; where does contact info come from?
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          When the camel fell ill, with watery fluid streaming from its nostrils, treated the animal as best he could, then sold it, his brothers said. Three days later, he was sick, and he died 10 days after that, the family says.
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Family of #124
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       discharge as date of reporting, implied clinical
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  discharge as date of reporting, implied clinical; flutrackers says is a contact but no evidence - may be a contact of 112 cf. List_AR
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           chronic disease; could be a contact based on timing but not reported as such
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             health care worker, no history of contacts with animals or a positive case. Filipina nurse
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     health care worker from Riyadh who is a contact of a positive case
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Family of #124
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Family of #124
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             in contact with a confirmed case-patient in Hafar Al-Batin
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             in contact with a confirmed case-patient in Hafar Al-Batin
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              health sector worker, death as date reported, not definitively secondary?
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           multiple comorbidity; death as date reported
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            in contact with a confirmed case,  suffering from various chronic diseases, and she is currently at the ICU
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic disease
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic disease
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               in contact with a confirmed case, death as date reported
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       in contact with a confirmed case
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               health care worker; not definitively stated as a contact
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   contact with a confirmed case, did not show symptoms
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          contact with a confirmed case
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            health care worker with contact of a previously reported case; press release may imply different to 147-149
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             health care worker with contact of a previously reported case; press release may imply 147-149 the same case, but 146 different; UPDATED: belings to Hafr al-batin cluster
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        health care worker with contact of a previously reported case; press release may imply 147-149 the same case, but 146 different
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        health care worker with contact of a previously reported case; press release may imply 147-149 the same case, but 146 different
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  contact with previous case, comorbidities, death as date of reporting
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              contact with previous case, comorbidities
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              comorbidities, death as date of reporting
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              several chronic diseases and receive treatment intensive care; arabic report says 78, english translation says 87; flutrackers notes Riyadh but no source
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        suffering from health problems also and is currently receiving treatment intensive care; flutrackers notes Riyadh but no source
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              suffers from diseases as well as chronic, and receiving intensive care treatment ; flutrackers notes Riyadh but no source
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           contact with previous case; severity unclear
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           contact with previous case, stable condition
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        contact with previous case, intensive treatment
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Became ill at the end of September 2013 and died in the beginning of October 2013. No contact to a known laboratory-confirmed case with MERS-CoV.
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Became ill at the end of September 2013 and died in the beginning of October 2013. No contact to a known laboratory-confirmed case with MERS-CoV.
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Preliminary investigations revealed that the patient had not travelled outside Qatar in the two weeks prior to becoming ill. The patient owns a farm and has had significant contact with the animals, including camels, sheep and hens. Some of the animals in his farm have been tested and were negative for MERS-CoV.
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 has several chronic diseases, and had no history of travel outside Riyadh recently; referred to by second citation? (would imply male)
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 no history of travel outside the regions Eastern and Riyadh recently, and has several chronic diseases
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      close contact with a confirmed case and has several chronic diseases and receive intensive care treatment and in stable condition
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                working in the health sector at the age of 54 years old, and has a chronic illness and receiving treatment for intensive care and in a stable condition
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         receiving intensive care treatment and his condition is stable
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The patient is a 23-year-old man who was identified as a close contact of a previously laboratory-confirmed case as part of the epidemiological investigation. He is a worker in the animal barn owned by the previously laboratory-confirmed case. The man developed mild symptoms of illness and is in good condition. Preliminary investigations revealed that he did not recently travel outside the country.
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  patient with MERS has not left the country in recent times according to WHO - contradicts promedmail and investigations are on to determine how he contracted it. The Ministry of Health announced the death of the first case of the Middle East Respiratory Syndrome Coronavirus to an Omani citizen at the age of 68-year old suffering from several chronic diseases including diabetes, blood pressure and heart failure .The main cause of death is due to lung failure leading to the deterioration of the situation, which ended with his death this morning.
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The patient is a 56-year-old woman with underlying medical conditions from the Eastern Region. She became ill on 26 October 2013 and died on 30 October 2013. She had no contact with animals, but had contact with a previously laboratory confirmed case.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Travelled to KSA, returned sick, hospitalized in Madrid.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Patient is a 72-year-old man from Riyadh with underlying medical conditions. He became ill on 23 October 2013, and has been hospitalised since 31 October 2013.
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Patient is a 43-year-old man from Jeddah. He became ill on 27 October 2013 and has been hospitalised since 3 November 2013. Does not have a history of travel outside the province of Jeddah recently.  Owns camel that tested positive by PCR.
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Omani visitor to Abu Dhabi. Unclear where infection occurred. Sick with respiratory symptoms in October. History of diabetes and was a heavy smoker
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The patient is a 48-year-old man with underlying medical conditions.  He became ill on 25 October 2013 and was admitted to a hospital on 31 October 2013.  He is in currently in a critical condition.  Preliminary investigations reveal that he frequently visited animal barns.  The patient did not recently travel and has had no contact with a previously laboratory-confirmed case with MERS-CoV.
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           WHO does not report as comorbidities. Media reports said the patient had just returned from a visit to Saudi Arabia. The citizen diabetes and high blood pressure and high level of fat in the body indicated that he was isolated patient in intensive care, hospital Adan and transferred this morning to a hospital contagious diseases for the isolation and treatment. 
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          WHO reports comorbidities. The infection case has no relation to the first one announced earlier today [#175]
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The patient from Qatar is a 61-year-old man with underlying medical conditions. He became ill on 4 November 2013, and was hospitalised on 7 November 2013. He is in critical condition. Preliminary epidemiological investigation indicates that the patient had exposure to farms where livestock are kept. Death as date reported.
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A woman who attended the Hajj in Saudi Arabia in October. The woman travelled to and from Saudi Arabia with Spain's other probable MERS case (#170). The two women shared sleeping quarters during the trip. The two women have recovered and have been discharged from hospital.
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  None of the three patients had exposure to animals or contact to a previously laboratory-confirmed case with MERS-CoV
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  None of the three patients had exposure to animals or contact to a previously laboratory-confirmed case with MERS-CoV
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  None of the three patients had exposure to animals or contact to a previously laboratory-confirmed case with MERS-CoV
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The three cases belong to a family in Abu Dhabi – a mother (32 years old), father (38 years old) and son (8 years old). The earliest onset of illness was 15 November 2013. Both the mother and father are in a critical condition in hospital. They had no travel history, no contact with a known confirmed case and no history of contact with animals. While hospitalized, the mother gave birth to a newborn child. The 8 year old son, who has mild respiratory symptoms, was detected from epidemiological investigation of family contacts, and is being kept in hospital isolation. Further investigations into close contacts of the family, the newborn baby, and healthcare workers are on-going.
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The three cases belong to a family in Abu Dhabi – a mother (32 years old), father (38 years old) and son (8 years old). The earliest onset of illness was 15 November 2013. Both the mother and father are in a critical condition in hospital. They had no travel history, no contact with a known confirmed case and no history of contact with animals. While hospitalized, the mother gave birth to a newborn child. The 8 year old son, who has mild respiratory symptoms, was detected from epidemiological investigation of family contacts, and is being kept in hospital isolation. Further investigations into close contacts of the family, the newborn baby, and healthcare workers are on-going.
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The three cases belong to a family in Abu Dhabi – a mother (32 years old), father (38 years old) and son (8 years old). The earliest onset of illness was 15 November 2013. Both the mother and father are in a critical condition in hospital. They had no travel history, no contact with a known confirmed case and no history of contact with animals. While hospitalized, the mother gave birth to a newborn child. The 8 year old son, who has mild respiratory symptoms, was detected from epidemiological investigation of family contacts, and is being kept in hospital isolation. Further investigations into close contacts of the family, the newborn baby, and healthcare workers are on-going.
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The second case is a 26 year-old female who is a non-Saudi healthcare worker in Riyadh. She is asymptomatic. She had reported contact with a 37 year-old male laboratory confirmed case that was reported to WHO on 21 November 2013.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The first case is a 51 year-old female from Saudi Arabia, living in Jawf province with onset of symptoms on 20 November 2013. She has underlying chronic disease and was transferred to Riyadh for treatment in an intensive care unit. She had no reported contact with animals. 
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The 68-year-old patient, who is in the intensive care unit, suffers from diabetes and chronic kidney failure.The patient has underlying medical conditions. Preliminary investigations reveal that he had no recent travel history and no contact with animals, and no contact with laboratory confirmed case.
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         43 y/o non Saudi HCW asymptomatic contact (also likely FT#170)
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         35 y/o non Saudi HCW asymptomatic contact (also likely FT#171)
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The third case is a 53 year-old male from Ryadh with underlying chronic diseases. He was hospitalized on November 26 and is currently receiving treatment in an intensive care unit. He had no exposure to animals and no travel history outside Riyadh region. He had contact with a confirmed case
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The fourth case is a 73 year-old male from Riyadh with underlying chronic diseases who died on December 18, three days after being hospitalized. He had exposure to animals but no travel history.
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         One of the cases is a 57 year-old male from Riyadh who was hospitalized on 17 December,  2013 and is currently in an Intensive Care Unit (ICU). He was laboratory confirmed on 19 December,  2013. He has underlying chronic diseases. There are no known exposures to animals or a laboratory-confirmed case, and the case has no history of traveling outside Riyadh region.
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The second citizen at the age of 73 years old, had been suffering from several chronic diseases, has passed away. Second case is a 73 year-old male national, from Riyadh who developed respiratory symptoms and was transferred to an intensive care unit on 25 November 2013, and died on 17 December 2013. On 19 December 2013, he was laboratory confirmed for MERS-CoV. There are no known exposures to animals or a laboratory-confirmed case. In addition, he has no history of travel outside of Riyadh.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Fifth citizen at the age of 27 years, working in the health sector and with contact with confirmed cases and has no symptoms. 
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The new case is a 59 year-old female from Sharjah, and is the wife of the 68 year old male reported on 22 December, 2013. She is reported to have no symptoms, no history of contact with animals and no travel history. She is currently in hospital under isolation. Other contacts have been screened and are negative for MERS-CoV.
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 death as date reported
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The case is a 33 year-old male healthcare worker in Dubai who was in contact with the confirmed MERS-CoV case reported to WHO on 20 December. He developed symptoms on 27 December, and was hospitalized on 28 December with bilateral pneumonia, acute renal failure and thrombocytopenia. The patient has underlying history of bronchial asthma and chronic kidney disease. The case was laboratory confirmed for MERS-CoV on 29 December 2013. WHO has also been informed by the United Arab Emirates of the death on 16 January of a previously reported case of a 33 year-old male healthcare worker from Dubai (see Disease Outbreak News update from 3 January 2014).
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     WHO was notified of one case by the Ministry of Health of Saudi Arabia. The case is a 54 year old man from Riyadh who developed respiratory illness symptoms on 29 December, 2013 and was hospitalized on 4 January, 2014. The patient received medical treatment in an intensive care unit. He died on 14 January 2014. Samples tested positive for MERS-CoV after his death. The patient was a health care worker. He had a history of chronic disease and had no history of contacts with animals or contact with known cases of MERS-CoV. In addition, he had no travel history. The investigation is ongoing.
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO was notified of one case by the Ministry of Health of Jordan on 23 January, 2014. The case is a 48 year old man who became ill on 31 December, 2013 and developed fever, dry cough, difficulty in breathing, abdominal pain and vomiting, and was admitted to a hospital on 9 January, 2014. While there, his condition worsened and on 16 January he was placed on mechanical ventilation. The patient died on 23 January. A sample taken from the patient on 21 January tested positive by PCR for MERS-CoV. The patient had underlying health conditions and he had travelled to the United Kingdom from 12 November to 25 December 2013 seeking treatment for his underlying conditions. The patient had no history of animal contact and is believed to have not attended any large social events in the last 30 days. It is reported that he had received 2 guests from Kuwait between 25 December and 31 December, 2013.  National authorities in Jordan are following family contacts, medical staff and health workers, in addition to strictly applying infection control measures. Further investigations are ongoing in Jordan and UK
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The case is a 60-year-old man from Riyadh who became ill on 19 January and who had underlying medical conditions. He was hospitalized on 24 January and died on 28 January. Respiratory specimens were collected and sent to the central laboratory in Riyadh and confirmed positive for MERS-CoV on 28 January. Details of his possible contact with animals are unknown, and he has no history of contact with a laboratory-confirmed case
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 67-year-old man from Riyadh. He became ill on 23 January and was hospitalised on 25 January. The patient had an underlying medical condition. He had no reported history of contact with animals or with a previously laboratory-confirmed case.
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The case is a 66 year-old male, UAE national residing in Abu Dhabi. He had onset of symptoms on 20 January 2014 with an upper respiratory tract illness and was admitted to hospital on 24 January 2014 with pneumonia and renal failure. He had underlying medical conditions. MERS-CoV was laboratory-confirmed at the national laboratory in Abu Dhabi on the 30 January 2014 by two positive PCR targets. The Patient is currently in the ICU in stable condition. Public health authorities are carrying out contact tracing and an epidemiological investigation. The case owns camels in UAE and has recent travel history to Oman from 20 January 2014 where he had contact with camels.
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 22-year-old man from the Eastern Region. He became ill on 3 February and was hospitalised on 9 February and died on 12 February 2014. The patient had an underlying medical condition. He had no reported history of contact with animals or a previously laboratory-confirmed case.
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The first case is a 58 year-old man from Al-Ahsa province. He became ill on 2 February and was hospitalised on 4 February. He recovered from the infection and was discharged from hospital on 24 Febraury. The patient suffered from multiple chronic diseases, and was reported to have had contact with animals.
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The second case is an 81 year-old woman from the Riyadh region. She had multiple underlying medical conditions, and was hospitalised on 2 February, where she developed symptoms of MERS on 5 February. The patient died on 8 February. She had no reported contact with animals prior to falling ill.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 55 year-old man from Riyadh region with underlying medical conditions. He became ill on 17 February and was hospitalized on 25 February and died on 3 March.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 51 year-old man from Riyadh region with underlying medical conditions. He became ill on 28 February and was hospitalised on 2 March. He is reported to have had exposure with animals.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 56 year-old woman from Riyadh region with underlying medical conditions. She became ill on 12 February and was admitted to a hospital on 22 February 2014. The patient had no known contact with animals or with previously laboratory-confirmed case.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            An 86 year-old man from Riyadh region with no reported symptoms of illness. He is reported to have had contact with a previously laboratory-confirmed case.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The patient is a 68 year-old man from Abu Dhabi, UAE. He became ill on 1 March, was admitted to a hospital on 3 March and is currently in a stable condition. The patient has underlying medical conditions. He had no contact with other known MERS-CoV cases and had no travel history. The patient owns a farm that he visits daily, and where he had contact with animals, including camels which he breeds.
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         An 83 year-old man from Riyadh region with underlying medical conditions. He became ill on 24 February, was hospitalized on 1 March and is currently in a critical condition. He has no history of exposure to animals or contact with a previously laboratory-confirmed case.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 19 year-old man from Riyadh region with underlying medical conditions. He became ill on 1 March, was hospitalised on 7 March and died shortly afterwards. He had a history of exposure to animals, including camels.
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 22 year-old woman from Riyadh region. She developed mild illness on 10 March and is in a stable condition. She had contact with the above mentioned 19 year-old case.
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          An 18 year-old woman from Riyadh region. She developed mild illness on 14 March and has recovered. She had contact with the above mentioned 19 year-old case.
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 53 year-old man from Riyadh region. He has no symptom of illness. He had contact with the above mentioned 19 year-old case.
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 60 year-old Syrian national who was admitted to a hospital in Kuwait on 13 February and died on 6 March. He had underlying health conditions. The patient was confirmed with MERS-CoV on 9 March. All close contacts of the patients are being followed up.
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 68 year-old man from Abu Dhabi with underlying health conditions. He became ill on 7 March, was admitted to a hospital on 11 March with injury to his finger. He has mild symptoms. The patient was laboratory-confirmed with MERS-CoV on 17 March. The patient returned from Saudi Arabia five days prior to his admission in the hospital. He frequently visits Saudi Arabia where he owns a camel farm. Public health authorities are carrying out contact tracing and epidemiological investigations.
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 71 year-old man from the Riyadh region with underlying medical conditions. He became ill on 24 February and was admitted to hospital on 5 March. He is currently in a critical condition. The patient had a history of exposure to animals, including camels.
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 66 year-old man from the Riyadh region with underlying medical conditions. He became ill on 9 March and was admitted to hospital on 11 March. He is currently in a critical condition. The patient had no history of exposure to animals.
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            An 86 year-old man from the Riyadh region. He became ill on 11 March and passed away on 19 March. He had no history of exposure to animals.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 75 year-old man from the Riyadh region with underlying medical conditions. He became ill on 23 February and was admitted to hospital on 26 February. He is currently in a critical condition. The patient has a history of exposure to animals, including camels.
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 56 year-old man from the Riyadh region with underlying medical conditions. He became ill on 6 March and was admitted to hospital on 13 March. He is currently in a critical condition. The patient has a history of exposure to animals, including camels.
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 45 year-old man from the Riyadh region with underlying medical conditions. He became ill on 5 March and was admitted to hospital on 15 March. He is currently in a critical condition. The patient has no history of exposure to animals. Either 224 or 242 recovered 4/5/14; chose 242.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 49 year-old man from Abu Dhabi with underlying medical conditions. He was admitted to a hospital on 27 February and was discharged on 9 March following improvement in his condition. On 16 March, he was readmitted to the hospital and is currently in a critical condition. Laboratory-confirmation was done on 19 March. The patient has no history of recent travel. He has no reported contact with animals but had contact with a recent laboratory-confirmed case notified to WHO on 11 March. Both the patients received treatment in the same hospital on 1 March. Further epidemiological Investigation is ongoing.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 40 year-old man from Oman with underlying medical conditions. He was first admitted to a hospital in Muscat on 15 February and was then readmitted to hospital in Abu Dhabi on 17 March. His condition deteriorated and he died on 24 March 2014. Laboratory-confirmation was done on 21 March. The patient had no history of recent travel outside of Oman and the UAE, and had no reported contact with animals or a laboratory-confirmed case. Further epidemiological investigation in ongoing.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 64 year-old man from Abu Dhabi with underlying medical conditions. He became ill on 21 March, was hospitalised on 25 March and died on 30 March. He had underlying medical conditions. He did not have contact with a previously laboratory-confirmed case, but has had exposure to animals. The patient visited a camel farm in Harb city in Saudi Arabia on 10 March and visited Nezwa city in Oman for a day on 20 March. He owned an animal farm in the UAE with poultry and sheep, but had no recent visit to the farm. Investigation into the family and health care contacts is ongoing.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 26 year-old man from Jeddah. He became ill on 22 March, was hospitalised on 23 March, and died on 6 April. HCW cf. FT media reports
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 26 year-old man from Jeddah. He became ill on 16 March and has been hospitalised since 25 March.
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 77 year-old woman from Riyadh region. She became ill on 25 March and is currently in a stable condition. She is not known to have a history of exposure to animals.
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 59 year-old man from Riyadh region who became ill on 22 March, 2014. He is not known to have contact with animals or a known case.
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 70 year-old man from Jeddah with underlying medical conditions. He became ill on 24 March, was hospitalized on 29 March and died on 5 April. PW: same as 264?
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 28 year-old man from Jeddah with no reported symptom of illness. The man is a household contact of the above mentioned laboratory-confirmed case. Son of #232
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 28 year-old man who is a health-care worker in Jeddah. He became ill on 28 March, was admitted to a hospital on 3 April and is currently receiving treatment in an intensive care unit.
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 35 year-old man from Jeddah with no reported symptom of illness.
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Three health-care workers – a 26 year-old woman, a 26 year-old man and a 33 year-old man with no symptoms of illness.
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Three health-care workers – a 26 year-old woman, a 26 year-old man and a 33 year-old man with no symptoms of illness.
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Three health-care workers – a 26 year-old woman, a 26 year-old man and a 33 year-old man with no symptoms of illness.
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 32 year-old woman from Jeddah who is a health-care worker with no reported symptom of illness.
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               As for the fourth case, it is for a 33-year-old male resident, who has no symptoms, as well. WHO -Four men aged 29, 33, 34 and 70 years old from Jeddah.
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Also FT 630. 59 year-old male farm employee residing in Abu Dhabi. The patient had onset of symptoms on 28 March 2014 with febrile illness. On 30 March 2014, he was admitted to hospital and was being treated in the ICU. On 3 April 2014, he was laboratory confirmed with MERS-CoV. He is reported to have had contact with an admitted laboratory confirmed case of MERS-CoV.
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 45 year-old man from Riyadh. He became ill on 30 March, was hospitalized on 5 April and is currently receiving treatment in an intensive care unit. He had no history of exposure to animals nor contact with a laboratory-confirmed case. Either 224 or 242 recovered 4/5/14; chose 242.
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       FT only at this time. PW same as 265? AR - 265 is reported as being from Jeddah?
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 90 year-old man from Riyadh. He became ill on 30 March, was hospitalized on 1 April, and is currently receiving treatment in an intensive care unit. He had no history of exposure to animals nor contact with a laboratory-confirmed case.
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 57 year-old man from Riyadh with underlying medical conditions. He became ill on 16 March, was admitted to a hospital on 19 March and died on 30 March.
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Four men aged 29, 33, 34 and 70 years old from Jeddah. FT has more cf. Machine trans
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Four men aged 29, 33, 34 and 70 years old from Jeddah. FT has more cf. Machine trans
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Four men aged 29, 33, 34 and 70 years old from Jeddah; Likely fatality reported on 2014-04-23
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The patient is a 52 year-old man with underlying medical conditions. He visited Saudi Arabia from 20 to 29 March. He became ill on 25 March and visited a hospital in Jeddah. He returned to Jordan on 29 March and visited a hospital in Amman on the same day and on 2 April. He is currently in a stable condition
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 45 year-old man from Abu Dhabi who became ill on 6 April, was hospitalized on 7 April and died on 10 April. The patient was not known to have any chronic disease. He did not have a recent history of travel or contact with animals or with a previously laboratory-confirmed case.
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 37 year-old woman from Abu Dhabi with no reported underlying medical condition. She was screened and hospitalized on 9 April with mild illness.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 41 year-old man from Abu Dhabi with no reported underlying medical condition. He was screened and hospitalized on 9 April.
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 43 year-old woman from Abu Dhabi with underlying medical conditions. She was screened and hospitalized on 9 April with mild illness.
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 33 year-old man from Abu Dhabi with no reported underlying medical condition. He was screened and hospitalized on 9 April with mild illness.
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 46 year-old man from Abu Dhabi with underlying medical conditions. He was screened and hospitalized on 9 April with mild illness.
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The first case is for a 45-year-old male resident. He passed away - death as date reported
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The second case is for a 28-year-old female resident working at the health sector. She does not suffer from any symptoms. 
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The third case is for a 25-year-old male citizen. He does not suffer from any symptoms.
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The first case is a health worker, 26 years old, without symptoms
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The second case is a health care worker, 58 years old, in stable condition
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The third case is a 71 years old, in stable condition
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The case is a health care worker, 39 years old, without symptoms
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      44 year-old male residing in Shibam. The patient was diagnosed as having hepatitis B and is reported to have developed symptoms on 17 March 2014, including fever, productive cough, chills, headache, muscle aches, and shortness of breath. He was admitted to hospital on 22 March 2014 in Hadramoot Governorate, and subsequently transferred on 29 March 2014 to an intensive-care unit of a private hospital in Sanaa. He was intubated, developed renal failure, and died on 31 March 2014
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The first case is for a 70-year-old male resident. He passed away. PW: same as #232?
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The second case is for a male citizen, aged 51 years old. He is now in the Intensive Care Unit (ICU) receiving treatment.PW: same as 243?. Either # 265 or #393 died on 7/7/14; chose #265.
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The third case is for a 28-year-old health practitioner female citizen, who does not suffer from any symptoms.
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The fourth case is for a 45-year-old female resident working at the health sector. She does not suffer from any symptoms. 
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The fifth case is for a 56-year-old male resident. His health status is stable. It is worth mentioning that 190 samples have been examined during the past period. All were negative except for those mentioned above.
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 48 year-old man from Abu Dhabi with underlying medical conditions. He was screened and hospitalized on 9 April, 2014 with symptoms of pneumonia.
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 37 year-old man from in Abu Dhabi with no reported underlying medical condition. He was screened and hospitalized on 9 April with mild illness.
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 43 year-old man from Abu Dhabi with no reported underlying medical condition. He was screened and hospitalized on 10 April without any illness.
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 27 year-old man from Abu Dhabi with underlying medical conditions. He was screened and hospitalized on 10 April without any illness.
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 43 year-old man from Abu Dhabi with no reported underlying medical condition. He was screened and hospitalized on 10 April without any illness.
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The 1st is a 30-year-old male resident who has recovered
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The 2nd is a 59-year-old male citizen who passed way. Death as date reported.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The 3rd is a 64-year-old male resident who works in the health sector whose condition is stable.
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The 4th and 5th cases are both 27-year-old females working in the health sector and who are asymptomatic.
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The 4th and 5th cases are both 27-year-old females working in the health sector and who are asymptomatic.
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The 1st is a 54-year-old citizen receiving intensive care treatment. Either #279, #282 or #315 recovered 9/5/14; chose #315 ('stable'): #279 is 'ICU' and age of #282 is ambiguous.
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The 2nd is a 52-year-old male citizen who has passed away.  Death as date reported.
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 3rd is a 41-year-old male resident in stable condition
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 4th is a 54-year-old male resident in stable condition (Promedmail says 44). Either #279, #282 or #315 recovered 9/5/14; chose #315 ('stable'): #279 is 'ICU' and age of #282 is ambiguous.
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The 5th is a 28-year-old male citizen working in the health field, and his condition is stable
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 6th is a 35-year-old male resident working in the health field, and his condition is stable
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       An OFW who had contact with the OFW who died of MERS-CoV in United Arab Emirates arrived in the country yesterday (Tuesday). He tested positive on the nose swab examination in UAE but completely no symptoms. The Embassy of the Philippines in UAE informed DOH and DFA immediately of the results. Upon arrival in the airport, DOH and Bureau of Quarantine put him in isolation with his family and everyone who has had contact with him within the past 24 hours. We also re-tested him and the result will come out in Friday. We are also performing an intensive contact tracing and public information. Our 2 specialists to UAE are set to leave anytime soon. - See more at: http://www.inquirer.net/philippine-election-2013/articles/594826#sthash.AlnHJbjk.dpuf
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The patient is a 54 year-old man with underlying health conditions. He travelled to Jeddah, Saudi Arabia with a pilgrimage group of 18 people from 15 to 28 March 2014 and became ill on 4 April. He sought treatment in a private clinic in Johor, Malaysia on 7 April and went to a hospital on 9 April. The patient died on 13 April. The patient visited a camel farm on 26 March, during which he consumed camel milk.
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 44 year-old man from Abu Dhabi who was screened on 13 April. He had no illness and is reported to have no underlying medical condition.
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 30 year-old man from Abu Dhabi who was screened on 13 April. He had no illness and is reported to have no underlying medical condition.
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 34 year-old man from the Philippines who resides in Abu Dhabi. He was screened on 13 April without any illness and is reported not to have any underlying medical condition. Returned to Philippines.
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 28 year-old man from Abu Dhabi who became ill on 14 April 2014. He is reported to have no underlying medical condition.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 1st is an 81-year-old citizen suffering from several chronic diseases, and is currently receiving intensive care treatment.
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The 2nd is a 32-year-old citizen also suffering from several chronic diseases, and is still receiving treatment in intensive care.
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The 3rd case is a 78-year-old citizen, as well suffering from several chronic diseases and currently receiving treatment in intensive care.
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 4th case is a 52-year-old resident and also suffers from several chronic diseases, who is still receiving treatment in intensive care.
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          As for the 5th case, it is a 27-year-old resident who suffers from a chronic disease, and is currently receiving treatment in intensive care.
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 6th case is a 55-year-old resident who suffered from chronic diseases and has died. Death as date reported.
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The first case relates to 53-year-old resident, and he died
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The second case involves a 49-year-old citizen; he is being treated in the intensive care unit
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 3rd case is a 60-year-old male citizen working in the health field who is in stable condition. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 4th case is a 26-year-old resident operating in the health sector who is asymptomatic.
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 5th is a 38 year old resident with known contact with a laboratory confirmed case who is asymptomatic.
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 6th is a 13 year old symptomatic resident with known contact with a laboratory confirmed case who is asymptomatic.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The patient is a 69-year-old male Greek citizen residing in Jeddah, Saudi Arabia, who travelled back to Greece on 17 April. While in Jeddah, the patient consulted a hospital on 8 and 10 April for a febrile illness with diarrhoea. He was diagnosed with probable typhoid fever and treated. He had regularly visited his wife who was hospitalised from 31 March to 5 April in the same hospital for confirmed typhoid fever. The patient sought medical care upon arrival in Greece on 17 April. The evaluation revealed a bilateral pneumonia and the diagnosis of MERS-CoV infection was made at the National Reference Laboratory for Influenza. The patient is in stable condition and is receiving appropriate treatment.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 1st is a 64-year-old male resident who died
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The 2nd is a 44-year-old male resident who also died
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The 3rd is a 62-year-old citizen and the 4th is a 47-year-old citizen, both of whom are being treated in intensive care.
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The 3rd is a 62-year-old citizen and the 4th is a 47-year-old citizen, both of whom are being treated in intensive care.
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 5th is a 52-year-old male citizen in stable condition.
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 6th and 7th are both 54 years old, and both are working in the health field, and both are asymptomatic
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 6th and 7th are both 54 years old, and both are working in the health field, and both are asymptomatic
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The 1st is a 49 year old male resident in Jeddah who has passed away.
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The 2nd is a 57 year old female citizen in Jeddah receiving intensive care treatment.
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 3rd is a 32 year old female resident in Jeddah in stable condition
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The 4th is a 53 year old male citizen in Jeddah in stable condition
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The fifth case is for a 54-year-old male citizen in Jeddah. His health status is stable. Either #279, #282 or #315 recovered 9/5/14; chose #315 ('stable'): #279 is 'ICU' and age of #282 is ambiguous.
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The sixth case is for a 23-year-old male resident in Jeddah, and he hasn’t any symptoms
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The 7th is a 37 year old male resident in Jeddah working in the health field in stable condition.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 8th is a 69 year old female citizen in Riyadh, suffering from several chronic diseases, and is receiving intensive care treatment.
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The 9th is an 88 year old male citizen in Riyadh, suffering from several chronic diseases, and receiving intensive care treatment. Either 319 or 373 died 30/4/14 - have chosen 319.
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The tenth case is for a 57 year-old male citizen in Riyadh, who has been suffering from various chronic diseases, but his health status is stable.
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 11th is a 41 year old male resident working in the health sector in Riyadh and is in stable condition.
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 12th is a 68 year old male citizen of the Najran region who had been suffering from several chronic diseases, and has passed away.
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The thirteenth case is for a 68 year-old male citizen in Madinah, who had been suffering from various chronic diseases. He passed away
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The new case was admitted to Hospital on 16th April 2014 with fever, cough and diarrhoea, and was found to be positive for MERS-CoV.  The medical status of the patient is stable and they are receiving appropriate medical care. The patient is known to have kidney disease on dialysis, and had just returned from a visit to Saudi Arabia, where they had received 3 sessions of dialysis.
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The 1st case is a 45 year old female resident in Jeddah who works in the health field. She has been isolated due to suspicion of MERS-CoV infection 2 weeks ago and had repeated samples taken, with confirmation occurring today. She is receiving intensive care treatment. Possible fatality reported 2014-06-01?
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The 2nd case is a 90 year old female resident in Jeddah receiving intensive care treatment.
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 3rd case is a 52 year old male citizen in Jeddah who is in stable condition
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The 4th case is a 60 year old male citizen in Jeddah who is in stable condition. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The 5th case is a 42 year old male citizen in Jeddah who is asymptomatic.
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The 6th case is a 24 year old male citizen in Jeddah, a known contact of confirmed cases and is asymptomatic
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The seventh case is a 17-year-old female citizen in Jeddah, who is in contact with a confirmed case, but she hasn’t developed any symptoms.
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 8th case is a 61 year old male citizen in Riyadh who suffers from several diseases and is in stable condition. Likely fatality reported 2014-04-28
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 9th case is an 81 year old male citizen in Riyadh who suffers from several chronic diseases and is in stable condition. Either #333 or #358 recovered 4/5/15; other died 8/5/14; Chose #333 ('stable') as recovered & #358 ('ICU') as dead.
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The 10th case is a 78 year old male citizen in Riyadh who suffers from several chronic diseases, and is receiving intensive care treatment. Likely fatality reported on 2014-04-27
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The 11th case is a 79 year old female [?] for citizenship in Riyadh, who suffers from several chronic diseases and is receiving intensive care treatment
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 12th case is an 89 year old female [?] for citizenship who suffers from several chronic diseases and is receiving intensive care treatment. Likely fatality reported on 2014-04-27
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 13th case is a 73 year old male citizen in Riyadh, who suffered from several chronic diseases and has passed away.
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 14th case is a 41 year old male resident in Tabuk region who is receiving intensive care treatment
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The 15th case is an 18 year old male citizen in Medina who is a contact of known confirmed cases and is asymptomatic
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 16th case is a 25 year old female in Medina 'of citizenship mixing [?]' with a confirmed case and is asymptomatic.
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The 17th case is an 11 year old male citizen in Medina known contact of confirmed cases who is asymptomatic.
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 63 year-old woman from Abu Dhabi who had close contact with a previously laboratory-confirmed case reported on 14 April. She was screened on 13 April and became ill on 15 April. She is reported to have an underlying medical condition. She is reported to have no exposure to animals or a recent travel history
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 73 year-old woman from Abu Dhabi who has been an in-patient at the hospital since 26 February due to other illnesses. She has underlying medical conditions. The patient was admitted to the intensive care unit (ICU) on 14 April. She is reported to have no exposure to animals or a recent travel history.
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 52 year-old woman who had mild illness on 9 April and was screened on 10 April. She is reported to have no underlying medical condition and does not have exposure to animals or a recent travel history
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 28 year-old who was screened on 10 April. He has no illness and is reported not to have any underling medical condition and does not have exposure to animals or a recent travel history
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 59 year-old man who was screened on 12 April. He has no illness. He is reported to have an underlying medical condition. He is reported not to have exposure to animals or a recent travel history
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 28 year-old man who was screened on 10 April. He developed mild illness on 11 April. He is reported to have no underlying medical condition and does not have exposure to animals or a recent travel history
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 55 year-old woman who was screened on 12 April. She developed mild illness on 8 April. She is reported to have no underlying medical condition and does not have exposure to animals or a recent travel history
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 28 year-old woman who was screened on 10 April. She developed mild illness on 8 April. She is reported to have no underlying medical condition and does not have exposure to animals or a recent travel history
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The patient is a 25 year-old man from Al Grayat City, Saudi Arabia. He became ill on 9 April, was admitted to a hospital in Saudi Arabia on 10 April and discharged from the hospital on 15 April, against medical advice. As his condition did not improve, he sought medical care at another hospital in Zarka City, Jordan on 19 April, where he was tested positive for MERS-CoV. The patient has underlying medical conditions and has a history of travel to Abha Mecca and Jeddah, Saudi Arabia from 3 to 8 April. He has history of contact with camels and is also reported to have consumed camel milk.
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The first case relates to a 72-year-old citizen, and he died
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The second case involves a 70-year-old citizen; he is being treated in the intensive care unit
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The third case has to do with a 60-year-old citizen, being treated in the intensive care unit
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The fourth case concerns a 54-year-old citizen working in the health field, with a stable condition
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The fifth case pertains to a 63-year-old citizen, and her condition is stable
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The sixth case is for a 40-year-old citizen,and her condition is stable
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The last case is relevant to a 31-year-old, and her condition is stable
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The first case is an 81-year-old male citizen in Riyadh, who has been suffering from various chronic diseases. Now, he is at the Intensive Care (IC) unit. Either #333 or #358 recovered 4/5/15; other died 8/5/14; Chose #333 ('stable') as recovered & #358 ('ICU') as dead.
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The second case is a 41 year-old female citizen in Riyadh, who has been suffering from various chronic diseases. Her health status is stable. Either #359 or #453 recovered 5/5/14; chose #359.
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The third case is a 59-year-old female citizen in Riyadh, who has been suffering from various chronic diseases. Now, she is at the IC unit. Update - death reported.
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The fourth case is for a 34-year-old female resident, working at the health sector in Riyadh, who is in contact with a confirmed case. Now, she is at the IC unit
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The fifth case is a 13-year-old female citizen in Jeddah, who is in contact with a confirmed case, even though she doesn't have any symptoms
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The sixth case is a 71-year-old male citizen in Jeddah, who has been suffering from various chronic diseases. Now, she is at the IC unit
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The seventh case is a 67-year-old male resident in Jeddah, who has been suffering from various chronic diseases. Now, he is at the IC unit. Died 16/5/14
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The eighth case is a 45 year-old male citizen, working at the health sector in Jeddah. Now, he is at the IC unit
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The ninth case is a55-year-old male citizen in Jeddah, who has been suffering various chronic diseases. Now, he is at the IC unit
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The tenth case is a 24 year-old male citizen in Makkah. His health status is stable
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The eleventh case is a 48 year-old female citizen, working at the health sector in Jeddah. Now, he is at the IC unit
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The first case is an 80-year-old male citizen, who had been suffering from diabetes, hypertension, chronic renal failure and blood cancer. He had been admitted to the Military Hospital in Riyadh on 28th March, 2014, then passed away on 22th  April, 2014
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Second case is for a 69-year-old female citizen, who has been suffering from diabetes and hypertension. She has been admitted to the Military Hospital in Riyadh on 18th April, 2014, complaining diabetic symptoms in the foot. Then, she was hit by pneumonia, and now she is connected to the artificial respiration at the hospital. Possibly death reported on 2014-04-27 (but could be case 318).
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The third case is a 70-year-old male citizen, who has been suffering from cardiac diseases and chronic lung disease. She has been admitted to the Military Hospital in Riyadh on 4th April, 2014, suffering from pneumonia
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The fourth case is a 72-year-old female citizen, who has been suffering from diabetes and hypertension. She has been admitted to the Military Hospital in Riyadh on 4th April, 2014, suffering from pneumonia
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The fifth case is a 88-year-old male citizen, who has been suffering from diabetes and hypertension. She has been admitted to the Military Hospital in Riyadh on 27th March, 2014. Then, he was hit by pneumonia, and his health status is stable.  Either 319 or 373 died 30/4/14 - have chosen 319.
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The sixth case is a 41-year-old male citizen in Jeddah, who is in contact with a confirmed case, but he hasn’t developed any symptoms.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The seventh case is a 74-year-old female citizen, who has been suffering from anemia symptoms. She has been admitted to King Faisal Specialist Hospital in Jeddah on 14th April, 2014. Then, she has shown pneumonia on 20th April, 2014, and now she is at the IC unit, receiving the proper treatment. Possible fatality 19/5/14; only 1 woman aged 74 from Jeddah ever infected but, if true, date of original reporting is incorrect in latter reference
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The eighth case is a 46-year-old male citizen. He has been admitted to Security Forces Hospital in Makkah on 21st  April, 2014, complaining respiratory symptoms. Now she is at the IC unit, receiving the proper treatment.
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The ninth case is a 68-year-old male citizen. He has been admitted to Al-Noor Hospital in Makkah on 12th  April, 2014. His sample has proven negative, then it has proven positive on 22nd April, 2014. Now he is at the IC unit, receiving the proper treatment. 
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The tenth case is a 65-year-old Turkish visitor, performing Umrah. He has been admitted to Al-Noor Hospital in Makkah, complaining respiratory symptoms. His health status is stable
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The eleventh case is a 52-year-old Burmese resident. He has been admitted to Al-Noor Hospital in Makkah on 18th April, 2014. He passed away on 22nd April, 2014.
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The twelfth case is a 13-year-old male citizen, who has developed respiratory symptoms on 9th April, 2014. He has been admitted to Ohud Hospital in Madinah, on 21st April, 2014. His health status is stable.
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A  45 year-old woman from Abu Dhabi who is a daughter of a previously laboratory-confirmed case reported on 22 April.  She became ill on 15 April.  She is reported to have an underlying medical condition, and has no history of recent travel or contact with animals. 
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 4 year-old boy from Abu Dhabi.  He developed mild illness on 19 April.  He is reported to have no underlying medical condition, and  does not have a history of recent travel or contact with animals.  His mother  returned from a visit to Saudi Arabia 10 days prior to his illness.   
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 37 year-old man from Abu Dhabi who was screened following exposure to a previously laboratory-confirmed case reported on 10 April.  He is reported to have underlying medical conditions.  He has no history of recent travel, but frequently visits the two farms he owns.
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 32 year-old man from Abu Dhabi who was screened, following exposure to a previously laboratory-confirmed case reported on 10 April.  He did not become ill and does not have any underlying medical condition.  He has no history of recent travel and did not have contact with animals.
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 33 year-old man from Abu Dhabi who was screened following exposure to a previously laboratory-confirmed case reported on 10 April. He did not become ill and is reported to have no underlying medical condition.  He has no history of recent travel.  He owns two farms and is reported to have contact with camels.
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 30 year-old man from Abu Dhabi. He was screened following exposure with a previously laboratory-confirmed case reported on 10 April.  He does not have any underlying medical condition.  He has no history of recent travel and did not have contact with animals.
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The first case is a 79-year-old male citizen, who has been suffering from Leukemia and prostate cancer. He has been admitted to Security Forces Hospital on 1st April, 2014, complaining of stomachache. Then he has shown respiratory symptoms one week after hospitalization. Now, he is connected to the respirator, receiving the proper treatment, at IC unit. Likely fatality reported on 2014-04-28
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The second case is a 40-year-old female Filipina nurse, working at the Cardiac Section in the Military Hospital, who is in contact with a confirmed case, but she hasn’t developed any symptoms.
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The third case is a 76-year-old male citizen, who has been suffering from diabetes, hypertension and previous brain stroke. He has been admitted to the Military Hospital on 1st April, 2014, suffering from Symptoms of pneumonia and fluid in the lungs, in addition to suspected tuberculosis, which was proven negative afterwards. Then, he has developed the respiratory symptoms and his infection with Coronavirus has been confirmed. Now, he is receiving the proper treatment at the hospital and his health status is stable.
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The fourth case is a 62-year-old male citizen, who has been suffering from hypertension. He has been admitted to the Military Hospital on 21st April, 2014, suffering from respiratory symptoms. Now, he is receiving the proper treatment at the hospital and his health status is stable.
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The fifth case is a 44-year-old male citizen. He has been admitted to the King Saud Chest Diseases Hospital on 21st April, 2014, suffering from respiratory symptoms. Now, he is receiving the proper treatment at the hospital and his health status is stable.
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      One case; a 34-year-old female Filipina nurse, working at the IC unit in the Al-Noor Hospital. She has been in contact with a confirmed case, and developed respiratory symptoms on 21st April, 2014. Now, she is receiving the proper treatment at the hospital and his health status is stable.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The first case is a 51-year-old Syrian male physician, working at the IC unit in the King Fahad Hospital. He has developed respiratory symptoms on 19th April, 2014. Now, he is receiving the proper treatment at the hospital and his health status is stable. Either # 265 or #393 died on 7/7/14; chose #265.
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The second case is a 47-year-old male citizen. He has been admitted to King Fahad Hospital on 21st April, 2014, suffering from respiratory symptoms. Now, he is connected to the respirator, receiving the proper treatment, at IC unit.
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The third case is a 28-year-old Indonesian female resident. She has developed respiratory symptoms on 15th April, 2014, then she has been admitted to King Saud Hospital on 19th April, 2014. Now, she is connected to the respirator, receiving the proper treatment, at IC unit.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The fourth case is a 68-year-old male Palestinian resident. He has developed respiratory symptoms on 20th April, 2014, then he has been admitted to Bakhsh Hospital on 22nd April, 2014. Now, he is receiving the proper treatment at IC unit. Likely fatality reported 2014-04-27
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The fifth case is a 47-year-old Egyptian male resident, working as a receptionist at Bakhsh Hospital. He has developed respiratory symptoms on19th April, 2014. Now, he is receiving the proper treatment at IC unit, and his health status is stable.
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The sixth case is a 19-year-old male Palestinian resident. He has developed respiratory symptoms on15th April, 2014, then he has been admitted to United Doctors Hospital on 18th April, 2014. Now, he is receiving the proper treatment at IC unit.
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 42 year-old man from Abu Dhabi.  He was screened following exposure to a previously laboratory-confirmed case reported on 10 April.   He had mild illness.  He is reported to have no underlying medical condition.  He has no history of recent travel and had no contact with animals.
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The first case is an 81-year-old male Palestinian resident, who had been suffering from diabetes, hypertension and previous brain stroke. He has been admitted to the Military Hospital in Riyadh on 30th March, 2014, suffering from chronic pneumonia. Then, he had shown symptoms of high temperature with cough and shortness of breath on 20th April, 2014. He passed away afterwards, May Allah have mercy upon him.
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The second case is a 28-year-old female Filipina nurse, working at Dr. Sulaiman Al-Habib Hospital in Riyadh, but she hasn’t developed any symptoms.
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The third case is a 70-year-old female citizen. She has shown respiratory symptoms on 20th April, 2014. Then, she has been admitted to King Khalid University Hospital on 24th April, 2014. Now, she is at IC unit, receiving the proper treatment, May Allah grant her speedy recovery.
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The fourth case is a 38-year-old-male citizen from Jeddah. He has shown respiratory symptoms on 21st  April, 2014. Then, he has been hospitalized at Al-Kharj Military Factory Hospital on 22nd  April, 2014. His health status is stable.
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The first case is  a 40-year-old female Filipina nurse, working at Al-Noor Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The second  case is a 30-year-old male Filipina nurse, working at the IC unit in the Al-Noor Hospital. He has been in contact with a confirmed case, and developed mild respiratory symptoms on 22nd  April, 2014. Now, His health status is stable.
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The third  case is a 40-year-old female Bangladeshi resident. She had previously been afflicted with SLE. She had been admitted to Al-Noor Hospital on 1st April, 2014, suffering from respiratory failure. Then, she had been hospitalized at IC unit. She passed away afterwards, May Allah have mercy upon him.
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The first case is a 54-year-old male citizen. He has developed respiratory symptoms on 16th April, 2014. Then, he has been admitted to King Faisal Specialist Hospital on 18th April, 2014.  Now, he is connected to the respirator at IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The second case is  a 30-year-old female Hindi nurse, working at King Fahad Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The third case is  a 30-year-old male citizen. He had been admitted to King Fahad Hospital on 17th April, 2014; due to a car accident. Then, he had been examined for being in contact with a confirmed case, and the examination proved positive. He passed away, May Allah have mercy upon him.
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The fourth case is  a 30-year-old male Pakistani resident, who has had kidney transplant. He has been admitted to King Fahad Hospital, suffering from urinary tract infection symptoms. Then, he has been examined for being in contact with a confirmed case, and the examination proved positive, but he has not shown any symptoms.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The fifth case is  a 55-year-old male Pakistani resident. He has visited King Fahad Hospital on 22nd April, 2014, suffering from respiratory symptoms. His health status is stable.
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The sixth case is  a 64-year-old male Palestinian resident, who had been suffering from diabetes, hypertension, cardiac failure and other chronic diseases. He had been admitted to cardiac care unit at King Fahad Hospital on 4th April, 2014. He had developed respiratory symptoms, then he passed away, May Allah have mercy upon him
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The seventh case is  a 64-year-old male citizen. He has developed respiratory symptoms on 19th April, 2014. Then he has been hospitalized at the Military Hospital in Jeddah on 21st April, 2014. Now, his health status is stable.
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The first case is an 56-year-old male citizen. He has been admitted to King Fahad Medical City on 13th March, 2014, suffering from respiratory symptoms. Now, he is at IC unit, receiving the proper treatment. Likely fatality reported 2014-04-28
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The second case is a 38-year-old female Filipina pharmacist. She has been admitted to King Fahad Medical City on 22nd April, 2014, suffering from respiratory symptoms. Now, she is at IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   One case; a 32-year-old male Sudanese physician, working at Al-Noor Hospital. He has been in contact with a confirmed case, and developed respiratory symptoms on 18th April, 2014. Then he has been hospitalized. Now, his health status is stable.
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The first case is a 36-year-old male Bangladeshi resident at King Abdulaziz Hospital. but he hasn’t shown any symptoms.
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The second case is  a 27-year-old male citizen. He has been in contact with a confirmed case, and developed respiratory symptoms on 18th April, 2014. Then he has been admitted to King Abdulaziz Hospital on 22nd April, 2014 . Now, his health status is stable.
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The third case is  a 30-year-old female Ethiopian resident, suffering from a chronic disease. She has been admitted to King Fahad Hospital on 9th  April, 2014; due to the complication of her disease. Then, she has developed respiratory symptoms om 23rd April, 2014. Now, she is at IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The fourth case is  a 42-year-old male Yemeni resident, who has been suffering from diabetes, hypertension and cardiac failure. He has been admitted to King Fahad Hospital on 17th  April, 2014. Then, he has developed respiratory symptoms on 20th  April, 2014. Now, his health status is stable. Either #420,#442 or#566 died 8/5/14; chose #566 (other 2 'stable').
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The fifth case is  a 63-year-old female citizen, suffering from various chronic diseases. She had been admitted to King Fahad Hospital on 15th March, 2014, Then, she had developed respiratory symptoms on 26th  April, 2014. She passed away afterwards.
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The sixth case is  a 55-year-old male citizen. He has developed respiratory symptoms on 10th April, 2014. Then he has been admitted to the International Medical Center on 13th  April, 2014 . Now, he is at IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The seventh case is  a 60-year-old male citizen. She has been admitted to King Faisal Specialist Hospital on 17th March, 2014, Then, he has developed respiratory symptoms on 23rd April, 2014. Now, he is at IC unit, receiving the proper treatment, May Allah grant him speedy recovery. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The patient is a 27 year-old man who has been living in Riyadh, Saudi Arabia for the past 4 years. The patient had contact with a previously laboratory-confirmed case (his uncle) who died on 19 April, and another laboratory-confirmed case (neighbour of his uncle) who is still under treatment in a hospital in Jeddah, Saudi Arabia. The patient became ill on 22 April, returned to Egypt on 25 April and was laboratory-confirmed with MERS-CoV on 26 April. The patient is currently in a stable condition
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The first case is a 9-month-old Saudi male child. He had been admitted to Prince Sultan Military Medical City in Riyadh on 4th April, 2014, suffering from nephritic syndrome. He had developed respiratory syndrome on 7th April, 2014. Then, he had been admitted to the IC unit. After that, his health status had deteriorated; due to the failure of his vital organs, and the examination of coronavirus had proven positive. He passed away afterwards. 
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The second case is a 16-year-old female citizen. She has been admitted to Prince Sultan Military Medical City on 21st April, 2014, suffering from respiratory symptoms. Now, her health status is stable.
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The first case is a 32-year-old Syrian male physician, working at Prince Fahad bin Sultan Private Hospital. He has been in contact with a confirmed case, but he hasn’t developed any symptoms.
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The second case is a 37-year-old Egyptian male physician, working at Prince Fahad bin Sultan Private Hospital. He has been in contact with a confirmed case, but he hasn’t developed any symptoms.
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The third case is a 26-year-old Filipina female nurse, working at Prince Fahad bin Sultan Private Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The third case is a 24-year-old Filipina female nurse, working at Prince Fahad bin Sultan Private Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The third case is a 46-year-old Filipina female nurse, working at Prince Fahad bin Sultan Private Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The third case is a 37-year-old Filipina male nurse, working at Prince Fahad bin Sultan Private Hospital. He has been in contact with a confirmed case, but he hasn’t developed any symptoms.
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The first case is a 42-year-old Filipina female nurse. She has developed  respiratory symptoms on 20th April, 2014. Then, she has been admitted to the Military Hospital in Jeddah on 22nd April, 2014. Now, her health status is stable.
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The second case is a 65 -year-old Saudi female. She had developed  respiratory symptoms on 17th April, 2014. Then, she had been admitted to the Military Hospital in Jeddah on 19th April, 2014. She passed away.
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The third case is a 75-year-old Yemeni male resident. He has developed  respiratory symptoms on 21st March, 2014. Then, he has been admitted to Erfan Hospital on 21st April, 2014, suffering from brain stroke. Now, he is at the IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The fourth case is a 61-year-old Indonesian female resident, who had been suffering from renal failure. She had been admitted to King Fahad Hospital on 16th April, 2014, suffering from respiratory symptoms. Then, she passed away.
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The fifth case is a 54-year-old -year-old Filipina female nurse, working at King Fahad Hospital. She has developed respiratory symptoms on 24th April, 2014. Now , her health status is stable.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The sixth case is a 65-year-old Saudi male. He has been admitted to the King Fahad Hospital on 25th April, 2014, suffering from respiratory symptoms.. Now , his health status is stable.
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The seventh case is a 59-year-old Saudi male physician. He has been admitted to the King Fahad Hospital on 25th April, 2014, suffering from respiratory symptoms.. Now , his health status is stable.
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The eighth case is a 55-year-old Saudi male, who had been suffering from cardiac failure. He has been admitted to the National Guard Hospital on 18th April, 2014. Then, he passed away.
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   65 year old woman, suffering from several chronic diseases. She was admitted to a government hospital several months ago and remains hospitalized. She has been in contact with a confirmed case, but hasn’t developed any symptoms.
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         42 year old man who developed respiratory symptoms on 22/4/2014. Then, he was admitted to a private hospital on 23/4/2014. Now, his health status is stable. He has been in contact with a confirmed case. Either #420,#442 or#566 died 8/5/14; chose #566 (other 2 'stable').
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                38 year old woman. She has been in contact with a confirmed case, but he hasn’t developed any symptoms.
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          28 year old man, suffering from nephritic syndrome. He developed respiratory symptoms on 23/4/2014. On 25/4/2014, he was admitted to a government hospital. Now, his health status is stable.
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          39 year old man, suffering from chronic heart problems and asthma. On 14/4/2014, he was admitted to a private hospital. He had shortness of breath and admitted to ICU. He was discharged on 18/4/2014 and readmitted on 23/4/2014 with shortness of breath and fever. He was diagnosed with lung infection and again was discharged on 25/4/2014. Reports show he has been in contact with a confirmed case.
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   18 year old woman. She has been in contact with a confirmed case, but hasn’t developed any symptoms.
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 75-year-old man, suffering from diabetes and hypertension with a prior history of a brain stroke. On 22/4/2014, he was transferred from a private hospital to a government hospital with lung problems. His symptoms increased on 24/4/2014 and he was moved to the ICU. 
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 76-year-old man, suffering from chronic heart problems. On 20/4/2014, he underwent a heart surgery at a government hospital. On 24/4/2014, he developed respiratory symptoms. Now, he is in the ICU. He has been in contact with a confirmed case.
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 62-year-old man, suffering from chronic heart problems and hypertension. He was admitted to a government hospital on 27/3/2014. He tested positive. He has been in contact with a confirmed case, but hasn’t developed any symptoms.
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 73-year-old man. He suffers from diabetes, hypertension, and nephritic syndrome. He was admitted to a government hospital on 20/4/2014 due to obstructive jaundice. Then, he displayed respiratory symptoms on 23/4/2014. Now, he is being treated in the ICU.
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 77-year-old man, suffering from diabetes and hypertension and a previous history of a brain stroke. He was admitted to a government hospital on 31/3/2014 after a bacterial infection. On 23/4/2014, he displayed respiratory symptoms. Now, he is in the ICU.
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 51-year-old woman. She was admitted to the governmental hospital on 27/4/2014 with respiratory syndromes. Her condition is stable. She has been in contact with a confirmed case.
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 41-year-old woman. She has mild respiratory symptoms and is in stable condition. She has been in contact with a confirmed case. Either #359 or #453 recovered 5/5/14; chose #359.
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 32-year-old man, suffering from diabetes and hypertension. He was admitted to the private hospital for one day on 17/4/2014 to control his diabetes. He was readmitted on 26/4/2014 with respiratory symptoms and discharged on 28/4/2014. Now, he is in the ICU at a private hospital. He has been in contact with a confirmed case.
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 46-year-old man. On 12/4/2014, he was admitted to a private hospital with respiratory symptoms. He was discharged on 17/4/2014. He was readmitted after an increase in respiratory symptoms on 26/4/2014. His condition is stable. He has been in contact with a confirmed case.
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 29-year-old woman. She has been in contact with a confirmed case and does not have symptoms.
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 60-year-old man. He developed respiratory symptoms on 23/4/2014. He was admitted to a government hospital on 26/4/2014. Now, he is being treated in the ICU. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 75-year-old woman. She developed respiratory symptoms on 21/4/2014 and was admitted to a government hospital on 26/4/2014. Now, she is being treated in the ICU. Likely fatality announced 7/5/14
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 70-year-old woman. She displayed respiratory symptoms on 1/4/2014. She was admitted to a government hospital on 27/4/2014. Her condition is stable.
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 68-year-old man, suffering from chronic heart problems and hypertension. He displayed respiratory symptoms on 20/4/2014. He was admitted to a government hospital on 25/4/2014 and left, of his own accord and responsibility, on 27/4/2014. His condition was stable.
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 30-year-old woman. She has been in contact with a confirmed case and does not have any symptoms.
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 44-year-old man. He is suffering from heart disease, diabetes, and liver failure. He developed respiratory symptoms on 26/4/2014. Then, he was admitted to a government hospital on 27/4/2014. Now, his condition is stable. He was in contact with a confirmed case.
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 31-year-old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 50-year-old man. He developed respiratory syndrome on 19/4/2014. Then, he was admitted to a government hospital on 27/4/2014. Now, he is being treated in the ICU.
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 29-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 50-year-old woman. She was suffering from respiratory syndrome on 12/4/2014. She was admitted to a government hospital on 16/4/2014. Her condition is stable.
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 53-year-old woman. She was suffering from respiratory syndrome on 24/4/2014. On 27/4/2014, she was admitted to a government hospital. Her condition is stable. Probable fatality 12/5/14
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 55-year-old man. He displayed respiratory symptoms on 19/4/2014. He was admitted to a private hospital on 22/4/2014. His condition is stable. Probable fatality 16/5/14
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 75-year-old woman. She displayed respiratory symptoms on 22/4/2014. She was admitted to a private hospital on 24/4/2014. Her condition is stable.
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 40-year-old man. He displayed respiratory symptoms on 19/4/2014. On 26/4/2014, he was admitted to a government hospital. His condition is stable.
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 34-year-old man. He developed respiratory syndrome on 13/4/2014. He was admitted to a government hospital on 27/4/2014. Now, he is in the ICU.
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 49-year-old woman. She was admitted to a government hospital on 13/4/2014 for her diabetes. On 26/4/2014, she displayed respiratory symptoms. Her condition is stable.
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 28 year-old male health-care worker complained of a headache and sore throat on 22 April 2014. On 26 April 2014, chest X-rays showed normal findings and testing performed on 27 April 2014 were negative for MERS-CoV. On 30 April 2014, he developed a cough and fever and was admitted to hospital in Zarka on the same day. On 2 May 2014, a chest X-ray showed pneumonia and tested positive for MERS-CoV. The patient is currently in a stable condition.
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              31 year old woman. She displayed respiratory symptoms and was admitted to a government hospital on 28/4/2014. Now, her condition is stable. She has been in contact with a confirmed case
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           He is reported to have had close contact with a previously reported case who was also hospitalized in Zarka.
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    28 year old man. He displayed respiratory symptoms and was admitted to a private hospital on 26/4/2014. Now, his condition is stable. He has been in contact with a confirmed case.
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           50 year old woman, suffering from diabetes. On 1/4/2014, she displayed respiratory symptoms. She was admitted to a government hospital on 22/4/2014.  Now, she is being treated in the ICU. 
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             38 year old woman. On 19/4/2014, she displayed respiratory symptoms. She was admitted to a government hospital on 24/4/2014. Now, her condition is stable.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 28 year old woman. She displayed respiratory symptoms on 24/4/2014. On 27/4/2014, she was admitted to a private hospital. Now, her condition is stable. She has been in contact with a confirmed case.
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 60 year old man. He displayed respiratory symptoms on 23/4/2014. He was admitted to a private hospital on 24/4/2014. Now, he is being treated in the ICU. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          28 year-old male from Saudi Arabia. He was identified through contact tracing activities and is asymptomatic. He is a relative of a previously reported case on 23 April 2014
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          male US citizen in his 60s, who lives and works in Riyadh, Saudi Arabia. He began feeling unwell on or around 14 April 2014 with a low-grade fever without any respiratory symptoms. On 27 April 2014, he developed shortness of breath, cough, increasing fever, and mild runny nose. On 28 April 2014, he was seen in an emergency room. A chest x-ray showed infiltrates in the right lung base and he was admitted to hospital and placed in a private room. Negative pressure room and airborne precautions were reportedly implemented on 29 April 2014; full isolation (standard, contact, and airborne) precautions were implemented on 30 April 2014. A chest computed tomography on 29 April 2014 showed bilateral lung infiltrates. Currently the patient is stable with shortness of breath; he is not intubated.
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   40 year old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                13 year old boy, suffering from Asthma. He developed respiratory symptoms visited a government hospital. His condition has improved and has not developed any symptoms.
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           71 year old woman, suffering from Cancer. She had a high fever, respiratory symptoms, and  inflammation of the urethra and was admitted to a government hospital on 27/3/2014. She has been in contact with a confirmed case. Now, she is being treated in the ICU. Probable fatality 8/5/14
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    82 year old man, suffering from diabetes, high blood pressure, and lung disease. He displayed respiratory failure on 14/4/2014 and was admitted to a government hospital. On 26/4/2014 he showed respiratory symptoms. Now, he is being treated in the ICU. He has been in contact with a confirmed case. Probable fatality 11/5/14
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              66 year old woman suffering from diabetes. She displayed respiratory symptoms on 24/4/2014. She was admitted to a government hospital on 29/4/2014. Now, she is being treated in the ICU.
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 56 year old man, suffering from diabetes and high blood pressure. He displayed respiratory symptoms on 21/4/2014. He was admitted to a government hospital on 24/4/2014. Now, his condition is stable.
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              70 year old man, suffering from diabetes and high blood pressure. He displayed respiratory symptoms on 30/4/2014 and was admitted to a government hospital. Now, his condition is stable.
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         55 year old man, suffering from diabetes. He displayed respiratory symptoms on 23/4/2014. He was admitted to a private hospital. Now, his condition is stable.
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      37 year old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         55 year old woman. She displayed respiratory symptoms on 29/4/2014, she was admitted to National Guard hospital. Now, her condition is stable.
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   25 year old man. He displayed respiratory symptoms on 24/4/2014. He was admitted to a government hospital on 27/4/2014. He passed away on 30/4/2014.
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      53 year old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      28 year old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   32 year old man. He has been in contact with a confirmed case. He displayed mild symptoms and was admitted to a government hospital on 29/4/2014. Then, he was transferred to another government hospital in Jeddah.
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         69 year old woman, suffering from Tuberculosis and Anemia. She displayed weakness of heart muscle. She was admitted to a government hospital on 5/3/2014. She displayed respiratory symptoms on 26/4/2014. Then, she passed away on 29/4/2014.
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   28 year old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  60 year old man suffering from diabetes and heart disease. He displayed respiratory symptoms on 30/4/2014. He was admitted to a government hospital. Now, he is being treated in the ICU. Either #499 or #518 died 5/5/14; other died 7/7/15; chose 499 to die first.
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          47 year old man. On 22/4/2014, he was admitted to a government hospital in Jeddah and diagnosed with kidney failure. He had high fever and vomiting on 26/4/2014. Now, he is being treated in the ICU. Think Jeddah is a typo; if so probable fatality 7/5/14
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            45-year-old woman, working at a governmental hospital in Riyadh. She was admitted to the hospital on 29/4/2014 with respiratory symptoms. Now, she is lying at the intensive care unit receiving treatment.She has been in contact with a confirmed case.; Likely fatality announced 7/5/14
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     47-year-old man, who was admitted to a governmental hospital in Riyadh on 21/4/2014 with respiratory symptoms. Now, he is at the IC unit receiving treatment, May Allah grant him speedy recovery.
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          77-year-old man, suffering from multiple myeloma. He was admitted to a governmental hospital in Riyadh in December 2013, and then he displayed respiratory symptoms on 29/4/2014. He passed away on 2/5/2014,
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    73-year-old woman, who was admitted to a governmental hospital in Riyadh in January 2014 with cardiac diseases, and then she developed respiratory symptoms on 29/4/2014. Now, she is receiving treatment at the IC unit. Probable fatality 11/5/14
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            27-year-old man, who suffered from symptoms of high temperature, vomit and diarrhea on 1/5/2014. Two days later, he was admitted to a governmental hospital. His health status is stable now. He has been in contact with a confirmed case.
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     55-year-old man, who has been in contact with a confirmed case. He has not developed any symptoms.
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    94-year-old man, who exhibited respiratory symptoms on 26/4/2014, and then he was rushed to a governmental hospital in Jeddah on 28/4/2014. Now, he is receiving treatment at the IC unit. Probable fatality 8/5/14
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   61-year-old man, suffering from renal failure. He experienced respiratory symptoms on 22/4/2014, and then he was admitted to a private hospital in Jeddah on 24/4/2014. His health status is stable.
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           47-year-old man, suffering from renal failure. On 29/4/2014, he showed respiratory symptoms and was taken to a governmental hospital in Jeddah. His health status is stable.
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         63-year-old man, who was admitted to a governmental hospital in Jeddah on 17/2/2014, suffering from gangrene. On 29/4/2014, he developed respiratory symptoms. Now, he is at the IC unit receiving treatment. Fatality 14/5/14
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         40-year-old woman, who was taken to a governmental hospital in Makkah on 29/4/2014 with respiratory symptoms. Her health status is stable. Later on, she was transferred to a governmental hospital in Jeddah.
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       26-year-old woman, who showed mild respiratory symptoms on 21/4/2014. Her health status is stable. She has been in contact with a confirmed case
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  27-year-old woman, who has been in contact with a confirmed case. She has not developed any symptoms.
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   37-year-old woman, who has been in contact with a confirmed case. She has not developed any symptoms
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              14-year-old adolescent, who has been in contact with a confirmed case. He has not developed any symptoms.
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             57-year-old woman, who was admitted to a public hospital on April 7, 2014 suffering from cancer. And on April 24, she developed respiratory symptoms. Right now, she is receiving intensive-care (IC) treatment. Probable fatality 16/5/14
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    54-year-old woman suffering from renal failure and hypertension. She was admitted to a public hospital on April 28, 2014 for having respiratory symptoms. On April 30, she was referred to another public hospital in Riyadh, and now she is receiving IC treatment
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  60-year-old man suffering from diabetes and heart diseases. He was admitted to a government hospital on May 3, 2014 suffering from respiratory symptoms. He is now receiving IC treatment.Either #499 or #518 died 5/5/14; other died 7/7/15; chose 499 to die first.
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   37-year-old woman, who has been in contact with a confirmed case and has not developed any symptoms.
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            52-year-old woman suffering from diabetes, high blood pressure and kidney failure. She was admitted to a government hospital on March 28, 2014. She was suffering from respiratory symptoms on April 30, 2014. Now, her condition is stable
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            48-year-old man, who was admitted to a government hospital on May 2, 2014 suffering from respiratory symptoms. He is now receiving IC treatment. Reported recovered 12/6/14
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    43-year-old woman. Who has been in contact with a confirmed case and has not developed any symptoms
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              68-year-old woman suffering from diabetes and high blood pressure. She was admitted to a private hospital on April 10, 2014 suffering from respiratory symptoms. She is now receiving IC treatment. Death cf. Citation 2?
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        45-year-old man suffering from diabetes, high blood pressure, kidney failure and asthma. He was admitted to a government hospital on May 3, 2014. He was later transferred to a different government hospital. He is now receiving IC treatment
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         26-year-old woman, who was admitted to a government hospital. She has been in contact with a confirmed case and has not developed any symptoms
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      36-year-old woman suffered from respiratory symptoms on April 20, 2014. She was admitted to a government hospital on April 30, 2014. She was later transferred to a different government hospital
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              46-year-old woman, who suffered from respiratory symptoms on May 5, 2014. She has been in contact with a confirmed case. Now, she is in stable condition.
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  30-year-old woman, who suffered from respiratory symptoms on May 2, 2014. She has been in contact with a confirmed case, and now she is receiving IC treatment at government hospital
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     26-year-old woman suffered from minor respiratory symptoms on May 2, 2014. She is now in stable condition. She has been in contact with a confirmed case. She is isolated at home.
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                70-year-old man suffering from high blood pressure and heart diseases. He suffered from respiratory symptoms on April 25, 2014 and was admitted to a private hospital on May 1, 2014. He is now receiving IC treatment.
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  58-year-old woman suffered from respiratory symptoms on April 30, 2014. She was admitted to a government hospital on May 4, 2014 and she was later transferred to a different government hospital. She is now receiving IC treatment.
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     43-year-old woman suffering from Asthma. She has been in contact with a confirmed case and has not developed any symptom. She is isolated at home.
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         74-year-old man suffering from diabetes and decreased kidney functions. He suffered from respiratory symptoms on April 25, 2014 and was admitted to a government hospital on April 29, 2014. He is now receiving IC treatment.
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   68-year-old woman suffering from kidney failure in a government hospital. She has been in contact with a confirmed case and has not developed any symptom. Probable fatality 10/5/14
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     40-year-old man suffered from respiratory symptoms on May 5, 2014. Now, he is in stable condition.
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           56 year-old Jordanian male resident of Zarka and respiratory therapist at a private clinic was admitted to hospital on 28 April 2014 with pneumonia. On 3 May 2014, he developed acute respiratory distress syndrome and was transferred to the intensive-care unit. Throat swab specimens were collected on 4 May 2014 and tested positive for MERS-CoV on 5 May 2014. The patient died on 5 May 2014. He did not have a recent travel history or exposure to a known laboratory-confirmed case of MERS-CoV
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              61-year-old man. On 23/3/2014, he was suffering from infection of the blood vessels and was admitted to a government hospital. He was discharged on 23/4/2014. He was readmitted to the same hospital with respiratory syndrome on 30/4/2014. Currently, he is in the ICU
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    65-year-old woman, suffering from diabetes, hypertension, heart disease, and a brain stroke. She was admitted to a government hospital on 12/4/2014 with respiratory symptoms. Her condition deteriorated on 29/4/2014. She passed away on 6/5/2014
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         28-year-old woman, suffering from leukemia. She displayed respiratory symptoms on 25/4/2014. On 28/4/2014, she was admitted to a government hospital. Her condition is stable.
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   36-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      36-year-old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       28-year-old woman. She displayed respiratory syndrome on 27/4/2014. On 30/4/2014, she was admitted to a private hospital. Now, she is in the ICU
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   26-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   36-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      36-year-old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 57-year-old man. He displayed respiratory symptoms on 24/4/2014 and was admitted to a private hospital. On 3/5/2014, he was discharged from the hospital. On 5/5/2014, he was readmitted to the hospital. Currently, he is in the ICU.
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       10-year-old boy who was in an accident and admitted to a government hospital on 29/4/2014. He was discharged on 2/5/2014 On 4/5/2014, he displayed respiratory symptoms and was readmitted to a government hospital. He is currently in the ICU.
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          32-year-old man. He displayed respiratory symptoms on 4/5/2014 and was admitted to a private hospital on the same day. Currently, he is quarantined at home. He has been in contact with a confirmed case and has not developed any symptoms.
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  54-year-old man. He was suffering from respiratory syndrome on 29/4/2014 and was admitted to a private hospital on 1/5/2014. His condition is stable.
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  84-year-old man, suffering from diabetes, hypertension, asthma, and kidney failure. He was admitted to a government hospital on 8/2/1014 with pleural effusion. He displayed respiratory symptoms on 30/4/2014. Currently, he is in the ICU. Probable fatality 7/5/14
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           42-year-old-man. He displayed mild respiratory symptoms on 3/5/2014. On 5/5/2014, he was admitted to a government hospital. His condition is stable. He was in contact with a confirmed case
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          56 year-old-man suffering from hypertension. He has been in contact with a confirmed case, and has not developed any symptoms
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             77-year-old-man, suffering from diabetes, hypertension, and kidney failure. He has been in contact with a confirmed case, and has not developed any symptoms. Died 16/5/14
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     34-year-old man. He suffered respiratory syndrome on 3/5/2014. On 5/5/2014, he was admitted to a government hospital. He is currently in the ICU. 
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  55-year-old woman suffering from diabetes, high blood pressure (hypertension) and heart disease. She developed respiratory symptoms on April 29, 2014. She was admitted to a governmental hospital on May 2, 2014. Now, she is receiving IC treatment
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   63-year-old man, suffering from a tumor. He was admitted to a governmental hospital on March 18, 2014 to follow up on his preexisting condition. He developed respiratory symptoms on May 5, 2014. Now, he is in stable condition.  
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       34-year-old man. He has been in contact with a confirmed case and has not developed any symptoms
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   53-year-old woman, who suffered from respiratory symptoms on May 1, 2014. She was admitted to a governmental hospital on May 4, 2014. Then, she was transferred to another governmental hospital on May 7, 2014. Now, she is in a stable condition. 
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     40-year-old woman, who developed respiratory symptoms on April 27, 2014. She was admitted to a governmental hospital on May 3, 2014. Then, she was transferred to another governmental hospital on May 7, 2014. Now, she is receiving IC treatment
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 22-year-old man. He was suffering from Leukemia (blood cancer) and admitted to a governmental hospital. On May 4, 2014, he developed respiratory symptoms. Now, he is receiving IC treatment. Probable fatality 9/5/14
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  30-year-old woman, suffering from diabetes and asthma. She developed respiratory symptoms on April 29, 2014. She was admitted to a governmental hospital on May 4, 2014. Then, she was transferred to another governmental hospital. Now, she is in stable condition.
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    62-year-old woman suffering from diabetes, high blood pressure and asthma. She developed respiratory symptoms on April 8, 2014. She was admitted to a private hospital on April 29, 2014 and passed away afterwards
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           80-year-old woman suffering from diabetes and heart disease. She developed respiratory symptoms on April 25, 2014. She was admitted to a governmental hospital on May 5, 2014. Now, she is receiving IC treatment. Probable fatality 10/5/14
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     22-year-old man. He has been in contact with a confirmed case and has not developed any symptoms. 
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 84-year-old man who developed respiratory symptoms on April 24, 2014. He was admitted to a governmental hospital on April 25, 2014. Now, he is in a stable condition. 
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 42-year-old man suffering from renal failure. On April 26, 2014, he was admitted to a governmental hospital and developed respiratory symptoms. Now, he is receiving IC treatment. Either #420,#442 or#566 died 8/5/14; chose #566 (other 2 'stable').
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            59-year-old man, suffering from diabetes, high blood pressure, and heart disease. Three weeks ago, he underwent heart surgery at a governmental hospital. He developed respiratory symptoms on May 2, 2014. He was admitted to another governmental hospital on May 3, 2014. He is now receiving IC treatment. Died 18/5/14
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             78-year-old man suffered from respiratory symptoms on April 30, 2014. He was admitted to a governmental hospital on May 7, 2014. Now, he is in stable condition. Probable fatality 10/5/14
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           On 22 April 2014, a 60 year-old male health-care worker and national of Lebanon complained of high-grade fever. On 27 April 2014, he was diagnosed with pneumonia and was admitted to the hospital on 30 April 2014. His symptoms included fever, dyspnoea, and productive cough. On 2 May 2014, he tested positive for MERS-CoV. He is reported to have comorbidities. He was in a stable condition in hospital and was released on 7 May 2014. The patient is reported to have no contact with laboratory confirmed cases or with animals and no history of raw camel milk consumption. No history of travel was reported in the 14 days prior to onset of symptoms. The patient is known to travel throughout the Gulf region, particularly to Kuwait, Saudi Arabia, and UAE; investigations into the patient’s travel history are ongoing. His most recent travel was five weeks prior to symptom onset to UAE and eight weeks prior to symptom onset to Jeddah where he visited one of the hospitals that had been facing an upsurge of MERS-CoV cases.
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         33-year-old woman, who was admitted to a private hospital. She has not developed any symptoms.
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         62-year-old woman, who developed respiratory symptoms. She was admitted to a government hospital on May 8, 2014. Now, she is in stable condition. Probable fatality on 10/5/14
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               34-year-old woman who developed respiratory symptoms on April 25, 2014. She suffered from Eclampsia and was admitted to a government hospital in Makkah on May 7, 2014. She was later transferred to a government hospital in Jeddah. She is now receiving IC treatment.
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            37-year-old woman, who was admitted to a government hospital on February 18, 2014. She suffered from respiratory symptoms on May 8, 2014. Now, she is in a stable condition
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           35-year-old man displayed respiratory symptoms on May 8, 2014. He has been in contact with a confirmed case. Now, he is in stable condition.
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       36-year-old man. He has been in contact with a confirmed case and has not developed any symptoms
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  30-year-old woman. She has been in contact with a confirmed case, and has not developed any symptoms.
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      35-year-old woman suffered from respiratory symptoms on April 28, 2014. She was admitted to a government hospital on May 1, 2014. She passed away on May 9, 2014.
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  45-year-old man developed respiratory symptoms on May 2, 2014. He was admitted to a private hospital on May 5, 2014. Now, he is receiving IC treatment at government hospital. May Allah grant her a speedy recovery 
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     72-year-old woman suffering from diabetes and blood pressure. She suffered from fever, vomiting, and diarrhea on May 3, 2014. She was admitted to a government hospital on May 7, 2014. Now, she is in stable condition. Probable fatality 10/5/14
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 58-year-old woman developed minor respiratory symptoms on April 30, 2014. She has been in contact with a confirmed case. Now, her condition is stable.
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      56-year-old woman. She displayed mild respiratory symptoms after being in contact with a confirmed case. Her condition is stable.
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   31-year-old woman, who has been in contact with a confirmed case and has not developed any symptoms.
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                80-year-old woman. On May 6, 2014, she displayed respiratory symptoms and visited the ER at a government hospital. Now, she is in home isolation. Her condition is stable. Died 11/5/14
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       29-year-old man, who developed respiratory symptoms. He is in a stable condition. He has been in contact with a confirmed case. 
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                42-year-old woman. She displayed respiratory symptoms on May 4, 2014. She was admitted to a government hospital on May 5, 2014. She has been in contact with a confirmed case. Her condition is stable.
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    26-year-old woman who developed respiratory symptoms on May 5, 2014. She was admitted to a private hospital on May 6, 2014. Now, she is in stable condition and is isolated at home.  She has been in contact with a confirmed case
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   31-year-old woman developed respiratory symptoms on May 8, 2014. She was admitted to a government hospital on May 12, 2014. Her condition is stable.
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      35-year-old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     60-year-old woman. She was admitted to a government hospital on Apr 4, 2014. She developed respiratory symptoms on May 11, 2014. Now, she is in the ICU. Probable fatality 13/5/14
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    26-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        74-year-old woman was admitted to a government hospital on Mar 21, 2014. She developed respiratory symptoms on May 11, 2014. Now, she is in the ICU. Reported recovered 17/6/14
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       33-year-old man, who has been in contact with a confirmed case and has not developed any symptom
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        80-year-old woman, suffering from diabetes, high blood pressure, chronic heart disease, and chronic kidney disease. She was admitted to a private hospital on Apr 19, 2014. She displayed respiratory symptoms on May 1, 2014. She passed away on May 11, 2014.
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  44-year-old woman developed respiratory symptoms on May 9, 2014. She was admitted to a private hospital on May 10, 2014. Now, her condition is stable. She has been in contact with a confirmed case.
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   29-year-old man developed respiratory symptoms on Apr 18, 2014. He was admitted to a government hospital on Apr 23, 2014. Now, he is receiving IC treatment. He has been in contact with a confirmed case. Probable fatality 12/5/14
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 36-year-old man was admitted to a government hospital on May 5, 2014. He was discharged on May 7, 2014. He developed respiratory symptoms on May 8, 2015 and was readmitted to a government hospital. Now, he is receiving IC treatment. He has been in contact with a confirmed case.
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            66-year-old man developed respiratory symptoms on May 1, 2014. He was admitted to a government hospital on the same day. His condition deteriorated and he received IC Care on May 3, 2014. He passed away on May 11, 2014.
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A health care worker (HCW) living and working in Saudi Arabia came to visit family in the USA. The individual flew from Jeddah, Saudi Arabia to London on 1 May 2014, connected to a flight to Boston, MA, USA then another flight from Boston, MA, USA to Atlanta, GA and another flight from Atlanta, GA to Orlando FL. The individual began feeling unwell on the initial flight from Jeddah to London, with fever, chills and cough. On 8 May 2014, the individual presented to an emergency room at a hospital in Orlando [?] Florida and was admitted to the hospital. The two U.S. cases are not linked.
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The case is a 50 year-old male health-care worker, Jordanian citizen, and resident of Zarka Governorate. He presented with symptoms on 7 May 2014. On 10 May his condition worsened and he was diagnosed with pneumonia after performing a chest X-ray. He was admitted to hospital the same day and tested positive for MERS-CoV. The patient has a history of contact with two MERS-confirmed cases. He is in a stable condition. He is reported to have no history of travel and no history of contact with animals. Original reports reported fatality, WHO says stable.
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            34-year-old-woman developed respiratory symptoms on May 11, 2014 and is in home isolation. Her condition is stable and she in home isolation. She has been in contact with a confirmed case
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    50-year-old-woman developed respiratory symptoms on May 11, 2014. Her condition is stable and she in home isolation. She has been in contact with a confirmed case.
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               20-year-old-woman was admitted to a government hospital on May 9, 2014 with heart problems. She developed respiratory symptoms on May 11, 2014. Her condition is stable.
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            69-year-old man, suffering from diabetes and chronic heart disease, was admitted to a government hospital on Apr 28, 2014 due to heart disease. He developed respiratory symptoms on May 11, 2014. A day later, he was admitted to the ICU. He passed away on May 12, 2014.
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The patient is a 70 year-old male citizen of the Netherlands, with travel history to the Kingdom of Saudi Arabia between 26 April 2014 and 10 May 2014. The patient developed first symptoms on 1 May 2014 while in Medina, Saudi Arabia. He was evaluated at an emergency care department in Mecca on 6 May and given antibiotics; he did not have respiratory symptoms while in Saudi Arabia. On return to the Netherlands, on 10 May, his condition deteriorated, including development of respiratory symptoms, and he was hospitalized on the same day. On 13 May, he tested positive for MERS-CoV. Currently, the patient is in the ICU in a stable condition. The patient reports no contact with animals or consumption of raw animal products. 
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             31-year-old woman developed respiratory symptoms on May 11, 2014. Her condition is stable.
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       60-year-old woman suffering from lung problems and a gallbladder infection was admitted to a government hospital on May 9, 2014. She underwent surgery on May 10, 2014. She was moved to the ward on May 12, 2014. Then, she had a heart attack and was transferred to the ICU. She passed away on May 13, 2014.
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    63-year-old woman was admitted to a government hospital on Apr 22, 2014. She was diagnosed with liver problems. She developed respiratory symptoms on May 9, 2014. She passed away on May 13, 2014.
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      72-year-old man suffering from diabetes, high blood pressure, and kidney failure. He developed respiratory systems and was admitted to a government hospital on Apr 30, 2014. He tested negative for MERS Corona. On May 9, 2014 his condition deteriorated rapidly. He tested positive for MERS Corona. He is in the ICU. Death recorded 19/5/14
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           55-year-old woman suffering from diabetes, high blood pressure, and asthma. She developed respiratory symptoms and was admitted to a government hospital on May 12, 2014. She is in the ICU.
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       41-year-old woman who has been in contact with a confirmed case. She does not have any symptoms.
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         71-year-old man, suffering from diabetes and heart disease, was admitted to a government hospital on Apr 1, 2014 due to diabetic foot. He developed respiratory symptoms on Apr 26, 2014. He was transferred to the ICU on May 5, 2014 with respiratory symptoms. Died 16/5/14
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           23-year-old woman developed respiratory symptoms and was admitted to a government hospital on Apr 21, 2014. She was transferred to another government hospital on May 13, 2014. She is in the ICU. Reported recovered 5/6/14
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       40-year-old woman. She has been in contact with a confirmed case and does not have any symptoms.
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              42 year old woman developed respiratory symptoms on Apr 30, 2014. She was admitted to a government hospital on May 1, 2014. She is in a stable condition.
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 53 year old woman developed respiratory symptoms on Apr 21, 2014. She was admitted to a private hospital on Apr 22, 2014. She is in the ICU. Probable fatality 15/5/14
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          57 year old man developed respiratory symptoms and was admitted to a private hospital on May 7, 2014. His condition is stable
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             43 year old man went to a government hospital due to a fever. He tested positive for MERS Corona. His condition is stable.
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   36 year old woman developed respiratory symptoms on May 8, 2014. She was admitted to a government hospital on May 11, 2014. Her condition is stable.
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2 year old child with congenital anomalies developed respiratory symptoms on Apr 19, 2014. She was admitted to a government hospital on Apr 25, 2014. She is in the ICU.
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       41 year old woman who has been in contact with a confirmed case. She does not have any symptoms.
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      54 year old female suffering from Diabetes Mellitus, Hypertension and Chronic Renal Failure. She was admitted to a government hospital on May 3rd, 2014 due to clotting in Arteriovenous fistula. On May 5th, 2014, she developed respiratory symptoms. Her condition deteriorated and was admitted to the ICU. She passed away on May 13th, 2014
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                70 year old female suffering from Diabetes Mellitus and Hypertension. She does not have any symptoms and is currently in home isolation
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    39 year old female suffering from Diabetes Mellitus. She developed respiratory symptoms on April 23rd, 2014 and was admitted to a government hospital on April 24th, 2014. She tested negative twice for MERS. She had a third test on May 13th, 2014 and tested positive. Her condition is stable.
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            51-year old male Omani national, residing in Al Buraimi, Oman, developed fever on 18 April 2014. He was admitted to the hospital on 20 April 2014. On 23 April 2014 he tested positive for MERS-CoV. He is currently in hospital in isolation in a stable condition. The patient has comorbidities, no history of travel, no contact with animals, and no history of contact with a laboratory confirmed case of MERS-CoV. 
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     39-year-old female health-care worker, residing in Abu Dhabi, who was screened as part of contact investigation. She was asymptomatic; MERS-CoV was confirmed by the laboratory on the 25 April 2014. She has a history of exposure to a confirmed case of MERS-CoV notified to WHO on 18 April 2014. She has no comorbidities, no history of travel, and no contact with animals.
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             30-year old male UAE national, residing in Abu Dhabi. On 24 April 2014, he went to the emergency room with cough and shortness of breath, but he was clinically stable, and was treated as an outpatient. On 25 April, he tested positive for MERS-CoV. He is currently in hospital in a good general condition. The patient had reported comorbidities, no history of recent travel, no history of animal contact, and no history of contact with a laboratory confirmed case of MERS-CoV
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               42-years old male UAE national, residing in Abu Dhabi, who was asymptomatic and was screened as a contact of the first case in this notification. On 25 April 2014, he tested positive for MERS-CoV. He has no history of travel and no history of contact with animals.
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       30-year old female health-care worker residing in Abu Dhabi. She had a sore throat on 15 April 2014; a sputum sample was taken on 16 April 2014 as part of a general screening of health-care workers following a cluster of cases in the hospital. She tested positive for MERS-CoV on the 17 April 2014 and was admitted to hospital the same day. She was discharged on the 22 April 2014. She has no comorbidity, no significant travel history, and no contact with animals
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         44-year old male health-care worker residing in Abu Dhabi. He had a mild sore throat that started on the 19 April 2014. He had contact on 13 April at a social gathering with a confirmed case reported to WHO on 17 April 2014. The patient tested positive for MERS-CoV on 21 April 2014 and was admitted to hospital on 22 April 2014. He was discharged on 1 May 2014. He has no comorbidities, no significant travel history, and no contact with animals
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  41-year old male hospital employee residing in Abu Dhabi. He was asymptomatic, but was screened without having contact with any case as part of a general screening at his work place. On 21 April, he tested positive for MERS-CoV and was admitted to hospital on 22 April. He was discharged on 27 April 2014. He has no comorbidities, no significant travel history, and no contact with animals
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    68-year old male hospital employee residing in Abu Dhabi. He was asymptomatic, but was screened without having contact with any case as part of a general screening at his work place. On 23 April, he tested positive for MERS-CoV and was admitted to hospital on 24 April 2014 for isolation. He was discharged on 30 April 2014. He has reported comorbidities, has no significant travel history, and no contact with animals.
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  45-year old male hospital employee residing in Abu Dhabi. He was asymptomatic, but was screened without having contact with any case as part of a general screening at his work place. On 26 April, he tested positive for MERS-CoV and was admitted to hospital on the same day for isolation. He was discharged on 1 May 2014. He has no comorbidities, no significant travel history, and no contact with animals.
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 37 year-old male expatriate construction worker in Abu Dhabi who became ill on 23 April 2014 and was hospitalized on 29 April 2014. He tested positive for MERS-CoV on 1 May 2014 and is currently in the intensive care unit (ICU) in a critical but stable condition. He is reported to have no comorbidities, no history of travel, and no contact with laboratory confirmed cases or with animals.
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       38 year-old female administrative officer in a health clinic from Abu Dhabi who became ill on 20 April 2014. She was admitted to hospital on 26 April 2014. Initial laboratory tests for MERS-CoV were negative for the virus, but a follow-up test on 27 April 2014 returned positive on 1 May 2014. Currently, the patient is in the ICU in a critical but stable situation. She has several comorbidities, but is also to have no history of travel, no contact with laboratory confirmed cases or with animals, and no history of raw camel milk consumption
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 61 year-old male expatriate tailor shop owner residing in Abu Dhabi. He has been hospitalized since 18 March 2014 as a case of atrial fibrillation and chronic obstructive pulmonary disease (COPD). Samples collected on 29 April 2014 and sent to the laboratory tested positive for MERS-CoV on 1 May 2014. Currently, he is in the ICU in a critical but stable condition. He is reported have no history of travel, no contact with laboratory confirmed cases or with animals, and no history of raw camel milk consumption
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           34 year-old female expatriate residing in Abu Dhabi. She is asymptomatic. She was detected through mass screening of her work place without being in contact with any known case. Samples collected on 29 April 2014 and sent to the laboratory tested positive for MERS-CoV on 1 May 2014. She is reported to have no comorbidities, no history of travel, and no contact with laboratory confirmed cases or with animals. She is a vegetarian and consumes only pasteurized dairy products
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  73-year old female citizen of the Netherlands and a close family member of the first case; same trip through KSA; shared a hotel room throughout. Has co-morbidities. Symptom onset, including some breathing difficulties, on 5 May 2014 in Makkah. Upon return to the Netherlands on 10 May, the patient presented with mild respiratory symptoms and fever, but these were not severe enough for her to seek medical help. Re-evaluated through contact tracing. Currently, the patient is in a stable condition with fever and mild respiratory symptoms and is hospitalized in isolation. News reports suggest camel farm visit.
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    11-year-old male suffering from a brain tumor. He was admitted on January 17th, 2014 to a government hospital due to his brain tumor. He developed respiratory symptoms on May 14th, 2014. His condition is stable.
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              28-year-old male. He does not have any symptoms and is isolated in a government hospital.
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       80-year-old male suffering from Diabetes, high blood pressure, and heart disease. He developed respiratory symptoms on May 8th, 2014 and was admitted to a private hospital on May 10th, 2014. He is currently in ICU. Probable fatality 26/5/14
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         35-year-old female developed fever and diarrhea on May 13th, 2014. She was admitted to a government hospital in Makkah on May 15th, 2014. Then, she was transferred to a government hospital in Jeddah. Her condition is stable. She has been in contact with a confirmed case
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              67-year-old female suffering from Diabetes, high blood pressure and has a history of convulsion. She developed fever, shortness of breath and fainted on April 28th, 2014. She was admitted to a government hospital on May 12th, 2014. She passed away on May 15th, 2014
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            48-year-old female suffering from high blood pressure, heart disease and chronic renal failure. She developed respiratory symptoms on May 10th, 2014. She was admitted to a government hospital on May 13th, 2014. Her condition is stable.
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             36-year-old female currently isolated in a government hospital. She has been in contact with a positive case and does not have any symptom
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        27-year-old female developed respiratory symptoms on May 16th, 2014. She was admitted to a government hospital on the same day. Her condition is stable. Reported recovered (& HCW) on 11/6/14?
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              58-year-old female developed respiratory symptoms on May 11th, 2014. She was admitted to a government hospital on May 13th, 2014. Her condition is stable
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            33-year-old female developed respiratory symptoms on April 27th, 2014. She was admitted to a government hospital on May 2nd, 2014. The first two tests for MERS were negative. The third test came back positive on May 16th, 2014. Her condition is stable
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              29-year-old male developed mild respiratory symptoms on May 13th, 2014. He is currently in home isolation
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 36-year-old male developed fever on May 11th, 2014. On May 13th, 2014 he was admitted to a government hospital. He was discharged against medical advice on May 15th, 2014. He was admitted to another government hospital on May 16th, 2014. His condition is stable.
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               37-year-old male developed respiratory symptoms on May 6th, 2014. On May 10th, 2014 he visited the ER in a government hospital, but he refused to get tested for MERS-CoV. On May 16th, 2014 he was admitted to another government hospital. He is currently in the ICU.
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              28-year-old female developed respiratory symptoms on May 16th , 2014. She was admitted to a government hospital on the same day. Her condition is stable.
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        55-year-old male, suffering from chronic renal failure, developed respiratory symptoms on May 15th, 2014. He was admitted to a government hospital on the same day. He is currently in the ICU.
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    This case report has been retracted by CDC after further testing. [Evidence of apparent past MERS-CoV infection in an Illinois man who had close contact with the Indiana MERS patient.  The Illinois resident did not seek or require medical care. However, local health officials have monitored his health daily since May 3 as part of the investigation. At this time, the Illinois resident is reported to be feeling well.]
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             45-year-old female. She was admitted to a government hospital on May 14th, 2014 suffering from fever and diarrhea. Her condition is stable. She has been in contact with a confirmed case.
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             37-year-old male. He developed respiratory symptoms on May 9th, 2014 and was admitted to a government hospital in Jeddah. His condition was stable and was discharged against medical advice on May 17th, 2014. He is currently stable and isolated at home. He has been in contact with a confirmed case.
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 45-year-old male, isolated at home. His condition is stable. He has been in contact with a confirmed case and does not have any symptoms.
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 34-year-old man, isolated at home. His condition is stable. He has been in contact with a confirmed case and does not have any symptoms.
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 39-year-old man developed respiratory symptoms on May 6th, 2014. He was admitted to a government hospital on May 16th , 2014. On May 18th, 2014. He tested positive for MERS CoV. His condition is stable and he has been isolated at home.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 52-year-old man, isolated at home. His condition is stable. He has been in contact with a confirmed case and does not have any symptoms.
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 51-year-old man developed respiratory symptoms on May 3, 2014. He was admitted to a private hospital on May 13, 2014. He is in the ICU. May Allah grant him a speedy recovery.
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 31-year-old man, suffering from heart disease. On May 11, 2014, he developed respiratory symptoms. On May 16, 2014, he was admitted to a government hospital. He has been isolated at the hospital.     
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    29-year-old male is isolated at a government hospital. He has been in contact with a confirmed case and does not have any symptoms.
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           35-year-old male is currently in home isolation. He has been in contact with a confirmed case and does not have any symptoms
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      66-year-old female, suffering from diabetes, high blood pressure, end stage kidney disease and undergoing dialysis. On Mar 13th, 2014, she developed respiratory symptoms and was admitted to a government hospital. She is currently in the ICU.
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      53-year-old man, suffering from diabetes and obesity, developed respiratory symptoms on May 5, 2014. He was admitted to a hospital in Gonfotha on May 9th, 2014. He was transferred to a government hospital in Jeddah on May 20th, 2014. His condition is stable
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   38-year-old man, suffering from renal failure and undergoing dialysis. He visited a public hospital for routine dialysis and tested positive for MERS Corona virus. He has been in contact with a confirmed case and does not have any symptoms. He is in home isolation. Probable recovery reported 17/6/14 [but not noted as having comorbidities]
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        54 year-old man, who underwent coronary artery bypass graft and is suffering from heart disease, developed respiratory symptoms on May 10, 2013. He was admitted to a government hospital on May 19, 2014. He tested positive for MERS Corona Virus on May 20th, 2014. His condition is stable.
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       66-year-old man, suffering from diabetes, high blood pressure, and renal failure undergoing dialysis. He developed respiratory symptoms on May 8, 2014. He was admitted to a government hospital on May 15, 2014. His condition is stable. Reported death 4/6/14
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             50-year-old female developed respiratory symptoms on May 10, 2014. She was admitted to a private hospital on May 20, 2014. She was transferred to a government hospital in Jeddah. She is currently in the ICU. Reported recovered 17/6/14
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    70-year-old female developed respiratory symptoms on May 16, 2014. She was admitted to a government hospital in Jeddah on May 22, 2014. She was transferred to another government hospital in Jeddah. Her condition is stable. Likely fatality announced 2014-06-03
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  74-year-old male suffering from lymphoma. He developed respiratory symptoms on May 18, 2014. He was admitted to a government hospital on May 19, 2014. He passed away on May 20, 2014. May Allah have mercy upon him.
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                33-year-old male developed respiratory symptoms on May 13, 2014. He was admitted to a private hospital on May 19, 2014.
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               75-year-old male suffering from Hypertension. He developed respiratory symptoms on May 20, 2014. He was admitted to a government hospital on May 12, 2014. His condition is stable. Reported dead 8/6/14
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               65-year-old male. He does not have any symptoms and visited a government hospital on May 18, 2014 for health reasons. He has been in contact with a confirmed case and is isolated at home. Reported recovered on 9/6/14
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            38-year-old female. She does not have any symptoms and is isolated at home. Recovery reported on 11/6/14 [but could possibly have been 415]
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      46-year-old male. He does not have any symptoms. He has been in contact with a confirmed case and he is isolated at home. His condition is stable
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             19-year-old male suffering from Diabetes. He was admitted to a government hospital on May 17, 2014 for other medical reasons. He developed respiratory symptoms on May 23, 2014. He is currently in the ICU. Reported recovered on 19/6/14
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               20-year-old female. She does not have any symptoms. She has been in contact with a confirmed case and she is isolated at home.​ Her condition is stable. 
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      71 year-old male in Abu Dhabi. He was admitted to hospital on 11 February 2014 and is known to have several comorbidities. On 4 May, he developed fever and on 7 May tested positive for MERS-CoV by PCR. Currently, he is in a stable condition. He had contact with a previously confirmed case in the hospital: a health-care worker (a 39 year-old female) reported to WHO on the 11 May 2014. He has no history of contact with animals and no history of consumption of raw camel products.
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        26 year-old male in Abu Dhabi. He was detected through general screening at his workplace on 7 May without any history of contact to a laboratory confirmed MERS-CoV case. He tested positive for MERS-CoV by PCR on 8 May 2014. While asymptomatic at the time of screening, the investigation revealed that he had mild cough on 1 May 2014. He has no comorbidities and no travel history. He had contact with animals (cows and sheep but not camels), but has no history of consumption of raw camel products. He was admitted to hospital for isolation on 8 May and discharged on 14 May
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     36 year-old male from Abu Dhabi. He developed symptoms, including fever and mild breathing difficulty, on 2 May and was seen in an outpatient service on 4 May. His condition deteriorated and he was admitted to hospital on 7 May with high grade fever and developed breathing difficulty. On 9 May, he tested positive for MERS-CoV by PCR. He recovered and was discharged on 12 May. He is known to have comorbidities, but reported no contact with a laboratory confirmed MERS-CoV case and has no travel history. He also has no contact with animals and no history of consumption of raw camel products
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    An 80-year-old female. She developed respiratory symptoms on May 20, 2014. She was admitted to a government hospital on May 23, 2014. She is currently in the ICU. 
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 48-year-old male suffering from Diabetes. He developed respiratory symptoms on May 18, 2014. He was admitted to a government hospital on May 22, 2014. His condition is stable. Reported dead 8/6/14 
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 25-year-old male. He does not have any symptoms. He has been in contact with a confirmed case and is isolated at home.
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 28-year-old male. He does not have any symptoms. He has been in contact with a confirmed case and is isolated at home.
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 29-year-old female. She does not have any symptoms. She has been in contact with a confirmed case and is isolated at home. Probable recovery reported on 9/6/14; but could be 465 instead
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 32-year-old male. He does not have any symptoms. He has been in contact with a confirmed case and is isolated at home.
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 25-year-old female. She does not have any symptoms. She has been in contact with a confirmed case and is isolated at home. Reported recovered 11/6/14
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 45-year-old female suffering from Diabetes, high blood pressure and heart disease. She developed respiratory symptoms on May 17, 2014. She was admitted to a government hospital on May 22, 2014. Her condition is stable.
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The case is a 69 year-old male Jordanian citizen and resident of Amman governorate. The patient was admitted to hospital on 29 April 2014 for a surgical procedure. He was discharged on 3 May 2014. On 8 May, the patient presented with fever. His condition deteriorated and he was admitted to the same hospital on 11 May. Two days later, on 13 May, he started to complain of cough. A specimen was collected from the patient and it tested negative for MERS on the same day, but a chest X-Ray showed pneumonia. A second specimen was collected and it tested positive by PCR on 23 May. The patient is currently in the intensive care unit in a critical condition. The man, who suffered from diabetes and high blood pressure, died in hospital on Wednesday,” Sultan Kasrawi of the ministry’s communicable disease department told AFP.\nThe patient is known to have comorbidities, no history of travel, and no history of contact with animals. He also has no history of contact with a laboratory confirmed MERS-CoV case. However, he was admitted to the same hospital where a laboratory confirmed MERS-CoV fatal case was admitted. This case was reported to WHO on 6 May.\nContact tracing and screening of family members, health workers, and patients for MERS-CoV is currently ongoing.
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 52-year-old woman who became ill on 11 May and was admitted to the hospital on the same day. The patient is currently in a critical condition. She is known to have an underlying medical condition. The patient did not have a history of travel. She however, had a history of close contact with a woman who had an Influenza Like Illness (ILI) and had travelled to Saudi Arabia to perform Umra. The patient had no history of contact with animals and no history of consumption of raw camel products in the 14 days prior to becoming ill.
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 50-year-old woman who became ill on 11 May and was admitted to a hospital on 17 May. She is currently in a stable condition. The patient is known to have an underlying medical condition. She does not have a history of travel. She is reported to have had close contact with her sister, above mentioned 52-year-old patient. The patient had no history of contact with animals and no history of consumption of raw camel products in the 14 days prior to becoming ill.
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A woman who had an Influenza Like Illness (ILI) and had travelled to Saudi Arabia to perform Umra. 
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  35 year-old nurse assistant. She developed a mild illness on 26 May 2014 followed by a productive cough on 28 May 2014. Her throat swab taken on 26 May 2014 was tested positive for MERS-CoV. She has been advised to stay home and follow infection control precautions. The patient is a close contact to the first laboratory-confirmed MERS-CoV case in the country reported to WHO on 26 May 2014. The patient did not have an underlying medical condition. She had no history of contact with animals and no history of consumption of raw camel products in the 14 days prior to becoming ill. She became asymptomatic on 3 June 2014 and her condition is currently stable.
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 72-year-old male suffering from Diabetes, and Hypertension. He developed respiratory symptoms on May 5, 2014 and was admitted to a government hospital on May 26, 2014. His condition is stable and is isolated at home. Reported recovered on 19/6/14
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 65-year-old suffering from Diabetes, Hypertension, Heart Disease, and Chronic Obstructive Pulmonary Disease. He was admitted to a government hospital on May 26, 2014. He has been in contact with a confirmed case. He passed away on May 27, 2014. 
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 39-year-old female suffering from Diabetes, Hypertension, Systemic Lupus Erythematosus, and is a Steroid user. She developed fever, mild cough, and joints pain. She was admitted to a government hospital on May 21, 2014. She has been in contact with a confirmed case. She passed away on May 27, 2014. 
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 55-year-old male suffering from Diabetes, and Hypertension. He developed respiratory symptoms on May 22, 2014 and was admitted to a government hospital on May 26, 2014. He tested positive for MERS Corona. His condition is stable. Likely fatality reported 2014-06-01
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 44-year-old male developed respiratory symptoms on May 18, 2014. He was admitted to a government hospital on May 28, 2014. He has been in contact with a confirmed case and his condition is stable.
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ​A 71-year-old male suffering from Hypertension, Rheumatoid, and Prostate. He developed respiratory symptoms on May 21, 2014. He was admitted to a government hospital on May 23, 2014. His condition is stable.
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 36-year-old male, suffering from diabetes and high blood pressure. He developed respiratory symptoms on May 26,2014 and was admitted to a government hospital in Gonfodah on May 28, 2014. He was transferred to a government hospital in Jeddah. He is in the ICU. 
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 45-year-old male suffering from Diabetes and Hypertension was admitted to a government hospital in Gonfodah on Tuesday 27th May. He has since been transferred to a government hospital in Jeddah where he remains in ICU in a critical condition. 
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The first case is a 66-year-old man who was part of a pilgrimage group that went to Saudi Arabia to perform Umrah on 14 May 2014. The patient became ill on 23 May 2014, while in Saudi Arabia. Upon his arrival to Algeria on 28 May 2014, he was hospitalized. The patient has underlying medical conditions.
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The second case is a 59-year-old man who went on a pilgrimage in Saudi Arabia on 5 May 2014. The patient became ill on 23 May 2014, while in Saudi Arabia. On 29 May 2014, he was hospitalized. He did not have any underlying medical condition. Despite all medical care, the patient died on 10 June 2014 from multi-organ failure.
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A man aged 56 years, suffering from diabetes and high blood pressure. Developed respiratory symptoms on 05/21/2014. His condition is stable and the isolation of the home. Reported recovered on 5/6/14
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 42-year old male suffering from renal stones. He developed respiratory symptoms on May 20,2014. He was admitted to a government hospital on May 30 2014. He passed away on Sunday, 1st June 2014.
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 57-year old female suffering from kidney disease, heart failure, Diabetes and high blood pressure. She developed respiratory symptoms on May 24 2014. She was admitted to a private hospital on May 26 2014. She is currently in the ICU. Reported dead on 5/6/14
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 31-year old male developed respiratory symptoms on May 28 2014. He was admitted to a government hospital on June 1 2014.  His condition is stable. He has been in contact with a confirmed case. Discharged on 4/6/14
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 48-year old male. He developed respiratory symptoms on May 21 2014. He was admitted to a private hospital on May 28 2014. His condition is stable. Reported recovered on 5/6/14
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Reported recovered on 5/6/14
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reported recovered 17/6/14
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Fatality reported on 15/6/14
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reported recovered 12/6/14
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Initially reported as asymptomatic. Fatality reported on 2014-06-23
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Reported recovered on 15/6/14
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Probably Reported recovered 12/6/14 [Khobar in Dammam metropolitan area]
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Probably reported as fatality 2014-06-22 [transferred to Jeddah?]
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    36-year-old resident of Almakhwah city, Baha Region. The patient works as a truck driver. He became ill on 4 June 2014, was diagnosed with mild pneumonia and was admitted to a hospital on 9 June 2014. The patient is currently in a stable condition. He has underlying medical conditions. He was tested positive to MERS-CoV on 11 June 2014. The patient frequently commutes to Qunfudah city, Qunfudah Region and Wadi Addawaser city, Riyadh Region. The patient has no other travel history. He is reported to have possible contacts with animals as he delivers hay to a mixed animal market. He has no contact with a known laboratory confirmed MERS-CoV case. Likely fatality reported on 2014-06-24.
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        33-year-old man, resident of Qunfudah city, Qunfudah Region. He works as a national security guard. The patient is asymptomatic, and was detected through the screening of contacts of previously laboratory-confirmed MERS-CoV cases (reported between 11 April – 9 June 2014). He has no underlying medical condition. He was tested positive to MERS-CoV on 13 June 2014. The patient has a history of frequent travel to Jeddah. He has no history of contact with animals.
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 58 year old resident of Riyadh city, Riyadh Region. He became ill on 4 June and was admitted to a hospital on 12 June. He was laboratory-confirmed with MERS-CoV on 15 June. The patient is currently in a stable condition. He travelled to Mecca, Jeddah City, to perform Umrah on 31 May and travelled from there to Egypt on 3 June. He returned from Egypt to Riyadh on 9 June. The patient is reported not to have had contact with a previously laboratory-confirmed case with MERS-CoV and is reported not to have had contact with animals. The patient is reported not to have any underlying medical condition.
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                36 year-old butcher residing in Abu Dhabi. He works in a local slaughter house for camels and sheep. He was asymptomatic. His sputum was tested positive for MERS-CoV on 20 May 2014 as part of a general screening in slaughter houses. The patient had no contact with a previously laboratory-confirmed MERS-CoV case. He had no history of travel. The patient is currently isolated and is in a stable condition. 
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 42 year old resident of Jeddah city, Mecca Region. He was admitted to a hospital in Jeddah for a medical condition on 26 May and was discharged on 4 June. The patient visited his physician as follow up in the same hospital on 11 June. On 13 June, he developed respiratory symptoms, was diagnosed with pneumonia and was re-admitted to the hospital. He was laboratory-confirmed with MERS-CoV on 16 June. His condition deteriorated and he died on 18 June. The patient is reported not to have had contact with a laboratory-confirmed case with MERS-CoV. He neither had a history of recent travel nor a history of contact with animals. Preliminary investigations indicate that none of the personnel working in the ward where the patient was initially admitted had illnesses that fit the case definition for MERS-CoV. Reported fatality 18/6/14
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 38-year-old woman from Riyadh city, Riyadh Region. The patient was admitted to a hospital for another illness on 20 April. She developed respiratory symptoms on 11 June, and was laboratory-confirmed with MERS-CoV on 18 June. She is currently in a stable condition. Investigation on the source of infection is ongoing.
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 45-year-old man from Riyadh city, Riyadh Region. The patient became ill on 6 June and was admitted to a hospital on 19 June and was laboratory-confirmed with MERS-CoV on 20 June. The patient is reported to have no history of contact with a previously laboratory-confirmed MERS CoV case. He does not have a history of travel or a history of contact with animals. The patient is currently in a stable condition.
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 57-year-old man from a village located 50 km away from Umluj city, Tabuk Region. He was admitted to a hospital on 16 June and was laboratory-confirmed with MERS-CoV on 22 June. The patient was air-ambulanced to Jeddah on 24 June and is currently in a critical condition. He has a history of exposure to camels on a daily basis. He is reported to have an underlying medical condition.
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 85-year-old man from Jeddah city, Makkah Region. He became ill on 15 June, was admitted to a hospital on 21 June and was laboratory-confirmed with MERS-CoV on 22 June. The patient has an underlying medical condition. He is currently in a stable condition. The patient is reported to have no history of contact with animals.
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 46-year-old male, non-national, and resident of Riyadh city, Riyadh Region who works in construction developed cough and fever on 21 June 2014. He presented to hospital on 24 June 2014 and had evidence of pneumonia on chest X-ray. He was admitted to the hospital on the same day. On 24 June 2014, a specimen was collected and tested positive for MERS-CoV on the same day. He is reported to have a comorbidity. He reports not to have had contact with laboratory-confirmed cases of MERS or contact with animals. He also reports that he did not perform Umrah or seek health care or consume camel products in the 14 days prior to onset of symptoms. He is currently in a stable condition in the hospital.
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 57-year-old retired male, national, and resident of Jeddah city, Mecca Region developed respiratory symptoms and fever on 13 June 2014. He presented to hospital on 21 June 2014 and had evidence of pneumonia on chest X-ray. He was admitted to the hospital on the same day. On 23 June 2014, a specimen was collected and tested positive for MERS-CoV on the same day. He is reported to have comorbidities. He reports not to have had contact with laboratory-confirmed cases of MERS or contact with animals. He also reports that he did not perform Umrah or seek health care or consume camel products in the 14 days prior to onset of symptoms. He is currently in a stable condition in the hospital.
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The patient is a 44-year-old male, national, health-care worker (HCW) resident of Kerman province located in southeast Iran. He developed mild symptoms of an influenza-like illness on 6 June 2014. His condition deteriorated as he developed dyspnea and was admitted to hospital on 17 June 2014. Specimens were collected on 17 June 2014 and initially tested negative for MERS-CoV on 18 June 2014. His condition continued to deteriorate and he was transferred to an Intensive Care Unit (ICU) on 19 June 2014. Additional specimens were collected that day and tested positive for MERS-CoV on 20 June 2014.\n\nThe patient is currently in isolation in a negative pressure respiratory ICU. He does not have a history of travel or contact with animals or consumption of raw camel products in the 14 days prior to the onset of symptoms. He is reported to have a comorbidity. In addition, he is reported not to have had contact with a laboratory-confirmed case of MERS; however, he is reported to have had close contact on 26 May 2014 with a patient diagnosed with Severe Acute Respiratory Infection (SARI) at the same hospital where he was working. He is currently in a stable condition.
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The case is a 58-year-old male, non-national, farmer who works and lives in a farm south of Bisha city, Bisha Region. He had onset of illness with cough and fever on 15 June 2014. He presented to hospital in Bisha city on 22 June 2014 and was admitted on the same day with a diagnosis of community-acquired pneumonia. On 24 June 2014, a specimen was collected and tested positive for MERS-CoV on the same day. The case is reported not to have any co-morbid conditions. He reports not to have had contact with laboratory-confirmed cases of MERS or contact with animals. In the farm where he works, he reports that there are no animals, including camels. He also reports not to have performed Umrah or sought health care or consumed camel products in the 14 days prior to the onset of symptoms. He is in a critical condition and was transferred to the ICU on 27 July 2014. On the same day, he was transferred to a center in Jeddah to have extracorporeal membrane oxygenation.
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Is this the same patient a 693 (reported as a woman)? The SARI patient had a history of travel to Saudi Arabia to perform Umrah between 5 and 15 May 2014. He was diagnosed with SARI on 17 May 2014 and was admitted on the same day. Specimens were collected from him on 22 May 2014 and tested negative for influenza and for MERS-CoV on 24 May 2014. He was transferred to ICU on 26 May 2014 and was intubated. On 30 May 2014, the SARI patient died. Investigation of contacts among health-care workers and family members is ongoing by the provincial health authorities and more information will be provided as it becomes available
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 15-year-old boy from Riyadh City, Riyadh Region who became ill on 26 June. He visited a hospital where samples were collected for laboratory test on 28 June. Following laboratory-confirmation with MERS-CoV infection on 30 June, the patient was called back and admitted at the hospital. He is currently in a stable condition. The patient had a recent history of travel to Mecca City, Mecca Region. He had no history of contact with a previously laboratory-confirmed case with MERS-CoV. The patient had no history of contact with animals or history of consumption of camel products in the last 14 days prior to onset of symptoms.
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 53 year-old pharmacist from Najran city, Najran Region. He became ill on 16 June and was admitted to a hospital on 28 June and is currently in a stable condition. He was laboratory-confirmed with MERS-CoV infection on 30 June 2014. The patient has underlying medical conditions. He has no history of contact with animals or history of consumption of camel products in the last 14 days prior to developing the illness. He travelled to Abha city, Asir region, 20 days before falling ill and stayed there for a day.
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 28 year-old-housewife from Riyadh city, Riyadh Region. She became ill on 23 June, was admitted to a hospital on 29 June, and is currently in a stable condition. The patient was laboratory-confirmed with MERS-CoV on 30 June. She is reported not to have any underlying medical condition. The patient had no contact with previously laboratory-confirmed case with MERS-CoV, and no history of travel. She has no history of contact with animals or history of consumption of camel products in the 14 days prior to developing the illness.
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 67-year-old man from Abu Dhabi, UAE who became ill on 17 June and was admitted to a hospital on the same day. On 2 July 2014, the patient was critically ill and was admitted to the intensive care unit in a hospital in Abu Dhabi. He was laboratory-confirmed with MERS-CoV infection on 6 July. The patient is reported to have underlying medical conditions. The patient owns a camel farm in the Eastern Region of Saudi Arabia. He visited his farm 3 months prior to becoming ill and had direct contact with camels. Two weeks prior to becoming ill, he visited a camel farm in Abu Dhabi, where he did not have direct contact with camels. He does not have a history of contact with a previously laboratory-confirmed case with MERS-CoV infection and does not have a history of recent travel. Investigation of the camel farm in Abu Dhabi, and follow up of contacts of the patient are currently on-going.
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 50-year-old man residing in Abu Dhabi, UAE, who was identified as part of screening of contacts in a farm where a camel was laboratory-confirmed with MERS-CoV infection. The camel was laboratory-confirmed with MERS-CoV infection, according to the report of the Ministry of Environment and Water on 26 June. The patient was screened for MERS-CoV infection on 3 July. The patient did not have any symptom then. However, he developed a mild cough on 5 July and was laboratory-confirmed with MERS-CoV infection on 6 July. He does not have a history of contact with a previously laboratory-confirmed human case of infection with MERS-CoV. Tracing of contacts of the patient and other contacts of the camel farm are ongoing.
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 55-year-old woman from Addawaser City, Riyadh Region who became ill on 25 June, was admitted to a hospital on 2 July and is currently in a stable condition. She was laboratory-confirmed with MERS-CoV infection on 3 July. She is reported to have an underlying medical condition. The patient’s husband owns a camel farm which she visits frequently. She is reported not to have consumed raw camel products in the 14 days prior to becoming ill. She is reported not to have contact with a previously laboratory-confirmed case with MERS-CoV infection. On 15 June, she travelled to Riyadh City where she stayed for a day.
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 52-year-old man residing in Jeddah City, Makkah Region. He became ill on 24 June and visited a private clinic but his condition did not improve. He was admitted to a hospital on 2 July with respiratory problems and renal failure and is currently in a critical condition. The patient was laboratory-confirmed with MERS-CoV infection on 4 July. He does not have a history of travel.
## 741                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 72-year-old man from Arar City, Northern Bordes Province. He became ill and was admitted to a hospital on 3 July. He was laboratory-confirmed with MERS-CoV infection on 5 July. The patient died on 6 July. He had multiple underlying medical conditions. He had no history of recent travel and did not have contact with a previously laboratory-confirmed case with MERS-CoV infection. The patient has no history of consumption of raw camel products.
## 742                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 70-year-old man from Taif City, Mecca Region who became ill on 28 June, was admitted to a hospital on 4 July and is currently in intensive care. The patient was laboratory-confirmed with MERS-CoV infection on 6 July. He is reported to have underlying medical conditions. The patient is reported to have no history of travel and no contact with a previously laboratory-confirmed case with MERS-CoV infection. The patient is reported to have consumed raw camel milk a week prior to his illness and has had close contact with goats he raises.
## 743                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 74-year-old man from Riyadh city, Riyadh Region who became ill on 4 July, was admitted to a hospital on 5 July and is currently in a stable condition. He was laboratory-confirmed with MERS-CoV infection on 6 July. The patient is reported not to have any underlying medical condition. He did not have a history of travel 14 days prior to becoming ill and has no known contact with a previously laboratory-confirmed case with MERS-CoV infection. He has no history of contact with animals or consumption of raw camel products.
## 744                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 70-year-old man from Riyadh City, Riyadh Region who became ill on 1 July, admitted to a hospital on 5 July and is currently in a stable condition. He was laboratory-confirmed with MERS-CoV on 6 July. The patient is reported to have an underlying medical condition. He has no history of travel 14 days prior to becoming ill and is not known to have contact with a previously laboratory-confirmed case of infection with MERS-CoV. He has no history of consumption of raw camel products within the 14 days prior to becoming ill and did not have contact with animals.
## 745                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 49-year-old man from Hassa City, Eastern Region, who became ill on 28 June, was admitted to a hospital on 8 July and is currently in a stable condition. He was laboratory-confirmed with MERS-CoV infection on 9 July. The patient is reported to have underlying medical conditions. He has no history of travel and did not have contact with a previously laboratory-confirmed case with MERS-CoV infection. The patient has a farm and had direct contact with birds, goats and camels. Samples have been taken from 15 contacts of the patient, the farm workers and camels for laboratory testing.
## 746                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 747                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 748                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 749                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 750                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 751                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 752                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           death date as date of report
## 753                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 754                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 755                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 756                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 757                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Reported recovered on 2014-10-11
## 758                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 759                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 760                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 761                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expat
## 762                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 70 year old male from Alhenakiah City who developed symptoms on 24 September 2014. The patient has comorbidities, frequent contact with camels and frequently consumes raw camel milk.
## 763                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The case is a 29 year old female citizen of the Kingdom of Saudi Arabia (SAU), who travelled on 22 September 2014 to Vienna, Austria on a flight from Doha, Qatar. She had originally travelled from Affif, SAU, via Riyadh, by car. The case was symptomatic with an upper respiratory infection and fever prior to arrival in Austria.\nThe patient sought medical treatment in Austria on 24 September 2014, and was transferred to a private hospital on 26 September and then, on 28 September 2014, to the reference hospital for highly infectious diseases in Vienna. The patient is currently in a stable condition. No exposure to camels or their products, no prior hospital admission, nor contact to a known MERS-CoV case, nor any sick person has been reported.
## 764                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 65 year old male from Jubail City who developed symptoms on 24 September 2014. The patient has comorbidities, frequent contact with camels and frequently consumes raw camel milk.
## 765                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 60 year old male from Geiya city who developed symptoms on 1 October 2014. The patient has comorbidities, frequent contact with camels and frequently consumes raw camel milk.
## 766                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 69 year old male from Taif City who developed symptoms on 17 September 2014. The patient has comorbidities and his possible contact with animals and consumption of raw camel products is currently under investigation. Death reported on 2014-10-18
## 767                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 51 year old male from Haradh City who developed symptoms on 30 September 2014. The case died on 05 October 2014. The patient had comorbidities, frequent contact with camels and frequently consumed raw camel milk. 
## 768                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 77 year old male from Taif City who developed symptoms on 3 October 2014. The patient has comorbidities and became infected while hospitalized.
## 769                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 50 year old non-national male from Najran City who developed symptoms on 3 October 2014. He reported no history of contact with animals, but resides in an area with heavy presence of camel farms. Reported recovered 2014-10-21
## 770                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 771                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 772                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ingestion of camel milk
## 773                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   On 17 October 2014, WHO Regional Office for Europe (EURO) was notified by the National IHR Focal Point for Turkey of a laboratory-confirmed case of infection with Middle East respiratory syndrome coronavirus (MERS-CoV). On 11 October 2014, the patient died. This is the first MERS-CoV case in Turkey.\nThe case is a 42-year-old male, Turkish citizen known to be working in Jeddah, Kingdom of Saudi Arabia (KSA). On 25 September 2014, the patient developed symptoms in Jeddah. Initially, he sought medical care in KSA; however, on 6 October 2014, as symptoms worsened, he travelled with a direct flight from Jeddah to Hatay, Turkey. Upon his arrival, he was admitted to a local hospital. On 8 October, he was transferred to the University Hospital in Hatay.
## 774                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           death date as date of report
## 775                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 776                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 777                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 778                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 779                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 780                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 781                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    First reported as death 2014-10-22 but this may be case #775 (65M)?
## 782                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 71-year-old male from Doha, Qatar developed symptoms on 1 October while traveling with three family members by car from Qatar to the Al-Hasa Region of Saudi Arabia. On 7 October, as his symptoms worsened, the case visited a private health facility in Al-Hasa, whereupon he was transferred to the Hamad General Hospital in Doha. On 11 October, laboratory tests conducted on the patient confirmed MERS-CoV infection. The case owns a camel barn and is known to have consumed raw camel milk. . The patient has comorbidities and is currently in critical condition.
## 783                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 43-year-old male from Doha developed symptoms on 14 October. On 17 and 18 October, he sought care at a health care facility but was not admitted. On 20 October, his condition deteriorated, he was admitted to hospital, and was confirmed positive for MERS-CoV infection on the same day. The patient presented with no comorbidities but he had frequently visited a camel barn in the 14 days that preceded the onset of symptoms. There is no history of exposure to other known risk factors. Currently, the patient is in stable condition.
## 784                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 785                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 786                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 787                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 788                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expat
## 789                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 790                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           death date as date of report
## 791                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 792                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 793                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 794                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Think this is Death #1 on 25/11/14 but records disagree on comorbidities
## 795                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 796                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 797                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expat
## 798                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 70-year-old male from Al Huwaya town who developed symptoms on 8 October. He was admitted to a hospital in Taif city on 10 October. The patient had comorbidities. The patient had contact with animals but he had no history of contact with camels or consumption of raw camel products in the 14 days prior to the onset of symptoms. Also, he had no history of travel in the 14 days prior to the onset of symptoms. The patient was in critical conditions and admitted to the Intensive Care Unit (ICU) but passed away on 28 October.
## 799                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 44-year-old male from Riyadh city who developed symptoms on 7 October. He was admitted to a hospital in Riyadh on 11 October 2014. The patient has comorbidities. He has frequent contact with animals but he has no history of contact with camels or consumption of raw camel products in the 14 days prior to the onset of symptoms. The patient travelled to Dammam city in the 14 days that preceded the onset of symptoms. Currently, he is admitted to the ICU.
## 800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        An 82-year-old male from Hawtah Bani Tamim city who developed symptoms on 3 October. On 5 October, he visited a hospital in Alkharj city, where he stayed for 6 days. Then, he drove to Riyadh, where he was admitted to a hospital on 11 October 2014. The patient has comorbidities. He has had no contact with animals but resides in an area with heavy presence of camel farms. In addition, the patient has a history of raw camel milk consumption in the 14 days prior the onset of symptoms. He has no history of travel in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition.
## 801                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 60-year-old male from Taif city who developed symptoms on 14 October. On the same day, he was admitted to a hospital. The patient had comorbidities. On 8 October, he received dialysis in the same room used to dialyze a laboratory-confirmed MERS-CoV. He had no history of contact with camels or raw camel products consumption. He also had no history of travel in the 14 days prior to the onset of symptoms. The patient passed away on 15 October.
## 802                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 42-year-old female nurse, non-national, from Taif city who developed symptoms on 13 October. She was admitted to a hospital on 14 October. The patient was exposed to a laboratory-confirmed case of MERS-CoV. She has comorbidities but no history of contact with camels or raw camel products consumption. Also, she has no history of travel in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and under isolation. Suspect this is recovery #2 on 4/11/14
## 803                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 75-year-old male from Riyadh city who was admitted to hospital with symptoms on 30 October. The patient has comorbidities. He has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition and remains in ICU.
## 804                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 41-year-old male from Riyadh city who developed symptoms on 29 October. He was admitted to hospital on 30 October. The patient has no comorbidities. He visited a hospital with an ongoing MERS-CoV outbreak, although the patient had no contact with any of the cases. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and isolated in a ward.
## 805                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 31-year-old female from Riyadh city who developed symptoms on 18 October. She was admitted to hospital on 29 October. The patient has no comorbidities. She has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains isolated in a ward.
## 806                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 33-year-old, non-national male from Riyadh city who developed symptoms on 18 October. He was admitted to hospital on 2 November. The patient has no comorbidities. He has a history of visiting a hospital with an ongoing MERS-CoV outbreak, although he has had no contact with any of the cases. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition and remains isolated in a ward. Closest match to reported recovery #2 on 11/2/15
## 807                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 33-year-old male from Riyadh city who developed symptoms on 31 October. He was admitted to hospital on 3 November. The patient has comorbidities. He has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 808                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 32-year-old, non-national female from Riyadh city who developed symptoms on 28 October. She was admitted to hospital on 2 November. The patient had no comorbidities. She works in a healthcare facility with an ongoing MERS-CoV outbreak, although the patient has had no contact with any of the cases. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains isolated in a ward.
## 809                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 75-year-old, non-national female from Taif city who developed symptoms on 28 October. She was admitted to hospital on 1 November. The patient has comorbidities. She came in contact with pigeons in the 14 days prior to the onset of symptoms but has no history of exposure to other known risk factors. Currently, the patient is in ICU.
## 810                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 49-year-old, non-national male from Jeddah city who developed symptoms on 29 October. He was admitted to hospital on 3 November. The patient had no comorbidities. He had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU.
## 811                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 45-year-old male from Riyadh city who developed symptoms on 28 October. He was admitted to hospital on 4 November. The patient has comorbidities and came in contact with a laboratory-confirmed MERS-CoV case. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 812                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 45-year-old, non-national female from Riyadh city who developed symptoms on 3 November. The patient, who suffers from chronic medical conditions, was admitted to hospital on 1 November. She visited a health care facility that was treating several laboratory-confirmed MERS-CoV cases, although the patient did not come in contact with any of them. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient recovered and returned home on 10 November. Assume this is the recovery reported by KSA MOH on 19/11/14
## 813                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 70-year-old female from Alkharj city who was admitted to hospital with symptoms on 4 November. The patient had comorbidities but no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU in critical condition and passed away on 13 November.
## 814                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 70-year-old female from Taif city who developed symptoms on 10 November. The patient was admitted to hospital for a chronic disease on 21 October. Between 2 and 4 November, she was in the same hospital as a laboratory-confirmed MERS-CoV case. Although there was no documented contact between the 2 patients, a particular housekeeper, who is currently asymptomatic, cleaned the rooms of both cases. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 815                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 22-year-old, non-national male from Taif city who developed symptoms on 8 November. He was admitted to hospital on 10 November. The patient has no comorbidities. He is a contact of a previously reported MERS-CoV case but has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient is currently in critical condition in ICU.
## 816                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 29-year-old, non-national male from Skaka city who developed symptoms on 2 November. He was admitted to hospital in Jouf on 10 November. The patient had no comorbidities. His wife, who remains asymptomatic, works as a nurse in a healthcare facility that has so far reported no MERS-CoV cases in Skaka. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 13 November.
## 817                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 53-year-old male from Skaka city who developed symptoms on 8 November. He was admitted to hospital in Jouf on 10 November. The patient has comorbidities and a history of contact with camels and raw camel milk consumption. He had no exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 818                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 58-year-old male from Riyadh city who developed symptoms on 12 November. The patient has comorbidities and frequent contact with camels. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in isolation at home.
## 819                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 An 84-year-old female from Alkharj city who developed symptoms on 15 November. The patient was admitted to hospital for a chronic condition on 1 November. She was hospitalized at the same time as a previously-reported, laboratory-confirmed MERS-CoV case but had no direct contact with the case. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU in critical condition and passed away on 19 November.
## 820                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 99-year-old male from Alkharj city who developed symptoms on 10 November. He was admitted to hospital on 14 November. The patient had contact with camels but had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to an intensive care unit (ICU) but passed away on 19 November.
## 821                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 48-year-old female from Alkharj city who developed symptoms on 18 November. She is a household contact of a previously-reported MERS-CoV case. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in ICU.
## 822                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 58-year-old male from Taif city who developed symptoms on 15 November. He was admitted to hospital on 20 November. The patient had comorbidities but had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to an isolation ward but passed away on 7 December.
## 823                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 42-year-old, non-national male from Taif city who developed symptoms on 17 November. He was admitted to hospital on 20 November. The patient visited a health care facility for a chronic medical condition on 8 November. He had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 28 November.
## 824                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 79-year-old, female from Alkharj city who developed symptoms on 20 November. The patient was admitted to hospital on 31 October for a chronic renal condition. Whilst hospitalized, she shared a room with a laboratory-confirmed MERS-CoV case on 9 November. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU but passed away on 1 December.
## 825                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 40-year-old [expat] male from Taif city who developed symptoms on 26 November. He was admitted to hospital on 27 November. The patient has no comorbidities and has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient works in a health care facility, although the facility has not treated laboratory-confirmed MERS-CoV cases. Currently, the patient is in stable condition in an isolation ward.
## 826                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 34-year-old, non-national male from Skaka city who developed symptoms on 18 November. He was admitted to hospital on 23 November. The patient has no comorbidities but is a contact of a previously-reported MERS-CoV case. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in ICU.
## 827                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 62-year-old male from Rafha city who developed symptoms on 22 November. He was admitted to hospital on 25 November. The patient has no comorbidities but has frequent contact with camels and sheep and consumes their products. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in an isolation ward.
## 828                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 28-year-old, non-national male from Najran city who developed symptoms on 27 November. He was admitted to hospital on 30 November. The patient has no comorbidities but has frequent contact with animals. He lives in an area with heavy presence of camels, although he has no history of contact with them. The patient had no exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 829                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 71-year-old male from Riyadh city who developed symptoms on 26 November. He was admitted to hospital on 28 November. The patient has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in ICU in critical condition.
## 830                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 52-year-old male from Buridah city who developed symptoms on 24 November. He was admitted to hospital on 26 November. The patient had comorbidities but had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 29 November.
## 831                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 70-year-old female from Taif city who developed symptoms on 27 November. She was admitted to hospital on 2 December. She had no history of contact with camels but her household contacts had frequent contact with animals. The patient has comorbidities but has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in critical condition in an intensive care unit (ICU).
## 832                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 61-year-old male from Najran city who developed symptoms on 1 December. He was admitted to hospital on 6 December. The patient had comorbidities as well as a history of frequent camel contact and of raw camel products consumption. In the 14 days prior to the onset of symptom, he visited a health care facility that, however, had no links to MERS-CoV cases. He had no history of exposure to other known risk factors in the 14 days that preceded the onset of symptoms. The patient was admitted to ICU but passed away on 14 December.
## 833                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 29-year-old, non-national female from Taif city who developed symptoms on 9 December. She sought medical advice on 14 December and was admitted to hospital on 15 December. The patient has no comorbidities. While working as a nurse in an isolation ward, she came into contact with a laboratory confirmed MERS-CoV case. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition and remains in isolation.
## 834                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 70-year-old, non-national male from a village near Jubail city who developed symptoms on 10 December. He was admitted to hospital on 15 December. The patient has comorbidities as well as a history of frequent camel contact and of raw camel products consumption. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in ICU in critical condition.
## 835                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 53-year-old male from Alkharj city who developed symptoms on 12 December. He was admitted to hospital on 17 December. The patient has comorbidities. He owns goats and sheep and has frequent contact with them. Despite residing in an area with heavy presence of camels, the patient has no history of contact with them or consuming raw camel products. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 836                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 70-year-old, non-national male from Quriat city, Saudi Arabia who developed symptoms on 20 December. He was admitted to hospital in Quriat city on 21 December. The patient discharged himself from the hospital against medical advice and travelled to Jordan where he was admitted to a private hospital on 22 December. The patient was transferred back on 26 December to Saudi Arabia where he is presently admitted to a hospital in Quriat city. He has comorbidities. The patient has history of raw camel milk consumption. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is critically ill and on mechanical ventilation
## 837                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 31-year-old female from Riyadh city who developed symptoms on 20 December. She was admitted to hospital on 23 December. The patient has comorbidities. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU in critical condition.
## 838                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              An 84-year-old male from Najran city who developed symptoms on 26 December. He was admitted to hospital on 28 December. The patient had comorbidities. He owned goats and sheep but had no history of direct contact with them. The patient resided in an area with heavy presence of camels. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 1 January 2015.
## 839                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 76-year-old male from Taif city who developed symptoms on 26 December and was admitted to hospital on 31 December. The patient has comorbidities as well as a history of frequent contact with camels and raw camel milk consumption. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU and remains in critical condition.
## 840                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 45-year-old male from Dammam city who developed symptoms on 31 December and was admitted to hospital on 1 January 2015. The patient has no comorbidities. Although he frequently visits his friends’ camel farm, the patient has no history of direct contact with camels. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition and remains in isolation.
## 841                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 69-year-old male from Najran city who developed symptoms on 23 December and was admitted to hospital on 2 January. The patient has comorbidities. Although his neighbours rear camels, the patient has neither a history of direct contact with them nor of consuming raw camel products. In the 14 days prior to the onset of symptoms, he travelled to Yemen. He has no history of exposure to other known risk factors in the 14 days that preceded the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 842                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 61-year-old, non-national male from Riyadh city who developed symptoms on 2 January and was admitted to hospital on 3 January. The patient has comorbidities but no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU in critical condition.
## 843                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 32-year-old male from Dakhelyia Region who developed symptoms on 27 December and was admitted to hospital on 5 January. The patient had comorbidities. He owned a farm and had frequent contact with camels, goats and sheep. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU but passed away on 7 January.
## 844                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 53-year-old, non-national male from Riyadh city who presented to hospital with a history of cardiovascular disease and was admitted on 24 December. On 4 January, the patient tested positive for MERS-CoV. He regularly visited a health care facility not associated with previous MERS-CoV outbreaks. He had no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 5 January.
## 845                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            An 80-year-old male from Riyadh city who developed symptoms on 4 January and was admitted to hospital on 6 January. The patient has comorbidities. He travelled to Jeddah in the 14 days prior to symptoms onset. The patient has no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms in either Jeddah or Riyadh. Currently, the patient is in ICU in critical condition.
## 846                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 91-year-old male from Riyadh city who developed symptoms on 4 January and was admitted to hospital on 6 January. The patient has comorbidities. He has neither a history of direct contact with camels nor of consuming raw camel products but his sons have frequent contacts with camels. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in isolation.
## 847                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 32-year-old, non-national male from Taif city who developed symptoms on 28 December and was admitted to hospital on 7 January. The patient has comorbidities. Although he has no history of direct contact with camels, his job involves transporting dried camels’ excreta to be used as manure. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in isolation.
## 848                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 31-year-old female from Dakhelyia Region who developed symptoms on 8 January and was admitted to hospital on 9 January. The patient has no comorbidities. She is a household contact of the MERS-CoV case reported above. The household owns camels but she had no direct contact with them. The patient is in stable condition and remains in isolation.
## 849                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 67-year-old male from Taif city developed symptoms on 5 January and was admitted to hospital on 9 January. The patient had comorbidities. He had no history of direct contact with camels or consumption of camel products but lived in an area with heavy presence of camels. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was in critical condition and passed away on 21 January.
## 850                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 93-year-old male from Riyadh city developed symptoms on 11 January. The patient, who had comorbidities, was initially admitted to hospital for an acute injury on 28 December. At that time, the hospital was treating a laboratory confirmed MERS-CoV case. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was in critical condition in ICU and passed away on 15 January.
## 851                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 43-year-old male from Dakhelyia Region. The patient is a direct contact of a laboratory-confirmed, fatal MERS-CoV case and was identified through contact screening. He was admitted to hospital on 16 January and discharged on 19 January but the patient remains asymptomatic. He has no comorbidities. The patient visited the fatal case at home and participated in the funeral rites. He has no history of exposure to other known risk factors in the 14 days prior to a respiratory sample being taken.
## 852                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 62-year-old male from Riyadh city developed symptoms on 14 January and was admitted to hospital on 16 January. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward. Is he the 61M referred to as recovered? [closest candidate]
## 853                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 67-year-old male from Riyadh city developed symptoms on 12 January and was admitted to hospital on 16 January. The patient has comorbidities. He frequently visited a health-care facility in Riyadh to treat his unrelated medical condition but has no history of contact with patients with respiratory symptoms. The facility is not associated with previous known MERS-CoV cases. There is no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 854                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 76-year-old male from Riyadh city developed symptoms on 12 January. The patient, who had comorbidities, was initially admitted to hospital for an unrelated medical condition on 3 November. He received care in a hospital where a laboratory confirmed MERS-CoV case had also been treated. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was in critical condition and passed away on 18 January.
## 855                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 38-year-old male from Riyadh city developed symptoms on 14 January. The patient, who has comorbidities, was initially admitted to hospital on 1 January for a surgical procedure. On 7 January, during his admission, he went out on a day-release where he visited his family in Aldawadmi city. On 12 January, the patient underwent surgery in a hospital where a laboratory confirmed MERS-CoV case had also been treated, although there is no history of contact between the patient and the case. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in isolation.
## 856                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              An 84-year-old female from Riyadh city developed symptoms on 19 January and was admitted to a private hospital on 20 January. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient was in ICU in critical condition. Since then, she recovered and was discharged on 27 January.
## 857                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     An 80-year-old male from Riyadh city developed symptoms on 26 December and was admitted to hospital on the same day. The patient had comorbidities. On 26 December, he was in an emergency room where two previously reported MERS-CoV cases had been treated, although the patient had no direct contact with either case. He had no history of exposure to other known risk factors in the 14 days prior to the onset of initial symptoms. The patient was in ICU and passed away on 23 January.
## 858                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 77-year-old male from Riyadh city developed symptoms on 18 January and was admitted to a private hospital on 21 January. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient was in ICU in critical condition. Since then, he recovered and was discharged on 28 January.
## 859                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           An 80-year-old male from Riyadh city developed symptoms on 21 January and was admitted to a hospital on 24 January. The patient had comorbidities. He had history of admission to the same hospital on 30 December for an unrelated medical condition. This hospital treated two MERS-CoV cases reported in previous DONs on 20 January (Case n. 4) and on 3 February (Case n. 9). During that period of time, however, the patient had no direct contact with these cases. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was in critical conditions in ICU on mechanical ventilation and passed away on 1 February. 
## 860                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 37-year-old non-national, male from Riyadh city developed symptoms on 16 January and was admitted to a hospital on 28 January. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU on mechanical ventilation and is currently stable condition. 
## 861                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 76-year-old male from Hafoof city developed symptoms on 19 January and was admitted to a hospital on 25 January. The patient has comorbidities. He owns a camel farm and has history of frequent contact with camels and consuming their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to a negative pressure isolation room on a ward and is currently in stable condition. 
## 862                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 62-year-old male from Hafoof city developed symptoms on 29 January and was admitted to a hospital on the same day. The patient has comorbidities. He is a household contact of a laboratory-confirmed MERS-CoV case (Case n. 7 - see below). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to a negative pressure isolation room on a ward and is currently in stable condition.
## 863                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 56-year-old female from Alkharj city developed symptoms on 24 January and was admitted to a hospital on 30 January. She has comorbidities. The patient’s family owns a camel farm and she has history of frequent contact with camels. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU on mechanical ventilation and is currently in stable condition.
## 864                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 26-year-old male from Alkharj city developed symptoms on 1 February and was admitted to a hospital on the same day. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to a negative pressure isolation room on a ward and is currently in stable condition.
## 865                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 59-year-old male from Hofuf city developed symptoms on 28 January and was admitted to a hospital on 3 February. The patient has comorbidities. He is a household contact of a laboratory-confirmed MERS-CoV case (Case n. 7 - see below). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to a negative pressure isolation room on a ward and is currently in stable condition. 
## 866                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 58-year-old, non-national female from Riyadh city developed symptoms on 28 January and was admitted to a hospital on 31 January. The patient has comorbidities but has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. She was admitted to a negative pressure isolation room on a ward and is currently in stable condition.
## 867                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 37-year-old, non-national male from Riyadh city, who works as a health worker in a private hospital, developed symptoms on 28 January and was admitted to a hospital on 30 January. The patient is a smoker; however, he has no comorbidities. The private hospital where he works in is not associated with any known MERS-CoV cases. The patient has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to a negative pressure isolation room on a ward and is currently in stable condition. 
## 868                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 34-year-old, non-national male from Riyadh city developed symptoms on 31 January and was admitted to a hospital on 3 February. The patient has no comorbidities and no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He was admitted to a negative pressure isolation room on a ward and is currently in stable condition. Confusion about gender in sources?
## 869                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 62-year-old male from Riyadh city developed symptoms on 30 January and was admitted to a hospital on 4 February. The patient has comorbidities. He owns camels and has a history of frequent contact with them and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to a negative pressure isolation room on a ward and is currently in stable condition.
## 870                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 49-year-old male from Dammam city developed symptoms on 2 February and was admitted to a hospital on 4 February. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU and is currently in critical condition.
## 871                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 57-year-old male from Riyadh city developed symptoms on 25 January and was admitted to a hospital on 29 January. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU and is currently in critical condition.
## 872                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 50-year-old female from Najran city developed symptoms on 31 January and was admitted to a hospital on 5 February. The patient has comorbidities. She attended a wedding party in the 14 days prior to the onset of symptoms. The patient has no history of exposure to other risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU and is currently in critical condition.
## 873                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            56-year-old male from Dammam city developed symptoms on 30 January and was admitted to hospital on 1 February. The patient has no comorbidities and no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 874                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expat. 48-year-old, male health worker from Buridah city developed symptoms on 7 February and was admitted to hospital on 9 February. The patient smokes cigarettes and shisha tobacco and has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 875                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   is the recovery on 14/2 as the later 31F expat etc was only reported that day [?] 31-year-old, non-national, female health worker from Dammam city developed symptoms on 12 February. The patient has no comorbidities. She has a history of contact with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3) and a newly reported MERS-CoV case (case n. 41 – see below). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition isolated at home.
## 876                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             73-year-old, non-national female from Jeddah city developed symptoms on 2 February and was admitted to hospital on 5 February. She had comorbidities. The patient had a history of travel to Riyadh; however, she had no history of contact with MERS-CoV cases or health care workers during her travel. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. She passed away on 8 February.
## 877                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              27-year-old female from Onizah city developed symptoms on 1 February and was admitted to hospital on 7 February. The patient is pregnant and has no comorbidities. She has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to ICU.
## 878                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      41-year-old male from Riyadh city developed symptoms on 7 February while admitted to hospital since 27 January, after being referred from another hospital due to unrelated medical conditions. The patient has no history of contact with laboratory-confirmed MERS-CoV cases in either hospital as none of the facilities had MERS-CoV cases at the time of his visits. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 879                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            58-year-old male from Riyadh city developed symptoms on 1 February and was admitted to hospital on 10 February. The patient has comorbidities. He owns a camel farm and has a history of frequent contact with camels as well as frequent consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 880                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     75-year-old, non-national male from Riyadh city developed symptoms on 10 February while admitted to hospital since 24 January due to unrelated medical conditions. The patient was hospitalized in the same room as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 2). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 881                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                46-year-old, non-national male from Jeddah city developed symptoms on 1 February and was admitted to hospital on 10 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient is in critical condition admitted to ICU. Later WHO report notes death.
## 882                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    70-year-old male from Madinah city developed symptoms on 8 February and was admitted to hospital on 9 February. He had comorbidities. The patient had no history of contact with camels; however, he frequently consumed raw camel milk. The patient had a history of travel to Wadi Aldwaser city but had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms in either city. The patient passed away on 14 February.
## 883                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          29-year-old male from Riyadh city developed symptoms on 9 February and was admitted to hospital on 11 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 884                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   53-year-old male from Dahran city developed symptoms on 1 February and was admitted to hospital on 6 February. The patient has comorbidities as well as history of visiting a camel farm in Najran city and contact with camels but no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to ICU.
## 885                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    52-year-old male from Dahran city developed symptoms on 30 January and was admitted to hospital on 4 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to ICU.
## 886                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          79-year-old male from Riyadh city developed symptoms on 8 February and was admitted to hospital on 11 February. The patient had comorbidities. He had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 11 February.
## 887                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        24-year-old male from Riyadh city developed symptoms on 7 February while admitted to hospital since 24 January due to an unrelated medical condition. The patient was admitted to the same ward where a laboratory-confirmed MERS-CoV case reported in a previous DON on 16 February (case n. 2) was treated; however, they were not attended by the same health workers. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to the ward in isolation room with negative pressure.
## 888                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Expat. Al Badaya in KSA report; close to Buraydah. 46-year-old male from Buridah city who works in a hospital developed symptoms on 9 February and was admitted to hospital on 11 February. The patient has comorbidities. He had a history of travel to Jeddah but no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms in either city. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward. 
## 889                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    49-year-old female from Riyadh city developed symptoms on 7 February and was admitted to hospital on 11 February. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition admitted to a negative pressure isolation room on a ward.
## 890                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    83-year-old female from Khober city developed symptoms on 7 February 2015 while admitted to hospital since 20 February 2012 due to unrelated medical conditions. The patient was admitted to the same ward where a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3) was treated. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 19 February.
## 891                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 77-year-old male from Khober city developed symptoms on 11 February while admitted to hospital since 2 February due to unrelated medical conditions. The patient was admitted to the same ward where a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3) was treated. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 17 February.
## 892                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 70-year-old female from Khober city developed symptoms on 11 February while admitted to hospital since 1 October due to unrelated medical conditions. The patient was treated in the same ward and by the same health workers as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3). She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 19 February
## 893                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Also, likely the death reported on 18/2 in Buraydah. 54-year-old male from Albadaee city developed symptoms on 9 February while admitted to hospital since 31 January due to an unrelated medical condition. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 18 February.
## 894                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           31-year-old, non-national, female health worker from Dammam city developed symptoms on 6 February and was admitted to hospital on 9 February. The patient has no comorbidities but has had direct contact with a laboratory-confirmed case that was reported in a previous DON on 16 February (case n. 3). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and isolated in the ward.
## 895                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         41-year-old, non-national male from Buridah city developed symptoms on 1 February while admitted to hospital since 21 January due to an unrelated medical condition. The patient had no history of contact with laboratory-confirmed MERS-CoV cases as the hospital that had treated him never had MERS-CoV cases. His family visited him on 9 February. None of his family members had respiratory symptoms. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 13 February.
## 896                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          42-year-old male from Buridah city developed symptoms on 6 February and was admitted to hospital on 12 February. The patient has no comorbidities and no history of contact with camels; however, he has a history of contact with sheep. The patient has a history of travel to Hafer Albatin in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms in either city. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 897                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Think he is death on 23/2/15. If not need to change. 81-year-old male from Alrass city developed symptoms on 8 February and was admitted to hospital on 11 February. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 898                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            31-year-old male from Najran city developed symptoms on 8 February and was admitted to hospital on 12 February. The patient has no comorbidities. He travelled to Dammam city to visit a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms in either city. Currently, he is in stable condition admitted to a negative pressure isolation room on a ward.
## 899                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          47-year-old, non-national male from Najran city developed symptoms on 1 February and was admitted to hospital on 12 February. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU. Died by 26/2
## 900                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          54-year-old female from Riyadh city developed symptoms on 28 January and was admitted to hospital on 11 February. The patient has comorbidities. She is a contact of a MERS-CoV case that was reported in a previous DON on 11 February (case n. 6). The patient has history of contact with camels and consumption of raw milk but no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 901                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           35-year-old male from Buridah city developed symptoms on 10 February while admitted to hospital since 28 January due to an unrelated medical condition. The patient was treated in the same unit where a laboratory-confirmed MERS-CoV case (case n. 21 – see below) was treated; however, they were not attended by the same health workers. The patient had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He passed away on 19 February.
## 902                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            23-year-old male from Buridah city developed symptoms on 7 February while admitted to hospital since 13 January due to an unrelated medical condition. The patient was treated in the same unit where a laboratory-confirmed MERS-CoV case (case n. 21 – see below) was treated; however, they were not attended by the same health workers. The patient had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He passed away on 19 February.
## 903                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    58-year-old female from Aljouf city developed symptoms on 13 February and was admitted to hospital on the same day. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward
## 904                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    43-year-old, non-national female from Jeddah city developed symptoms on 12 February and was admitted to hospital on 13 February. The patient has no comorbidities. She is a contact of a laboratory-confirmed MERS-CoV case (case n. 35 – see below). Currently, the patient is in stable condition in a negative pressure isolation room on a ward
## 905                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Slight mismatch in KSA/WHO timings. 85-year-old male from Riyadh city developed symptoms on 15 February and was admitted to hospital on 17 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 906                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 34-year-old, non-national female from Riyadh city developed symptoms on 1 February and was admitted to hospital on 12 February. The patient has no comorbidities but has history of travelling to Jeddah in the 14 days prior to the onset of symptoms; however, during her travel, she was not exposed to any known risk factors. The patient has no history of exposure to other risk factors in the 14 days prior to the onset of symptoms. Currently, she is in critical condition admitted to ICU
## 907                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            38-year-old, non-national, male health worker from Dammam city developed symptoms on 14 February. The patient has no comorbidities. He is a healthcare contact of three laboratory-confirmed MERS–CoV cases (cases n. 24, 25, 26 – see below). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition and isolated at home.
## 908                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              60-year-old, non-national male from Riyadh city developed symptoms on 9 February and was admitted to hospital on 11 February. The patient had no comorbidities and no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 18 February
## 909                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          65-year-old male from Taima city developed symptoms on 11 February and was admitted to hospital on 14 February. The patient had comorbidities and history of contact with camels and consuming their raw milk in the 14 days prior to the onset of symptoms. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 18 February.
## 910                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Seems likely given proximity of Ar Rass to Buraydah but age also out by 1. 75-year-old male from Buridah city developed symptoms on 11 February, while admitted to hospital since 19 January due to an unrelated medical condition. The patient was treated in the same unit where a laboratory-confirmed MERS-CoV case (case n. 21 – see below) was treated. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 15 February. 
## 911                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     37-year-old male from Riyadh city developed symptoms on 10 February and was admitted to hospital on 15 February. The patient is a smoker but has no comorbidities and no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 912                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            41-year-old male from Jubail city developed symptoms on 14 February and was admitted to hospital on 15 February. The patient has no comorbidities but has history of contact with camels and consumption of raw milk in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 913                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      added as death#1 on 17/2/15 is o/w irreconcilable - but doesn't match with picture which makes it look like death should be in Al Qassim & no confirmation by WHO
## 914                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            58-year-old male from Khober city developed symptoms on 16 February, while admitted to hospital since 27 December due to an unrelated medical condition. The patient was treated in the same unit and at the same time as three laboratory-confirmed MERS-CoV cases (cases n. 24, 25, 41 – see below). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU and is currently in critical condition. Died 20/2/15
## 915                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      83-year-old male from Riyadh city developed symptoms on 13 February and was admitted to hospital on 14 February. The patient had comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He passed away on 19 February.
## 916                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       added as death#3 on 18/2/15 didn't match with #911 (which was supposed to be Expat). Later seems likely that this death report did refer to #911
## 917                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 918                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           84-year-old male from Khober city developed symptoms on 16 February while admitted to hospital since 25 January due to unrelated medical conditions. The patient was treated in the same unit and attended by the same health worker as three laboratory-confirmed MERS-CoV cases (cases n. 24, 25, 41 – see below). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU and is currently in critical condition.
## 919                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           58-year-old female from Buridah city developed symptoms on 16 February while admitted to hospital since 29 December due to an unrelated medical condition. The patient was treated in the same ward and by the same health worker as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 21). She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 21 February.
## 920                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 38-year-old, non-national male from Abu Dhabi developed symptoms on 29 December. As symptoms worsened, the patient presented to the emergency room of a hospital on 29 January and was admitted to the hospital on the same day. Investigation of history of contact with camels is ongoing. He had no comorbidities and no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was in critical condition, intubated in ICU and passed away on 6 February.
## 921                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 55-year-old, non-national male from Al-Shahaniya City developed symptoms on 28 January and visited a primary health care center as symptoms worsened on 31 January. Following laboratory confirmation of MERS-CoV infection, the patient was admitted to hospital on 1 February. He has no comorbidities but has frequent contact with camels and goats. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in an isolation room with negative pressure.
## 922                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 31-year-old female, who worked as a healthcare professional in Riyadh, Saudi Arabia, developed symptoms on 26 January, while still working at the hospital. The patient, was managed as a case of hypersensitivity reaction. On 1 February, she flew with a family member to Manila, Philippines, where they stayed at their home. On 2 February, the patient sought medical care at a local private hospital, where she was admitted. The patient was diagnosed with acute bronchitis. Following laboratory confirmation of MERS-CoV infection, on 10 February, the patient was transferred to the Research Institute for Tropical Medicine (RITM), where she remains in isolation room. Currently, the patient is afebrile and remains stable.
## 923                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 62-year-old male from Riyadh city was detected through contact tracing of a MERS-CoV case that was reported in a previous DON on 3 February (Case n. 9). The patient is currently asymptomatic but laboratory tests confirmed MERS-CoV infection. He has no comorbidities and no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is home isolated and being closely monitored.
## 924                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     58-year-old, non-national male from Dammam city developed symptoms on 18 February and was admitted to hospital on 20 February. The patient has no comorbidities and no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 925                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     62-year-old, non-national, female health worker from Riyadh city developed symptoms on 16 February and was admitted to hospital on 18 February. The patient has comorbidities. She treated a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 10). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition admitted to a negative pressure isolation room on a ward.
## 926                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      50-year-old, non-national, male health worker from Riyadh city developed symptoms on 13 February and was admitted to hospital on 20 February. The patient is a smoker but has no comorbidities. He treated a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 10). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition admitted to a negative pressure isolation room on a ward.
## 927                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   65-year-old, non-national female from Jeddah city developed symptoms on 17 February and was admitted to hospital on 22 February. The patient has comorbidities. She has no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU. Later WHO report notes death.
## 928                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    45-year-old, non-national male from Najran city developed symptoms on 13 February and was admitted to hospital on 20 February. The patient has no comorbidities. He is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 17). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 929                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           75-year-old male from Riyadh city developed symptoms on 12 February and was admitted to hospital on 22 February. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 930                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                83-year-old male from Alrass city developed symptoms on 16 February and was admitted to hospital on 17 February but he discharged himself against medical advice on the same day. He travelled to Riyadh to seek another medical advice on 21 February and was admitted to hospital on the same day. He has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 931                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           80-year-old male from Riyadh city developed symptoms on 21 February while admitted to hospital since 14 August 2014 due to unrelated medical conditions. The patient was admitted to the same hospital as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 2); however, he had no direct contact with that case. The patient was frequently visited by relatives and friends. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU. Later WHO report notes death.
## 932                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      24-year-old female from Riyadh city developed symptoms on 19 February while admitted to hospital since 31 January due to unrelated medical conditions. The patient was admitted to the same hospital as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 4); however, she was not treated by the same health workers and there is no epidemiological link with that case. The patient was frequently visited by relatives and friends. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 933                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 934                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               56-year-old male from Afif city developed symptoms on 22 February while admitted to hospital since 2 February due to unrelated medical conditions. On 17 February, the patient was admitted in the same ICU as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 36); however, he was not treated by the same health workers. The patient was frequently visited by relatives and friends. Currently, he is in critical condition in ICU.
## 935                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   no further information in initial report: I think it must be the death reported at #947 in this list
## 936                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      v little info in initial report. 91-year-old female from Riyadh city developed symptoms on 24 February while admitted to hospital since 12 February due to unrelated medical conditions. The patient had other comorbidities. She was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases; however, the patient has no epidemiological links with the cases. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 2 March.
## 937                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Almost no information in initial report. 46-year-old male from Khober city was admitted to hospital on 9 February for unrelated medical conditions. The patient was discharged from the hospital on 14 February. He developed symptoms on 17 February and was readmitted to the same hospital on the same day. The patient was treated in the same ward and by the same health workers as three laboratory-confirmed MERS-CoV cases that were reported in a previous DON on 23 February (cases n. 24, 25, 41). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU. 
## 938                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         84-year-old male from Al-Oyuon city developed symptoms on 21 February and was admitted to hospital on 22 February. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 939                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               51-year-old male from Al-Quway'iyah city developed symptoms on 2 February and was admitted to hospital on 18 February. The patient has comorbidities. He has no history of contact with camels; however, he has history of consumption of raw camel milk in the 14 days prior to the onset of symptoms. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 940                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                56-year-old, non-national male from Riyadh city developed symptoms on 25 February and was admitted to hospital on the same day. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 941                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          40-year-old, non-national, male health worker from Riyadh city developed symptoms on 20 February and was admitted to hospital on 24 February. The patient has no comorbidities. He works in a hospital that treated laboratory-confirmed MERS-CoV cases but he has no history of contact with these cases. He has no history of exposure to any of the other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 942                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              45-year-old, non-national male from Buridah city developed symptoms on 22 February and was admitted to hospital on 26 February. The patient had comorbidities. He had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 2 March.
## 943                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 80-year-old male from Riyadh city developed symptoms on 22 February and was admitted to hospital on 23 February. He visited the same hospital for an unrelated medical condition over 14 days prior to the onset of symptoms. Other laboratory-confirmed MERS-CoV cases have been treated at this hospital. He had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 2 March.
## 944                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       40-year-old female from Aljouf city developed symptoms on 21 February and was admitted to hospital on the same day. The patient had comorbidities. On 17 February, she received care for an unrelated medical condition in a hospital that treated other laboratory-confirmed MERS-CoV cases; however, the patient had no contact with these cases. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 28 February. FT thinks this is 926 on their list; I think this is a separate patient (this isn't a HCW for example & dates don't match)
## 945                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         46-year-old, non-national, female health worker from Riyadh city developed symptoms on 22 February and was admitted to hospital on 27 February. The patient has no comorbidities. She has a history of providing care assistance to a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 6 March (case n. 3). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU.
## 946                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    61-year-old male from Riyadh city developed symptoms on 21 February and was admitted to hospital on 26 February. The patient has comorbidities. He is a household contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 37). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU.
## 947                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     34-year-old, non-national male from Buridah city developed symptoms on 18 February and was admitted to hospital on 25 February. The patient has no comorbidities. He works in a hospital that treated laboratory-confirmed MERS-CoV cases. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 948                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         74-year-old male from Riyadh city developed symptoms on 20 February and was admitted to hospital on 27 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU.
## 949                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 64-year-old, non-national female from Riyadh city developed symptoms on 22 February and was admitted to hospital on 28 February. The patient has comorbidities. She has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 950                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             60-year-old male from Riyadh city developed symptoms on 23 February and was admitted to hospital on 24 February. The patient had comorbidities. He had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 2 March.
## 951                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 51-year-old, non-national, female health worker from Riyadh city developed symptoms on 21 February. The patient has comorbidities. She works in a hospital that treated a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 2). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition isolated at home.
## 952                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 57-year-old, non-national male from Riyadh city developed symptoms on 24 February and was admitted to hospital on 28 February. The patient has no comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 953                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             61-year-old, non-national female from Riyadh city developed symptoms on 21 February and was admitted to hospital on 1 March. The patient has comorbidities. She has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition in ICU.
## 954                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   63-year-old male from Riyadh city developed symptoms on 25 February and was admitted to hospital on 28 February. On 14 January, the patient underwent a surgical procedure for an unrelated medical condition. He has no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU.
## 955                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 53-year-old, non-national male from Riyadh city developed symptoms on 25 February while admitted to hospital since 16 February due to an unrelated medical condition. The patient was admitted to the same hospital and treated by the same health workers as two laboratory-confirmed MERS-CoV cases (cases n. 5, 16 – see below); however, he had no direct contact with the cases. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 956                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     reported death apparently not present in dataset; accidentally left from previous days KSA report?
## 957                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              70-year-old female from Riyadh city developed symptoms on 24 February and was admitted to hospital on 25 February. The patient had comorbidities. She had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 4 March.
## 958                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Expat: reported recovery o/w not in dataset
## 959                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        69-year-old female from Riyadh city developed symptoms on 3 March while admitted to hospital since 20 February due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases during the 14 days prior to the onset of symptoms; investigation of epidemiological links with these cases and with shared health workers is ongoing. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 960                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Expat: reported recovery o/w not in dataset
## 961                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           30-year-old, non-national male from Onizah city developed symptoms on 2 March and was admitted to hospital on the same day. The patient had no comorbid conditions. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 8 March.
## 962                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  44-year-old, non-national male from Shaqra city developed symptoms on 23 February and was admitted to hospital on 25 February. The patient has no comorbidities. He has a history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 963                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 KSA report gives age as 73; but order of WHO reporting, o/w absence of no.11 from Who report of 20/3/15, & similarities between the two (eg exact fatality date, although note KSA gives preliminary statement of no comorbidities) implies this patient is actually 53 y/o. WHO: 53-year-old male from Riyadh city developed symptoms on 3 March while admitted to hospital since 13 July 2014 due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases during the 14 days prior to the onset of symptoms; however, he had no direct contact with these cases. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 5 March. 
## 964                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Expat: reported recovery o/w not in dataset
## 965                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       59-year-old female from Khurmah city developed symptoms on 23 February and was admitted to hospital in Jeddah on 28 February. The patient has comorbidities. She has no history of direct contact with camels; however, her household contacts have history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in critical condition in ICU.
## 966                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       48-year-old, non-national, female health worker from Riyadh city developed symptoms on 3 March and was admitted to hospital on 5 March. The patient has no comorbidities. She works in a hospital where laboratory-confirmed MERS-CoV cases were treated during the 14 days prior to the onset of symptoms; investigation of epidemiological links with these cases is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 967                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             KSA report gives age as 59; but order of WHO reporting, o/w absence of no.8 from Who report of 20/3/15, & strong similarities between the two (eg community acquired) strongly implies this patient is actually 56 y/o. If true, then this is also the previously unexplaiend recovery from 27/3/15 previously listed as #1004 in this list. WHO: 56-year-old male from Riyadh city developed symptoms on 4 March and was admitted to hospital on 5 March. The patient has comorbidities. He is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 11). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 968                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                57-year-old male from Hafouf city developed symptoms on 4 March and was admitted to hospital on 6 March. The patient has no comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 969                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    61-year-old male from Riyadh city developed symptoms on 27 February and was admitted to hospital on 5 March. The patient had comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 9 March
## 970                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            48-year-old female from Riyadh city developed symptoms on 7 March and was admitted to hospital on the same day. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 971                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      37-year-old, non-national, male health worker from Riyadh city developed symptoms on 7 March and was admitted to hospital on 8 March. The patient has comorbidities. He works in a hospital where laboratory-confirmed MERS-CoV cases were treated during the 14 days prior to the onset of symptoms; investigation of epidemiological links with these cases is ongoing. Currently, the patient is in critical condition in ICU.
## 972                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         48-year-old female from Riyadh city developed symptoms on 4 March while admitted to hospital since 19 January due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases during the 14 days prior to the onset of symptoms; investigation of epidemiological links with these cases and with shared health workers is ongoing. Currently, the patient is in critical condition in ICU. 
## 973                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      61-year-old male from Riyadh city developed symptoms on 7 March while admitted to hospital since 22 February due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases; investigation of epidemiological links with these cases and with shared health workers is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 974                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        72-year-old female from Buridah city developed symptoms on 23 February and was admitted to hospital on 2 March. She had comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 9 March.
## 975                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           55-year-old, non-national male from Jeddah city developed symptoms on 5 March and was admitted to hospital on 8 March. The patient has no comorbidities and no history of contact with camels; however, he has frequent contacts with sheep and regular consumption of raw sheep products. The patient has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 976                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            59-year-old male from Riyadh city developed symptoms on 7 March and was admitted to hospital on 8 March. The patient had no comorbidities. He was a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 2). He had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 14 March.
## 977                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 62-year-old female from Riyadh city developed symptoms on 3 March while admitted to hospital since 23 November 2014 due to unrelated medical conditions. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases; investigation of epidemiological links with these cases and with shared health workers is ongoing. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 15 March.
## 978                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   45-year-old, non-national, female health worker from Riyadh city developed symptoms on 8 March and was admitted to hospital on 10 March. The patient has no comorbid conditions. She has a history of contact with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 11 March (case n. 14). Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 979                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      31-year-old, non-national male from Riyadh city developed symptoms on 1 March and was admitted to hospital on 10 March. The patient was a smoker and had comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 12 March.
## 980                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 21-year-old non-national male from Riyadh city, Riyadh Region developed symptoms on 8 March and was admitted to hospital on 12 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient is in critical condition in ICU.
## 981                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        47-year-old male from Alfadliah town developed symptoms on 2 March and was admitted to hospital on 12 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 982                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          60-year-old male from Taima city developed symptoms on 7 March and was admitted to hospital on 11 March. The patient has comorbidities and history of frequent contact with camels and consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 983                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  44-year-old, non-national male from AlKhafji city developed symptoms on 4 March and was admitted to hospital on 14 March. The patient has no comorbidities. He has history of frequent contact with camels and consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 984                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          56-year-old male from Riyadh city developed symptoms on 12 March and was admitted to hospital on 14 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 985                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   27-year-old male from Riyadh city developed symptoms on 8 March and was admitted to hospital on 14 March. The patient has a history of frequent visits to the same hospital for an unrelated medical condition; however, he has no history of contact with the laboratory-confirmed MERS-CoV cases that were treated at the hospital. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 986                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     73-year-old male from Riyadh city developed symptoms on 13 March while admitted to hospital since 9 January due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases; investigation of epidemiological links with these cases and with shared health workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 987                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     reported death apparently not present in dataset; could be #939 - double check when info available
## 988                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                60-year-old, non-national male from Jeddah city developed symptoms on 15 March and was admitted to hospital on 19 March. The patient has comorbidities and a history of travelling to Madinah during the 14 days prior to onset of symptoms. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in ICU.
## 989                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               54-year-old, non-national male from Riyadh city developed symptoms on 19 March and was admitted to hospital on 20 March. The patient has comorbidities condition of diabetes mellitus. He is a contact of a laboratory-confirmed MERS-CoV case (case 982 above). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 990                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         50-year-old, non-national male from Najran city developed symptoms on 11 March and was admitted to hospital on 20 March. The patient has no comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 991                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           55-year-old female from Arar city developed symptoms on 6 March and was admitted to hospital on 20 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 992                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       42-year-old, non-national male from Makkah city developed symptoms on 18 March and was admitted to hospital on 23 March. The patient has history of contact with camels and consumption of raw camel milk in Makkah. He also has a history of travelling to Riyadh in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 993                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         20-year-old, non-national male from Jeddah city developed symptoms on 22 March and was admitted to hospital on 23 March. The patient is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 26 March (case n. 3). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 994                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  reported death apparently not present in dataset; but have had previous trouble with 61M e.g. 949/972
## 995                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 48-year-old, non-national male from Riyadh city developed symptoms on 21 March and was admitted to hospital on 23 March. He is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 26 March (case n. 12). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in ICU.
## 996                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  65-year-old, male, German citizen who returned on 8 February to Germany from Abu Dhabi, United Arab Emirates. He developed symptoms on 11 February and was hospitalized in an intensive care unit one week later*. The MERS-CoV infection was laboratory confirmed on two samples; the latest sample was taken on 5 March. Currently, the patient is in a severe but stable condition. The man is believed to have contracted the virus from an infected camel during a visit to a livestock market in the United Arab Emirates in February.\n\nDoctors treated the man for the respiratory virus after he fell ill and later released him from an isolation ward in the belief they had cured him. But according to the Lower Saxony health ministry
## 997                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Reported by WHO but no apparent KSA match. 51-year-old, non-national male from Khober city developed symptoms on 17 February and was admitted to hospital on 24 February. The patient has comorbidities. He is a household contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February [910]. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 998                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            69-year-old male from Al Shahaniya city developed symptoms on 27 February. He sought medical advice at a primary health care center on 3 March and was referred to the emergency department of a hospital on the same day. The patient received symptomatic treatment and was discharged on the same day. As his symptoms worsened, he was admitted to the emergency department of the same hospital on 6 March. The patient has comorbidities. He has history of frequent contact with camels and regular consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU. 
## 999                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  65-year-old male from Dholem city developed symptoms on 21 March and was admitted to hospital on 24 March. The patient has comorbidities. He has history of contact with camels and sheep, and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 1000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            30-year-old male from Riyadh city developed symptoms on 2 March and was admitted to hospital on 9 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is on home isolation after being discharged from hospital on 25 March.
## 1001                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  KSA reported recovery initially apparently not in existing database. Later assigned to 970. If logic detailed there later proved false, this will need to be readded
## 1002                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         54-year-old male from a small village near Hofuf city developed symptoms on 20 March and was admitted to hospital on 27 March. The patient had comorbidities. He had history of frequent contact with camels and consumption of raw camel milk. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 28 March.
## 1003                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  39-year-old male from Alkhafji city developed symptoms on 23 March and was admitted to hospital on 26 March. The patient has no comorbidities. He has history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU.
## 1004                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       80-year-old male from Taima city, Tabuk Region developed symptoms on 9 March and was admitted to hospital on 12 March. The patient had comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 27 March.
## 1005                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       63-year-old, non-national, male health worker from Jeddah city. He developed symptoms on 26 March and was admitted to hospital on 29 March. The patient has comorbidities. He provided care to a laboratory-confirmed MERS-CoV case (case 996 – above). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 1006                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                60-year-old male from Jeddah city developed symptoms on 14 March and was admitted to hospital on 28 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 1007                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         65-year-old, non-national female from Riyadh city developed symptoms on 28 March and was admitted to hospital on 30 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1008                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            51-year-old, non-national, male health worker from Jeddah city developed symptoms on 28 March and was admitted to hospital on 29 March. The patient has comorbidities. He has history of contact with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 9 April (case 1008 above). The patient did not provide care to any of the MERS-CoV cases that were admitted to the hospital where he works in during the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1009                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Reported recovery apparently not in existing database
## 1010                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         66-year-old, non-national male from Makkah city developed symptoms on 27 March and was admitted to hospital on 3 April. The patient visited a private health centre for an unrelated medical condition on 1 April. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1011                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             KSA gives M in new cases & F in deaths. 65-year-old female from Riyadh city developed symptoms on 3 April and was admitted to hospital on the same day. The patient, who had comorbidities, passed away on 5 April. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. 
## 1012                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             82-year-old male from Hail city developed symptoms on 26 March and was admitted to hospital on 2 April. Since the patient did not show signs of improvement, he was transferred to a hospital in Riyadh city on 4 April. The patient, who had comorbidities, passed away on 12 April. Investigation of contacts in the 14 days prior to the onset of symptoms is ongoing.
## 1013                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               93-year-old male from Makkah city developed symptoms on 6 April and was admitted to hospital on 11 April. The patient was referred to another hospital in Makkah region on 13 April. He had comorbidities and a history of frequent contact with camels and consumption of raw camel milk in the 14 days prior to the onset of symptoms. The patient had no history of contact with other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 19 April.
## 1014                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Expat. Added as o/w unexplained recovery BUT identical to recovery reported on 8/4/14 (see #1008), so phantom?
## 1015                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    65-year-old male from Dhebaa city developed symptoms on 9 April and visited a hospital in Dhebaa on 15 April. On the same day, the patient was referred and admitted to another hospital in Tabouk. He has no comorbidities. The patient has a history of frequent contact with camels and sheep as well as consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1016                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    61-year-old male from Hafouf city developed symptoms on 16 April and was admitted to hospital on 18 April. The patient has comorbidities and a history of frequent contact with camels and sheep as well as consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1017                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    49-year-old, non-national male from Riyadh city developed symptoms on 11 April and was admitted to hospital on 18 April. The patient has comorbidities. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1018                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Recovery reported 4/4/15. Initially assigned to #992 but subsequent WHO report says #992 deceased. Thus added as o/w unexplained recovery although available info o/w similar to #992 
## 1019                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Recovery reported 25/3/15. Initially assigned to #986 but subsequent WHO report says #986 deceased. Thus added as o/w unexplained recovery although available info o/w similar to #986 & unlike #1021 above, the timings would also fit either KSA or WHO report of discharge/death being wrong
## 1020                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             35-year-old male from Khamis Mushait city developed symptoms on 27 April and was admitted to hospital on 29 April. The patient has comorbidities. He has no history of direct contact with camels or consumption of raw camel products; however, his house is adjacent to a camel market. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU. Contact tracing of household and healthcare contacts is ongoing for this case.
## 1021                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        41-year-old, non-national male from Huraimla city developed symptoms on 13 April and was admitted to hospital on 23 April. He has comorbidities as well as a history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical in ICU.
## 1022                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    39-year-old male from Hofuf city developed symptoms on 28 April and was admitted to hospital on 3 May. The patient is a smoker and has no comorbidities. He is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 29 April (case n. 2) [1019 in this list]. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 1023                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 48-year-old male from Taif city developed symptoms on 3 May and was admitted to hospital on 8 May. He has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   61-year-old, non-national male from Najran city developed symptoms on 28 April and was admitted to hospital on 1 May. He had comorbidities. The patient had no history of direct contact with camels or consuming raw milk; however, he lived in an area with camels and sheep. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 8 May.
## 1025                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           75-year-old male from Abqaiq city developed symptoms on 30 April and was admitted to hospital on 3 May. He is an ex-smoker and has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure room on a ward.
## 1026                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 30-year-old male national from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has no comorbidities. He has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (case 1025) and on 29 April (case 1019). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1027                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           24-year-old female from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. She has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (1025) and on 29 April (1019). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition in a negative pressure isolation room on a ward.
## 1028                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  59-year-old female from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has comorbidities. She has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (case n. 4) and on 29 April (case n. 2). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition in a negative pressure isolation room on a ward.
## 1029                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               30-year-old female from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has no comorbidities. She has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (case 1025) and on 29 April (case 1019). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition in a negative pressure isolation room on a ward.
## 1030                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      74-year-old male from Taif city developed symptoms on 9 May while admitted to hospital since 28 April due to an unrelated medical condition. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient had comorbidities. He was admitted to the same ward and treated by the same health workers as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 17 May [case 1026]. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 10 May.
## 1031                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              33-year-old [KSA MOH said 38], non-national male from Riyadh city developed symptoms on 1 May and was admitted to hospital on 6 May. A nasopharyngeal swab tested positive for MERS-CoV on 8 May. The patient had no comorbidities [contradicts KSA MOH]. He passed away on 14 May. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1032                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 33-year-old, non-national male from Riyadh city developed symptoms on 1 May and was admitted to hospital on 7 May. A nasopharyngeal swab tested positive for MERS-CoV on 9 May. The patient has no comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1033                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                71-year-old male from Riyadh city developed symptoms on 3 May and was admitted to hospital on 6 May. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1034                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        46-year-old, non-national male from Riyadh city developed symptoms on 25 April and was admitted to hospital on 9 May. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has comorbidities. He has a history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 1035                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             61-year- old male from Kahnooj city developed symptoms on 18 March and was admitted to hospital in Kahnooj city on 26 March. The patient was transferred to another hospital in Kerman city on 28 March. He has no comorbidities. On 13 March, the patient had contact with two individuals with influenza-like illness (ILI) who returned from Umrah on 10 March. He has no history of contact with other known risk factors in the 14 days prior to onset of symptoms. The patient was discharged from hospital on 27 April. Contact tracing of household and healthcare contacts is ongoing for this case. Also, investigation of the two ILI cases is ongoing. The two ILI cases have no history of exposure to any of the known risk factors while performing Umrah.
## 1036                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        36-year-old male from Jeddah city developed symptoms on 10 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 11 May. The patient has no comorbidities. He has a history of contact with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 17 May (case 1026). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1037                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    31-year-old male from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 13 May. The patient is a smoker and has no comorbid conditions. He has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (case 1025) and on 29 April (case 1019). The patient has a history of frequent contact with camels and consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1038                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   66-year-old male from Qunfuthah city developed symptoms on 12 May while admitted to hospital since 3 May due to an unrelated medical condition. A nasopharyngeal swab tested positive for MERS-CoV on 14 May. The patient has a history of frequent contact with camels and sheep as well as consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1039                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    59-year-old, non-national female from Riyadh city developed symptoms on 15 May and was admitted to hospital in Riyadh on 16 May. A nasopharyngeal swab tested positive for MERS-CoV on 17 May. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition isolated at home.
## 1040                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    73-year-old female from Aflaj City developed symptoms on 14 May while admitted to hospital since 2 May due to an unrelated medical condition. The patient had comorbidities. A nasopharyngeal swab tested positive for MERS-CoV on 17 May. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 18 May.
## 1041                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             29-year-old, non-national male from Abu Dhabi tested positive for MERS-CoV on 12 May. The patient works as a truck driver and frequently transports camels from Oman to UAE. He travelled to Ibri city, Oman on 6 May and transported camels to Abu Dhabi on 9 May. As part of the national policy of testing all imported camels for MERS-CoV, on 9 May, laboratory examinations were carried out on the camels that the truck driver was transporting. The animals tested positive for MERS-CoV on 10 May. This triggered an investigation of the truck driver, which started on the same day. Following hospital admission, the patient tested positive for MERS-CoV on 12 May. He was asymptomatic at the time of laboratory testing. The patient has no comorbidities and no history of exposure to other known risk actors in the 14 days prior to detection. Currently, he is asymptomatic in a negative pressure room on a ward. 
## 1042                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   48-year-old male from Hafouf city developed symptoms on 1 May and was admitted to hospital on 10 May. The patient, who has comorbidities, was initially diagnosed with a cardiovascular condition. He was transferred to a cardiac center in Hafouf city on 14 May. On 20 May, a nasopharyngeal swab tested positive for MERS-CoV, which led to the patient being transferred to the MERS-CoV reference hospital in Hafouf on the same day. He was admitted to the same ward and treated by the same health workers as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 24 May (case 1029). The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, he is in critical condition in ICU.
## 1043                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             77-year-old female from Hafouf city developed symptoms on 17 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 22 May. The patient has comorbidities. She was admitted to the same hospital as a laboratory-confirmed MERS-CoV case (case 1045). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 1044                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                68-year-old female from Hofuf city was admitted to a cardiac centre on 13 May complaining of chest pain and fever. On 20 May, while hospitalized, the patient developed shortness of breath. She tested positive for MERS-CoV on 23 May and passed away on 25 May. The patient had comorbidities. Her family owns sheep and camels. An investigation of history of exposure to these animals and to other known risk factors in the 14 days prior to onset of symptoms is ongoing. KSA MOH said he had been in contact with suspected cases but WHO offered no further details so placed in putative new cluster. Certainly later in contact with 1066
## 1045                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  71-year-old, non-national male from Hofuf city developed symptoms on 21 May while admitted to hospital since 10 May due to an unrelated medical condition. The patient tested positive for MERS-CoV on 24 May. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. KSA MOH said he had been in contact with suspected cases but WHO offered no further details so placed in putative new cluster
## 1046                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          65-year-old male from Taif city developed symptoms on 20 May and was admitted to a hospital in Taif on the same day. The patient, who has comorbidities, tested positive for MERS-CoV on 25 May. He has a history of contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 30 May 2015.
## 1047                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            29-year-old, non-national male from Doha developed symptoms on 15 May and sought medical advice at a primary health care center on 19 May, whereupon he was treated symptomatically and sent home with home isolation instructions. Nasopharyngeal and oropharyngeal swabs tested positive for MERS-CoV on 20 May, whereupon the patient was admitted to hospital. He has no comorbidities. The patient has a history of frequent contact with camels but no consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Contact tracing of household contacts and healthcare contacts is ongoing for the case.
## 1048                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        68 year-old male with the following travel history: 18-29 April, Bahrain; 29-30 April, United Arab Emirates; 30 April to 1 May, Bahrain; 1-2 May, the Kingdom of Saudi Arabia; 2 May, Bahrain; and 2-3 May, Qatar. He arrived at Incheon International airport via Qatar on 4 May. The patient was asymptomatic on arrival. He developed symptoms on 11 May and sought medical care at a local clinic from 12 to 15 May [Asan Seoul Clinic?]. The patient was then admitted to hospital on 15 May and discharged on 17 May [St. Mary's Pyeongtaek]. On the day of discharge, he went to another clinic [Seoul Open Clinic]. Between 17 and 20 May, the patient visited another hospital [?Samsung Medical Centre, Seoul; is it a coincidence that #1075 (perhaps) also ended up there?]. He tested positive for MERS-CoV on 20 May and was transferred to the nationally designated treatment facility for isolation. Currently, the patient is in stable condition. He has no history of exposure to known risk factors. Investigation of the source of infection is ongoing.
## 1049                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   76 year-old male who shared a hospital room with the first case on 16 May[St. Mary's, Pyeongtaek]. He developed symptoms on 20 May and was transferred to the nationally designated medical centre. The patient tested positive for MERS-CoV on the same day. Currently, he is in stable condition.
## 1050                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            64 [NB 63 in who spreadsheet]year-old female who is the wife of the first case [1051]. She has no comorbidities. The patient did not travel abroad. She took care of her husband during his hospitalization from 15 May [St. Mary's]. The patient developed symptoms on 18 May and was transferred to the nationally designated medical centre. She tested positive for MERS-CoV on 20 May. Currently, the patient is in stable condition.
## 1051                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  33-year-old, non-national male from Al Ain. He has a history of contact with MERS-CoV infected camels imported from Oman (see case 1044). A sputum sample tested positive for MERS-CoV on 17 May, whereupon the patient was admitted to hospital. He was asymptomatic at the time of laboratory testing. He has no comorbidities and no history of exposure to other known risk factors in the 14 days prior to detection. Currently, the case is still asymptomatic and in stable condition in a negative pressure room on a ward. 
## 1052                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                46 year-old female who is the daughter of the [1052]. The patient took care of her father during his hospitalization from 16 to 20 May [St. Mary's]. During this period, she shared the same room with the first case. The patient had been under monitoring since 21 May and developed symptoms on 25 May. She was transferred to the nationally designated medical centre and tested positive for MERS-CoV on 25 May. Currently, the patient is in stable condition.
## 1053                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        50 year-old, male health professional who treated[1051] on 17 May [Seoul Open Clinic]. The patient had been self-isolated and under monitoring since 22 May. He developed symptoms on 25 May and was transferred to the nationally designated medical centre. He tested positive for MERS-CoV on 26 May. Currently, he is in stable condition.
## 1054                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              26-year-old, non-national, female health worker from Hofuf city developed symptoms on 26 May and was admitted to hospital on 27 May. The patient, who has no comorbidities, tested positive for MERS-CoV on 28 May. Between 22 and 23 May, she provided care to a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 25 May (case n. 2). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition in a negative pressure isolation room on a ward.
## 1055                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              71 year-old male who shared the same ward with [1051] during his hospitalization from 15 to 17 May [St. Mary's]. The patient, who has comorbidities, developed symptoms on 24 May and visited an emergency department [Asan Medical Centre, Seoul; Yeouido St. Mary's, Seoul]. He tested positive for MERS-CoV on 28 May
## 1056                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         28 year-old, female health professional who was involved in the first case’s [1051] care between 16 and 17 May [St. Mary's]. Her self-isolation started from 21 May and she developed symptoms. As symptoms worsened, the patient was transferred to the nationally designated medical centre on 27 May. She tested positive for MERS-CoV on 28 May. The patient, who has no comorbidities, is currently in stable condition.
## 1057                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      46 year-old female health professional who treated the first case [1051] on 15 May [St. Mary's]. The patient, who has no comorbidities, developed symptoms and was transferred to the nationally designated medical centre on 26 May. She tested positive for MERS-CoV on 29 May. Currently, the patient is in stable condition.
## 1058                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   56 year-old male who shared the same ward with the first case [1051] during his hospitalization from 15 to 17 May [St. Mary's]. The patient had been hospitalized since 9 May for an unrelated medical condition [pneumonia; WHO says NA comorbidities]. He tested positive for MERS-CoV on 29 May.
## 1059                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            79 year-old female who shared the same ward with the first case [1051] during his hospitalization from 15 to 17 May [St. Mary's]. The patient, who has comorbidities, developed symptoms on 20 May and was isolated on 28 May. She tested positive for MERS-CoV on 29 May.
## 1060                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            49 year-old female who shared the same ward with the first case [1051] during his hospitalization from 15 to 17 May [St. Mary's]. The patient, who has comorbidities, developed symptoms on 21 May and was isolated on 28 May. She tested positive for MERS-CoV on 29 May.
## 1061                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   44 year-old male from the Republic of Korea. The patient is the son of [1052] and the younger brother of [1055] that were reported in a previous DON on 30 May. He developed symptoms on 21 May. The patient flew to China, Hong Kong Special Administrative Region on 26 May and subsequently travelled to Huizhou through point of entry in Shenzhen City, Guangdong Province. The local health authority found him on 27 May and immediately transferred him to a designated hospital for isolation. He tested positive for MERS-CoV on 29 May. 
## 1062                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       49-year-old male who is the husband of [1063] that was reported in a previous DON on 30 May. The patient took care of his wife during her hospitalization from 15 to 17 May [St. Mary's]. During this period, he shared the same ward with the first case. The patient developed symptoms on 21 May and was admitted to hospital [??]. As symptoms persisted, he was later transferred to the nationally designated medical centre. The patient tested positive for MERS-CoV on 29 May. Contact tracing of household contacts and healthcare contacts is ongoing for the case. 
## 1063                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 27-year-old, non-national female from Hofuf city developed symptoms on 22 May while admitted to hospital since 18 May due to an unrelated medical condition. The patient, who has no comorbidities, tested positive for MERS-CoV on 28 May. She was admitted to the same room as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 1 June (case n. 2). Investigation of whether they were attended by the same health workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in critical condition in ICU.
## 1064                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      70-year-old male from Hofuf city developed symptoms on 27 May while admitted to hospital since 20 May due to unrelated medical conditions. The patient, who had comorbidities, tested positive for MERS-CoV on 28 May. Between 18 and 20 May, he was admitted to the same ward as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 25 May (case 1045). Investigation of whether they were attended by the same health workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 30 May.
## 1065                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      74-year-old male from Taif city developed symptoms on 27 May while admitted to hospital since 17 May due to an unrelated medical condition. The patient, who has comorbidities, tested positive for MERS-CoV on 28 May. Between 21 and 23 May, he was admitted to the same ward and attended by the same health workers as a laboratory-confirmed MERS-CoV case (case 1049 – see above). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 1066                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            57-year-old female from Hofuf city developed symptoms on 24 May while admitted to hospital since 20 May due to an unrelated medical condition. The patient, who had comorbidities, tested positive for MERS-CoV on 28 May. She passed away on 31 May. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1067                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       48-year-old male from Hofuf city developed symptoms on 23 May while admitted to hospital since 4 May due to an unrelated medical condition. The patient, who has no comorbidities [contradicted by subsequent KSA notification of recovery], tested positive for MERS-CoV on 28 May. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1068                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               50-year-old female from Hofuf city developed symptoms on 28 May while admitted to hospital since 8 May due to unrelated medical conditions. The patient, who had comorbidities, tested positive for MERS-CoV on 29 May. She passed away on 29 May. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1069                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          43-year-old male from Hofuf city developed symptoms on 27 May while admitted to hospital since 21 May due to an unrelated medical condition. The patient, who has comorbidities, tested positive for MERS-CoV on 28 May. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1070                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Added as o/w unexplained recovery
## 1071                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                73-year-old male from Doha city developed symptoms on 10 May and sought medical care at a hospital, whereupon he was treated symptomatically and sent home on the same day. On May 12, as symptoms worsened, the patient was admitted to the same hospital. On 21 May, he tested positive for MERS-CoV. The patient has comorbidities. He has no history of direct contact with camels; however, his family owns a camel barn and family members have a history of contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, the patient is in critical condition in ICU. Contact tracing of household contacts and healthcare contacts is ongoing for the case.
## 1072                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 35-year-old male who developed symptoms of cough, sputum and fever on 6 May and was admitted to hospital [St. Mary's] on 13 May. The patient has been on Tuberculosis medication since his son was diagnosed with the bacterial disease in April. Between 15 and 17, he shared the same ward with the first case [1051] during his hospitalization from 15 to 17 May [St. Mary's]. On 20 May, after his discharge, the patient visited two different hospitals [?? & ??Good Morning hospital] due to fever and was put on antibiotics. As symptoms persisted despite antibiotic therapy, he was admitted to a hospital [Samsung Medical Centre, Seoul] again on 27 May and confirmed positive for MERS-CoV on 29 May.
## 1073                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        35 year-old male whose mother shared the same ward with the first case [1051]. From 15 to 21 May, the patient visited his mother every day at the hospital [St. Mary's ?]. He developed symptoms and visited an emergency room [??] on 24 May. The patient was admitted to hospital [?? Hallym University Dongtan Scared Heart, Hwaesong] between 25 and 27 May and confirmed positive for MERS-CoV on 30 May.
## 1074                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           54-year-old male from Hofuf city developed symptoms on 27 May. The patient was admitted to hospital for an unrelated medical condition on May 16. He was referred to another hospital on May 19. The patient, who had comorbidities, tested positive for MERS-CoV on 30 May. He passed away on 2 June. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1075                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             50-year-old, male health professional from Hofuf city developed symptoms on 19 May and was admitted to hospital on 25 May. The patient, who has no comorbidities, tested positive for MERS-CoV on 29 May. He has a history of contact with sheep and poultry in the 14 days prior to the onset of symptoms. The patient has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward. See #1237; if later reported dead then need to delete 1237.
## 1076                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           75-year-old male from Al Dahir village developed symptoms on 11 May and was admitted to hospital on 19 May. He was treated symptomatically and discharged on 20 May. As symptoms worsened, on 25 May, the patient was admitted to the same hospital. He tested positive for MERS-CoV on 29 May. The patient has no comorbidities but he is a heavy smoker. The patient owns a barn with camels and young calves, and has frequent contact with them. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Contact tracing of household and healthcare contacts is ongoing for the case. Investigation of camels in the barn of the case is also ongoing.
## 1077                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           57-year-old female was hospitalized in the same ward with the first case from 15 to 17 May[St. Mary's]. The patient, who had comorbidities, was admitted to ICU. She passed away on 1 June.
## 1078                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              40-year-old male developed symptoms on 20 May. The patient was admitted to the same hospital as the first case from 15 to 17 May [St. Mary's]. He was admitted to another hospital between 25 and 27 May [E - Seogu,Daejon]. From 28 to 30 May, the patient was admitted to a third hospital [F - Konyang University Hospital, Daejon]. As symptoms worsened, on 30 May, he was transferred to a nationally designated medical centre for treatment. The patient tested positive for MERS-CoV on 31 May.
## 1079                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               45-year-old male developed symptoms on 22 May and was admitted to hospital [??] on the same day. Between 15 and 16 May, the patient visited his father while he was admitted to the same ward as the first case [St. Mary's]. The patient tested positive for MERS-CoV on 31 May. Currently, he is in stable condition.
## 1080                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          77-year-old female developed symptoms on 20 May. The patient was admitted to the same ward as the first case from 4 to 16 May [St. Mary's]. She visited a hospital [??] on 30 May and tested positive for MERS-CoV on 31 May. Currently, the patient is in stable condition.
## 1081                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               60-year-old male developed symptoms on 28 May. From 16 to 17 May, the patient cared for a family member who was admitted to the same hospital as the first case [St. Mary's]. He tested positive for MERS-CoV on 31 May. Currently, the patient is in stable condition.
## 1082                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    40-year-old male developed symptoms on 23 May. The patient was admitted to the same ward as the first case from 15 to 17 May [St. Mary's]. He was transferred to a nationally designated medical centre. The patient tested positive for MERS-CoV on 31 May. Currently, he is in stable condition.
## 1083                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  59-year-old female developed symptoms on 23 May, which disappeared on 29 May. As symptoms returned, the patient was admitted to a nationally designated medical centre. She tested positive for MERS-CoV on 31 May. The patient cared for her husband who was admitted to the same hospital as the first case from 15 to 17 May [St. Mary's]. Currently, she is in stable condition.
## 1084                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    39-year-old female developed fever on 27 May. The patient cared for her son who was admitted to the same hospital as the first case from 15 to 17 May [St. Mary's]. She was later admitted to the nationally designated medical center. The patient tested positive for MERS-CoV on 31 May. Currently, she is in stable condition.
## 1085                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             73-year-old male developed symptoms on 31 May while admitted to hospital for unrelated medical conditions since 27 May. The patient, who has comorbidities, shared the room with a MERS-CoV laboratory-confirmed case (case #1081) between 28 and 30 May [3rd hospital #1081 visited: F-  Konyang University Hospital, Daejeon]. Once he tested positive for MERS-CoV on 1 June, the patient was transferred to the nationally designated medical centre.
## 1086                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              78-year-old male developed symptoms on 31 May while admitted to hospital for unrelated medical conditions. The patient, who has comorbidities, shared the room with a MERS-CoV laboratory-confirmed case (case 1081 – see above) between 28 and 30 May [3rd hospital #1081 visited: F - Konyang University hospital, Daejeon]. He tested positive for MERS-CoV on 1 June. Currently, the patient is in stable condition.
## 1087                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             43-year-old male developed symptoms on 21 May and was admitted to hospital on 28 May. Between 13 and 18 May, the patient visited his son while he was admitted to the same ward as the first case [St. Mary's]. The patient tested positive for MERS-CoV on 2 June. Currently, he is in stable condition.
## 1088                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          55-year-old male developed symptoms on 1 June. The patient, who has comorbidities, was admitted to the same ward as the first case from 4 to 28 May [St. Mary's?]. He tested positive for MERS-CoV on 2 June. Currently, the patient is in stable condition.
## 1089                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       58-year-old male developed symptoms on 29 May. From 15 to 17 May, He visited his wife while she was admitted to the same room as the first case [St. Mary's]. The patient, who has comorbidities, tested positive for MERS-CoV on 2 June. Currently, he is in stable condition.
## 1090                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         77-year-old female tested positive for MERS-CoV on 2 June. The patient was admitted to hospital on 25 April due to an unrelated medical condition. She shared the same ward as the first case from 15 to 17 May [St. Mary's].
## 1091                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                60-year-old male developed symptoms on 30 May while admitted to hospital for an unrelated medical condition since 22 May. The patient shared the same room as a MERS-CoV laboratory-confirmed case (case #1081 – see above) from 25 to 27 May [2nd hospital #1081 visited; ?Seogu, Daejon]. He tested positive for MERS-CoV on 2 June.
## 1092                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1093                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1094                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1095                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          64-year-old male from Hofuf city developed symptoms on 20 May and was admitted to hospital on 1 June. The patient, who has comorbidities, tested positive for MERS-CoV on 3 June. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. NB reported recovered on 9/6/15 by KSA MOH but WHO reported death between 13-17/6/15 on 23/6/15. Discharge date likely too early for misclassification => died after discharge?
## 1096                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             45-year-old male from Hofuf city developed symptoms on 26 May and was admitted to hospital on 29 May. The patient, who has comorbidities, tested positive for MERS-CoV on 31 May. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1097                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       50-year-old, non-national, male health professional from Hofuf city developed symptoms on 22 May. The patient, who has no comorbidities, tested positive for MERS-CoV on 1 June. Between 14 and 19 May, he provided care to a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 25 May (case n. 2 - #1045 here). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is asymptomatic and isolated at home. 
## 1098                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                58-year-old female from Hofuf city developed symptoms on 1 June. On the same day, she was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 4 June. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1099                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          41-year-old male from Hofuf city developed symptoms on 1 June and was admitted to hospital on the same day. He works as a security guard at a health care facility that has been experiencing a MERS-CoV outbreak in Hofuf city. The patient, who has comorbidities, tested positive for MERS-CoV on 4 June. He has a history of contact with a laboratory-confirmed MERS-CoV patient that was reported in a previous DON on 4 June (case n. 7; #1066 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 1100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          29-year-old, male health professional from Hofuf city developed symptoms on 2 June. On 3 June, he was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 4 June. Between 10 and 23 May, he provided care to a laboratory-confirmed MERS-CoV patient that was reported in a previous DON on 1 June (case n. 1; #1048 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 55-year-old, non-national male from Asfan town developed symptoms on 31 May. On 3 June, he was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 4 June. He has a history of frequent contact with camels and sheep as well as consumption of their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 1102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  58-year-old non-national, male from Riyadh city developed symptoms on 30 May and was admitted to hospital on 4 June. The patient, who has comorbidities, tested positive for MERS-CoV on 5 June. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  69-year-old male developed symptoms on 1 June while admitted to hospital for an unrelated medical condition since 28 May. The patient shared the room with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 4 June (case #1081 => 3rd hospital #1081 visited). He tested positive for MERS-CoV on 3 June.
## 1104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          54-year-old man developed symptoms on 29 May [WHO table says 23 May]. After receiving medical care [where??], he did not experience further symptoms. On 15, 22 and 29 May, the patient visited his mother who is a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 30 May (case #1062; => St. Mary's). He tested positive for MERS-CoV on 3 June.
## 1105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         47-year-old male developed symptoms on 21 May. He sought medical care at different health facilities [??where] before being admitted to hospital [??] on 1 June. The patient is a friend of a laboratory-confirmed MERS-CoV case (case 1107). He visited his friend's mother [1062] on 15 May[St. Mary's] (NB first day she was sharing a ward with case 1051). The patient, who has no comorbidities, tested positive for MERS-CoV on 3 June
## 1106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                25-year-old, female health worker developed symptoms on 20 May. The patient provided care to the first case from 15 to 17 May [St. Mary's]. She tested positive for MERS-CoV on 3 June. Currently, the patient is in stable condition.
## 1107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            38-year-old male, doctor developed symptoms on 31 May. On 27 May, the patient was exposed to a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 1 June (case #1075; 4th hospital #1075 visited; ?SMC). He tested positive for MERS-CoV on 2 June.
## 1108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           82-year-old male tested positive for MERS-CoV on 4 June. The patient, who suffered from chronic productive cough, developed low-grade fever and dyspnoea on 6 May. As symptoms worsened, on 9 May, he was admitted to hospital. From 28 to 30 May, the patient was admitted to the same ward as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 4 June (case #1081; 3rd hospital #1081 visited). On 30 May, to avoid close contact with the MERS-CoV patient, he was transferred to an isolated room in ICU. The patient passed away on 3 June.
## 1109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 65-year-old male from Hofuf city developed symptoms on 27 May. On 2 June, he was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 4 June. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          56-year-old male from Hofuf city developed symptoms on 1 June. On 4 June, he was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 5 June. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    49-year-old male developed symptoms on 23 May while admitted to hospital since 14 May. The patient shared the room with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 4 June (case n. 1 - #1081 here; date => St. Mary's). He tested positive for MERS-CoV on 31 May.  Patients no. 38 (49 year old male, Alcoholic cirrhosis / Diabetes) confirmed as new fatalities on 15 Jun 2015
## 1112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                62-year-old male developed symptoms on 2 June and visited the emergency room of a local health care facility [??] on the same day. The patient was admitted to hospital [?St. Mary's] between 20 and 28 May. During this period, he shared the same floor with four patients that were later confirmed and reported as MERS-CoV cases [=> SMC?/St. Mary's; machine trans =? St. Mary's]. On 29 May, the patient visited a local health care facility [??] for unrelated medical conditions. He was isolated in a negative pressure room on 2 June. The patient tested positive for MERS-CoV on 3 June.
## 1113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          24-year-old male developed symptoms on 22 May. Between 22 and 28 May, the patient was admitted to the same hospital [St. Mary's] room as two previously confirmed MERS-CoV cases. He tested positive for MERS-CoV on 4 June.
## 1114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              70-year-old female developed symptoms on 31 May [WHO table says 3rd June]. The doctor who was involved in the care of her husband was confirmed positive for MERS-CoV on 3 June [no doctor that fits the bill; maybe 1110 but he tested +ve 0n 2/6/15; if so => 4th hospital #1075 visited]. She tested positive for MERS-CoV on 4 June.
## 1115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        45-year-old male developed symptoms on 4 June. The patient was admitted to hospital [St. Mary's] from 14 to 27 May for an unrelated medical condition. Although he did not have symptoms for MERS-CoV, the patient was isolated at home because of close contact at the hospital with MERS-CoV cases. He was transferred to another hospital [??] for isolation on 2 June. The patient tested positive for MERS-CoV on 3 June.
## 1116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        72-year-old male from Hofuf city developed symptoms on 20 May. The patient, who has comorbidities, was admitted to hospital on 23 May. He tested positive for MERS-CoV on 8 June. Currently, the patient is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      54-year-old female developed symptoms on 25 May while admitted to hospital [??accompanying media report and machine trans. of S.Korea MOH => St. Mary's but #1051 did not stay at St. Mary's 19-20 May[?]] for an unrelated medical condition since 19 May. From 19 to 20 May, the patient was admitted to the same ward where the first case [#1051] had been hospitalized [??SMC]. Between 21 and 28 May, she was transferred to a different floor. The floor is where several laboratory-confirmed MERS-CoV cases have been notified later [use of word floor important?]. The patient, who has comorbidities, was isolated in the nationally designated hospital and tested positive for MERS-CoV on 29 May.
## 1118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   40-year-old male developed symptoms on 1 June. On 27 May, the patient visited his son while he was admitted to hospital [??]. During this time, he stayed in the same zone as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 1 June [case n. 1 - #1075 here => 4th hospital #1075 visited]. The patient tested positive for MERS-CoV and was isolated in the nationally designated hospital on 2 June. Ambiguous recovery report: The newly discharged patients are: Patients no. 46 (55-year-old male); #SK46 [#1121 in this list] is a 40M according to previous WHO and KOR MOH reports; assuming it is therefore #SK146 [#1232 in this list] which is a 55M. Need to correct later if proved wrong
## 1119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     68-year-old female developed symptoms on 2 June. The patient sought medical care for unrelated medical conditions on 27 May. She visited the emergency room of a hospital [SMC] and went back home after treatment. At the hospital, the patient stayed in the same zone as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 1 June (case n. 1; #1075 in this list => 4th hospital #1075 visited = SMC). She was notified about the exposure to the case, and told to self-quarantine at home and wear a mask. On 2 June, when symptoms appeared, the patient went to the emergency room of another hospital where she was treated in the isolation area. The patient was later transferred to another hospital for further treatment and admitted to an isolation room in ICU. She tested positive for MERS-CoV on 4 June. The 7th MERS death was confirmed [9 Jun 2015] morning. The deceased was diagnosed with the virus on [6 Jun 2015]. The 68-year-old had a chronic heart disease and was admitted to the Samsung Medical Center's emergency room for dyspnea [shortness of breath] on [27 May 2015], where she was exposed to the 14th patient. Her condition deteriorated following the diagnosis and she died [8 Jun 2015].
## 1120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                65-year-old developed symptoms on June 1 but did not have any respiratory symptoms. Between 28 and 30 May, the patient went to a hospital [3rd hospital #1081 visited]. During this time, he stayed in the emergency room and at the same ward as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 4 June (case n. 1; #1081 here). The patient was isolated in the hospital on 2 June and was transferred to a negative pressure room on 3 June. He tested positive for MERS-CoV on 3 June.
## 1121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     24-year-old, female health professional developed symptoms on 29 May. She attended patients on a floor where several laboratory-confirmed MERS-CoV cases stayed [? - accompanying news reports => St. Mary's]. She was isolated at home on 28 May. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 June.
## 1122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   51-year-old female developed symptoms on 1 June. Between 18 and 28 May, the patient was admitted to a hospital [??St. Mary's] that reported several MERS-CoV cases. She was isolated on June 1. The patient tested positive for MERS-CoV on 5 June.
## 1123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      39-year-old male developed symptoms on 31 May. The patient visited his wife while she was admitted to the emergency room of a hospital [one visited by #1075 but dates insufficiently clear to deduce further]. His wife was admitted to the same room as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 1 June (case n. 1; #1075 here). He tested positive for MERS-CoV on 4 June.
## 1124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   75-year-old male tested positive for MERS-CoV on 4 June. On 27 May, the patient attended the emergency room of a hospital [?? => SMC?] that reported several laboratory-confirmed MERS-CoV cases. Further investigation is ongoing.
## 1125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                81-year-old female tested positive for MERS-CoV on 4 June. On 27 May, the patient went to the emergency room of a hospital [?? = SMC?] that reported several laboratory-confirmed MERS-CoV cases. Further investigation is ongoing. NB SK50 reported dead by promedmail, but they there refer to SK50 as 55F; WHO line list confirms death of this patient on 29/6/15.
## 1126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  73-year-old male from Turubah city developed symptoms on 23 May and was admitted to a hospital in Jeddah on 1 June. The patient, who has comorbidities, tested positive for MERS-CoV on 8 June. He has no history of contact with camels; however, the patient has a history of frequent contact with sheep and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU [actually KSA reported dead on 14/6].
## 1127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              72-year-old female developed symptoms on 2 June while admitted to hospital due to an unrelated medical condition since 12 May. The patient was in the same ward as the first case [St. Mary's 15-17 May?]. She tested positive for MERS-CoV on 5 June. Further investigation is ongoing.
## 1128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    54-year-old female was admitted to hospital [?St. Mary's cf. machine trans] due to an unrelated medical condition from 23 to 28 May. She was in the same ward as a patient that was later confirmed to be a MERS-CoV case. On 31 May, while isolated at home, she visited the emergency room of another hospital [Pyeongtaek Bagae - see SK119] with symptoms. The patient tested positive for MERS-CoV on 6 June.
## 1129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 51-year-old male was admitted to hospital between 26 and 28 May [?St. Mary's cf machine trans]. The patient was in the same ward as another patient that was later confirmed to be a MERS-CoV case. He was discharged on 28 May and developed symptoms on 29 May. The patient tested positive for MERS-COV on 6 June.
## 1130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              63-year-old female developed symptoms on 3 June while she was isolated at home. She was a caregiver of a patient who shared the room with a laboratory-confirmed MERS-CoV case on 28 May [ SK16; i.e. #1081 here cf. machine trans]. She tested positive for MERS-CoV on 4 June and was transferred to the nationally designated hospital on 5 June. [See note on #1134 about conflict between WHO and MOH information on #1133 & #1134]
## 1131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               36-year-old male developed symptoms on 30 May [WHO table says 3/6/15]. On 27 May, the patient visited his father at a hospital and stayed in the same zone with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 4 June (case n. 1 - #1081 here; => 2nd hospital #1081 visited [Seogu,Daejeon] BUT machine trans. says SMC, Seoul. Sticking with WHO report, but note that the machine translation gives details for SK54 that are very similar to what the WHO report for SK55 but does not for SK54. Therefore possible one is Daejeon and one is Seould). Between 1 and 3 June, he was admitted to a different hospital [??] and tested positive for MERS-CoV on 6 June. 
## 1132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   45-year-old male developed symptoms on 2 June. Between 26 May and 1 June, the patient was admitted to the same ward as another patient that was later confirmed to be a MERS-CoV case [?? SMC] On 3 June, he sought medical care at another clinic [??]. He tested positive for MERS-CoV on 4 June.
## 1133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 57-year-old male sought medical care at a hospital [?Seogu, Daejoen] to treat an unrelated medical condition on 27 May. During this time, the patient was in the same zone with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 4 June (case n. 1; #1081 here => 2nd hospital visited by #1081 => ?Seogu,Daejeon NB conflict between WHO and original MOH report on location). On 3 June, he was admitted to hospital with symptoms and discharged on the next day. He was isolated on 5 June and tested positive for MERS-CoV on 6 June.
## 1134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              55-year-old male developed symptoms on 2 June. On 27 May, the patient visited his mother who was admitted to a hospital that reported several laboratory-confirmed MERS-CoV cases [=>??SMC]. He was isolated on 5 June and tested positive for MERS-CoV on the same day.
## 1135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             44-year-old male developed symptoms on 5 June. The patient visited a hospital [??SMC from mach. trans of MOH] for an unrelated medical condition on 27 May. During this time, he was in the same zone as a confirmed MERS-CoV case. The patient tested positive for MERS-CoV on 6 June. Further investigation is ongoing.
## 1136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              37-year-old, female health worker developed symptoms on 1 June. On 27 May, the patient worked in the emergency room of a hospital that reported several MERS-CoV cases [=> ?SMC]. She was isolated on 4 June and tested positive for MERS-CoV on 6 June.
## 1137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             55-year-old male developed symptoms on 2 June. Between 27 and 28 May, the patient was admitted to hospital in the same zone as a laboratory-confirmed MERS-CoV case between 27 and 28 May [=>?SMC]. He was isolated at the hospital on 5 June and tested positive for MERS-CoV on 6 June.
## 1138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       32-year-old, male health worker [WHO table says not HCW] developed symptoms on 30 May. Between 28 and 29 May, the patient visited the emergency room of a hospital that reported several MERS-CoV cases  [=>?SMC; same wording as for #1143 which we know is SMC]. He tested positive for MERS-CoV on 6 June. Further investigation is ongoing.
## 1139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              58-year-old female developed symptoms on 3 June. Between 27 and 28 May, the patient visited the emergency room of a hospital that reported several MERS-CoV cases [=>?SMC; same wording as for #1143 which we know is SMC]. She started self-isolation at home on 31 May and tested positive for MERS-CoV on 6 June. NB Promed report of recovery lists as 68F not 58F. 
## 1140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           75-year-old male developed symptoms on 4 June. Between 27 and 29 May, the patient visited the emergency room of a hospital that reported several MERS-CoV cases [SMC]. During this time, he stayed in the same zone as a laboratory-confirmed MERS-CoV case. On 5 June, the patient passed away. He tested positive for MERS-CoV on 5 June.
## 1141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            SMC: WHO says 44M; KOR MOH reported as 57M
## 1146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  SMC: no hospitalization date reported by WHO =>?mild
## 1151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 9th fatality is confirmed to be patient no. 75 (75-year-old female) who had a history of multiple myeloma, and died at Konkuk University Hospital ICU while receiving treatment for respiratory distress; 9th fatalities are confirmed to have contracted the virus at Samsung Medical Center ED; [NB machine trans of original report has the 75F female fatality as SK#76]. Promedmail id 3467405  reports #75 as a 62 year old male that recovered on 25/6/15: inconsistent but no alternative
## 1152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The Task Force has confirmed that the 76th case before isolation was in the Gangdong Kyung Hee University Hospital emergency room during the period 5-6 Jun 2015 and the Konkuk University Hospital Emergency Room during the day on 6 Jun 2015. On 27 May 2015, the case presented to hospital D [Samsung hospital] with hypercalcemia and on 5 Jun 2015 presented with fever. [NB machine trans of original MOH report has the 63F as SK#75; however I'm sure this patient [#1252] is SK76 because later reports [e.g. promed for #1261 {SK167}] detail SK76 as being at Kyung Hee and this is not true of SK75]
## 1153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               SMC; KOR MOH says 64, WHO table says 63
## 1154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  SMC: no hospitalization date reported by WHO =>?mild
## 1155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Info from much later WHO update; discharged and then readmiited Oct 2015:  The patient, a 35-year-old male, developed symptoms on 11 October and visited a hospital. He was transferred to another hospital for isolation. The patient, who has comorbidities, tested positive for MERS-CoV on 12 October. As of 14 October, his condition was reported to be improving. Contact tracing of household and healthcare contacts is ongoing.\n\nThe past medical history of the patient is as follows: the patient was exposed to a laboratory-confirmed MERS-CoV case on 27 May. He was admitted to hospital for isolation on 6 June. He initially tested positive for MERS-CoV on 7 June, and transferred to another hospital for isolation on 3 July. The patient was discharged from hospital on 3 October after two consecutive negative tests for MERS-CoV on 1 October. 
## 1157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   SMC
## 1158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    E - Seogu, Daejeon
## 1159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The newest fatality is reported to be Patient no. 83 (male, 65-year-old, Stage IV lung cancer), who had contracted the virus after sharing the same ward as Patient no. 20 (male, 40-year-old; #1085 in this list) while hospitalized on 20 May 2015 [???28th?!]. The fatality started exhibiting symptoms such as light fever on 1 Jun 2015, and received a final diagnosis of MER CoV on 7 Jun 2015.
## 1160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Case No. 84 (male, 80 years old), in long-term inpatient care at Daecheong Hospital [Daejeon, Korea], with pneumonia symptoms was infected after he came into contact with case no.16 [#1081 in this list].  The 84th confirmed case was hospitalized with pneumonia in March [2015] at Daecheong Hospital [Daejeon, Korea] was in contact with the case no. 16* from 25-28 May 2015 in the same ward. After the diagnosis, while being prepared for a placement in quarantine, his condition worsened and he died. 
## 1161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    E - Seogu, Daejeon
## 1162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              F - Konyang University Hospital, Daejeon
## 1163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 F - Konyang University Hospital, Daejeon. Initial report days 78F, death report [translated] says 79F
## 1164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3 were exposed from 27-28 May 2015 in the Samsung Medical Center ED [emergency department], exhibiting symptoms of fever and ataxia. The aforementioned 3 have been confirmed positive for MERS-CoV [infection] and is presumed to be related to case no. 14 [#1075 in this list].
## 1165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3 were exposed from 27-28 May 2015 in the Samsung Medical Center ED [emergency department], exhibiting symptoms of fever and ataxia. The aforementioned 3 have been confirmed positive for MERS-CoV [infection] and is presumed to be related to case no. 14 [#1075 in this list]. The Task Force has also confirmed that the 89th patient spent time at the Gimje Woosuk Medical Center (3 Jun 2015), Gimje Mirae Radiology Clinic (5 Jun 2015), and Gimje Hansol Gastroenterology Clinic (5 Jun 2015) after exposure to the virus at the Samsung Medical Center. Promedreport of recovery lists as 49M
## 1166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             3 were exposed from 27-28 May 2015 in the Samsung Medical Center ED [emergency department], exhibiting symptoms of fever and ataxia. The aforementioned 3 have been confirmed positive for MERS-CoV [infection] and is presumed to be related to case no. 14 [#1075 in this list]. Additionally, it was reported that the case no. 90 received medical treatment at the Okcheon Jeil Clinic after exhibiting flu-like symptoms on 3 Jun 2015, after which he was admitted to Eulji University Hospital ICU after showing signs of respiratory distress on 6 Jun 2015 [WHO table says 1/6/15]. The 8th fatality is confirmed to be patient no. 90 (62-year-old male) who had a history of liver cirrhosis and liver cancer, and died while receiving isolation treatment at Eulji University Hospital ICU;
## 1167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2 were exposed on 26 May 2015 at the Asan Medical Center [Seoul] and at the Yeouido St. Mary's [Seoul] respectively, presumed in relation to case no. 6 [#1058 in this list]. Another newly confirmed patient on [9 Jun 2015] is a 27-year-old who was infected by the 6th patient while staying at the emergency room of the Asan Medical Center, one of the largest hospitals in the country, in Seoul on [26 May 2015].
## 1168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       2 were exposed on 26 May 2015 at the Asan Medical Center [Seoul] and at the Yeouido St. Mary's [Seoul] respectively, presumed in relation to case no. 6 [#1058 in this list]. a 47-year-old man was infected by the deceased sixth patient ― his father-in-law ― while caring for him at Yeouido St. Mary’s Hospital on May 28.
## 1169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2 were exposed at the Hallym University Dongtan Sacred Heart Hospital [Hwaesong, Gyoenggi] on 28-29 May 2015, presumed in relation to case no. 15. [#1076 in this list].  2 newly confirmed patients, aged 64 and 71, respectively, were infected at the Hallym University Medical Center in Seoul [NB Although clearly the same case, this is not the same hospital. Korea Herald reports Seoul; promedmail reports Hwaesong. Believe it is Hwaesong based on the list of affected hospitals & promedmail translation of  MOH prob. more reliable than media report] by the 15th confirmed patient. 
## 1170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         2 were exposed at the Hallym University Dongtan Sacred Heart Hospital [Hwaesong, Gyoenggi] on 28-29 May 2015, presumed in relation to case no. 15. [#1076 in this list]. Health authorities also confirmed that the 94th patient, who was diagnosed on [9 Jun 2015], left the Hallym University Medical Center in Hwaseong, Gyeonggi Province, on [28 May 2015], and moved to a residential medical facility for senior citizens.  It is believed that the 71-year-old was exposed to the virus on [27 May 2015], when the 15th patient stayed at the same hospital.  The 15th patient was diagnosed with MERS on [29 May 2015], a day after the 94th patient had already left the hospital, so the authorities weren't aware of the possibility of infection for the 95th [?!] patient.  He was eventually discovered by the Health Ministry and was quarantined at another facility. At the time of being quarantined, he had been asymptomatic, said Jeong Eun-kyung, an official from the Health Ministry
## 1171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The remaining patient was confirmed at the Konyang University Hospital [Daejeon], presumed in relation to case no. 16 [#1081 in this list]
## 1172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      60-year-old female from Hofuf city developed symptoms on 2 June and was admitted to hospital on 8 June. The patient, who has comorbidities, tested positive for MERS-CoV on 9 June. Between 26 May and 7 June, she visited her daughter at a hospital with an ongoing MERS-CoV outbreak. The daughter, who had been hospitalized for an unrelated medical condition, has not developed MERS-CoV-related symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               77-year-old female from Abu Dhabi developed symptoms on 21 May and was admitted to hospital on 28 May. The patient, who has comorbidities, tested positive for MERS-CoV on 2 June. She has no history of contact with known risk factors in the 14 days prior to onset of symptoms. Currently, the patient is in critical condition in ICU. Contact tracing of household and healthcare contacts is ongoing for the case NB not clear if fatality or not as header to WHO report describes this as a fatal case, but details say in ICU
## 1174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.
## 1175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.
## 1176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms. The Task Force has also announced that on 8 Jun 2015, patient no. 98 -- also infected at Samsung Medical Center -- was transferred from Mediheal Hospital after having received treatment from 3-7 Jun 2015, to Ewha Womans University Medical Center; no 98 (58 year old male) were confirmed as new fatalities on 15 Jun 2015 
## 1177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.
## 1178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.
## 1179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.
## 1180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.
## 1181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.
## 1182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.
## 1183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      10 of the newly confirmed 13 cases are presumed to be related to patient no. 14 [#1075 in this list], and exposed to the virus at Samsung Medical Center ED between 27-28 May 2015, after exhibiting flu-like symptoms.  Additionally, on 8 Jun 2015 it was revealed that patient no. 105 (also from Samsung Medical Center) was admitted to Seoul St Mary's Hospital ED [emergency department];
## 1184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2 out of the 3 are presumed to be related to patient no. 16 [#1081 in this list], and both come in contact with the virus while hospitalized in Konyang University Hospital and Daecheong Hospital respectively;
## 1185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2 out of the 3 are presumed to be related to patient no. 16 [#1081 in this list], and both come in contact with the virus while hospitalized in Konyang University Hospital and Daecheong Hospital respectively;
## 1186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   remaining patient is presumed be in relation to patient no. 16 [#1081 in this list], having come in contact with the virus at Hallym University Dongtan Sacred Heart Hospital ward sometime between 29-31 May 2015;
## 1187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The patient is a 67-year-old woman from Kerman Province. The patient had Chronic Obstructive Pulmonary Disease (COPD) and was admitted to a hospital on 6 June 2014 due to a COPD exacerbation. The patient was discharged on 14 June 2014 and continued treatment at home. She was in a stable condition until she developed severe acute respiratory symptoms and was readmitted to a hospital on 25 June 2014. The patient was laboratory-confirmed with MERS-CoV on 5 July 2014 and died on the same day. The patient had no history of travel and no known history of contact with animals or consumption of raw camel milk products in the 14 days prior to becoming ill. The patient did not have known contact with a previously reported MERS-CoV case. However, during her first hospitalisation, the patient had close contact with another patient with severe acute respiratory infection.
## 1188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      77-year-old male from Hofuf city developed symptoms on 26 May. On 27 May, he was admitted to a hospital that had been experiencing a MERS-CoV outbreak. On that occasion, no laboratory samples were collected for MERS-CoV testing. The patient was treated symptomatically and discharged on 31 May. On 10 June, symptoms reappeared and he was admitted to a different hospital on the same day. The patient, who had comorbidities, tested positive for MERS-CoV on 11 June. He passed away on 11 June. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            55-year-old female from Hofuf city developed symptoms on 23 May and was admitted to hospital on 25 May. The patient, who has comorbidities, tested positive for MERS-CoV on 12 June. Between 18 April and 17 May, the patient was hospitalized in a health care facility that had experienced a MERS-CoV outbreak. Furthermore, she visited the outpatient department of the same health care facility on 20 May. Investigation of epidemiological links with MERS-CoV cases and healthcare workers who were at the health care facility during her admission, and exposure to other known risk factor is ongoing. Currently, the patient is in critical condition in ICU.
## 1190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                46-year-old male from Hurimala city [reported Riyadh by KSA MOH] developed symptoms on 9 June and was admitted to hospital on 12 June. The patient, who has comorbidities, tested positive for MERS-CoV on 12 June. He has a history of contact with camels and consumption of their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 1191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          54-year-old female from Hofuf city developed symptoms on 5 June and, on 12 June, was admitted to a hospital that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 13 June. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               8 out of the 9 announced are confirmed to have been infected at Samsung Medical Center between 27-29 May 2015. a pregnant woman (39 years old) is among the newly infected 8 at Samsung Medical Center:
## 1193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8 out of the 9 announced are confirmed to have been infected at Samsung Medical Center between 27-29 May 2015
## 1194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8 out of the 9 announced are confirmed to have been infected at Samsung Medical Center between 27-29 May 2015
## 1195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8 out of the 9 announced are confirmed to have been infected at Samsung Medical Center between 27-29 May 2015
## 1196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8 out of the 9 announced are confirmed to have been infected at Samsung Medical Center between 27-29 May 2015
## 1197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8 out of the 9 announced are confirmed to have been infected at Samsung Medical Center between 27-29 May 2015
## 1198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         8 out of the 9 announced are confirmed to have been infected at Samsung Medical Center between 27-29 May 2015
## 1199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                8 out of the 9 announced are confirmed to have been infected at Samsung Medical Center between 27-29 May 2015. WHO says 58F, original KOR MOH said 56F
## 1200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        remaining patient is believed to have come in contact with the virus through Patient no. 15 [#1076 in this list] at Hallym University Dongtan Sacred Hospital.
## 1201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       2 patients out of those who were diagnosed on 10 Jun 2015 had been infected at Samsung Medical Center 27-29 May 2015 [felt to be contact with case no.14 (#1075 in this list)].
## 1202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 2 patients out of those who were diagnosed on 10 Jun 2015 had been infected at Samsung Medical Center 27-29 May 2015 [felt to be contact with case no.14 (#1075 in this list)]. See note on #1128 wrt possible death.
## 1203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2 patients were exposed at Good Morning Hospital 25-27 2015 and also believed to have come in contact with the virus through patient no.14. [#1075 in this list]. The 14th fatality, case no. 118 (female, 67 year old, hypothyroidism/hypertension) had been in contact with case no. 14 at the Pyeongtaek Good Morning Hospital from 25-27 May 2015], and has been quarantined from 9 Jun 2015 at the Ajou University Hospital. She was diagnosed on 10 Jun 2015 during hospitalization, but her state deteriorated and she died 13 Jun 2015 (at 3:30 AM).
## 1204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2 patients were exposed at Good Morning Hospital 25-27 2015 and also believed to have come in contact with the virus through patient no.14. [#1075 in this list]. For both #1206&#1210: Impossible to tell which WHO patient it is: either W111 or W112; in either case there is disagreement on age; once clarified can add onset&hosp. dates from WHO table 
## 1205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Intermediate survey determined that the remaining 1 patient (case no.119) was most likely infected by case no.52 [#1131 in this list] in the Pyeongtaek Bagae hospital emergency room. Case no.119 was admitted to Pyeongtaek Bagae hospital on the night of 31 May 2015, the same time that case no.52 was admitted to Pyeontaek Bagae hospital with fever that developed while on self-isolation. Hospitalized at Asan Chungmu 5-9/6/15 [see #1254]
## 1206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3 patients out of those who were diagnosed on 11 Jun 2015 had been infected at Samsung Medical Center 27 - 29 May 2015.  no. 123 (65 year old male) were confirmed as new fatalities on 16 Jun 2015
## 1207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3 patients out of those who were diagnosed on 11 Jun 2015 had been infected at Samsung Medical Center 27 - 29 May 2015
## 1208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   3 patients out of those who were diagnosed on 11 Jun 2015 had been infected at Samsung Medical Center 27 - 29 May 2015. For both #1206&#1210: Impossible to tell which WHO patient it is: either W111 or W112; in either case there is disagreement on age; once clarified can add onset&hosp. dates from WHO table
## 1209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         1 patient was exposed at Good Morning Hospital on 27 May 2015 and believed to have come in contact with the virus through patient no.14. [#1075 in this list]
## 1210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4 diagnosed cases have been in contact with case no. 16 [#1081 in this list], 3 of them are suspected to be infected at the Dae Cheong Hospital (22-28 May 2015), and 1 case at the Gunyang University Hospital (28 - 30 May 2015).
## 1211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4 diagnosed cases have been in contact with case no. 16 [#1081 in this list], 3 of them are suspected to be infected at the Dae Cheong Hospital (22-28 May 2015), and 1 case at the Gunyang University Hospital (28 - 30 May 2015).
## 1212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4 diagnosed cases have been in contact with case no. 16 [#1081 in this list], 3 of them are suspected to be infected at the Dae Cheong Hospital (22-28 May 2015), and 1 case at the Gunyang University Hospital (28 - 30 May 2015).
## 1213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   4 diagnosed cases have been in contact with case no. 16 [#1081 in this list], 3 of them are suspected to be infected at the Dae Cheong Hospital (22-28 May 2015), and 1 case at the Gunyang University Hospital (28 - 30 May 2015).
## 1214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2 diagnosed cases have been in contact with case no. 14 [#1075 in this list], suspected place of infection is Samsung Medical Center Emergency Room (27 - 28 May 2015).
## 1215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2 diagnosed cases have been in contact with case no. 14 [#1075 in this list], suspected place of infection is Samsung Medical Center Emergency Room (27 - 28 May 2015).
## 1216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1 of the diagnosed cases is an ambulance driver, who was in contact while transporting case no. 76 [#1155 on this list] on [5-6 Jun 2015].
## 1217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Remaining 5 cases are related cases at Samsung Medical Center and are currently under epidemiological investigation. 5 cases presented on 13 Jun 2015 (having been confirmed on 12 Jun 2015), all 5 cases were all confirmed to have stayed at the Samsung Medical Center emergency room with case no.14 [#1075 in this list] (27-29 May 2015). 
## 1218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Remaining 5 cases are related cases at Samsung Medical Center and are currently under epidemiological investigation. 5 cases presented on 13 Jun 2015 (having been confirmed on 12 Jun 2015), all 5 cases were all confirmed to have stayed at the Samsung Medical Center emergency room with case no.14 [#1075 in this list] (27-29 May 2015). 
## 1219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Remaining 5 cases are related cases at Samsung Medical Center and are currently under epidemiological investigation. 5 cases presented on 13 Jun 2015 (having been confirmed on 12 Jun 2015), all 5 cases were all confirmed to have stayed at the Samsung Medical Center emergency room with case no.14 [#1075 in this list] (27-29 May 2015). 
## 1220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Remaining 5 cases are related cases at Samsung Medical Center and are currently under epidemiological investigation. 5 cases presented on 13 Jun 2015 (having been confirmed on 12 Jun 2015), all 5 cases were all confirmed to have stayed at the Samsung Medical Center emergency room with case no.14 [#1075 in this list] (27-29 May 2015). 
## 1221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Remaining 5 cases are related cases at Samsung Medical Center and are currently under epidemiological investigation. 5 cases presented on 13 Jun 2015 (having been confirmed on 12 Jun 2015), all 5 cases were all confirmed to have stayed at the Samsung Medical Center emergency room with case no.14 [#1075 in this list] (27-29 May 2015). 
## 1222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4 diagnosed cases have been in contact with case no.14 [#1075 in this list], 3 of them are suspected to be infected at the Samsung Medical Center Emergency Room (27-29 May 2015), and 1 case is suspected to have accompanied one of the outpatients (27 May 2015).
## 1223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4 diagnosed cases have been in contact with case no.14 [#1075 in this list], 3 of them are suspected to be infected at the Samsung Medical Center Emergency Room (27-29 May 2015), and 1 case is suspected to have accompanied one of the outpatients (27 May 2015).
## 1224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4 diagnosed cases have been in contact with case no.14 [#1075 in this list], 3 of them are suspected to be infected at the Samsung Medical Center Emergency Room (27-29 May 2015), and 1 case is suspected to have accompanied one of the outpatients (27 May 2015).
## 1225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4 diagnosed cases have been in contact with case no.14 [#1075 in this list], 3 of them are suspected to be infected at the Samsung Medical Center Emergency Room (27-29 May 2015), and 1 case is suspected to have accompanied one of the outpatients (27 May 2015).
## 1226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                one has been in contact with case no.16 [#1081 in this list] (25-28 May 2015) the Dae Cheong Hospital;
## 1227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 other has been in contact with case no.15 [#1076 in this list] who resided on the same floor at the Hallym University Medical Center (27-28 May 2015)
## 1228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                the last case who accompanied the case no.76 [#1155 in this list] during the ambulance transportation (4- 6 Jun 2015).
## 1229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               69-year-old female from Hofuf city developed symptoms on 12 June and was admitted to hospital on 13 June. The patient, who has comorbidities, tested positive for MERS-CoV on 14 June. She has a history of frequent visits to a hospital that had been experiencing a MERS-CoV outbreak. Investigation of epidemiological links with health care workers and MERS-CoV cases that were at the hospital, and of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The 1st one was exposed to patient no.14 [#1075 in this list] on 27 May 2015 at Samsung Medical Center Emergency Room. Ambiguous recovery report: The newly discharged patients are: Patients no. 46 (55-year-old male); #SK46 [#1121 in this list] is a 40M according to previous WHO and KOR MOH reports; assuming it is therefore #SK146 which is a 55M. Need to correct later if proved wrong
## 1231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The 2nd occurred on 8 June 15, when the newly confirmed patient stayed at the same clinic-level medical institution as patient no.123 [#1208 in this list].
## 1232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The 3rd case belongs to a medical staff member who performed CPR [cardiopulmonary resuscitation] on patient no.36 [#1111 in this list] at Konyang University Hospital on 3 Jun 2015.
## 1233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The 4th occurred from 22 -28 May 2015, when the newly confirmed patient shared the ward with patient no.16 [#1081 in this list] at Daecheong Hospital.
## 1234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A [5th] similar [sim to #1235; shared ward] case occurred at Konkuk University Hospital with patient no.76.  [either #1155 in this list]
## 1235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Death added as not possible to match to other cases: both #1078 & #1100 are HCW without comorbidities; remove later if it turns out this death was one of those two [#1100 reported recovered 18/6/15]
## 1236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Patients no. 151, 152, and 154 have all come in contact with the virus while visiting a family member hospitalized at Samsung Medical Center on 27 - 28 May 2015.
## 1237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Patients no. 151, 152, and 154 have all come in contact with the virus while visiting a family member hospitalized at Samsung Medical Center on 27 - 28 May 2015. Beware of note on #1245
## 1238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Patient no. 153 is reported to have contracted the virus while being hospitalized in the same clinic as Patient no.118 [#1205 in this list] on 5 Jun 2015 [?? Hospital]
## 1239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Patients no. 151, 152, and 154 have all come in contact with the virus while visiting a family member hospitalized at Samsung Medical Center on 27 - 28 May 2015.
## 1240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        65-year-old, non-national male from the Eastern region developed symptoms on 31 May and was admitted to hospital on 6 June. The patient, who has comorbidities, tested positive for MERS-CoV on 14 June. He has no history of exposure to known risk factors in the 14 days prior to onset of symptoms. Currently, the patient is in critical condition in ICU. Contact tracing of household and healthcare contacts is ongoing for the case. 
## 1241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        28-year-old male from Hofuf city developed symptoms on 2 June. He works as an administrative assistant in a hospital that had been experiencing a MERS-CoV outbreak. The patient was in home isolation since the onset of symptoms; however, as symptoms worsened, he was admitted to hospital on 14 June. The patient, who has comorbidities, tested positive for MERS-CoV on 15 June. Investigation of epidemiological links with MERS-CoV cases admitted to the hospital where he works at, and of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Patients no. 155, 156, and 157 have all come in contact with the virus while being hospitalized at Samsung Medical Center emergency room between 26 - 29 May 2015.
## 1243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Patients no. 155, 156, and 157 have all come in contact with the virus while being hospitalized at Samsung Medical Center emergency room between 26 - 29 May 2015. WHO reports as 49M [orig KOR MOH said 66M & so does subsequent promed translation of recovery]
## 1244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Patients no. 155, 156, and 157 have all come in contact with the virus while being hospitalized at Samsung Medical Center emergency room between 26 - 29 May 2015. Promed recovery says history of lung cancer
## 1245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Patient no.158 contracted the virus while visiting a family member at Samsung Medical Center emergency room on 27 May 2015
## 1246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Patient no.159 was hospitalized in the same ward as Patient no.15 [#1076 in this list]at Hallym University Dongtan Sacred Heart Hospital between 27-29 May 2015.
## 1247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Patient no.160 was working as medical faculty at Kyung Hee University Medical Center emergency room at the time of Patient no. 76's [#1155 in this list] admission to said emergency room on 5 Jun 2015.
## 1248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Patient no.161 was hospitalized in the same ward as Patient no. 17 [#1082 in this list] at Pyeongtaek Good Morning Hospital on 27 May 2015.
## 1249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The Patient was working as a Radiology Technician at Samsung Medical Center and is believed to have come in contact with the virus sometime between 11-12 Jun 2015, while taking radiology images of Patients no.72 [#1151], 80 [#1159], and 135 [#1220] using a portable x-ray device.
## 1250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            52-year-old male from Hofuf city developed symptoms on 16 June while admitted to hospital for an unrelated medical condition since 29 April. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 18 June. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible links with MERS-CoV cases admitted to the hospital is ongoing.
## 1251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    61-year-old female from Hofuf city developed symptoms on 30 May and, on the same day, was admitted to a hospital with an ongoing MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 17 June. Currently, she is in critical condition admitted to ICU. Investigation of possible links with MERS-CoV cases admitted to the hospital is ongoing. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is also ongoing.
## 1252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Patient no. 163 (53 year old female, 53) was working as medical faculty at Asan Chungmu Hospital during Patient no.119's [#1207 in this list] hospitalization between 5-9 Jun 2015 [5th generation]
## 1253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Patient no. 164 (35 year old female, 35) is medical faculty in the same ward where Patients no.75 [#1154 In this list] and 80 [#1159 in this list] were hospitalized, at Samsung Medical Center [4th generation]
## 1254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Patient no. 165 (79 year old male, 79) is currently hospitalized at Kyung Hee University Hospital at Gangdong, with details soon to follow.  Following up on Patient no. 165 (male, 33yo [?!sticking with 79M for now]), a new case reported on 18 Jun 2015: - The patient was hospitalized at Kyung Hee University Medical Center from 6-13 Jun 2015 for dialysis treatment around the same time frame as Patient no. 76 [1155 in this list], who was hospitalized at the same hospital from 5-6 Jun 2015.
## 1255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The case is a 75-year-old, Omani male that travelled from Oman to Thailand to seek medical care. The patient, who has comorbidities, developed symptoms on 10 June and was admitted to hospital in Oman. As symptoms did not improve, he decided to travel to Thailand to seek treatment. He took a flight with three family members and arrived in Bangkok on 15 June. Neither the patient nor his family members reported fever upon arrival in Thailand. He was admitted to hospital on 15 June and tested positive for MERS-CoV on 18 June. On 18 June, the patient and his three family members were transferred to another health care facility where they were put in isolation. Currently, the patient is in stable condition.
## 1256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Patient no. 166 (male, 62yo) came in contact with the virus while visiting an admitted family member at Samsung hospital.
## 1257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           46-year-old, non-national female from the Eastern region was identified through contact screening as she is a family member of a laboratory-confirmed MERS-CoV case reported in a previous DON on 16 June. The patient, who has comorbidities, tested positive for MERS-CoV on 18 June. She has no history of exposure to other known risk factors in the 14 days prior to detection. Currently, she is still asymptomatic in a negative pressure isolation room on a ward.
## 1258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 60-year-old, non-national, female health care worker from Hofuf city developed symptoms on 14 June, was admitted to hospital on 15 June and tested positive for MERS-CoV on 19 June. The patient, who has comorbidities, works in a hospital that has been experiencing a MERS-CoV outbreak. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible links with MERS-CoV cases admitted to this hospital is ongoing.
## 1259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Patient no. 167 (53 year old male) was hospitalized in the same Kyung Hee University Medical Center ED as Patient no. 76 [#1155 in this list] on 5 Jun 2015.
## 1260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Patient no. 168 (36 year old male) is a radiology technician that reportedly took x-ray images of Patient no. 76 [#1155 in this list] on 6 Jun 2015 at Konkuk University Medical Center
## 1261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Patient no. 169 served as Patient no. 135's [#1220 in this list] attending physician at Seoul Samsung Medical Center ICU.
## 1262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Patient no. 170 (77 year old male) was hospitalized at Konkuk University Medical Center at the same time as Patient no. 76 [#1155 in this list] on 6 Jun 2015.
## 1263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Patient no. 171 (60 year old female) was hospitalized at Seoul Samsung Medical Center ED from 27-29 May 2015
## 1264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Patient no. 172 is a caregiver employed by Daecheong Hospital [NB WHO does not class this as HCW]
## 1265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Patient no. 173 (70 year old female) was a caregiver visiting a patient at Kyung Hee University Medical Center ED during Patient no. 76's [#1155 on this list] hospitalization at the aforementioned institution.
## 1266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Patient no. 174 (75 year old male) was hospitalized at Seoul Samsung Medical Center ED on 4 Jun 2015, 8 Jun 2015, and 9 Jun 2015 at Seoul Samsung Medical Center;
## 1267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Patient no. 175 (74 year old male) was revealed to be a family member of Patient no. 118 [#1205 in this list], who came in contact with the virus at Pyeongtaek Good Morning Hospital.
## 1268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Patient no. 176 (51-year-old male) was hospitalized in the same ward as Patient no. 76 [#1155 in this list] at Konkuk University Medical Center.
## 1269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Patient no. 177 (50-year-old female) was hospitalized at Seoul Samsung Medical Center ED at the same time as Patient no. 14 [#1075 in this list] around 27 - 29 May 2015.
## 1270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Patient no. 178 (29-year-old male NB WHO reports as 30M) is a family member of a patient who was hospitalized at Pyeongtaek Bagae Hospital from 29 May 2015 through 6 Jun 2015.
## 1271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Patient no. 179 (54-year-old female) is a nurse under the employ of Gangneung Medical Center, who is presumed to have come in contact with Patients no. 96 [#1177 here], 97[#1178], and 132 [#1217].
## 1272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    41-year-old male from Hofuf city developed symptoms on 19 June and tested positive for MERS-CoV on 21 June. He is a family relative of a laboratory-confirmed MERS-CoV case that worked in a hospital with an ongoing MERS-CoV outbreak and that was reported in a previous DON on 23 June (case n. 1) [#1243 in this list]. The patient, who has comorbidities, was in home isolation; however, as symptoms worsened, he was admitted to hospital on 23 June. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 1273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          11-year-old, non-national male from the Eastern region was identified through contact screening as he is a family member of a laboratory-confirmed MERS-CoV case reported in a previous DON on 16 June. The patient, who has no comorbidities, tested positive for MERS-CoV on 18 June. He has no history of exposure to other known risk factors in the 14 days prior to detection. Currently, the patient is asymptomatic in a negative pressure isolation room on a ward.
## 1274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Patient no. 180 was hospitalized in the same ward as Patient no. 143 [#1228 in this list] at Busan Good Gang-An Hospital, and the case has been confirmed while monitoring under cohort (single room) isolation. ProMed suggests exposure 8/6-12/6
## 1275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Patient no. 181 (26 year old male, 26) was assigned as patient no. 135's [#1220 in this list] physician during the patient's hospitalization at Seoul Samsung Medical Center on 11-15 Jun 2015. Patient no. 181 started exhibiting symptoms while under home isolation on 17 Jun 2015 [NB WHO gives onset date of 23/6/15].
## 1276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Patient no. 182 (27 year old female) was revealed to be a nurse under the employ of Kyung Hee University Hospital at Gangdong, details soon to follow.
## 1277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             40-year-old male from Riyadh city developed symptoms on 24 June and was admitted to hospital on 26 June. The patient, who has comorbidities, tested positive for MERS-CoV on 27 June. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          65-year-old female from Riyadh city developed symptoms on 15 June and was admitted to hospital on 25 June. The patient, who has comorbidities, tested positive for MERS-CoV on 27 June. Currently, she is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   56-year-old female from Riyadh city developed symptoms on 23 June and was admitted to hospital on 28 June. The patient, who has comorbidities, tested positive for MERS-CoV on 30 June. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  60-year-old male from Nairyah city developed symptoms on 28 June and was admitted to hospital on 29 June. The patient, who has comorbidities, tested positive for MERS-CoV on 1 July. He has a history of contact with the camels owned by one of his family members. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          76-year-old male from Riyadh city developed symptoms on 17 June and was admitted to hospital on 21 June. The patient, who has comorbidities, tested positive for MERS-CoV on 30 June. Currently, he is in critical condition admitted to ICU on mechanical ventilation. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Died on 22/7/15 but reported as 67M by KSA on that date: this death is o/w not contained in the database and the WHO later report that this patient died. However, there is no report from the KSA MOH of the death of a 76M around this time. Therefore conclude that recording as 67M in report of death is a clerical error.
## 1282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   1 newly confirmed case (a 24 year old female nurse, currently under investigation),
## 1283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              35-year-old, non-national male from Turubah city developed symptoms on 28 June and was admitted to hospital on 1 July. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 July. He has a history of frequent contact with camels and consumption of their raw milk. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            a 24-year-old female nurse
## 1285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      25-year-old female physician at Samsung Hospital
## 1286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  a 50-year-old female, spouse of case #132 [#1217 in this list]: source of infection unclear due to quarantine timings [media report]
## 1287 36-year-old male from Finland. Between 10 and 18 June, he travelled to Saudi Arabia and stayed in Riyadh, Jeddah and Dammam. The patient had cough before travelling to Saudi Arabia; however, while in Saudi Arabia, he did not feel unwell and did not seek medical attention. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.  On June 18, the patient left Saudi Arabia, stayed overnight in Dubai, United Arab Emirates and travelled to Manila, Philippines on June 19. He was asymptomatic when he left Saudi Arabia. From 20 to 22 June, the patient was in the areas of Taguig and Makati in Manila. Between 23 and 24 June, he travelled from Manila to Penang, Malaysia via Kuala Lumpur, Malaysia. On 25 June, the patient travelled from Penang, Malaysia to Singapore and from Singapore to Manila. During his travels from Malaysia to Singapore and back to Manila, he was asymptomatic.  On June 30, the patient developed fever and cough and on 2 July he visited a hospital where he had specimens taken for laboratory testing. Against medical advice, he decided to leave the hospital. The patient stayed home on 3 July. On 4 July, he returned to the hospital to obtain the results of the tests but the clinic was closed. Then, the patient went to another hospital where he was seen by health care professionals. Once the patient tested positive for MERS-CoV on 4 July, he was brought by ambulance to a third hospital and placed in isolation. Currently, the patient is afebrile and remains in stable condition. Public health response  The Philippines Department of Health (DoH) is carrying out active tracing of household and healthcare contacts. The DoH is also actively tracing all passengers on the flights from Singapore to Manila.  The national authorities of Saudi Arabia and the United Arab Emirates have been informed. Investigations on the possible exposure and contact tracing are ongoing. Enhanced disease surveillance is being implemented.
## 1288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      77-year-old male from Jeddah city developed symptoms on 27 June and was admitted to hospital on 6 July. The patient, who has comorbidities, tested positive for MERS-CoV on 11 July. He has a history of frequent contact with camels and consumption of their raw milk. Currently, the patient is in critical condition in ICU.
## 1289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        60-year-old, female from Alqahmah city developed symptoms on 5 July and was admitted to a hospital in Jeddah on 9 July. The patient, who has comorbidities, tested positive for MERS-CoV on 11 July. She has a history of frequent contact with camels and consumption of their raw milk. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. See note on #1301 wrt possible death.
## 1290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           93-year-old male from Hofuf city developed symptoms on 12 July and was admitted to hospital on the same day. The patient, who has comorbidities, tested positive for MERS-CoV on 16 July. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient owns a camel farm; however, he has neither a history of contact with camels nor consumption of their raw milk [?!?]. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            32-year-old, non-national male from Riyadh city developed symptoms on 15 July and was admitted to hospital on 19 July. The patient, who has no comorbidities, tested positive for MERS-CoV on 20 July. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          60-year-old female from Raniah city developed symptoms on 12 July and was admitted to hospital on 19 July. The patient, who has comorbidities, tested positive for MERS-CoV on 21 July. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in an area with several camel farms; however, she has no history of contact with camels or consumption of raw camel products. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. 60F from Riyadh reported dead by KSA on 28/7/15; impossible to match this death to database but WHO reported this case as dead between 28/7 & 29/7 so the KSA report presumably refers to this case despite different cities mentioned [Riyadh instead of Raniah].
## 1293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     56-year-old male from Riyadh city developed symptoms on 13 July and was admitted to hospital on 15 July. The patient, who has comorbidities, tested positive for MERS-CoV on 19 July. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk.
## 1294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    52-year-old female from Riyadh city developed symptoms on 17 July and was admitted to hospital on the same day. The patient, who had comorbidities, tested positive for MERS-CoV on 21 July and passed away on 22 July. She was a family member of a laboratory-confirmed MERS-CoV case (case #1295 in this list).
## 1295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 54-year-old, non-national male from Riyadh city developed symptoms on 20 July while admitted to hospital since 20 July due to unrelated chronic medical conditions. He tested positive for MERS-CoV on 22 July. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with laboratory-confirmed MERS-CoV cases who were hospitalized in the same hospital (#1295 & #1290 [NB this patient from Jeddah] in this list) or with shared health care workers is ongoing.
## 1296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  28-year-old, non-national male from Riyadh city developed symptoms on 22 July and was admitted to the hospital on 23 July. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 July. Currently, he is in stable condition in a negative pressure room. The patient is a contact of a laboratory-confirmed MERS-CoV case (case #1293 in this list). He has no history of dealing with or consumption raw camel meat. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        30-year-old male from Riyadh city developed symptoms on 22 July and was admitted to the hospital on the same day. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 July. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (case #1293 in this list). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              44-year-old female from Alkharj city developed symptoms on 16 July and was admitted to hospital on 26 July. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient, who has comorbidities, tested positive for MERS-CoV on 27 July. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   67-year-old male from Riyadh city developed symptoms on 11 June and was admitted to hospital on 14 June. On 26 July, while hospitalized, he developed pneumonia. The patient, who has comorbidities, tested positive for MERS-CoV on 28 July. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with laboratory-confirmed MERS-CoV cases that were admitted to the same hospital (#1290, # 1295, #1297) or with shared health care workers is ongoing.
## 1300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    53-year-old male from Riyadh city developed symptoms on 20 July and was admitted to hospital on the same day. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 30 July. He is a relative of a laboratory-confirmed MERS-CoV case (case n. 5 – see DON published on 29 July). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 1301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                75-year-old, non-national male from Riyadh city developed symptoms on 21 July while hospitalized for an unrelated medical condition since 15 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 27 July and passed away on 4 August. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        78-year-old male from Riyadh city developed symptoms on 10 July and, on 11 July, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 28 July and passed away on 31 July. Investigation of possible epidemiological links with other MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   86-year-old male from Riyadh city developed symptoms on 25 July and, on 27 July, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 29 July. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. KSA report of death labelled as 86F; WHO report of 18/8/15 confirmed this patient died
## 1304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     31-year-old, non-national, female health worker from Riyadh developed symptoms on 27 July and was admitted to hospital on the same day. The patient, who is pregnant with no comorbidities, tested positive for MERS-CoV on 31 July. Currently, she is in critical condition in ICU. The patient works in a hospital that has been experiencing a MERS-CoV outbreak. Between 2 and 21 July, she provided care to a laboratory-confirmed MERS-CoV case (case #1283 in this list). Investigation of possible epidemiological links with other MERS-CoV cases admitted to the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          50-year-old male from Najran city developed symptoms on 29 July. On 2 August, the patient was admitted to hospital and tested positive for MERS-CoV. The patient, who has no comorbidities, works in an administrative role in a hospital. He has a history of frequent contact with camels and consumption of their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward. KSA recovery report lists as having comorbidities, but WHO says none.
## 1306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    38-year-old male from Riyadh city developed symptoms on 29 July and was admitted to hospital on 2 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 4 August. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 29-year-old, non-national, female health care worker from Riyadh developed symptoms on 3 August and was admitted to hospital on the same day. The patient, who has no comorbidities, tested positive for MERS-CoV on 4 August. She works in a hospital that has been experiencing a MERS-CoV outbreak. Currently, the patient is in stable condition in home isolation. Investigation of history of exposure to MERS-CoV cases admitted to her hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  72-year-old female from Riyadh city developed symptoms on 2 August while admitted to hospital for an unrelated medical condition since 29 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 4 August and passed away on 9 August. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is also ongoing. KSA report of death gives gender as M
## 1309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      42-year-old male from Riyadh city developed symptoms on 1 August while admitted to hospital for an unrelated medical condition since 10 July. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 3 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with positive MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           One of #1312, #1342 & #1419 recovered 6/9/15 & has comorbidities. Another on 8/9/15, other on 4/10/15: can't discern precise dates. 55-year-old male from Riyadh city developed symptoms on 23 July and, on 27 July, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 29 July. Currently, he is in critical condition admitted to ICU. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   50-year-old female from Riyadh city developed symptoms on 6 August and, on the same day, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 7 August. Currently, she is in stable condition in home isolation. The patient is a contact of a laboratory-confirmed MERS-CoV case (case#1312). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    74-year-old male from Riyadh city, Riyadh Region developed symptoms on 5 August and was admitted to hospital on 6 August. The patient, who has comorbidities, tested positive for MERS-CoV on 7 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (case #1318 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  31-year-old female from Riyadh city developed symptoms on 30 July while admitted to hospital for an unrelated medical condition since 12 July. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 1 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     60-year-old female from Riyadh city developed symptoms on 30 July and was admitted to a hospital in Riyadh on 6 August. The patient, who has comorbidities, tested positive for MERS-CoV on 8 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   55-year-old, non-national, female health care worker from Riyadh developed symptoms on 5 August and was admitted to hospital on 6 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 8 August. She works in a hospital that has been experiencing a MERS-CoV outbreak. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the MERS-CoV cases admitted to her hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One of #1318 & #1383 recovered 26/8/15 and has comorbidities; other same on 6/9/15. Not certain recovery dates are right way round. 49-year-old male from Riyadh city developed symptoms on 24 July and was admitted to hospital on the same day. The patient, who has comorbidities, tested positive for MERS-CoV on 2 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    73-year-old female from Riyadh city developed symptoms on 31 July and, on 2 August, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital due to unrelated medical conditions in the 14 days prior to the onset of symptoms. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 4 August and passed away on 11 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Think this is recovery #1 on 1/10/15, but KSA report says no comorbidities; if later contradicted this recovery needs to be added as unexplained. 57-year-old male from Riyadh city developed symptoms on 29 July and, on 30 July, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital due to unrelated medical conditions in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 2 August. Currently, he is in stable condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   57-year-old male from Riyadh city developed symptoms on 1 August and, on 4 August, was admitted to hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital due to unrelated medical conditions in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 6 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. KSA reported as 50M not 57M as WHO
## 1320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                65-year-old male from Riyadh city developed symptoms on 8 August and, on the same day, was admitted to hospital. The patient, who has comorbidities [KSA MOH recovery report says none], tested positive for MERS-CoV on 9 August. He is a contact of a laboratory-confirmed MERS-CoV case (#1315 in this list). Investigation of history of exposure to other known risk factors is ongoing. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward. 
## 1321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    99-year-old male from Riyadh city developed symptoms on 6 August while admitted to hospital for an unrelated medical condition since 23 May. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 8 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          56-year-old male national from Riyadh city developed symptoms on 4 August while admitted to hospital for an unrelated medical condition since 23 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 5 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   45-year-old male from Riyadh city developed symptoms on 4 August while admitted to hospital for an unrelated medical condition since 30 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 6 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   One of #1326, #1345, #1363, #1379 recovered 26/8/15 & has comorbidities; another died 27/8/15 & has comorbidities [WHO data should subsequently allow identification - but never confirmed! Is it the unmatched death of #1417?]; another recovered 31/8/15 & has comorbidities and another recovered 9/10/15. 63-year-old male from Riyadh city developed symptoms on 29 July and, on 3 August, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 5 August. He visited the emergency room of the same hospital due to his chronic conditions in the 14 days prior to the onset of symptoms. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. Currently, the patient is in critical condition in ICU.
## 1325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               58-year-old male [KSA MOH said 68M] from Abha city developed symptoms on 6 August and was admitted to hospital on 10 August. The patient, who has comorbidities, tested positive for MERS-CoV on 12 August. He has a history of contact with camels and consumption of their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 1326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         78-year-old female from Riyadh city developed symptoms on 7 August while admitted to hospital for an unrelated medical condition since 26 July. The patient, who has comorbidities, tested positive for MERS-CoV on 8 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                56-year-old female from Riyadh city developed symptoms on 7 August while admitted to hospital for an unrelated medical condition since 29 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 9 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               57-year-old male from Riyadh city developed symptoms on 8 August while admitted to hospital for an unrelated medical condition since 2010. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 11 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. One of #1330 & #1332 died 30/8/15, other on 31/8/15. Impossible to tell which so have arbitratily chosen earlier report to die first.
## 1329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    81-year-old female from Riyadh city developed symptoms on 6 August while admitted to hospital for unrelated medical conditions since 24 July. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 8 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           57-year-old male from Riyadh city developed symptoms on 5 August and was admitted to hospital on 9 August. The patient, who has comorbidities, tested positive for MERS-CoV on 11 August. Currently, he is in stable condition in a negative pressure isolation room in a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.  One of #1330 & #1332 died 30/8/15, other on 31/8/15. Impossible to tell which so have arbitratily chosen earlier report to die first.
## 1331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      47-year-old, non-national female from Riyadh city developed symptoms on 12 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 13 August. Currently, she is in stable condition in a negative pressure isolation room in a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1328 on this list) and has a history of visiting this case at the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              28-year-old female from Riyadh city developed symptoms on 12 August and was admitted to hospital on 13 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 14 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1329 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2-year-old boy from Riyadh city developed symptoms on 12 August and was admitted to hospital on 13 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 14 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1329 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 63-year-old female from Riyadh city developed symptoms on 8 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 14 August. She visited the emergency room of the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms due to an unrelated medical condition. Currently, the patient is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    64-year-old, non-national, male health worker from Najran city developed symptoms on 9 August and was admitted to the same hospital where he works on 11 August. The patient, who has comorbidities, tested positive for MERS-CoV on 12 August. Currently, he is in stable condition in a negative pressure isolation room in a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.  Think this is recovery #2 reported 19/8/15 by KSA - everything else matches but age is transposed.
## 1336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               90-year-old male [initial KSA said 60M] from Riyadh city developed symptoms on 7 August while admitted to hospital for unrelated medical conditions since 2 August. This hospital has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 9 August. He passed away on 13 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               41-year-old male from Riyadh city developed symptoms on 8 August and, on 11 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He visited the same hospital due to an unrelated medical condition in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 12 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      31-year-old female from Riyadh city developed symptoms on 13 August and, on 14 August, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 15 August. Currently, the patient is in stable condition in home isolation. She visited the emergency room of the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              74-year-old male from Riyadh city developed symptoms on 8 August and, on 9 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He visited the emergency room of the same hospital due to his chronic conditions. The patient has no history of exposure to other the known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 10 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         One of #1312, #1342 & #1419 recovered 6/9/15 & has comorbidities. Another on 8/9/15, other on 4/10/15: can't discern precise dates. 55-year-old male from Riyadh city developed symptoms on 11 August while admitted to hospital for his chronic conditions since 2 August. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 13 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       39-year-old, male health care worker from Riyadh city developed symptoms on 11 August and, on 12 August, was admitted to the same hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has no comorbidities, tested positive for MERS-CoV on 13 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       65-year-old male from Riyadh city developed symptoms on 4 August and was admitted to hospital on 5 August. On 8 August, while hospitalized, he developed further symptoms. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 10 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.[http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx] but there labelled as no comorbidities by KSA. 65-year-old male from Riyadh city developed symptoms on 4 August and was admitted to hospital on 5 August. On 8 August, while hospitalized, he developed further symptoms. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 10 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       One of #1326, #1345, #1363, #1379 recovered 26/8/15 & has comorbidities; another died 27/8/15 & has comorbidities [WHO data should subsequently allow identification - but never confirmed! Is it the unmatched death of #1417?]; another recovered 31/8/15 & has comorbidities and another recovered 9/10/15. 63-year-old male from Riyadh city developed symptoms on 9 August and, on 10 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital in the 14 days prior to the onset of symptoms due to his chronic conditions. He has no history exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 11 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       98-year-old female from Riyadh city developed symptoms on 9 August and, on 10 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital in the 14 days prior to the onset of symptoms due to her chronic conditions. The patient, who has comorbidities, tested positive for MERS-CoV on 11 August. She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          75-year-old male from Riyadh city developed symptoms on 30 July and, on the same day, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient has no history exposure to other known risk factors in the 14 days prior to onset of symptoms. On 8 August, while hospitalized, he developed further symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 13 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. 
## 1346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               61-year-old female from Riyadh city developed symptoms on 9 August and, on 12 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital due to her chronic conditions in the 14 days prior to the onset of symptoms. She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 13 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  70-year-old male from Riyadh city developed symptoms on 12 August while admitted to hospital for an unrelated medical condition since 20 April. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 13 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  86-year-old male from Riyadh city developed symptoms on 9 August while admitted to hospital due to his chronic conditions since 6 July. This hospital has been experiencing a small MERS-CoV outbreak. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 11 August and passed away on 21 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   35-year-old, non-national, female health care worker from Riyadh city developed symptoms on 11 August and, on 14 August, was admitted to the same hospital where she works . The patient, who has no comorbidities, tested positive for MERS-CoV on 16 August. Currently, she is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            48-year-old female from Riyadh city developed symptoms on 15 August and, on 16 August, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1305 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                65-year-old female from Riyadh city developed symptoms on 15 August and, on 16 August, was admitted to hospital. The patient, who has comorbidities [KSA MOH recovery report says no comorbidities], tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1338 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     28-year-old male from Riyadh city developed symptoms on 14 August and was admitted to hospital on 15 August. The patient, who has comorbidities [KSA MOH recovery report says no comorbidities], tested positive for MERS-CoV on 17 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1331 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                33-year-old [KSA MOH: 34] male from Riyadh city developed symptoms on 14 August and was admitted to hospital on 15 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 17 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient visited a relative at the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. One of #1355 & #1368 recovered 26/8/15 & has no comorbidities; other recovered 30/8/15 & has no comorbidities also. Have made decision to assign earlier date to earlier report, but may be incorrect. 
## 1354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       See note on #1369. If true then #1356, #1398 & #1430 recovered 9/9/15, 14/9/15 (& is *not* HCW), 16/9/15 but can't be sure of dates: have given earliest recovery to earliest report etc. 51-year-old female from Riyadh city developed symptoms on 14 August and was admitted to hospital on 16 August. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1346 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     80-year-old male from Riyadh city developed symptoms on 14 August while admitted to hospital due to his chronic conditions since 1 August. This hospital has been experiencing a MERS-CoV outbreak. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 15 August and passed away on 19 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        71-year-old male from Riyadh city developed symptoms on 13 August and, on the same day, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 15 August. He visited the emergency room of the same hospital in the 14 days prior to the onset of symptoms due to his chronic conditions. The patient had no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. He passed away on 20 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        71-year-old, non-national male from Riyadh city developed symptoms on 14 August while admitted to hospital due to his chronic conditions since 26 June. This hospital has been experiencing a MERS-CoV outbreak. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 15 August and passed away on 17 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    63-year-old male from Riyadh city developed symptoms on 16 August while admitted to hospital due to his chronic conditions since 27 July. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           86-year-old male from Riyadh city developed symptoms on 16 August while admitted to hospital for an unrelated medical condition since 8 August. This hospital has been experiencing a MERS-CoV outbreak. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 18 August and, on the same day, passed away. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   77-year-old female from Riyadh city developed symptoms on 16 August while admitted to hospital for her chronic conditions since 6 August. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  One of #1326, #1345, #1363, #1379 recovered 26/8/15 & has comorbidities; another died 27/8/15 & has comorbidities [WHO data should subsequently allow identification - but never confirmed! Is it the unmatched death of #1417?]; another recovered 31/8/15 & has comorbidities and another recovered 9/10/15  63-year-old male from Riyadh city developed symptoms on 15 August while admitted to hospital for an unrelated medical condition since 2 August. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, he is in stable condition in a negative pressure room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               60-year-old female from Riyadh city developed symptoms on 15 August while admitted to hospital for an unrelated medical condition since 24 July. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               64-year-old female from Riyadh city developed symptoms on 13 August while admitted to hospital for an unrelated medical condition since 24 July. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          60-year-old female from Riyadh city developed symptoms on 7 August and, on the same day, she was admitted to the hospital that has been experiencing a MERS-CoV outbreak. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. As her condition improved, the patient was discharged on 14 August. On 18 August, she developed further symptoms and, on the same day, was admitted to the same hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 19 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           35-year-old male from Riyadh city developed symptoms on 2 August and, on 4 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. As his condition improved, the patient was discharged on 13 August. On 17 August, he relapsed and, on the same day, was admitted to the same hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 19 August and passed away on 20 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One of #1355 & #1368 recovered 26/8/15 & has no comorbidities; other recovered 30/8/15 & has no comorbidities also. Have made decision to assign earlier date to earlier report, but may be incorrect. 34-year-old male from Riyadh city developed symptoms on 16 August and, on the same day, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital on 6 August for fever and headache he developed on the same day and was treated symptomatically. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has no comorbidities, tested positive for MERS-CoV on 18 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. 
## 1367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Believe this is recovery#3 on 14/9/15 - no non-HCW 59F, but also no HCW 51F (recovery #2) so I suspect the HCW data has been accidentally swapped: re-evaluate if 59F recovery comes up again [ #1356, #1398 & #1430]. 59-year-old, female health care worker developed symptoms on 11 August and, on 12 August, was admitted to the same hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 18 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          87-year-old male from Riyadh city developed symptoms on 30 July and, on 2 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 19 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        76-year-old female from Riyadh city developed symptoms on 19 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              40-year-old male from Riyadh city developed symptoms on 17 August and, on 18 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       109-year-old male from Riyadh city developed symptoms on 13 August while admitted to hospital for his chronic conditions since 3 August. This hospital has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       87-year-old male from Riyadh city developed symptoms on 17 August while admitted to hospital for his chronic conditions since 13 August. This hospital has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         72-year-old male from Riyadh city developed symptoms on 5 August and, on 9 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 19 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       71-year-old male from Riyadh city developed symptoms on 17 August while admitted to hospital for his chronic conditions since 16 August. This hospital has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              58-year-old female from Riyadh city developed symptoms on 13 August. On 14 August, the patient visited the emergency room of the hospital that has been experiencing a MERS-CoV outbreak. She was treated symptomatically and sent home. As symptoms worsened, the patient was admitted to hospital on 20 August. She tested positive on 21 August. The patient, who has comorbidities, is currently in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to the hospital that she visited after the onset of symptoms or with shared health care workers is ongoing. Also, investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. 
## 1376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Assume this is recovery #2 on 4/10/15 but comorbidity report mismatch. Add recovery as unexplained if info later contradicted. 40-year-old, non-national, female health care worker from Riyadh city developed symptoms on 18 August and, on the same day, was admitted to a different hospital from the one where she works. The hospital where the patient works has been experiencing a MERS-CoV outbreak. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has no comorbidities, tested positive for MERS-CoV on 20 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to the hospital where the patient works in, or with shared health care workers, is ongoing.
## 1377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One of #1326, #1345, #1363, #1379 recovered 26/8/15 & has comorbidities; another died 27/8/15 & has comorbidities [WHO data should subsequently allow identification - but never confirmed! Is it the unmatched death of #1417?]; another recovered 31/8/15 & has comorbidities and another recovered 9/10/15 63-year-old male from Riyadh city developed symptoms on 19 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. 
## 1378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           57-year-old female from Riyadh city developed symptoms on 17 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 19 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of two laboratory-confirmed MERS-CoV cases (#1305 & #1352 in this list).
## 1379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         41-year-old male from Riyadh city developed symptoms on 19 August and, on 20 August, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient visited a laboratory-confirmed MERS-CoV case (#1338 in this list) at the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     One of #1382 & #1452 recovered 16/9/15; other on 2/10/15. 61-year-old male from Riyadh city developed symptoms on 17 August and, on 20 August, was admitted hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient visited a laboratory-confirmed MERS-CoV case (#1338 in this list) at the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     49-year-old male from Riyadh city was admitted to hospital due to comorbid conditions on 3 August and, on 7 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He developed symptoms on 16 August and, on the same day, was admitted to a different hospital. The patient tested positive for MERS-CoV on 20 August.. Currently, he is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. One of #1318 & #1383 recovered 26/8/15 and has comorbidities; other same on 6/9/15. Not certain recovery dates are right way round.
## 1382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 28-year-old [KSA said 27M], non-national, male health care worker from Riyadh city developed symptoms on 18 August and, on 19 August, was admitted to the same hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in home isolation. The patient provided care to a laboratory-confirmed MERS-CoV case (#1383). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. One of #1384 & #1437 recovered 6/9/15 & has no comorbidities. Other recovered 9/9/15. Have made earlier diagnosis go with the earlier recovery.
## 1383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             26-year-old male from Riyadh city was admitted to hospital due to comorbid conditions on 18 May and, on 18 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. On 19 August, he developed symptoms and, on 20 August, was admitted to a different hospital. The patient tested positive for MERS-CoV on 22 August. Currently, he is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         78-year-old, non-national male from Riyadh city developed symptoms on 18 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in critical condition in ICU. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1359 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                40-year-old female from Riyadh city developed symptoms on 18 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 August. Currently, she is in critical condition in ICU. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1339 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  69-year-old male from Riyadh city developed symptoms on 16 August and, on 21 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 22 August. Currently, he is in critical condition in ICU. The patient visited the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     58-year-old, non-national, female health care worker from Riyadh city developed symptoms on 20 August and, on the same day, was admitted to the same hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 21 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  26-year-old, non-national, female health care worker from Riyadh city developed symptoms on 20 August and, on the same day, was admitted to the same hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    42-year-old, non-national male from Riyadh city developed symptoms on 20 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities [KSA death report says comorbidities], tested positive for MERS-CoV. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of two laboratory-confirmed MERS-CoV cases (#1330 & #1372 in this list).
## 1390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           82-year-old male from Riyadh city developed symptoms on 5 August and, on 20 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 22 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        42-year-old male [KSA said 38M] from Riyadh city developed symptoms on 21 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with two laboratory-confirmed MERS-CoV cases (#1338 & #1391 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         72-year-old female from Delam city [KSA MOH said Riyadh] developed symptoms on 17 August and, on 22 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 24 August. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             67-year-old female [KSA said 60M] from Alzolfi city developed symptoms on 18 August and, on 21 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Presumably this is recovery #1 on 18/9/15
## 1394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    64-year-old, non-national male [KSA MOH initially said female] from Riyadh city, Riyadh Region developed symptoms on 19 August and, on 22 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 24 August. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              75-year-old male from Riyadh city developed symptoms on 13 August while admitted to hospital due to his chronic conditions since 2 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 19 August and, on 25 August, passed away. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       See note on #1369. If true then #1356, #1398 & #1430 recovered 9/9/15, 14/9/15 (& is *not* HCW), 16/9/15 but can't be sure of dates: have given earliest recovery to earliest report etc. 51-year-old female from Riyadh city developed symptoms on 17 August and, on 18 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient underwent medical procedure for her chronic condition at the same hospital on 14 August. She tested positive for MERS-CoV on 20 August. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    69-year-old female from Riyadh city developed symptoms on 19 August while admitted to hospital due to her chronic conditions since 17 August. This hospital has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 21 August and, on 24 August, passed away. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      78-year-old male from Riyadh city developed symptoms on 18 August while admitted to hospital due to an unrelated medical condition. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        58-year-old male from Riyadh city developed symptoms on 19 August while admitted to hospital due to his chronic conditions since 7 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       30-year-old, non-national, female health care worker from Riyadh, who works in a hospital that has been experiencing a MERS-CoV outbreak, developed symptoms on 20 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 22 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Believe this is death #2 on 3/9/15 & confirmed by WHO on 09/09/15 but erroneously reported as case #1: see note on #1406. 69-year-old male [KSA said 68M] from Riyadh city developed symptoms on 19 August and, on 21 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He visited the emergency room of the same hospital in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 22 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 51-year-old, non-national, male health care worker from Riyadh, who works in the hospital that has been experiencing a MERS-CoV outbreak, developed symptoms on 23 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           81-year-old male from Riyadh city was admitted to hospital due to his chronic conditions on 1 August and, on 7 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. The patient developed symptoms on 9 August and, on 11 August, was admitted to the same hospital. He tested positive for MERS-CoV on 18 August. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        68-year-old female from Riyadh city developed cough and shortness of breath on 13 August and, on 15 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. On 20 August, while hospitalized, she developed fever. The patient, who has comorbidities, tested positive for MERS-CoV on 22 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. [Death apparently not independently reported by KSA MOH, but can be reconciled if death was reported as a 68M that died on 3/9/15: WHO give this patient as dying twice, suspect first report is accidental, which means that this is death we previously thought was #1395; also affects #1406 as this is best match for KSA death on 3/9/15 assuming initial WHO confirmation erroneous]
## 1405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         60-year-old male from Riyadh city was admitted to hospital due to chronic conditions and, on 9 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. On 16 August, the patient developed symptoms and, on 18 August, was admitted to the same hospital. He tested positive for MERS-CoV on 20 August. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     65-year-old male from Hofuf city developed symptoms on 16 August and, on 19 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 August. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   32-year-old, male health care worker from Delam city developed symptoms on 23 August and, on the same day, was admitted to the hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 August. Currently, he is in stable condition in home isolation. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      78-year-old male from Riyadh city was admitted to hospital due to chronic conditions on 8 August. This hospital has been experiencing a MERS-CoV outbreak. On 17 August, while hospitalized, he developed symptoms and, on 19 August, tested positive for MERS-CoV. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   30-year-old female from Riyadh city was admitted to hospital due to chronic conditions on 2 August. This hospital has been experiencing a MERS-CoV outbreak. On 20 August, while hospitalized, she developed symptoms and, on 22 August, tested positive for MERS-CoV. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                87-year-old female from Riyadh city was admitted to hospital due to chronic conditions on 4 August. This hospital has been experiencing a MERS-CoV outbreak. On 19 August, while hospitalized, she developed symptoms and, on 21 August, tested positive for MERS-CoV. The patient passed away on 27 August. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Simultaneously reported as stable & dead by KSA MOH.
## 1411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   58-year-old female from Riyadh city was admitted to hospital due to chronic conditions on 4 August. This hospital has been experiencing a MERS-CoV outbreak. On 20 August, while hospitalized, she developed symptoms and, on 22 August, tested positive for MERS-CoV. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              25-year-old, female health care worker from Riyadh city developed symptoms on 24 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 25 August. Currently, she is in stable condition in home isolation. The patient provided care to a laboratory-confirmed MERS-CoV case (#1396 in this list) in the 14 days prior to the onset of symptoms.
## 1413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        77-year-old female from Riyadh city underwent routine medical procedure for chronic conditions on 17 August at the hospital that has been experiencing a MERS-CoV outbreak. The patient developed symptoms on 24 August and, on 25 August, was admitted to another hospital. She tested positive for MERS-CoV on 26 August. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the first hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              50-year-old male from Delam city developed symptoms on 19 August and, on 23 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 25 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     68-year-old female [KSA MOH said Male] from Riyadh city was admitted to hospital due to chronic conditions on 2 August and, on 22 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. On 24 August, the patient developed symptoms and, on 27 August, was admitted to another hospital. She tested positive for MERS-CoV on 28 August and, on the same day, passed away [KSA MOH has made no mention of this but there is an unmatched reported death of a 63M on 27/8 - see #1326, #1345, #1363, #1379]. Investigation of possible epidemiological links with MERS-CoV cases in the first hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                54-year-old male from Najran city developed symptoms on 12 August and, on 27 August, was admitted to hospital. The patient, who had comorbidities and was a heavy smoker, tested positive for MERS-CoV on 28 August. He passed away on 29 August. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 One of #1312, #1342 & #1419 recovered 6/9/15 & has comorbidities. Another on 8/9/15, other on 4/10/15: can't discern precise dates. 55-year-old male from Al-Muzahmiyya city developed symptoms on 27 August and, on 28 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 29 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     24-year-old, non-national male health care worker from Riyadh city developed symptoms on 23 August and, on 24 August, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 26 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    67-year-old male from Hail city developed symptoms on 25 August and, on 27 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 29 August. Currently, he is in critical condition in ICU. The patient underwent medical procedure in the hospital in Riyadh that has been experiencing a MERS-CoV outbreak. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   34-year-old male from Riyadh city developed symptoms on 28 August and, on 30 August, was admitted to hospital on the same day. The patient, who has no comorbidities, tested positive for MERS-CoV on 30 August. Currently, he is in stable condition in home isolation. The patient came in contact with two laboratory-confirmed MERS-CoV cases (#1372 & #1391 in this list) while visiting at hospital. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         80-year-old female from Riyadh city developed symptoms on 27 August and, on 28 August, was admitted to hospital. The patient tested positive for MERS-CoV on 30 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Due to chronic conditions, the patient visited the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          33-year-old, non-national, female health care worker from Riyadh city developed symptoms on 24 August and, on 25 August, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 27 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                70-year-old female from Riyadh city developed symptoms on 24 August and, on 26 August, was admitted to hospital. The patient tested positive for MERS-CoV on 28 August. Currently, she is in critical condition in ICU. Due to chronic conditions, the patient visited the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         38-year-old male from Riyadh city developed symptoms on 27 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 29 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient came in contact with three laboratory-confirmed MERS-CoV cases (#1372, #1391 & #1422) while visiting at hospital. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  58-year-old male from Riyadh city was admitted to hospital due to chronic conditions on 9 May. This hospital has been experiencing a MERS-CoV outbreak. On 26 August, while hospitalized, the patient developed symptoms and, on 28 August, tested positive for MERS-CoV. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     57-year-old, non-national male from Riyadh city developed symptoms on 26 August and was admitted to hospital on 30 August. The patient, who has comorbidities, tested positive for MERS-CoV on 31 August. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    47-year-old male from Riyadh city developed symptoms on 24 August and, on 28 August, was admitted to hospital. The patient, tested positive for MERS-CoV on 30 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. In the 14 days prior to the onset of symptoms, the patient visited the hospital that has been experiencing a MERS-CoV outbreak due to chronic conditions. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days priority to the onset of symptoms.
## 1428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             See note on #1369. If true then #1356, #1398 & #1430 recovered 9/9/15, 14/9/15 (& is *not* HCW), 16/9/15 but can't be sure of dates: have given earliest recovery to earliest report etc. 51-year-old female from Riyadh city was admitted to hospital on 10 August due to chronic conditions. This hospital has been experiencing a MERS-CoV outbreak. She was discharged on 14 August. The patient developed symptoms on 27 August and, on 30 August, was readmitted to the hospital. She tested positive for MERS-CoV on 31 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days priority to the onset of symptoms.
## 1429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            31-year-old male from Riyadh city developed symptoms on 26 August and, on 31 August, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 1 September. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       44-year-old, non-national male from Riyadh city developed symptoms on 29 August and, on 30 August, was admitted to hospital. The patient tested positive for MERS-CoV on 31 August. Currently, he is in stable condition admitted to a negative pressure isolation room on a ward. The patient received regular medical care for his chronic conditions at the hospital that has been experiencing a MERS-CoV outbreak. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days priority to the onset of symptoms.
## 1431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          50-year-old female from Najran city developed symptoms on 29 August and, on 30 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 31 August. Currently, she is in stable condition admitted to a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1418 in this list). She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     32-year-old female from Najran city developed symptoms on 30 August and, on 31 August, was admitted to hospital. The patient, who is pregnant and has no comorbidities, tested positive for MERS-CoV on 1 September. Currently, she is in stable condition admitted to a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1418 in this list). She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      40-year-old, non-national, male health care worker from Riyadh city developed symptoms on 1 September and, on the same day, was admitted to the hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 September. Currently, he is in stable condition in home isolation. The patient provided care to a laboratory-confirmed MERS-CoV case (#1428 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms
## 1434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            53-year-old, non-national, male health care worker from Riyadh city developed symptoms on 28 August and, on 31 August, was admitted to the hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient provided care to a laboratory-confirmed MERS-CoV case (#1332 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             27-year-old, non-national, male health care worker from Riyadh city developed symptoms on 31 August and, on the same day, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 September. Currently, he is in stable condition in a negative pressure isolation room on award. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. One of #1384 & #1437 recovered 6/9/15 & has no comorbidities. Other recovered 9/9/15. Have made earlier diagnosis go with the earlier recovery. 
## 1436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        30-year-old female from Riyadh city developed symptoms 28 August while admitted to hospital due to chronic conditions since 16 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 30 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       16-year-old male from Riyadh city developed symptoms on 28 August while admitted to hospital due to chronic conditions since 21 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 30 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             44-year-old female, non-national health care worker from Riyadh city developed symptoms on 28 August and, on 30 August, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 31 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        KSA MOH recovery report says no comorbidities; reconsider if conflicts with later info. 29-year-old female, non-national health care worker from Riyadh city developed symptoms on 31 August and, on the same day, was admitted to hospital. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 2 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms
## 1440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       36-year-old female from Al-Kharj city developed symptoms on 24 August and, on 29 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 31 August. The current health status of the patient is unknown. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                46-year-old male from Najran city developed symptoms on 31 August and, on 1 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1418 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             73-year-old male from Riyadh city developed symptoms on 2 September and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 3 September. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     65-year-old male from Alnmas city developed symptoms on 31 August and, on 1 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 3 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1415 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptom
## 1444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               60-year-old female from Alnmas city developed symptoms on 31 August and, on 1 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 3 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1415 in this list). She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          76-year-old male from Riyadh city developed symptoms on 31 August while admitted to hospital due to chronic conditions since 9 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 2 September. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    24-year-old female, non-national health care worker from Riyadh city developed symptoms on 1 September and, on the same day, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 3 September. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Believe this must be recovery #6 on 9/9/15 as only 45M available [but if so wrong comorbidity and city (NB Al-Kharj cases often seem to end up in Riyadh). See not eon #1451]. 45-year-old male from Alkarj city developed symptoms on 1 September and, on 2 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 3 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              30-year-old male, non-national health care worker from Riyadh city developed symptoms on 3 September and, on the same day, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       45-year-old male from Riyadh city developed symptoms on 29 August and, on 3 September, was admitted to hospital. The patient, who has comorbidities [KSA MOH report of recovery says has none], tested positive for MERS-CoV on 4 September. Currently, he is in critical condition in ICU. The patient has history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          One of #1382 & #1452 recovered 16/9/15; other on 2/10/15. 61-year-old male from Riyadh city developed symptoms on 1 September and, on 4 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              51-year-old, non-national male from Riyadh city developed symptoms on 30 August and, on 2 September, was admitted to hospital. The patient tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. In the 14 days prior to the onset of symptoms, the patient frequently visited the hospital that has been experiencing a MERS-CoV outbreak due to his chronic conditions,. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 One of #1454 & #1502 recovered 22/9/15. Speed implies it is #1454. Other recovered 30/9/15. 48-year-old male from Riyadh city developed symptoms on 29 August and, on 4 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                30-year-old [KSA said 29F], female, non-national health care worker from Riyadh city developed symptoms on 3 September and, on the same day, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 September. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      77-year-old male from Riyadh city developed symptoms on 27 August and, on 3 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        27-year-old, male health care worker from Riyadh city developed symptoms on 29 August and, on the same day, was admitted to hospital. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 1 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   41-year-old male from Riyadh city developed symptoms on 29 August and, on 4 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    30-year-old [KSA said 31M], male, non-national health care worker from Riyadh city developed symptoms on 3 September and, on the same day, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               38-year-old, female, non-national health care worker from Riyadh city developed symptoms on 2 September and, on the same day, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 4 September. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             85-year-old male from Riyadh city developed symptoms on 2 September while admitted to hospital due to chronic conditions since 7 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 4 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                26-year-old female from Shaqra city developed symptoms on 29 August and, on 5 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             80-year-old male from Riyadh city developed symptoms on 27 August and, on 4 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  76-year-old female [KSA said 80F] from Madinah city developed symptoms on 5 September while admitted to hospital due to chronic conditions since 16 March. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 6 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Added as o/w unexplained recovery (#1 on 7/9/15: all existing 49M accounted for)
## 1464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        62-year-old female from Riyadh city developed symptoms on 3 September and, on 5 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 6 September. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Believe this is recovery #3 from 21/9/15 [Expat non-HCW; but report says in Riyadh not Al-Kharj]. Need to add to database as inferred recovery if later contradicted. 55-year-old, non-national male from Kharj city developed symptoms on 1 September and, on 5 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 7 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   58-year-old female from Riyadh [KSA said Al-Quway'iyah] city developed symptoms on 28 August and, on 5 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 6 September. Currently, she is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               23-year-old male [KSA said 25M] health care worker from Riyadh city developed symptoms on 4 September and, on 6 September, was admitted to hospital. The hospital where he works has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 8 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. Identified as fatality through WHO confirmation.
## 1468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  61-year-old male from Aldwadmi city developed symptoms on 31 August and, on 6 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 8 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with camels but has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   60-year-old male living in Jeddah city, Saudi Arabia travelled to Amman city, Jordan on 28 July. He developed symptoms on 31 July and, on 10 August, was admitted to hospital. The patient, who had comorbidities, was treated symptomatically and discharged on 18 August. As symptoms relapsed, on 20 August, the patient was admitted to another hospital in Amman on 23 August. He tested positive for MERS-CoV on 25 August and passed away on 27 August. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     38-year-old male from Kuwait city, Kuwait travelled to Amman city, Jordan on 7 August. He developed symptoms on 12 August and, on 17 August, was admitted to the hospital where a laboratory-confirmed MERS-CoV case was hospitalized (#1471). Since his arrival in Amman city, he frequently visited a family member at the same hospital. The patient, who has no comorbidities, has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He tested positive for MERS-CoV on 26 August. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with the index case or with shared health care workers is ongoing.
## 1471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       76-year-old male from Amman city developed symptoms. On 16 August, due to his chronic condition, the patient was admitted to the hospital where a laboratory-confirmed MERS-CoV case was hospitalized (#1471). He was discharged on the same day. On 20 August, the patient was admitted to the same hospital for a medical procedure for his chronic condition and, on 24 August, was discharged. On 25 August, he developed symptoms and was admitted to the same hospital. The patient tested positive for MERS-CoV on 25 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  47-year-old female from Kuwait city, Kuwait travelled to Amman city, Jordan on 15 July. She was identified through the screening of contacts of a laboratory-confirmed MERS-CoV case (#1472). The patient, who has no comorbidities, tested positive for MERS-CoV on 27 August. Currently, she is asymptomatic in home isolation. The patient visited her family members at the hospital where a laboratory-confirmed MERS-CoV case was hospitalized (#1471 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              73-year-old female from Amman city was admitted to hospital due to her chronic conditions on 21 August and, on 24 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. On 28 August, the patient developed symptoms and, on the same day, was admitted to the same hospital. She was treated symptomatically and discharged from hospital on 29 August. As her symptoms worsened, the patient visited a different hospital and was admitted on the same day. She tested positive for MERS-CoV on 31 August. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          56-year-old male from Amman city was admitted to hospital for a medical procedure on 18 August. This hospital has been experiencing a MERS-CoV outbreak. While hospitalized, on 28 August, the patient developed symptoms and, on 30 August, tested positive for MERS-CoV. The patient, who had comorbidities, passed away on 1 September. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            33-year-old, male, non-national health care worker from Madinah city developed symptoms on 5 September and, on 6 September, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 September. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              33-year-old male from Riyadh city developed symptoms on 4 September while admitted to hospital due to chronic conditions since 29 July. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 6 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             45-year-old male from Riyadh city developed symptoms on 31 August and, on 8 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 9 September. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, he is in critical condition in ICU.
## 1478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      82-year-old male from Madinah city developed symptoms on 4 September while admitted to hospital due to chronic conditions since 22 August. The patient tested positive for MERS-CoV on 6 September. Currently, he is in critical condition in ICU. The patient has a history of contact with a laboratory-confirmed MERS-CoV case (#1477 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     35-year-old, female, non-national health care worker from Madinah city developed symptoms on 5 September and, on 6 September, was admitted to the hospital where she works. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 September. Currently, she is in critical condition in ICU. The patient provided care to a laboratory-confirmed MERS-CoV case (#1421 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         34-year-old, male, non-national health care worker from Madinah city developed symptoms on 5 September and, on 6 September, was admitted to the hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 September. Currently, he is in critical condition in ICU. The patient provided care to a laboratory-confirmed MERS-CoV case (#1421 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                71-year-old female from Riyadh city developed symptoms on 6 September and, on 9 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 11 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       24-year-old, non-national, female health care worker from Jeddah city developed symptoms on 4 September and, on 10 September, was admitted to the hospital where she works. The patient, who has no comorbidities, tested positive for MERS-CoV on 10 September. Currently, she is in critical condition in ICU. The patient, who has a recent history of travelling to the Philippines, provided care to a laboratory-confirmed MERS-CoV case (#1499 in this list). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           34-year-old, non-national, female health care worker from Madinah developed symptoms on 8 September and was admitted to the hospital where she works on 9 September. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 10 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient provided care to a laboratory-confirmed MERS-CoV case (#1421 on this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          30-year-old male from Madinah city developed symptoms on 4 September and, on 6 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 September. Currently, he is in critical condition in ICU. The patient has a history of travelling to Riyadh during the 14 days prior to the onset of symptoms. Investigation of history of exposure to known risk factors in Riyadh is ongoing.
## 1485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               28-year-old, non-national, female health care worker from Riyadh city developed symptoms on 11 September and, on the same day, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 13 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   29-year-old, non-national, female health care worker from Riyadh city developed symptoms on 11 September and, on 12 September, was admitted to a different hospital from the one where she works which has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 14 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                55-year-old male [WHO initially said 60M] from Alqweiyha city developed symptoms on 13 September and, on 14 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 15 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with a laboratory-confirmed MERS-CoV case (#1468 on this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     78-year-old male from Amman city developed symptoms on 26 August and, on 1 September, was admitted to hospital. This hospital, which the patient frequently visited due to chronic conditions, has been experiencing a MERS-CoV outbreak. He passed away on 4 September and tested positive for MERS-CoV on 5 September. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           53-year-old male from Amman city developed symptoms on 27 August and, on 5 September, was admitted to hospital. The patient, who had comorbidities and was a heavy smoker, tested positive for MERS-CoV on 8 September. He passed away on 7 September. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 7-year-old female from Amman city tested positive for MERS-CoV while asymptomatic on 10 September. Currently, she is still asymptomatic and under observation in a negative pressure isolation room in a hospital. The patient, who has no comorbidities, is a contact of a laboratory-confirmed case (#1491 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               10-month-old female from Amman city developed symptoms on 9 September. The patient was admitted to hospital on 10 September and, on the same day, tested positive for MERS-CoV. Currently, she in stable condition in a negative pressure isolation room on a ward. The patient, who has no comorbidities, is a contact of a laboratory-confirmed case (# 1491 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               65-year-old female from Amman city developed symptoms on 3 September and, on 9 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 10 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient visited a laboratory-confirmed MERS-CoV case (#1473 in this list) at the hospital that has been experiencing a MERS-CoV outbreak. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         21-year-old female from Riyadh city developed symptoms on 11 September and, on 14 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 15 September. Currently, she is in stable condition in home isolation. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                38-year-old, non-national male from Riyadh city developed symptoms on 12 September and, on 14 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 15 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              14-year-old male from Riyadh city, who was identified through contact tracing, tested positive for MERS-CoV while asymptomatic on 17 September. The patient, who has no comorbidities, is a contact of a laboratory-confirmed case (#1496 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is still asymptomatic in home isolation.
## 1496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         63-year-old male from Riyadh city developed symptoms on 16 September and, on the same day, was admitted to hospital. He underwent medical procedure in the same hospital on 13 September. The patient, who had comorbidities, tested positive for MERS-CoV on 17 September. He passed away on 18 September. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. NB Looks like KSA death report on 19/9 gets gender wrong. 
## 1497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             72-year-old female from Jeddah city travelled to Amman, Jordan and was admitted to hospital for a medical procedure on 9 August. This hospital previously reported laboratory-confirmed MERS-CoV cases (#1471 & #1491 in this list). The patient was discharged from hospital on 22 August and, on the same day, travelled back to Jeddah. She developed symptoms on 30 August and, on the same day, was admitted to hospital. Between 31 August and 4 September, the patient was taken care of by a laboratory-confirmed MERS-CoV case (#1484 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 16 September. Currently, she is in critical condition in ICU.
## 1498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       30-year-old male [KSA reported 30F] from Jeddah city developed symptoms on 11 September and, on 16 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 18 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of travelling to Riyadh and returning back to Jeddah on 3 September. Investigation of history of exposure to the known risk factors in Riyadh and Jeddah in the 14 days prior to the onset of symptoms is ongoing.
## 1500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One of #1454 & #1502 recovered 22/9/15. Speed implies it is #1454. Other recovered 30/9/15.  48-year-old male from Riyadh city developed symptoms on 18 September and, on 19 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 September. He has a history of contact with a laboratory-confirmed MERS-CoV case (#1483 in this list). Currently, the patient is in stable condition in home isolation. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       90-year-old male from Najran city developed symptoms on 13 September and, on 17 September, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 19 September. He passed away on 25 September. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Added as o/w unexplained recovery (#1 on 20/9/15)
## 1503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   46-year-old male from Aloyoun city developed symptoms on 16 September and, on 18 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      59-year-old female from Riyadh city developed symptoms on 20 September and, on 21 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 September. Currently, she is in stable condition in home isolation. The patient has a history of contact with a laboratory-confirmed MERS-CoV case (#1483 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              27-year-old, female, non-national health care worker from Riyadh city, who was identified through contact tracing, tested positive for MERS-CoV while asymptomatic on 24 September. Currently, she is still asymptomatic in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to the hospital where she works is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            78-year-old male from Kuwait city developed symptoms on 8 September and, on 13 September, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 14 September. The patient owned dromedary camels and had a history of frequent contact with them. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 19 September. Contact tracing of household and healthcare contacts is ongoing for this case.
## 1507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  44-year-old, male, non-national health care worker from Riyadh city developed symptoms on 23 September and, on 24 September, was admitted to the hospital where he works. The patient, who has comorbidities, tested positive for MERS-CoV on 25 September. Currently, he is in stable condition in home isolation. The patient provided care to a laboratory-confirmed MERS-CoV case (#1469 on this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Added as o/w unexplained recovery [13/9/15] & previous thought that could have been #1438 contradicted by later information. Other possibility #1431 has no comorbidities
## 1509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              29-year-old, male health care worker from Amman city developed symptoms on 15 September. After attending the emergency room of the hospital where he works, the patient was treated symptomatically and sent home. The patient, who has comorbidities, tested positive for MERS-CoV on 20 September and was admitted to hospital. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient provided care to a laboratory-confirmed MERS-CoV case (#1491 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               60-year-old male from Amman city developed symptoms on 10 September and, on 15 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient visited a hospital in which a laboratory-confirmed MERS-CoV case had received care. Investigation of possible epidemiological links with the hospitalized MERS-CoV case or with the health care workers who took care of the case is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Added as o/w unexplained recovery on 21/9/15 [#4]: all 29F expat HCW w/ no comorbidities accounted for
## 1513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               38-year-old, non-national male from Riyadh city developed symptoms on 21 September and, on 28 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 30 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Contact tracing of household and healthcare contacts is ongoing.
## 1514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             69-year-old female from Amman city was admitted to hospital on 7 September due to a cardiovascular condition. The patient, who had comorbidities, was discharged from hospital on 16 September. On 17 September, she developed symptoms and, on the same day, was admitted to another hospital. The patient tested positive for MERS-CoV on 22 September and, on the same day, passed away. Investigation of possible epidemiological links with the MERS-CoV case in the first hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      39-year-old, female health care worker from Amman city, who was identified through contact tracing, tested positive for MERS-CoV while asymptomatic on 23 September. Currently, she is still asymptomatic in home isolation. The patient, who has no comorbidities, provided care to a laboratory-confirmed case (#1491 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         26-year-old, non-national female developed symptoms on 1 October and, on 8 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 9 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.  One of #1518 & #1521 has no comorbidities and recovered 23/10/15, other 27/10/15. Giving earlier report the earlier recovery
## 1517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   27-year-old, non-national female developed symptoms on 1 October and, on 10 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 11 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a household contact of a laboratory-confirmed MERS-CoV case (#1518 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Added as o/w unexplained recovery on 6/10/15
## 1519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        26-year-old, non-national female developed symptoms on 7 October and, on 11 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 12 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a household contact of two laboratory-confirmed MERS-CoV cases (case #1518 & #1519 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.  One of #1518 & #1521 has no comorbidities and recovered 23/10/15; other same on 27/10/15.
## 1520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   26-year-old[KSA said 23F], non-national female developed symptoms on 10 October and, on 11 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 12 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in the same area as three laboratory-confirmed MERS-CoV cases (#1518,#1519&#1521 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        29-year-old, non-national female from Riyadh city was identified through contact tracing. She developed symptoms on 13 October and, on 14 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 17 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in a housing compound that has been experiencing a MERS-CoV outbreak; furthermore, she has a history of contact with a MERS-CoV case (#1522 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Assume this is recovery #2 on 28/10/15 unless contradicted [moved to Riyadh?]. 65-year-old male from Aldawadmi city developed symptoms on 11 October and, on 16 October, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 17 October. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. 
## 1523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         76-year-old male from Hofuf city developed symptoms on 3 October and, on 14 October, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 16 October. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           61-year-old female from Riyadh city developed symptoms on 14 October and, on 16 October, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 18 October. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         29-year-old [KSA said 39F], non-national female from Riyadh city was identified through contact tracing. She developed symptoms on 15 October and, on 16 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 18 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in a housing compound that has been experiencing a MERS-CoV outbreak; furthermore, she has a history of contact with a MERS-CoV case (#1522 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        37-year-old male from Hofuf city developed symptoms on 8 October and, on 11 October, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 17 October. Currently, he is in critical condition in ICU. The patient owns sheep and has frequent contact with them; furthermore, he has a history of contact with camels in the 14 days prior to the onset of symptoms. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     52-year-old, non-national female from Riyadh city was identified through contact tracing while asymptomatic. The patient, who has comorbidities, tested positive for MERS-CoV on 21 October and, on the same day, was admitted to hospital. Currently, she is still asymptomatic and in stable condition in a negative pressure isolation room on a ward. The patient lives in a housing compound that has been experiencing a MERS-CoV outbreak; furthermore, she has a history of contact with a MERS-CoV case (#1522 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        75-year-old male from Hofuf city developed symptoms on 20 October, while admitted to hospital due to chronic conditions since 8 October. The patient tested positive for MERS-CoV on 21 October. Currently, he is in critical condition in ICU. The patient was admitted to the same ward as a laboratory-confirmed MERS-CoV case (#1525 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with the case and with shared health care workers is ongoing.
## 1529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    28-year-old, non-national female from Riyadh city developed symptoms on 15 October and, on 16 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in a housing compound [must be CK] that has been experiencing a MERS-CoV outbreak. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with previous cases detected in the compound is ongoing.
## 1530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  47-year-old, non-national, female health care worker from Riyadh city developed symptoms on 15 October and, on 19 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient ‬‬provided care to a laboratory-confirmed MERS-CoV case (#1518 on this list). She has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         60-year-old female from Riyadh city developed symptoms on 13 October and, on 22 October, was admitted to a hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 October. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             45-year-old, non-national male from Alkharj city developed symptoms on 13 October and, on 22 October, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 23 October and, on the same day, passed away. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing
## 1533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   36-year-old [KSA said 38F], non-national, female health care worker from Hofuf city developed symptoms on 15 October and, on 16 October, was admitted to the hospital where she works. The patient, who has no comorbidities, tested positive for MERS-CoV on 23 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient works in a hospital that has been experiencing a MERS-CoV outbreak and provided care to laboratory-confirmed MERS-CoV cases (#1528 & #1530 in this list although note these two were not previously linked). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           61-year-old male from Hofuf city developed symptoms on 20 October while admitted to hospital due to unrelated medical conditions since 2007. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 22 October and, on 30 October, passed away. Investigation of possible epidemiological links with MERS-CoV cases admitted to the hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             54-year-old male from Hofuf city was admitted to hospital due to chronic condition on 15 October and, on 22 October, was discharged. This hospital has been experiencing a MERS-CoV outbreak. The patient developed symptoms on 24 October and, on 25 October, was admitted to a different hospital. He tested positive on 26 October. Currently, the patient is in stable condition in a negative pressure isolation room. Investigation of possible epidemiological links with MERS-CoV cases admitted to the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               81-year-old male from Hofuf city developed symptoms on 22 October while admitted to hospital for unrelated medical conditions since 18 September. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 27 October. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases admitted to the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   24-year-old, non-national, female health care worker from Riyadh city developed symptoms on 23 October and, on 24 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 26 October. Currently, she is in stable condition in home isolation. The patient has a history of contact with a MERS-CoV case (#1532 in this list). She has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     56-year-old female from Riyadh city was identified through contact tracing while asymptomatic. The patient, who has comorbidities, tested positive for MERS-CoV on 26 October. Currently, she is still asymptomatic and in stable condition in home isolation. The patient has a history of contact with a MERS-CoV case (#1533 in this list). She has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       28-year-old, non-national, female health care worker from Hofuf city developed symptoms on 18 October and, on the same day, was home isolated. As symptoms worsened, on 23 October, she was admitted to the hospital where she works. The patient, who has no comorbidities, tested positive for MERS-CoV on 28 October. Currently, she in critical condition in ICU. The patient works in a hospital that has been experiencing a MERS-CoV outbreak and provided care to laboratory-confirmed MERS-CoV cases (#1528 & #1530 in this list; although they were not previously linked). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           50-year-old female from Afif city developed symptoms on 30 October and, on 31 October, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 1 November. She passed away on 4 November. The patient had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms.
## 1541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             70-year-old male from Riyadh city developed symptoms on 28 October and, on 30 October, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 1 November. He passed away on 11 November. The patient owned dromedary camels and had a history of frequent contact with them and consuming their raw milk. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Added as o/w unexplained recovery #2 on 5/11/15 [all 65F KSA F accounted for]. Reassign if WHO later contradict KSA age report. Could be #1540 ? 
## 1543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             47-year-old, non-national male from Alkharj city developed symptoms on 4 November and, on 11 November, was admitted to hospital in Riyadh. The patient, who has comorbidities, tested positive for MERS-CoV on 12 November. Currently, he is in critical condition in ICU. The patient has a history of contact with a MERS-CoV case (#1534 in this list)
## 1544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            53-year-old male from Amman city developed symptoms on 26 September and sought health care at a hospital, where he was treated symptomatically and sent home. On 29 September, as symptoms worsened, the patient returned to the hospital, where he was admitted to an isolation room. The patient was discharged on 1 October. On the same day, as his conditions did not improve, he visited a second healthcare facility, where he was treated symptomatically and sent home. On 3 October, as his condition deteriorated, the patient sought medical care and was admitted to a third health care facility. He tested positive for MERS-CoV on 6 October. Currently, the patient is in stable condition in ICU. He does not have comorbid conditions but is a smoker. The patient is a contact of a laboratory-confirmed MERS-CoV case reported to WHO on 21 September (#1513 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Contact tracing of household and healthcare contacts is ongoing.
## 1545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Added as o/w unexplained recovery #2 on 9/10/15 - no possible case match. Not detected until now as previous information contradicted by subsequent WHO information: see note on #1406
## 1546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     35-year-old female in Buridah city developed symptoms on 22 November and, on 27 November, was admitted to hospital. The patient tested positive for MERS-CoV on 28 December and passed away on 5 December. She had comorbidities.
## 1547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    21-year-old female from Riyadh city developed symptoms on 25 November and, on 30 November, was admitted to hospital. The patient, who has no comorbid conditions, tested positive for MERS-CoV on 1 December. Currently, she is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Assume recovery on 18/1/16 as no unassigned 22F
## 1548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              41-year-old, non-national female from Buridah city developed symptoms on 13 December and, on 14 December, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 15 December. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with a MERS-CoV case (#1548 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   48-year-old male from Najran city developed symptoms on 10 December, and on 15 December, was admitted to hospital. The patient tested positive for MERS-CoV on 16 December and, on 18 December, passed away. She had comorbidities and a history of frequent contact with camels and consumption of their raw milk.
## 1550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          54-year-old [expat] male from Jeddah city developed symptoms on 14 December and, on 24 December, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 26 December. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels.
## 1551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        59-year-old male from Onizah city developed symptoms on 18 December and, on 27 December, was admitted to hospital. The patient, who is a heavy smoker and has comorbidities, tested positive for MERS-CoV on 28 December. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        85-year-old male from Bisha city developed symptoms on 3 January. On the same day, the patient visited a hospital where he was treated symptomatically and sent home. On 9 January, the patient travelled by airplane to Riyadh to seek medical care. Once in Riyadh, he was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 11 January. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      50-year-old male from Madinah city developed symptoms on 3 January and, on 10 January, was admitted to hospital in Madinah. The patient, who has comorbidities, tested positive for MERS-CoV on 12 January. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 44-year-old male from the North Batinah Governorate developed symptoms on 25 December and, on 1 January, was admitted to hospital. On 3 January, the patient, who has no comorbidities, tested positive for MERS-CoV. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of exposure to dromedary camels in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Contact tracing of household contacts is ongoing for the case. Investigation of camels is also ongoing.
## 1555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 73-year-old male from Abu Dhabi developed symptoms on 27 December and visited a health care clinic in Abu Dhabi. He was treated symptomatically and sent home on the same day. On 31 December, the patient travelled to Oman with family members and returned back to Abu Dhabi on 1 January. On the same day, he developed symptoms and was admitted to hospital. The patient, who had no comorbidities, tested positive for MERS-CoV on 10 January. He passed away on 25 January. The patient had a history of frequent contact with camels. He consumed raw camel milk once in the 14 days prior to the onset of symptoms. He had no history of exposure to other risk factors in Abu Dhabi and in Oman in the 14 days prior to onset of symptoms.
## 1556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               85-year-old female from Abu Dhabi was detected through the tracing of contacts. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1557 in this list). She has no history of exposure to other risk factors in the 14 days prior to detection. The patient, who has comorbidities, tested positive for MERS-CoV on 13 January. Currently, she is asymptomatic admitted to a negative pressure isolation room on a ward.
## 1557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   85-year-old male from Muthnab city developed symptoms on 11 January and, on 19 January, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 January. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with his relatives who have a history of contact with camels. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          58-year-old male from Jeddah city developed symptoms on 12 January and, on 19 January, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 January. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Expat. Discovered during preventative measures taken for positive camel contacts in Jeddah camel market. 21-year-old, non-national male from Alkumrah city was identified through contact tracing while asymptomatic. The patient, who has no comorbidities, tested positive for MERS-CoV on 23 January. Currently, he is still asymptomatic and in home isolation. The patient has a history of contact with MERS-CoV positive camels. He has no history of exposure to other known risk factors in the 14 days prior to detection. 
## 1560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Expat. Discovered during preventative measures taken for positive camel contacts in Jeddah camel market. 45-year-old, non-national male from Alkumrah city was identified through contact tracing while asymptomatic. The patient, who has no comorbidities, tested positive for MERS-CoV on 23 January. Currently, he is still asymptomatic and in home isolation. The patient has a history of contact with MERS-CoV positive camels. He has no history of exposure to other known risk factors in the 14 days prior to detection. 
## 1561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Only possible match for Riyadh recovery on 6/2/16. 47-year-old male from Al-Kharj city developed symptoms on 24 January and, on 26 January, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 27 January. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The case is a 71-year-old Omani national who arrived in Bangkok, Thailand on 22 January. The patient travelled to Thailand to seek medical care. Once in Bangkok, the patient was admitted to hospital. On 23 January, he tested positive for MERS-CoV. The patient, who has comorbidities, first developed symptoms on 14 January while in Oman. On 18 January, he was admitted to hospital. On 21 January, against medical advice, the patient self-discharged from hospital. The patient was sampled before leaving the hospital. The sample tested positive for MERS-CoV on 25 January, after the patient had already left Oman. On 24 January, the National IHR Focal Point of Oman was informed about the case for the necessary follow up on contacts back in Oman and investigation of history of exposure. Investigations revealed that the case had contacts with camels in the 14 days prior to the onset of symptoms. No epidemiological links have been established between this case and the latest case detected in Oman.
## 1563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Expat. 43-year-old, non-national male from Riyadh city developed symptoms on [21 Jan 2016]. On [31 Jan 2016], he was admitted to hospital and, on the same day, tested positive for MERS-CoV. Currently, the patient, who has no comorbidities, is in stable condition in home isolation. Investigations showed no clear history of exposure to the known risk factors in the 14 days prior to the onset of symptoms. [Reported as a newly confirmed case on 1 Feb 2016, at which time he was noted to be in stable condition. At the time of initial confirmation, there was no history of contact with camels, and other possible exposures were under investigation. He was reported as a recovery on 5 Feb 2016. - Mod.MPP]
## 1564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Initially reported Taif. Recovery given as Jeddah & this is only possible match. 78-year-old male from Taif city developed symptoms on [31 Jan 2016] and, on [2 Feb 2016], was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on [3 Feb 2016]. Currently, he is in stable condition in a negative pressure isolation room. The patient has a history of consumption of raw camel milk in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations. [Reported as a newly confirmed case on 3 Feb 2016, at which time he was noted to be in stable condition. At the time of initial confirmation he was noted to be a primary case with direct contact with camels. - Mod.MPP]
## 1565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Expat. Reported as fatality. A 34-year-old non-healthcare worker expat male from Najran who was reported as having died at the time of initial confirmation. Information on possible risk exposures is currently under investigation. He did not have a history of pre-existing co-morbidities.
## 1566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    41-year-old non-healthcare worker Saudi male from Alkharj [in Riyadh province] who was noted to be in stable condition at the time of initial confirmation. The patient was noted to be a household contact of someone with known contact with camels (hence having indirect contact with camels).
## 1567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                66-year-old, male, Qatari national developed symptoms on 18 February while in Saudi Arabia, where he had stayed for approximately 2 months. On 19 February, the patient sought health care in a hospital in El-Hassa Region, Saudi Arabia, where he was treated symptomatically and discharged. The patient developed additional symptoms on 20 February. On the same day, as his condition deteriorated, the patient was transferred by ambulance to a hospital in Doha, Qatar. The patient, who was a heavy smoker and had comorbidities, tested positive for MERS-CoV on 21 February. He passed away on 7 March. The patient owned a camel barn in Saudi Arabia and frequently visited it. He had a history of frequent contact with the camels and of consumption of their raw milk. He had no history of contact with the other known risk factors in the 14 days prior to the onset of symptoms.
## 1568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              80-year-old male from Alkharj city developed symptoms on [6 Feb 2016] and, on [13 Feb 2016], was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on [14 Feb 2016]. He passed away on [16 Feb 2016]. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. [Reported as a newly confirmed fatal case on 16 Feb 2016. - Mod.MPP]
## 1569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 75-year-old male from Alkharj city developed symptoms on [8 Feb 2016] and, on [10 Feb 2016], was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on [12 Feb 2016] and, on the same day, passed away. He had a history of frequent contact with camels and consumption of their raw milk. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations. [Reported as a newly confirmed fatal case on 16 Feb 2016. - Mod.MPP]
## 1570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Removed as duplicate of 1567
## 1571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Removed as duplicate of 1568
## 1572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Removed as duplicate of 1566
## 1573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Removed as duplicate of 1565
## 1574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                56-year-old male from Hail city developed symptoms on 20 February and, on 23 February, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 February. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. ONLY POSSIBLE MATCH FOR RECOVERY #2 ON 7/3/16 - NEED TO ADD AS UNEXPLAINED RECOVERY IF LATER CONTRADICTED
## 1575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             60-year-old male from Najran city developed symptoms on 20 February and, on 22 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 24 February. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient owns sheep, goat and cows. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               53-year-old, non-national male from Abha city developed symptoms on 11 February and, on 20 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 22 February. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           74-year-old male from Afif city developed symptoms on 15 February and, on 21 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 22 February. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient owns camels and has a history of frequent contact with them and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and their investigation is ongoing. ONLY POSSIBLE MATCH FOR RECOVERY #1 ON 7/3/16 - ADD UNEXPLAINED RECOVERY IF LATER CONTRADICTED
## 1578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                28-year-old, non-national, female health care worker from Alkarj city was identified through contact tracing of laboratory-confirmed MERS-CoV cases (see DON published on 29 February – case no. 1 and 2; #1570 & #1571 in this list). The patient, who has no comorbidities, tested positive for MERS-CoV on 18 February. Currently, she is asymptomatic in home isolation. The patient has no history of exposure to the other known risk factors in the 14 days prior to detection.
## 1579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          24-year-old, non-national male from Riyadh city developed symptoms on 14 February and, on 16 February, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 17 February. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         53-year-old male from Riyadh city developed symptoms on 13 February and, on 16 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 17 February. Currently, the patient is in stable condition in home isolation. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        24-year-old, non-national male from Buraidah city developed symptoms on 19 February and, on the same day, was admitted to the hospital where the current MERS-CoV outbreak is occurring. While hospitalized, he developed further symptoms on 5 March. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 March. Currently, he is in critical condition in ICU. Investigation of epidemiological link with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         56-year-old, non-national male from Buraidah city developed symptoms on 6 February and, on the same day, was admitted to the hospital where the current MERS-CoV outbreak is occurring. While hospitalized, the patient developed further symptoms on 7 March. He was admitted to ICU and passed away on the same day. The patient, who had comorbidities, tested positive for MERS-CoV on 8 March. Investigation of epidemiological links with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    68-year-old female from Buraidah city developed symptoms on 2 March and, on 5 March, was admitted to the hospital where the current MERS-CoV outbreak is occurring. The patient, who has comorbidities, tested positive for MERS-CoV on 7 March. Currently, the patient is in stable condition in a negative pressure isolation room. Investigation of exposure to the known risk factor in the 14 days prior to the onset of symptoms is ongoing.
## 1584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              41-year-old male from Alzulfi city developed symptoms on 25 February and, on 4 March, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of exposure to the known risk factor in the 14 days prior to the onset of symptoms is ongoing.
## 1585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               81-year-old male from Buraidah city was first admitted to the hospital where the current MERS-CoV outbreak is occurring, between 5 and 28 February. After discharge, he developed further symptoms on 1 March and was readmitted to the same hospital on 4 March. The patient, who has comorbidities, tested positive for MERS-CoV on 6 March. Currently, he is in critical condition in ICU. Investigation of epidemiological links with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           42-year-old male from Buraidah city developed symptoms on 26 February and, on 4 March, was admitted to the hospital where the current MERS outbreak is occurring. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 March. Currently, the patient is in stable condition in a negative pressure isolation room. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 36-year-old, non-national male from Buraidah city (working at the hospital where the current MERS-CoV outbreak is occurring) developed symptoms on 28 February and, on 4 March, was admitted to the same hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of epidemiological links with MERS-CoV cases admitted to this hospital is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          68-year-old male from Alrass city developed symptoms on 3 March and, on 5 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 7 March. Currently, he is in stable condition in a negative pressure isolation room. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     76-year-old male from Buraidah city was admitted to the hospital where the current MERS-CoV outbreak is occurring on 4 February, due to his chronic comorbid conditions. While hospitalized, he developed further symptoms on 3 March. The patient tested positive for MERS-CoV on 5 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of epidemiological links with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     62-year-old, non-national male from Buraidah city, working as a physician in the hospital where the current MERS-CoV outbreak is occurring, developed symptoms on 3 March and, on 4 March, was admitted to the same hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of epidemiological links with MERS-CoV cases hospitalized in this hospital is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   49-year-old male from Riyadh city developed symptoms on 1 March and, on 5 March, was admitted to the hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 March. Currently, he is in stable condition in a negative pressure isolation room. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              70-year-old male from Buraidah city developed symptoms on 10 February and, on 17 February, was admitted to the hospital where the current MERS outbreak is occurring. The patient, who has comorbidities, first tested negative for MERS-CoV on 20 February, but later tested positive on 4 March after worsening of symptoms. Currently, he is in stable condition in a negative pressure isolation room. Investigation of epidemiological links with MERS-CoV cases hospitalized in this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         82-year-old male from Hail city developed symptoms on 10 February and, on 22 February, was admitted to the hospital where the current MERS outbreak is occurring. The patient, who has comorbidities, first tested negative for MERS-CoV on 24 February, but later tested positive on 4 March after worsening of symptoms. Currently, he is in critical condition in ICU. Investigation of epidemiological link with MERS-CoV cases hospitalized in this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. ASSUME DEATH #1 on 9/3/16 change later if contradicted
## 1594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    23-year-old male from Buraidah city was admitted to the hospital where the current MERS outbreak is occurring on 15 February, due to a chronic comorbid condition. On 2 March, while hospitalized, he developed further symptoms, and tested positive for MERS-CoV on 4 March. Currently, the patient is in critical condition in ICU, but not on mechanical ventilation. Investigation of epidemiological link with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              49-year-old [Expat] male from Jeddah city, working as a physician in a hospital, developed symptoms on 26 February and, on 2 March, was admitted to the same hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 4 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         67-year-old female from Buraidah city developed symptoms on 28 February and, on 1 March, was admitted to the hospital where the current MERS outbreak is occurring. The patient, who had comorbidities, tested positive for MERS-CoV on 3 March. She was in critical condition in ICU but not on mechanical ventilation, and passed away on 6 March. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              52-year-old female from Riyadh city developed symptoms on 22 February and, on 25 February, was admitted to hospital. The patient, who has comorbidities, first tested negative for MERS-COV on 27 February, but later tested positive on 3 March after worsening of symptoms. Currently, she is in critical condition in ICU but not on mechanical ventilation. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     40-year-old male from Buraidah city first developed symptoms on 22 February and, on the same day was admitted to the hospital where the current MERS outbreak is occurring. While hospitalized, he developed further symptoms on 28 February. The patient, who had comorbidities, tested positive for MERS-CoV on 1 March. He was in critical condition in ICU, and passed away on 4 March. Investigation of epidemiological link with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The case had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       30-year-old, non-national male from Riyadh city developed symptoms on 26 February and, on 27 February, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 28 February. The patient has a history of contact with two MERS-CoV cases (see DON published on 10 March – case no. 6, and case no. 22 below). He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room.
## 1600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      68-year-old male from Shaqra city developed symptoms on 15 February and, on 25 February, was admitted to the hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 27 and 28 February (a second sample was tested for further confirmation). Currently, he is in stable condition in a negative pressure isolation room. He has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               72-year-old male from Al Artawiyah city developed symptoms on 23 February and, on 27 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 28 February. Currently, he is in stable condition in a negative pressure isolation room. He has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations. Belive this is recovery on 6/4/16; if not it's recovery #1 on 23/3/16 - see #1607
## 1602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           30-year-old, non-national male from Riyadh city developed symptoms on 19 February and, on 20 February, was admitted to hospital. The patient, who has comorbidities, first tested negative for MERS-CoV on 21 and 24 February, but after worsening of symptoms, tested positive on 27 February. The patient has a history of contact with a MERS-CoV case (see DON published on 10 March – case no. 6; #1581 here ). He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU. RECOVERY SAYS NO COMORBIDITIES; ASSUMING THIS IS ERRONEOUS
## 1603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    50-year-old male from Muhayil city developed symptoms on 19 February and, on 25 February, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 27 February. The patient was in critical condition in ICU, and passed away on 26 February. He had a history of frequent contact with camels and consumption of their raw milk. He had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       68-year-old male from Riyadh city developed symptoms on 15 February and, on 23 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 25 February. Currently, he is in stable condition in a negative pressure isolation room. Investigation of history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 72-year-old male from Arruwaidhah city developed symptoms on 17 February and, on 23 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 25 February. Currently, he is in critical condition in ICU, but not on mechanical ventilation. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Believe this is recovery #1 on 23/3/16; if not it's recovery on 6/4/16: see #1603
## 1606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   75-year-old male from Taif city developed symptoms on 1 March and, on 7 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 9 March. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     62-year-old male from Jubail city developed symptoms on 5 March and, on 7 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     26-year-old male from Buraidah city developed symptoms on 6 March and, on 7 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 9 March. Currently, he is in stable condition in home isolation. The patient is a healthcare worker in the hospital where the MERS-CoV outbreak is occurring. Investigation of epidemiological links with the MERS-CoV cases hospitalized in the same hospital is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  22-year-old female from Buraidah city was admitted to the hospital where the MERS-CoV outbreak is occurring for an unrelated medical condition on 3 March and was discharged on the same day. On 4 March, she developed symptoms, on 6 March, she was admitted to the same hospital and, on 8 March, the patient tested positive for MERS-CoV. The patient, who has comorbidities, is in critical condition in ICU. Investigation of epidemiological links with MERS-CoV cases hospitalized in the same hospital or with shared healthcare workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                29-year-old male from Buraidah city developed symptoms on 6 March while being admitted to the hospital where the MERS-CoV outbreak is occurring – the patient was admitted to the hospital for an unrelated medical condition on 28 February. The patient, who had comorbidities, tested positive for MERS-CoV on 8 March. He passed away on 9 March. Investigation of epidemiological links with MERS-CoV cases hospitalized in the same hospital or with shared healthcare workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        64-year-old, non-national male from Jeddah city developed symptoms on 1 March and, on 7 March, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 8 March. He passed away on 8 March. Investigation of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      50-year-old male from Buraidah city was admitted to the hospital where the MERS-CoV outbreak is occurring for an unrelated medical condition on 2 February. While hospitalized, he developed symptoms on 4 March.* The patient, who has comorbidities, tested positive for MERS-CoV on 8 March. Currently, he is in critical condition in ICU on mechanical ventilation. Investigation of epidemiological links with MERS-CoV cases hospitalized in the same hospital or with shared healthcare workers is ongoing. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 48-year-old male from Hail city developed an unrelated medical condition on 8 March and, on 9 March, was admitted to hospital. On 10 March, while hospitalized, he developed symptoms and, on 11 March, tested positive for MERS-CoV. Currently, the patient, who has comorbidities, is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   74-year-old female from Riyadh city developed symptoms on 3 March and, on 9 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 11 March. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       83-year-old male from Al Makhwah [KSA says Baha] city was admitted to a hospital in Jeddah for an unrelated medical condition on 6 March. On 8 March, while hospitalized, he developed symptoms and, on 10 March, tested positive for MERS-CoV. Currently, the patient, who has comorbidities, is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                31-year-old, non-national, female health care worker from Buraidah city was identified while asymptomatic through the tracing of contacts of MERS-CoV cases. The patient, who has no comorbidities, works in the hospital where the MERS-CoV outbreak is occurring. She tested positive for MERS-CoV on 11 March. Currently, the patient is still asymptomatic in home isolation. Investigation of epidemiological links with MERS-CoV cases admitted to the same hospital is ongoing.
## 1617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       29-year-old, non-national female from Buraidah city was identified while asymptomatic through the tracing of contacts of MERS-CoV cases. The patient, who has no comorbidities, works as a cleaner in the hospital where the MERS-CoV outbreak is occurring. She tested positive for MERS-CoV on 10 March. Currently, the patient is still asymptomatic in home isolation. Investigation of epidemiological links with MERS-CoV cases admitted to the same hospital is ongoing.
## 1618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   25-year-old, non-national, female health care worker from Buraidah city was identified while asymptomatic through the tracing of contacts of MERS-CoV cases. The patient, who has comorbidities, works in the hospital where the MERS-CoV outbreak is occurring. She tested positive for MERS-CoV on 10 March. Currently, the patient is still asymptomatic in home isolation. Investigation of epidemiological links with MERS-CoV cases admitted to the same hospital is ongoing.
## 1619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 47-year-old male from Taif city developed symptoms on 9 March and, on 10 March, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 11 March. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with a previously reported MERS-CoV case (see DON published on 16 March – case no. 1[#1608 here]). He was under observation and was identified after developing symptoms. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 45-year-old male from Alkharj city developed symptoms on 11 March and, on 13 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 14 March. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and investigation of camels is ongoing.
## 1621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            60-year-old male from Hail city developed fever, nausea, and shortness of breath on 5 March and, on 10 March, was admitted to the hospital in Buraidah where the MERS outbreak is currently occurring. The patient, who has comorbidities, tested positive for MERS-CoV on 12 March. Currently, the patient is in critical condition in ICU. Investigation of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              33-year-old, non-national male from Buraidah city developed symptoms on 2 March and, on 10 March, was admitted to the hospital where the MERS outbreak is currently occurring. The patient, who has no comorbidities, tested positive for MERS-CoV on 12 March Currently, he patient is in critical condition in ICU. The patient frequently visited a family member who has been admitted to the same hospital since 23 February due to an unrelated medical condition. Investigation of epidemiological links with MERS-CoV cases admitted to the hospital is ongoing. The patient has no history of exposure to the other risk factors in the 14 days prior to the onset of symptoms.
## 1623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      54-year-old, non-national male from Buraidah city developed symptoms on 4 March and, on 9 March, was admitted to the hospital where the MERS-CoV outbreak is currently occurring. Prior to symptom onset, the patient regularly visited the same health care facility for an unrelated medical condition. On 14 March, the patient, who has comorbidities, tested positive for MERS-CoV. Currently, he is in critical condition in ICU. Investigation of epidemiological link with MERS-CoV cases admitted to the same hospital or with shared healthcare workers is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       84-year-old male from Buraidah city developed symptoms on 2 March and, on 9 March, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 11 March. He passed away on 14 March. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              45-year-old male from Riyadh city developed symptoms on 29 February and, on 13 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 14 March. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             78-year-old female from Alkharj city developed symptoms on 10 March and, on 13 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 14 March. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent consumption of raw camel milk.
## 1627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       56-year-old male from Buraidah city, Qassim Region. He developed symptoms on 26 March and was admitted to a hospital in Riyadh on 28 March. He tested positive for MERS-CoV on 30 March. The patient has comorbidities and a history of contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition admitted to ICU. The Ministry of Agriculture has been informed and investigation of the dromedaries is ongoing.
## 1628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              55-year-old male from Jazan city developed symptoms on 10 March and was admitted to a hospital in Abha on 23 March. He tested positive for MERS-CoV on 25 March. The patient has comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition admitted to ICU.
## 1629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 72-year-old male [orig KSA said 65M] from Turbah city developed symptoms on 20 March and was admitted to a hospital in Taif on 25 March. He tested positive for MERS-CoV on 27 March. The patient has comorbidities and a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition admitted to ICU. The Ministry of Agriculture has been informed and investigation of the dromedaries is ongoing.
## 1630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  78-year-old male from Hail city developed symptoms on 22 March and was admitted to a hospital on 24 March. He tested positive for MERS-CoV on 26 March. The patient had comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 26 March.
## 1631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         76-year-old male from Makkah city [orig KSA said Buraidah] developed symptoms on 18 March and was admitted to a hospital in Jeddah on 24 March. He tested positive for MERS-CoV on 26 March. The patient has comorbidities. He is a contact of the MERS-CoV case reported in a previous DON on 23 March (case no. 2; #1626 in this list). He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            76-year-old female from Riyadh Al Khabra developed symptoms on 10 March and was admitted to a hospital in Buraidah on 13 March. She tested positive for MERS-CoV on 23 March. The patient had comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 25 March.
## 1633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           57-year-old, male non-national from Buraidah city developed symptoms on 15 March and was admitted to a hospital on 21 March. He tested positive for MERS-CoV on 23 March. The patient has no comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         65-year-old male from Alrass city [orig KSA said 84F] developed symptoms on 19 March and was admitted to a hospital on 21 March. He tested positive for MERS-CoV on 23 March. The patient has comorbidities. He has a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition admitted to ICU. The Ministry of Agriculture has been informed and investigation of dromedaries is ongoing.
## 1635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         57-year-old male from Buraidah city developed symptoms on 16 March and was admitted to a hospital in Buraidah on 19 March. He tested positive for MERS-CoV on 23 March. The patient has comorbidities and a history of visiting the emergency room of the hospital where a MERS-CoV outbreak occurred (see DON published on 14 March). He is also one of the household contacts of the 50-year-old male national MERS-CoV case reported in a previous DON on 16 March (case no. 7). Investigation of exposure to MERS-CoV cases admitted to the same hospital, shared healthcare workers or other risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition admitted to the ICU.
## 1636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         78-year-old female from Buraidah city developed an unrelated medical condition on 5 March and visited the emergency room of the hospital where the MERS-CoV outbreak occurred. She was treated symptomatically and sent home. She developed further symptoms on 13 March and was admitted to the same hospital on 19 March. The patient tested positive for MERS-CoV on 21 March. Investigation of exposure to MERS-CoV cases admitted to the same hospital, shared healthcare workers or other risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            29-year-old female from Buraidah city was admitted on 11 March to the hospital in Buraidah where the MERS-CoV outbreak occurred due to an unrelated medical condition. On 18 March, while hospitalized, she developed symptoms and tested positive for MERS-CoV on 20 March. Investigation of exposure to MERS-CoV cases hospitalized in the same hospital, shared healthcare workers or other risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 20 March.
## 1638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     55-year-old male non-national from Hail city developed symptoms on 11 March and was admitted to a hospital on 15 March. He tested positive for MERS-CoV on 19 March. The patient had comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 25 March.
## 1639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 21-year-old male non-national from Alkharj city developed symptoms on 14 March and was admitted to a hospital on 16 March. He tested positive for MERS-CoV on 18 March. The patient has no comorbidities. He has a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture has been informed and investigation of the dromedaries is ongoing.
## 1640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     56-year-old female national, housewife and living in Buraidah city, Qassim Region. She developed fever and shortness of breath on 17 March and was admitted to a hospital in Buraidah on the same day. She tested positive for MERS-CoV on 18 March. The patient had comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 19 March.
## 1641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       66-year-old male from Buraidah city developed symptoms on 13 March and was admitted to a hospital on 15 March. He tested positive for MERS-CoV on 17 March. The patient had comorbidities. The patient visited the emergency room of the hospital where the MERS-CoV outbreak occurred on 8 March for an unrelated medical condition. Investigation of exposure to MERS-CoV cases admitted to the same hospital, shared healthcare workers or other risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 22 March.
## 1642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  60-year-old male from Buraidah city developed symptoms on 13 March and was admitted to a hospital in Riyadh on 15 March. He tested positive for MERS-CoV on 17 March. The patient has comorbidities. The patient visited the emergency room of the hospital where the MERS-CoV outbreak occurred on 10 March. Investigation of history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             54-year-old male from Najran [orig KSA said Thar] city developed symptoms on 3 April and was admitted to a hospital on 12 April. He tested positive for MERS-CoV on 14 April. The patient has comorbidities and a history of frequent contact with dromedaries and consumption of their raw milk. Currently, he is in stable condition in a negative pressure isolation room at the hospital. The Ministry of Agriculture has been informed and investigation is ongoing.
## 1644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     25-year-old male from Riyadh city was admitted to a hospital on 29 March due to an unrelated medical condition. On 10 April, and while hospitalized, he developed symptoms. The patient tested positive for MERS-CoV on 12 April. He was admitted to ICU with a MERS-CoV case (see below – case no. 9; #1653 in this list), between 2 and 4 April. He has no history of exposure to the other known risk factors in the 14 days prior to onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room at the hospital. KSA REPORTED RECOVERED ON 2/5/16, BUT SUBSEQUENT WHO REPORT SAID HE DIED.
## 1645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      73-year-old male from Riyadh city developed symptoms on 9 April and was admitted to a hospital on 11 April. The patient tested positive for MERS-CoV on 12 April. The patient has comorbidities. Investigation of history of exposure to the known risk factors is ongoing. Currently the patient is in critical condition admitted to ICU. Think this is the death reported by WHO & in arabic on 4/5/16 by KSA
## 1646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         71-year-old male from Khayber city developed symptoms on 3 April and was admitted to a hospital on 10 April. The patient tested positive for MERS-CoV on 11 April. The patient has comorbidities and a history of frequent contact with dromedaries and consumption of their raw milk. Currently he is in stable condition in a negative pressure isolation room at the hospital. The Ministry of Agriculture has been informed and investigation is ongoing.
## 1647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                21-year-old male from Hofuf city developed symptoms on 9 April and was admitted to a hospital on the same day. The patient tested positive for MERS-CoV on 10 April. The patient has no comorbidities but has a history of frequent contact with dromedaries and consumption of their raw milk. Currently he is in stable condition in a negative pressure isolation room at the hospital. The Ministry of Agriculture has been informed and investigation is ongoing.
## 1648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          59-year-old male from Dammam city developed symptoms on 6 April and was admitted to a hospital on 7 April. The patient tested positive for MERS-CoV on 8 April. The patient has comorbidities and a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition in home isolation. The Ministry of Agriculture has been informed and investigation is ongoing.
## 1649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            70-year-old male from Abha city developed symptoms on 2 April and was admitted to a hospital on 5 April. The patient tested positive for MERS-CoV on 6 April. The patient had comorbidities. Investigation of history of exposure to the known risk factor is ongoing. The patient passed away on 6 April.
## 1650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 53-year-old male from Najran city underwent an elective surgery in a hospital on 18 March. He developed complications and was transferred to a different hospital on 2 April. The patient tested positive for MERS-CoV on 4 April. The patient has comorbidities. Investigation of history of exposure to the known risk factor is ongoing. Currently the patient is in critical condition admitted to ICU on mechanical ventilation.
## 1651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      74-year-old male from Alkharj city developed symptoms on 20 March and was admitted to a hospital in Riyadh on 24 March. The patient tested positive for MERS-CoV on 4 April. The patient had comorbidities. Investigation of history of exposure to any of the known risk factor is ongoing. The patient passed away on 5 April.
## 1652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              75-year-old female from Buraidah city was bed ridden for several years. She was admitted to a hospital in Buraidah on 12 March where the MERS-CoV outbreak occurred (see DON published on 14 March) for an unrelated medical condition. On 29 March, and while hospitalized she developed symptoms. The patient tested positive for MERS-CoV on 30 March. She had comorbidities. Investigation of exposure to any MERS-CoV cases hospitalized in the same hospital, shared healthcare workers or other known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 29 March.
## 1653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          61-year-old, Saudi male was admitted on 29 March to a health care facility in Bahrain for an unrelated medical condition. He was screened for MERS-CoV, a routine procedure for those coming from Saudi Arabia, and tested negative for the infection. On 4 April, and while hospitalized, he developed symptoms. On 9 April, the patient tested positive for MERS-CoV. The patient had comorbidities. He owned a dromedary barn in Saudi Arabia and had a history of frequent contact with them and consumption of their raw milk. He had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. On 12 April, he was transferred to a hospital in Dammam city, Saudi Arabia but passed away on the same day.
## 1654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      58-year-old female from Abha city developed symptoms on 16 April and was admitted to a hospital on the same day. She first tested negative for MERS-CoV on 20 April, but later tested positive on 22 April. The patient has comorbidities and is a household contact of a case reported in a previous DON on 22 April (case no. 7; #1651 in this list). She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently the patient is in critical condition admitted to ICU, but not on mechanical ventilation.
## 1655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                31-year-old male from Riyadh city developed symptoms on 15 April. He is a health care worker in a hospital and was admitted to the same hospital on 16 April. He tested positive for MERS-CoV on 18 April. The patient has no comorbid conditions. He has a history of caring for a case reported in a previous DON on 22 April (case no. 2; #1646 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently the patient is in stable condition in home isolation.
## 1656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          24-year-old male from Hofuf city was identified as a household contact of a case reported in a previous DON on 22 April (case no. 5; #1649 on this list). He is asymptomatic and was identified during contact tracing. He tested positive for MERS-CoV on 18 April. The patient has no comorbid conditions. He has a history of frequent contact with the same dromedaries and consumption of their raw milk. Currently, the patient is asymptomatic and in home isolation.
## 1657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 40-year-old, male, Qatari national was admitted to hospital on 26 April for an unrelated medical condition. On 1 May, the patient reported having frequent exposure to dromedaries as part of his work. He tested positive for MERS-CoV on 2 May and 3 May. The patient has no other comorbid conditions and no history of exposure to the other known risk factors in the 14 days prior to onset of symptoms. He is currently in stable condition, admitted to a negative pressure isolation room.
## 1658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   39-year-old, non-national, male living in Riyadh city is a household contact of another MERS-CoV (see case no. 2 below; #1661 here). He is asymptomatic and identified through tracing of contacts. The patient, who has no comorbid conditions, tested positive for MERS-CoV on 5 May. The patient is currently in home isolation.
## 1659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           40-year-old, non-national, male living in Riyadh city developed symptoms on 14 April and was admitted to hospital on 1 May. On 2 May, the patient, who has comorbidities, tested positive for MERS-CoV. Investigation of history of exposure to the known risk factors in the 14 days prior to symptom onset is ongoing. Currently the patient is in critical condition admitted to ICU, but not on mechanical ventilation.
## 1660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          55-year-old, national male living in Hofuf city developed symptoms on 26 April and was admitted to hospital on 29 April. The patient, who had comorbidities, tested positive for MERS-CoV on 30 April. He passed away on 4 May. He had history of frequent contact with dromedaries and consumption of their raw milk. The Ministry of Agriculture was notified and investigation of dromedaries is ongoing.
## 1661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                70-year-old, national, male living in Hail city developed symptoms on 26 April and was admitted to hospital on 28 April. The patient, who has comorbidities, tested positive for MERS-CoV on 30 April. Investigation of history of exposure to the known risk factors in the 14 days prior to symptom onset is ongoing. Currently the patient is in critical condition admitted to ICU on mechanical ventilation. ONLY POSSIBLE MATCH FOR RECOVERY ON 18/5/16. IF LATER CONTRADICTED NEED TO ADD AS UNEXPLAINED RECOVERY [THE 72M LATER REPORTED DEAD]
## 1662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         49-year-old female from Buridah city [orig KSA said Riyadh] developed symptoms on 9 June and was admitted to a hospital on 10 June. She tested positive for MERS-CoV on 12 June. The patient has comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently she is in critical condition admitted to ICU. The index case for this outbreak is the 49 year-old female reported to WHO on 15 June (see DON posted 19 June, case no.1). The case has co-morbidities. On 10 June she was admitted to the hospital with unrelated symptoms. She was triaged in the Emergency Department for her illness. She was then admitted to the vascular surgery ward – MERS-CoV infection was not considered. She was not isolated and was managed in a multi-bed room. During this time, more than 49 HCWs and patients were exposed. After she was confirmed as a MERS-CoV case, a Rapid Response Team was dispatched and extensive contract tracing was initiated. Twenty (20) of those screened so far at the hospital and in the household have tested positive for MERS-CoV. These are seventeen (17) healthcare contacts and three (3) household contacts. Eighteen (18) of the twenty (20) are asymptomatic.
## 1663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               68-year-old male from Madinah city developed symptoms on 8 June and was admitted to a hospital on 13 June. He tested positive for MERS-CoV on 15 June. The patient has comorbidities and a history of frequent consumption of raw camel milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       54-year-old male from Alkharj city developed symptoms on 7 June and was admitted to a hospital on 11 June. He tested positive for MERS-CoV on 13 June. The patient has comorbidities and a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     59-year-old male from Tabuk city developed symptoms on 1 June and was admitted to a hospital on 6 June. The patient tested positive for MERS-CoV on 8 June. The patient had comorbidities and a history of frequent contact with camels and consumption of their raw milk. He had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 12 June. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   85-year-old female from Riyadh city developed symptoms on 27 May and was admitted to a hospital on 1 June. A nasopharyngeal swab was collected on 1 June and tested positive for MERS-CoV on 2 June. The patient has comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       72-year-old male from Hail city developed symptoms on 8 May and was admitted to a hospital in Riyadh on 12 May. The patient tested positive for MERS-CoV on 14 May. The patient has comorbidities and a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels has been performed.
## 1668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          55-year-old, national, female living in Riyadh city, Riyadh region. On 10 June she was admitted to the hospital where the MERS-CoV outbreak is currently ongoing for an unrelated condition. She is asymptomatic and was identified through contact tracing of healthcare contacts. The patient, who has co-morbidities, tested positive for MERS-CoV on 18 June. Investigation is ongoing to find a possible link with the other cases detected in the same hospital. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition isolated in a negative pressure isolation room on a ward.
## 1669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               64-year-old, national, female living in Riyadh city, Riyadh region. On 19 May she was admitted to the hospital where the MERS outbreak is currently ongoing for an unrelated condition. She is asymptomatic and was identified through contact tracing of healthcare contacts. The patient, who has co-morbidities, tested positive for MERS-CoV on 18 June. Investigation is ongoing to find a possible link with the other cases detected in the same hospital. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition isolated in a negative pressure isolation room on a ward.
## 1670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         28-year-old, non-national, female, working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 18 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation. BEST MATCH FOR RECOVERY #2 ON 4/7/16 - NEED TO RE-EVALUATE IF LATER CONTRADICTED
## 1671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           38-year-old, non-national, female working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 18 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           47-year-old, non-national, female working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 18 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      82-year-old, national, male living in Najran city, Najran region. He developed symptoms on 14 June and was admitted to hospital in Riyadh on 17 June (not the hospital where the outbreak is currently on-going in Riyadh). The patient, who has co-morbidities, tested positive for MERS-CoV on 18 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation.
## 1674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   48-year-old, national, male living in Taif city, Taif region. He developed symptoms on 11 June and was admitted to hospital in Taif on 15 June. The patient, who has co-morbidities, tested positive for MERS-CoV on 16 June. He has a history of frequent consumption of raw camel milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    77-year-old, national, male living in Riyadh city, Riyadh region. The case, who tested positive for MERS-CoV on 16 June, was admitted to the hospital where the MERS outbreak is currently occurring. The case is asymptomatic and has been identified through the contact tracing of healthcare contacts. Investigation of epidemiological link with the MERS cases detected in the same hospital is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently the case is in stable condition in home isolation.
## 1676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                61-year-old, national, female living in Riyadh city, Riyadh region. On 12 June, she was admitted to the hospital where the MERS-CoV outbreak is currently occurring, for unrelated medical conditions. The case is asymptomatic and was identified through contact tracing of healthcare contacts. She tested positive for MERS-CoV on 16 June. Investigation of epidemiological link with the MERS cases detected in the same hospital is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is in stable condition in home isolation.
## 1677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       51-year-old, national, female living in Riyadh city, Riyadh region. She was admitted to the hospital where the MERS outbreak is currently occurring and was discharged from hospital on 15 June. She is asymptomatic and was identified through the contact tracing of healthcare contacts. She tested positive for MERS-CoV on 16 June. Investigation of epidemiological link with the MERS cases detected in the same hospital is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is in stable condition in home isolation.
## 1678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              69-year-old, national, female living in Riyadh city, Riyadh region. On 24 February, she was admitted to the hospital where the MERS-CoV outbreak is currently occurring, for unrelated medical conditions. On 14 June, while hospitalized, she developed symptoms and tested positive for MERS-CoV on 16 June. Investigation of a possible link with the MERS cases detected in the same hospital is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        51-year-old, non-national, male who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through the contact tracing of health contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                33-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                59-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                35-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                36-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                30-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             58-year-old, national, male living in Riyadh city, Riyadh region. He is asymptomatic and was identified through the contact tracing of household contacts of the index case. The case tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently he is asymptomatic in home isolation.
## 1686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             20-year-old, non-national, female living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the tracing of household contacts of the index case. The case tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 31-year-old, national [recovery report said expat], female living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of household contacts of the index case. She tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                57-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                55-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       37-year-old, non-national, male living in Abu Dhabi Emirate. He developed symptoms on 9 June, and was admitted to hospital on 11 June. The case, who has no comorbidities, tested positive for MERS-CoV on 16 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient is currently in critical condition, admitted to the ICU on mechanical ventilation Investigation of household contacts, co-workers and healthcare contacts are ongoing.
## 1691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          34-year-old, non-national, female, working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 20 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          31-year-old, non-national, female, working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 20 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             58-year-old,* national, male, living in Taif city, Taif region. He developed symptoms on 15 June and was admitted to hospital on 17 June. The patient, who has comorbidities, tested positive for MERS-CoV on 19 June. Investigation of history of exposure to the known risk factors in the 14 days prior to onset of symptoms is ongoing. Currently he is in stable condition admitted to a negative pressure isolation room on a ward.
## 1694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   32-year-old, non-national, female, working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She has mild symptoms and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 19 June. The case has no comorbidities and no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         42-year-old, national, male living in Riyadh city, Riyadh region. He developed symptoms on 16 June. The patient, who has co-morbidities [NB recovery report says no comorbidities], tested positive for MERS-CoV on 18 June. He is a household contact of a previously reported case (see DON posted 21 June, case no.2). He has no other history of exposure to the known risk factors in the 14 days prior to the onset of symptoms. Currently he is in stable condition in home isolation.
## 1696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   44-year-old, national, male living in Najran city, Najran region. He developed symptoms on 4 June and was admitted to hospital on 16 June. The patient, who has no comorbidities but is a smoker, tested positive for MERS-CoV on 18 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation. KSA report on 25/7/16 looked like #1698 recovered & #1714 died (based on comorbidities) but this contradicted by WHO on 16/9/16 where they state that #1698 died.
## 1697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      23-year-old, non-national male from Al-Shahaniya City presented with symptoms at a health centre on 8 June. The patient, who has no comorbidities, tested positive for MERS-CoV on 9 June. He has a history of frequent contact with camels and consumption of their raw milk. The patient also has a history of travel to Saudi Arabia on 28 May. He is currently in stable condition admitted to a negative pressure isolation room on a ward.
## 1698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               38-year-old, non-national male from Al Aqiq [orig KSA said Baha] city developed symptoms on 23 June and was admitted to a hospital on 27 June. The patient, who had no comorbidities [orig KSA said he had comorbidities], tested positive for MERS-CoV on 29 June. He passed away on 30 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               40-year-old male from Dammam city developed symptoms on 17 June and was admitted to a hospital on 27 June. The patient, who has comorbidities, tested positive for MERS-CoV on 28 June. Currently he is in critical condition admitted to ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               27-year-old female from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient works as healthcare worker in the hospital where a MERS-CoV outbreak is currently occurring (see DON published on 22 June). The patient has no history of exposure to the other known risk factors in the 14 days prior to the detection. She tested positive for MERS-CoV on 29 June. Currently she is in stable condition in home isolation.
## 1701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              58-year-old, non-national, female healthcare worker from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient has a history of exposure to a laboratory-confirmed MERS-CoV case (see below – case no. 9). She has no history of exposure to the other known risk factors in the 14 days prior to the detection. The patient tested positive for MERS-CoV on 27 June. Currently she is in stable condition in home isolation.
## 1702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              75-year-old male from Al Aflaj city developed symptoms on 24 June and was admitted to a hospital on 26 June. The patient, who has comorbidities, tested positive for MERS-CoV on 28 June. He has a history of frequent contact with camels and consumption of their raw milk. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently he is in stable condition in a negative pressure isolation room on a ward.
## 1703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      84-year-old male from Hofuf city developed symptoms on 22 June and was admitted to a hospital in Al Hassa on 27 June. The patient, who has comorbidities, tested positive for MERS-CoV on 28 June. Investigation of history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition in a negative pressure isolation room on a ward.
## 1704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   62-year-old male from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient has a history of exposure to a laboratory-confirmed MERS-CoV case (see below – case no. 10; #1709 in this list). He has no history of exposure to the other known risk factors in the 14 days prior to the detection. The patient tested positive for MERS-CoV on 24 June. Currently he is still ; #1709 hereasymptomatic in home isolation.
## 1705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          28-year-old male healthcare worker from Najran city developed symptoms on 24 June and was admitted to a hospital on the same day. The patient, who has no comorbidities, tested positive for MERS-CoV on 25 June. He has a history of exposure to a laboratory-confirmed MERS-CoV case (see DON published on 22 June – case no. 6; #1698 in this list). The patient has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      33-year-old, non-national female from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient, who has no comorbidities, works as healthcare worker in the hospital where a MERS-CoV outbreak is currently occurring (see DON published on 22 June). The patient has no history of exposure to the other known risk factors in the 14 days prior to the detection. She tested positive for MERS-CoV on 24 June. Currently she is in stable condition in home isolation.
## 1707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   25-year-old female from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient, who has no comorbidities, was admitted to the hospital where a MERS-CoV outbreak is currently occurring (see DON published on 22 June). She has no history of exposure to the other known risk factors in the 14 days prior to the detection. Investigation of possible epidemiological links with MERS-CoV cases detected in the same hospital is ongoing. She tested positive for MERS-CoV on 23 June. Currently she is asymptomatic in home isolation.
## 1708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         55-year-old, non-national male from Jeddah city developed symptoms on 14 June and was admitted to hospital on 21 June. The patient, who has no comorbidities [KSA recovery report says comorbidities], tested positive for MERS-CoV on 22 June. Investigation of history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition in a negative pressure isolation room on a ward.
## 1709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     57-year-old female from Jeddah city developed symptoms on 18 June and was admitted to a hospital on the same day. The patient, who has comorbidities, tested positive for MERS-CoV on 21 June. She has a history of exposure to a laboratory-confirmed MERS-CoV case (see below – case no. 13; #1712 in this list). The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently she is in stable condition in home isolation.
## 1710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        66-year-old male from Jeddah city developed symptoms on 16 June and was admitted to a hospital on 17 June. The patient, who has comorbidities, tested positive for MERS-CoV on 19 June. Investigation of history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition in ICU.
## 1711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      86-year-old male from Al Aflaj city developed symptoms on 8 July and was admitted to a hospital on 11 July. The patient, who has comorbidities, tested positive for MERS-CoV on 12 July. He has a history of contact with camels in the 14 days prior to the onset of symptoms. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently he is in stable condition in a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing. ONLY POSSIBILITY FOR RECOVERY #2 ON 25/7/16 - RE-EVALUATE IF LATER CONTRADICTED
## 1712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       44-year-old male from Najran city developed symptoms on 30 June and was admitted to a hospital on 9 July. The patient, who has comorbidities, tested positive for MERS-CoV on 11 July. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition in a negative pressure isolation room on a ward. KSA report on 25/7/16 looked like #1698 recovered & #1714 died (based on comorbidities) but this contradicted by WHO on 16/9/16 where they state that #1698 died.
## 1713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             73-year-old female from Najran city developed symptoms on 5 July and was admitted to a hospital on 7 July. The patient, who has comorbidities, tested positive for MERS-CoV on 8 July. She has a history of contact with camels in the 14 days prior to the onset of symptoms. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently she is in critical condition in ICU. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      24-year-old male from Al Duwadimi city developed symptoms on 4 July and was admitted to a hospital on 6 July. The patient, who has comorbidities, tested positive for MERS-CoV on 7 July. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition in a negative pressure isolation room on a ward.
## 1715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             80-year-old female from Jeddah city developed symptoms on 28 June and was admitted to a hospital on 29 June. The patient, who had comorbidities, tested positive for MERS-CoV on 1 July. She had a history of exposure to two laboratory-confirmed MERS-CoV cases (see DON published on 6 July – case no. 12 and 13). The patient passed away on 10 July.
## 1716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 74-year-old male from Najran city developed symptoms on 25 June and was admitted to a hospital in Najran on 2 July. The patient, who has comorbidities, tested positive for MERS-CoV on 4 July. He has a history of frequent contact with camels and consumption of their raw milk. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       67-year-old male from Riyadh city developed symptoms on 21 June and was admitted to a hospital in Riyadh on 28 June. The patient, who has comorbidities, tested positive for MERS-CoV on 30 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently he is in stable condition in a negative pressure isolation room on a ward.
## 1718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      24-year-old, non-national male from Al Duwadimi [orig KSA said Riyadh] city developed symptoms on 23 June and was admitted to a hospital on 27 June. The patient, who has no comorbidities, tested positive for MERS-CoV on 30 June. He has a history of frequent contact with camels and consumption their raw camel milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition in ICU. The Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            74-year-old female from Alkharj [orig KSA said dawadmy] city was admitted to a hospital on 18 June for some unrelated medical conditions. On 26 June, while hospitalized, she developed symptoms on 26 June. The patient, who had comorbidities, tested positive for MERS-CoV on 28 June. She had a history of contact with camels. The patient had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. She passed away on 5 July. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  18-year-old Kuwaiti man who arrived in Thailand on 25 July with his family. The patient developed symptoms on 25 July during a flight from Kuwait to Bangkok. On 26 July he sought medical treatment at a hospital in Bangkok. Although there was no history of direct contact with camels or with a suspected human case of MERS-CoV infection, he had a history of travel in the Middle East in the previous 14 days. On 28 July, he tested positive for MERS-CoV in three separate laboratories. He was then referred and admitted to an isolation ward in the national referral hospital for infectious diseases. The patient's condition rapidly improved and two subsequent laboratory tests on 31 July and 1 August returned negative results for MERS-CoV from four reference laboratories. Specimens collected from his family contacts were also negative. Contact tracing showed no evidence of infection in identified contacts. The patient was discharged from hospital and left Thailand with his family on 4 August.
## 1721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         49-year-old male from Najran city, Najran Region developed symptoms on 16 July and was admitted to a hospital on 17 July. The patient had comorbidities and tested positive for MERS-CoV on 19 July. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient was in critical condition admitted to the ICU on mechanical ventilation. He passed away on 20 July.
## 1722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 27-year-old male from Buridah city, Qassim Region developed symptoms on 17 July and was admitted to a hospital on 20 July. He tested positive for MERS-CoV on 22 July. The patient has no comorbid conditions. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation.
## 1723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            58-year-old male from Jubail city, Eastern Region developed symptoms on 19 July and was admitted to a hospital on 27 July. The patient has comorbidities and tested positive for MERS-CoV on 28 July. He has a history of indirect contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    52-year-old female from Jubail city, Eastern Region developed symptoms on 31 July and was admitted to hospital on 1 August. The patient has no comorbid conditions and tested positive for MERS-CoV on 2 August. She has a history of caring for the case reported to WHO on 29 of July 2016 (see below, case number 6; #1725 here). She has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition in home isolation.
## 1725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   49-year-old male from Hofouf city, El Hasa Region developed symptoms on 24 July and was admitted to a hospital on 31 July. The patient has comorbidities and tested positive for MERS-CoV on 2 August. He had a history of indirect contact with camels. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure room on a ward. The Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               76-year-old male from Madinah city, Madinah Region developed symptoms on 31 July and was admitted to a hospital on 2 August. The patient has comorbidities and tested positive for MERS-CoV on 3 August. Investigation of history of exposure to any of the known risk factors is ongoing. Currently the patient is in stable condition admitted to a negative pressure room on a ward.
## 1727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              36-year-old male from Huraymila city, Riyadh Region developed symptoms on 4 August and was admitted to a hospital on 7 August. The patient who has comorbidities tested positive for MERS-CoV on 8 August. Investigation of history of exposure to any of the known risk factor is ongoing. Currently the patient is in stable condition admitted to a negative pressure room on a ward.
## 1728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  39-year-old male from Alkharj city, Riyadh Region developed symptoms on 11 August and was admitted to a hospital on 16 August. A nasopharyngeal swab was collected on 17 August and tested positive for MERS-CoV on 18 August. The case has no comorbid conditions. He had a history of contact with camels and consumption of their raw milk. There is no history of exposure to any of the other known risk factors. Currently the patient is in stable condition admitted to a negative pressure room on a ward. The Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              43-year-old, national, male living in Hriymala city, Riyadh region. He developed symptoms on 12 August but tested negative for MERS-CoV on 13 August. Due to persistence of symptoms, he was admitted to hospital on 17 August and tested positive for MERS-CoV on 21 August. The patient has no co-morbidities. He is a household contact of a previously reported case (see DON posted 16 September, case no.2; #1729 in this list). He has no other history of exposure to the known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on ward.
## 1730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                69-year-old, national, male, living in Taif city, Taif region. He developed symptoms on 21 August and was admitted to hospital on 24 August. The patient, who has comorbidities, tested positive for MERS-CoV on 25 August. Investigation of history of exposure to the known risk factor in the 14 days prior to onset of symptoms is ongoing. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       40-year-old, non-national, male, living in Hofouf city, Al Ahssa region. He developed symptoms on 15 August and was admitted to hospital on 28 August. The patient, who has comorbidities, tested positive for MERS-CoV on 30 August. He works in a camel market and has history of contact with camels and consumption of their raw milk in the 14 days prior to onset of symptoms. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation. Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        65-year-old, national, male, living in Riyadh city, Riyadh region. He developed symptoms on 29 August and was admitted to hospital on 4 September. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. He has a history of contact with camels in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               55-year-old, national, male, living in Arar city, Northern Border region. He developed symptoms on 3 September and was admitted to hospital on 8 September. The patient, who has no comorbidities, tested positive for MERS-CoV on 10 September. The case also reports contact with camels and consumption of their raw milk in the 14 days prior to onset of symptoms. Currently, he is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Report on 4/5/16 in Arabic; promedmail translated but death #2 is impossible to match to any available information therefore adding as unexplained death
## 1735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Expat
## 1739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1741                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The patient is a 67 year old male visitor from Saudi Arabia (citizen and resident) who arrived in Vienna, Austria on 4 September 2016. The onset of symptoms (fever and cough) was on 6 September. The patient, who has an underlying condition, was hospitalized with severe pneumonia on 7 September, and he is currently in isolation in critical condition. MERS-CoV was confirmed on 8 September using real-time PCR (upE and ORF1b and N) by the reference laboratory in Vienna. The patient, who is a camel breeder, has confirmed contact with camel livestock in Saudi Arabia in the 14 days prior to symptom onset. The case had no contact with healthcare centers in Saudi Arabia in the 14 days prior to symptom onset.
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              citation
## 1                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 2                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 3                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 4                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 5                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 6                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 7                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 8                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 9                                                                                                                                                                                                                                                                                                                                                                                                                      http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 10                                                                                                                                                                                                                                                                                                                                                                                                                     http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 11                                                                                                                                                                                                                                                                                                                                                                                                                     http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 12                                                                                                                                                                                                                                                                                                                                                                                                                     http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 13                                                                                                                                                                                                                                                                                                                                                                                                                     http://applications.emro.who.int/emhj/v19/Supp1/EMHJ_2013_19_Supp1_S12_S18.pdf
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                            http://dx.doi.org/10.1056/NEJMoa1211721
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2012_09_23/en/index.html
## 16                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.smj.org.sa/PDFFiles/Dec12/Recoveryfromseverecoronavirus.pdf
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20406
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.nejm.org/doi/pdf/10.1056/NEJMoa1303729
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.nejm.org/doi/pdf/10.1056/NEJMoa1303729
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.nejm.org/doi/pdf/10.1056/NEJMoa1303729
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.nejm.org/doi/pdf/10.1056/NEJMoa1303729
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_02_11b/en/index.html
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_02_13/en/index.html
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_02_16/en/index.html
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_02_21/en/index.html
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_03_06/en/index.html
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                       http://dx.doi.org/10.1016/j.ijid.2013.07.001
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                       http://dx.doi.org/10.1016/j.ijid.2013.07.001
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                       http://dx.doi.org/10.1016/j.ijid.2013.07.001
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                   http://dx.doi.org/10.1016/S1473-3099(13)70154-3 
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://dx.doi.org/10.1016/S0140-6736(13)60982-4
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://dx.doi.org/10.1016/S0140-6736(13)60982-4
## 58                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/disease/coronavirus_infections/update_20130531/en/
## 59                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/disease/coronavirus_infections/update_20130531/en/
## 60                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/disease/coronavirus_infections/update_20130531/en/
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2013_05_23_ncov/en/index.html
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2013_05_31_ncov/en/index.html
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_14/en/index.html
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_14/en/index.html
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20564
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20564
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20564
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_05/en/index.html
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_07/en/index.html
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_06_14/en/index.html 
## 76                                                                                                                                                                                                                                                                                                                                                                                             http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/MediaStatement-2013-06-14-001.aspx
## 77                                                                                                                                                                                                                                                                                                                                                                                             http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/MediaStatement-2013-06-14-001.aspx
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_15/en/index.html
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_17/en/index.html
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_06_17/en/index.html 
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_17/en/index.html
## 82                                                                                                                                                                                                                                                                                                                                                                                             http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/mediastatement-2013-06-20-001.aspx
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_22/en/index.html
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_22/en/index.html
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_22/en/index.html
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_23/en/index.html
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_23/en/index.html
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_26/en/index.html
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_26/en/index.html
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_26/en/index.html
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_26/en/index.html
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_26/en/index.html
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_26/en/index.html
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_06_26/en/index.html
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_07_05/en/index.html
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_07_05/en/index.html
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_07_07/en/index.html
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/2013_07_11/en/index.html
## 99                                                                                                                                                                                                                                                                                                                                                                                                          http://www.theborneopost.com/2013/07/13/uae-announces-first-case-of-mers-virus-infection/
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_07_18/en/index.html
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_07_18/en/index.html
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2013_07_18/en/
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2013_07_18/en/
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2013_07_18/en/
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2013_07_18/en/
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_07_21/en/index.html
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_07_21/en/index.html
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_07_29/en/index.html
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_08_01/en/index.html
## 110                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-08-01-001.aspx
## 111                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-08-01-001.aspx
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_08_28/en/index.html
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_08_28/en/index.html
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_08_29/en/index.html
## 115                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-21-001.aspx
## 116                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-21-001.aspx
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_08_28/en/index.html
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_08_28/en/index.html
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                         http://beta.promedmail.org/direct.php?id=20130822.1895978
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_08_28/en/index.html
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.kuna.net.kw/ArticleDetails.aspx?id=2330133&Language=en
## 122                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-28-001.aspx
## 123                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-28-001.aspx
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20130829.1911345
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20130829.1911345
## 126                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-01-001.aspx
## 127                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-01-001.aspx
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.kuna.net.kw/ArticleDetails.aspx?id=2331628&language=en
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                         http://beta.promedmail.org/direct.php?id=20130906.1928088
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                         http://beta.promedmail.org/direct.php?id=20130906.1928088
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                         http://beta.promedmail.org/direct.php?id=20130906.1928088
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                         http://beta.promedmail.org/direct.php?id=20130906.1928088
## 133                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-07-001.aspx
## 134                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-07-001.aspx
## 135                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-07-001.aspx
## 136                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-07-001.aspx
## 137                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-08-001.aspx
## 138                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-08-001.aspx
## 139                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-08-001.aspx
## 140                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-08-001.aspx
## 141                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-09-10-002.aspx
## 142                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-09-10-002.aspx
## 143                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-09-10-002.aspx
## 144                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-09-10-002.aspx
## 145                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/MediaStatement-2013-09-11-001.aspx
## 146                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/MediaStatement-2013-09-11-001.aspx
## 147                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/MediaStatement-2013-09-11-001.aspx
## 148                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/MediaStatement-2013-09-11-001.aspx
## 149                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-18-002.aspx
## 150                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-18-002.aspx
## 151                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-18-002.aspx
## 152                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-09-27-001.aspx
## 153                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-09-27-001.aspx
## 154                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-09-27-001.aspx
## 155                                                                                                                                                                                                                                                                                                                                                                                                         http://www.cidrap.umn.edu/news-perspective/2013/10/who-confirms-6-mers-cases-saudi-arabia
## 156                                                                                                                                                                                                                                                                                                                                                                                                         http://www.cidrap.umn.edu/news-perspective/2013/10/who-confirms-6-mers-cases-saudi-arabia
## 157                                                                                                                                                                                                                                                                                                                                                                                                         http://www.cidrap.umn.edu/news-perspective/2013/10/who-confirms-6-mers-cases-saudi-arabia
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_10_14/en/index.html
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_10_14/en/index.html
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_10_18/en/index.html
## 161                                                                                                                                                                                                                                                                                                                                                                                                           http://www.moh.gov.sa/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-18-001.aspx
## 162                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-26-001.aspx
## 163                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-26-001.aspx
## 164                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-26-001.aspx
## 165                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-26-001.aspx
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/2013_10_29a/en/index.html
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20131030.2027026
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_11_04/en/index.html
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.flutrackers.com/forum/showthread.php?t=213368
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/2013_11_11_coronavirus/en/index.html
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/2013_11_11_coronavirus/en/index.html
## 172                                                                                                                                                                                                                                                                                                                                                                                       http://www.muscatdaily.com/Archive/Oman/Omani-dies-of-MERS-in-Abu-Dhabi-MoH-finds-no-new-cases-in-Oman-2p4n
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_11_10/en/index.html
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_11_18/en/index.html
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_11_18/en/index.html
## 176                                                                                                                                                                                                                                                                                                  http://pandemicinformationnews.blogspot.co.uk/2013/11/qatar-reports-new-case-of-mers.html?utm_source=feedburner&utm_medium=twitter&utm_campaign=Feed:+blogspot/OnuMb+(Pandemic+Information+News)
## 177                                                                                                                                                                                                                                                                                                                                                                           http://www.nanaimodailynews.com/news/kuwait-joins-countries-with-mers-infections-spain-tests-2nd-probable-case-1.700911
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_11_26/en/index.html
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_11_26/en/index.html
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_11_26/en/index.html
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_02/en/index.html
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_02/en/index.html
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_02/en/index.html
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_17/en/index.html
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_17/en/index.html
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_22/en/index.html
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_27/en/index.html
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_27/en/index.html
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_27/en/index.html
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_27/en/index.html
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_31/en/index.html
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2013_12_31/en/
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.promedmail.org/direct.php?id=2139610
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2013_12_31/en/index.html
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_01_09/en/
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2014_01_03/en/index.html
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2014_01_27mers/en/index.html
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2014_01_27mers/en/index.html
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2014_02_04mers/en/index.html
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_02_28/en/
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/2014_02_07mers/en/index.html
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_02_28/en/
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_11/en/
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_11/en/
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_12/en/
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_12/en/
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_17/en/
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_17/en/
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_12/en/
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_18/en/
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_18/en/
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_18/en/
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_18/en/
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_18/en/
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/2014_03_20_mers/en/
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/2014_03_20_mers/en/
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_03_27_mers/en/
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_03_27_mers/en/
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_03_27_mers/en/
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_03_27_mers/en/
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_03_27_mers/en/
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_03_27_mers/en/
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                             http://who.int/csr/don/2014_03_25/en/
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.who.int/csr/don/2014_03_26/en/
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_10_mers/en/
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_10_mers/en/
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_10_mers/en/
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_10_mers/en/
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_10_mers/en/
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_11_mers/en/
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_14_mers/en/
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 254                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-11-001.aspx
## 255                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-11-001.aspx
## 256                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-11-001.aspx
## 257                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-12-001.aspx
## 258                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-12-001.aspx
## 259                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-12-001.aspx
## 260                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-12-001.aspx
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/2014_05_07_mers_yemen/en/
## 262                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 263                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 264                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 265                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 266                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_16_mers/en/
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140416.2406647
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_17_mers/en/
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_17_mers/en/
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_17_mers/en/
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_17_mers/en/
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_17_mers/en/
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140418.2413921
## 301                                                                                                                                                                                                                                                                                                                 http://www.euro.who.int/en/health-topics/communicable-diseases/influenza/news/news/2014/04/middle-east-respiratory-syndrome-coronavirus-mers-cov-update-greece-reports-first-case
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140419.2415087
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140419.2415087
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140419.2415087
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140419.2415087
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140419.2415087
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140419.2415087
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140419.2415087
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140421.2417384
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 323                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.promedmail.org/direct.php?id=20140422.2420072
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_23_mers/en/
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_24_mers/en/
## 349                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 350                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 351                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 352                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 353                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 354                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 355                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 356                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 357                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 358                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 359                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 360                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 361                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 362                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 363                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 364                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 365                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 366                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 367                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 368                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 369                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 370                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 371                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 372                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 373                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 374                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 375                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 376                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 377                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 378                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_26_mers/en/
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_26_mers/en/
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_26_mers/en/
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_26_mers/en/
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_26_mers/en/
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_26_mers/en/
## 385                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 386                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 387                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 388                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 389                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 390                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 391                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 392                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 393                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 394                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 395                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 396                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_04_26_mers/en/
## 398                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 399                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 400                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 401                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 402                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 403                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 404                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 405                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 406                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 407                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 408                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 409                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 410                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 411                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 412                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 413                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 414                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 415                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 416                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 417                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 418                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 419                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 420                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 421                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_01_mers/en/
## 423                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 424                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 425                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 426                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 427                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 428                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 429                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 430                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 431                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 432                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 433                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 434                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 435                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 436                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 437                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 438                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 439                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 440                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 441                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 442                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 443                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 444                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 445                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 446                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 447                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 448                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 449                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 450                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 451                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 452                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 453                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 454                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 455                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 456                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 457                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 458                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 459                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 460                                                                                                                                                                                                                                                                                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 461                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 462                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 463                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 464                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 465                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 466                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 467                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 468                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 469                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 470                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/2014_05_07_mers_jordan/en/
## 472                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 473                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 474                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 475                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 476                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 477                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 478                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/2014_05_05_mers_jordan/en/
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_05_mers/en/
## 481                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 482                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 483                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 484                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 485                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 486                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 487                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 488                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 489                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 490                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 491                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 492                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 493                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 494                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 495                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 496                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 497                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 498                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 499                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 500                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 501                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 502                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 503                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 504                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 505                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 506                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 507                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 508                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 509                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 510                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 511                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 512                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 513                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 514                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 515                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 516                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 517                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 518                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 519                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 520                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 521                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 522                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 523                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 524                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 525                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 526                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 527                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 528                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 529                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 530                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 531                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 532                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 533                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/2014_05_07_mers_jordan/en/
## 535                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 536                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 537                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 538                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 539                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 540                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 541                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 542                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 543                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 544                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 545                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 546                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 547                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 548                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 549                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 550                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 551                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 552                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 553                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 554                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 555                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 556                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 557                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 558                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 559                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 560                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 561                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 562                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 563                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 564                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 565                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 566                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 568                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 569                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 570                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 571                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 572                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 573                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 574                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 575                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 576                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 577                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 578                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 579                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 580                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 581                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 582                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 583                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 584                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 585                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 586                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 587                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 588                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 589                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 590                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 591                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 592                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 593                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 594                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 595                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                         http://www.cdc.gov/media/releases/2014/p0512-US-MERS.html
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 598                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 599                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 600                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 601                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 603                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 604                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 605                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 606                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 607                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 608                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 609                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 610                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 611                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 612                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 613                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 614                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 615                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 616                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 617                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 618                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 619                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 620                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 621                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_16_mers/en/
## 636                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 637                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 638                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 639                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 640                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 641                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 642                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 643                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 644                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 645                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 646                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 647                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 648                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 649                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 650                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.cdc.gov/media/releases/2014/p0528-mers.html
## 652                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-18-001.aspx
## 653                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-18-001.aspx
## 654                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 655                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 656                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 657                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 658                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 659                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 660                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 661                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 662                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 663                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-21-001.aspx
## 664                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-21-001.aspx
## 665                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-21-001.aspx
## 666                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-21-001.aspx
## 667                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 668                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 669                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 670                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 671                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 672                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 673                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 674                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-23-001.aspx
## 675                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-23-001.aspx
## 676                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-23-001.aspx
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_23_mers/en/
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_23_mers/en/
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_23_mers/en/
## 680                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 681                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 682                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 683                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 684                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-25-001.aspx
## 685                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-25-001.aspx
## 686                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-25-001.aspx
## 687                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-25-001.aspx
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/2014_05_28_mers/en/
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/2014_06_11_mers/en/
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/2014_06_11_mers/en/
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/2014_06_11_mers/en/
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_13_mers/en/
## 693                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 694                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 695                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 696                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-29-001.aspx
## 697                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-29-001.aspx
## 698                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-29-001.aspx
## 699                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-30-001.aspx
## 700                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-31-001.aspx
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_14_mers/en/
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_14_mers/en/
## 703                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-01-001.aspx
## 704                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-02-001.aspx
## 705                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-02-001.aspx
## 706                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-02-001.aspx
## 707                                                                                                                                                                                                                                                                                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-02-001.aspx
## 708                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-03-002.aspx
## 709                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-04-001.aspx
## 710                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-04-001.aspx
## 711                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 712                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 713                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-06-001.aspx
## 714                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-06-001.aspx
## 715                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-06-001.aspx
## 716                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-06-001.aspx
## 717                                                                                                                                                                                                                                                                                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-07-001.aspx
## 718                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-09-001.aspx
## 719                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-09-001.aspx
## 720                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-12-001.aspx
## 721                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-13-001.aspx
## 722                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-15-001.aspx
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_13_mers/en/
## 724                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 725                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-19-001.aspx
## 726                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-20-001.aspx
## 727                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-22-001.aspx
## 728                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-23-001.aspx
## 729                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-25-001.aspx
## 730                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-25-001.aspx
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_02_mers/en/
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_02_mers/en/
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_04_mers/en/
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_04_mers/en/
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_04_mers/en/
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/2014_07_14_mers2/en/
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/2014_07_14_mers2/en/
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_14_mers/en/
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_14_mers/en/
## 741                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_14_mers/en/
## 742                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_14_mers/en/
## 743                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_14_mers/en/
## 744                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_14_mers/en/
## 745                                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_14_mers/en/
## 746                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2014-08-11-001.aspx
## 747                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2014-08-12-001.aspx
## 748                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-08-25-001.aspx
## 749                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-08-26-001.aspx
## 750                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-08-29-001.aspx
## 751                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-08-001.aspx
## 752                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-12-001.aspx
## 753                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-12-001.aspx
## 754                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-15-001.aspx
## 755                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-16-001.aspx
## 756                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-17-001.aspx
## 757                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-19-001.aspx
## 758                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-21-001.aspx
## 759                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-22-001.aspx
## 760                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-25-001.aspx
## 761                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-28-001.aspx
## 762                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-30-001.aspx
## 763                                                                                                                                                                                                                                                                                                                                                                                                                                       http://www.who.int/csr/don/02-october-2014-mers-austria/en/
## 764                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-01-001.aspx
## 765                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-04-001.aspx
## 766                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-06-001.aspx
## 767                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-07-001.aspx
## 768                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-07-001.aspx
## 769                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-11-001.aspx
## 770                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-12-001.aspx
## 771                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-13-001.aspx
## 772                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-14-001.aspx
## 773                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/24-october-2014-mers/en/
## 774                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-18-001.aspx
## 775                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-19-001.aspx
## 776                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-19-001.aspx
## 777                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-20-001.aspx
## 778                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-20-001.aspx
## 779                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-21-12-001.aspx
## 780                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-22-001.aspx
## 781                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-22-001.aspx
## 782                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/31-october-2014-mers/en/
## 783                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/31-october-2014-mers/en/
## 784                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-23-001.aspx
## 785                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-24-001.aspx
## 786                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-25-001.aspx
## 787                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-26-001.aspx
## 788                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-26-001.aspx
## 789                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-27-001.aspx
## 790                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-27-001.aspx
## 791                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-28-001.aspx
## 792                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 793                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 794                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 795                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 796                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 797                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 798                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/21-november-2014-mers/en/
## 799                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/21-november-2014-mers/en/
## 800                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/21-november-2014-mers/en/
## 801                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/21-november-2014-mers/en/
## 802                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/21-november-2014-mers/en/
## 803                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 804                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 805                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 806                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 807                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 808                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 809                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 810                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 811                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 812                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 813                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 814                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 815                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 816                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 817                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 818                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 819                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 820                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/2-december-2014-mers/en/
## 821                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 822                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 823                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 824                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 825                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 826                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 827                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 828                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 829                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 830                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 831                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/17-december-2014-mers/en/
## 832                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/26-december-2014-mers/en/
## 833                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/26-december-2014-mers/en/
## 834                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/26-december-2014-mers/en/
## 835                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/05-january-2015-mers/en/
## 836                                                                                                                                                                                                                                                                                                                                                                                                                                        http://www.who.int/csr/don/05-january-2015-mers-jordan/en/
## 837                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/05-january-2015-mers/en/
## 838                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/05-january-2015-mers/en/
## 839                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/15-january-2015-mers/en/
## 840                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/15-january-2015-mers/en/
## 841                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/15-january-2015-mers/en/
## 842                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/don/16-january-2015-mers-oman/en/
## 843                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/don/16-january-2015-mers-oman/en/
## 844                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/20-january-2015-mers/en/
## 845                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/20-january-2015-mers/en/
## 846                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/20-january-2015-mers/en/
## 847                                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/20-january-2015-mers/en/
## 848                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/don/16-january-2015-mers-oman/en/
## 849                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 850                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 851                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/don/23-january-2015-mers-oman/en/
## 852                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 853                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 854                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 855                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 856                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 857                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 858                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/03-february-2015-mers/en/
## 859                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 860                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 861                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 862                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 863                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 864                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 865                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 866                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 867                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 868                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 869                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 870                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 871                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 872                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 873                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 874                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 875                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 876                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 877                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 878                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 879                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 880                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 881                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 882                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 883                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 884                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 885                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 886                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 887                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 888                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 889                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 890                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 891                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 892                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 893                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 894                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 895                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 896                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 897                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 898                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 899                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 900                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 901                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 902                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 903                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 904                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 905                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 906                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 907                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 908                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 909                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 910                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 911                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 912                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 913                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 914                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 915                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 916                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 917                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 918                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 919                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 920                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/don/11-february-2015-mers-are/en/
## 921                                                                                                                                                                                                                                                                                                                                                                                                                                        http://www.who.int/csr/don/11-february-2015-mers-qatar/en/
## 922                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/13-february-2015-mers/en/
## 923                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 924                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 925                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 926                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 927                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 928                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 929                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 930                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 931                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 932                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 933                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 934                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 935                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 936                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 937                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 938                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 939                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 940                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 941                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 942                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 943                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 944                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 945                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 946                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 947                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 948                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 949                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 950                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 951                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 952                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 953                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 954                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 955                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 956                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 957                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 958                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 959                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 960                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 961                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 962                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 963                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 964                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 965                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 966                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 967                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 968                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 969                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 970                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 971                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 972                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 973                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 974                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 975                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 976                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 977                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 978                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 979                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 980                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 981                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 982                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 983                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 984                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 985                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 986                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 987                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 988                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 989                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 990                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 991                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 992                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 993                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 994                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## 995                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 996   the man died on 6 June in the western town of Ostercappeln from lung disease after recovering from the Mers infection., Guardian 16th June "5-year-old, male, German citizen who returned on 8 February to Germany from Abu Dhabi, United Arab Emirates. He developed symptoms on 11 February and was hospitalized in an intensive care unit one week later*. The MERS-CoV infection was laboratory confirmed on two samples; the latest sample was taken on 5 March. Currently, the patient is
## 997                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 998                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/11-march-2015-mers-qatar/en/
## 999                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 1000                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 1001                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1002                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 1003                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 1004                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 1005                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 1006                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 1007                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 1008                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 1009                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1010                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 1011                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 1012                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 1013                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/29-april-2015-mers-saudi-arabia/en/
## 1014                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1015                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/29-april-2015-mers-saudi-arabia/en/
## 1016                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/29-april-2015-mers-saudi-arabia/en/
## 1017                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/29-april-2015-mers-saudi-arabia/en/
## 1018                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1019                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1020                                                                                                                                                                                                                                                                                                                                                                                                                                      http://www.who.int/csr/don/8-may-2015-mers-saudi-arabia/en/
## 1021                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 1022                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 1023                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 1024                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 1025                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 1026                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1027                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1028                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1029                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1030                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1031                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1032                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1033                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1034                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1035                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/8-may-2015-mers-iran/en/
## 1036                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1037                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1038                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1039                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 1040                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 1041                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 1042                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 1043                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 1044                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/01-june-2015-mers-saudi-arabia/en/
## 1045                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/01-june-2015-mers-saudi-arabia/en/
## 1046                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1047                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/24-may-2015-mers-qatar/en/
## 1048                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/24-may-2015-mers-korea/en/
## 1049                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1050                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/24-may-2015-mers-korea/en/
## 1051                                                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/csr/don/24-may-2015-mers-are/en/
## 1052                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1053                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1054                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1055                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1056                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1057                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1058                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1059                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1060                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1061                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/30-may-2015-mers-china/en/
## 1062                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/31-may-2015-mers-korea/en/
## 1063                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1064                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1065                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1066                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1067                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1068                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1069                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 1070                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1071                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/31-may-2015-mers-qatar/en/
## 1072                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/01-june-2015-mers-korea/en/
## 1073                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/01-june-2015-mers-korea/en/
## 1074                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 1075                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 1076                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/04-june-2015-mers-oman/en/
## 1077                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1078                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1079                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1080                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1081                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1082                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1083                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1084                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1085                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1086                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1087                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1088                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1089                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1090                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1091                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/04-june-2015-mers-korea/en/
## 1092                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/07-november-2014-mers/en/
## 1093                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/07-november-2014-mers/en/
## 1094                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/07-november-2014-mers/en/
## 1095                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 1096                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 1097                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 1098                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 1099                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 1100                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 1101                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 1102                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 1103                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/05-june-2015-mers-korea/en/
## 1104                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/05-june-2015-mers-korea/en/
## 1105                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/05-june-2015-mers-korea/en/
## 1106                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/05-june-2015-mers-korea/en/
## 1107                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/05-june-2015-mers-korea/en/
## 1108                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/05-june-2015-mers-korea/en/
## 1109                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 1110                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 1111                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/06-june-2015-mers-korea/en/
## 1112                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/06-june-2015-mers-korea/en/
## 1113                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/06-june-2015-mers-korea/en/
## 1114                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/06-june-2015-mers-korea/en/
## 1115                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/06-june-2015-mers-korea/en/
## 1116                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 1117                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1118                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1119                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1120                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1121                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1122                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1123                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1124                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1125                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/08-june-2015-mers-korea/en/
## 1126                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 1127                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1128                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1129                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1130                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1131                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1132                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1133                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1134                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1135                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1136                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1137                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1138                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1139                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1140                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/09-june-2015-mers-korea/en/
## 1141                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1142                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1143                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1144                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1145                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1146                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1147                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1148                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1149                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1150                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1151                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1152                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1153                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1154                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1155                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1156                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1157                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1158                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1159                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1160                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1161                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1162                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1163                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1164                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1165                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1166                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1167                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1168                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1169                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1170                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1171                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1172                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 1173                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/09-june-2015-mers-are/en/
## 1174                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1175                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1176                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1177                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1178                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1179                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1180                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1181                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1182                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1183                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1184                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1185                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1186                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1187                                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/2014_07_23_mers/en/
## 1188                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 1189                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1190                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1191                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1192                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1193                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1194                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1195                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1196                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1197                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1198                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1199                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1200                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1201                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1202                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1203                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1204                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1205                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1206                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1207                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1208                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1209                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1210                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1211                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1212                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1213                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1214                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1215                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1216                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1217                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1218                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1219                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1220                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1221                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1222                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1223                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1224                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1225                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1226                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1227                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1228                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1229                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1230                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1231                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1232                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1233                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1234                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1236                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1237                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1238                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1239                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1240                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/16-june-2015-mers-are/en/
## 1241                                                                                                                                                                                                                                                                                                                                                                                                                                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1242                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1243                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1244                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1245                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1246                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1247                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1248                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1249                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1250                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 1251                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 1252                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1253                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1254                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1255                                                                                                                                                                                                                                                                                                                                                                                                                                        http://www.who.int/csr/don/20-june-2015-mers-thailand/en/
## 1256                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1257                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/26-june-2015-mers-are/en/
## 1258                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 1259                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1260                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1261                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1262                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1263                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1264                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1265                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1266                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1267                                                                                                                                                                                                                                                                                                                                                                                                         http://who.int/entity/emergencies/mers-cov/MERS-CoV_Republic_of_Korea_20150623.xlsx?ua=1
## 1268                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1269                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1270                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1271                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1272                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 1273                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/26-june-2015-mers-are/en/
## 1274                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1275                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1276                                                                                                                                                                                                                                                                                                                                                                                                              http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1277                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 1278                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 1279                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 1280                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 1281                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 1282                                                                                                                                                                                                                                                                                                                                                                                                      http://www.who.int/entity/csr/disease/coronavirus_infections/MERS-CoV-cases-rok-3Jul15.xlsx
## 1283                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 1284                                                                                                                                                                                                                                                                                                                                                                                                      http://www.who.int/entity/csr/disease/coronavirus_infections/MERS-CoV-cases-rok-3Jul15.xlsx
## 1285                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/entity/csr/disease/coronavirus_infections/MERS-CoV-cases-rok-7Jul15.xlsx?ua=1
## 1286                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/entity/csr/disease/coronavirus_infections/MERS-CoV-cases-rok-7Jul15.xlsx?ua=1
## 1287                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/08-july-2015-mers-philippines/en/
## 1288                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 1289                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 1290                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1291                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1292                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1293                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1294                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1295                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1296                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1297                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1298                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/06-august-2015-mers-saudi-arabia/en/
## 1299                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/06-august-2015-mers-saudi-arabia/en/
## 1300                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1301                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1302                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1303                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1304                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1305                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1306                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1307                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1308                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1309                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1310                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1311                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1312                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1313                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1314                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1315                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1316                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1317                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1318                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1319                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1320                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1321                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1322                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1323                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1324                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1325                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1326                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1327                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1328                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1329                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1330                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1331                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1332                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1333                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1334                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1335                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1336                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1337                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1338                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1339                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1340                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1341                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1342                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1343                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1344                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1345                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1346                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1347                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1348                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1349                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1350                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1351                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1352                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1353                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1354                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1355                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1356                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1357                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1358                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1359                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1360                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1361                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1362                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1363                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1364                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1365                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1366                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1367                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1368                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1369                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1370                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1371                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1372                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1373                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1374                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1375                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1376                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1377                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1378                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1379                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1380                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1381                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1382                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1383                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1384                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1385                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1386                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1387                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1388                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1389                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1390                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1391                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1392                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1393                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1394                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1395                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1396                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1397                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1398                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1399                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1400                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1401                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1402                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1403                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1404                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1405                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1406                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1407                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1408                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1409                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1410                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1411                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1412                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1413                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1414                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1415                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1416                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1417                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1418                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1419                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1420                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1421                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1422                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1423                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1424                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1425                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1426                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1427                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1428                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1429                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1430                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1431                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1432                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1433                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1434                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1435                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1436                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1437                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1438                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1439                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1440                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1441                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1442                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1443                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1444                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1445                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1446                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1447                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1448                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1449                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1450                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1451                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1452                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1453                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1454                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1455                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1456                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1457                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1458                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1459                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1460                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1461                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1462                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1464                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1465                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1466                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1467                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1468                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1469                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/01-september-2015-mers-jordan/en/
## 1470                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/01-september-2015-mers-jordan/en/
## 1471                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/01-september-2015-mers-jordan/en/
## 1472                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/01-september-2015-mers-jordan/en/
## 1473                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/06-september-2015-mers-jordan/en/
## 1474                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/06-september-2015-mers-jordan/en/
## 1475                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1476                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1477                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1478                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1479                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1480                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1481                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1482                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1483                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1484                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1485                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1486                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1487                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1488                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/18-september-2015-mers-jordan/en/
## 1489                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/18-september-2015-mers-jordan/en/
## 1490                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/18-september-2015-mers-jordan/en/
## 1491                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/18-september-2015-mers-jordan/en/
## 1492                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/18-september-2015-mers-jordan/en/
## 1493                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1494                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1495                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1496                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1497                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1499                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1500                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1501                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1503                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1504                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1505                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1506                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/23-september-2015-mers-kuwait/en/
## 1507                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1510                                                                                                                                                                                                                                                                                                                                                                                                                                       http://www.who.int/csr/don/01-october-2015-mers-jordan/en/
## 1511                                                                                                                                                                                                                                                                                                                                                                                                                                       http://www.who.int/csr/don/01-october-2015-mers-jordan/en/
## 1512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1513                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/12-october-2015-mers-saudi-arabia/en/
## 1514                                                                                                                                                                                                                                                                                                                                                                                                                                       http://www.who.int/csr/don/01-october-2015-mers-jordan/en/
## 1515                                                                                                                                                                                                                                                                                                                                                                                                                                       http://www.who.int/csr/don/01-october-2015-mers-jordan/en/
## 1516                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1517                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1519                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1520                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1521                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1522                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1523                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1524                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1525                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1526                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1527                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1528                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1529                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1530                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1531                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1532                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1533                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1534                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1535                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1536                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1537                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1538                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1539                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1540                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1541                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1543                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1544                                                                                                                                                                                                                                                                                                                                                                                                                                       http://www.who.int/csr/don/12-october-2015-mers-jordan/en/
## 1545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1546                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/4-january-2016-mers-saudi-arabia/en/
## 1547                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/4-january-2016-mers-saudi-arabia/en/
## 1548                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/4-january-2016-mers-saudi-arabia/en/
## 1549                                                                                                                                                                                                                                                                                                                                                                                                                                  http://www.who.int/csr/don/4-january-2016-mers-saudi-arabia/en/
## 1550                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/26-january-2016-mers-saudi-arabia/en/
## 1551                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/26-january-2016-mers-saudi-arabia/en/
## 1552                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/26-january-2016-mers-saudi-arabia/en/
## 1553                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/26-january-2016-mers-saudi-arabia/en/
## 1554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1555                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/don/26-january-2016-mers-are/en/
## 1556                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/don/26-january-2016-mers-are/en/
## 1557                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1558                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1559                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1560                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1561                                                                                                                                                                                                                                                                                                                                                                                                                                 http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1562                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/29-january-2016-mers-thailand/en/
## 1563                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1564                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1565                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1566                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1567                                                                                                                                                                                                                                                                                                                                                                                                                                          http://www.who.int/csr/don/10-march-2016-mers-qatar/en/
## 1568                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1569                                                                                                                                                                                                                                                                                                                                                                                                                                http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1574                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1575                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1576                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1577                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1578                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1579                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1580                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1581                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1582                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1583                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1584                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1585                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1586                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1587                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1588                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1589                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1590                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1591                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1592                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1593                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1594                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1595                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1596                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1597                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1598                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1599                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1600                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1601                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1602                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1603                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1604                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1605                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1606                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1607                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1608                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1609                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1610                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1611                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1612                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1613                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1614                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1615                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1616                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1617                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1618                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1619                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1620                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1621                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1622                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1623                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/23-march-2016-mers-saudi-arabia/en/
## 1624                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/23-march-2016-mers-saudi-arabia/en/
## 1625                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/23-march-2016-mers-saudi-arabia/en/
## 1626                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/23-march-2016-mers-saudi-arabia/en/
## 1627                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1628                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1629                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1630                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1631                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1632                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1633                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1634                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1635                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1636                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1637                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1638                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1639                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1640                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1641                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1642                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1643                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1644                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1645                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1646                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1647                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1648                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1649                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1650                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1651                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1652                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1653                                                                                                                                                                                                                                                                                                                                                                                                                                        http://www.who.int/csr/don/25-april-2016-mers-bahrain/en/
## 1654                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/26-april-2016-mers-saudi-arabia/en/
## 1655                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/26-april-2016-mers-saudi-arabia/en/
## 1656                                                                                                                                                                                                                                                                                                                                                                                                                                   http://www.who.int/csr/don/26-april-2016-mers-saudi-arabia/en/
## 1657                                                                                                                                                                                                                                                                                                                                                                                                                                            http://www.who.int/csr/don/16-may-2016-mers-qatar/en/
## 1658                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1659                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1660                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1661                                                                                                                                                                                                                                                                                                                                                                                                                                     http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1662                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1663                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1664                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1665                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1666                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1667                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1668                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1669                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1670                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1671                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1672                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1673                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1674                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1675                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1676                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1677                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1678                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1679                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1680                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1681                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1682                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1683                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1684                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1685                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1686                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1687                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1688                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1689                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1690                                                                                                                                                                                                                                                                                                                                                                                                                                             http://www.who.int/csr/don/21-june-2016-mers-uae/en/
## 1691                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1692                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1693                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1694                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1695                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1696                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1697                                                                                                                                                                                                                                                                                                                                                                                                                                           http://www.who.int/csr/don/29-june-2016-mers-qatar/en/
## 1698                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1699                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1700                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1701                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1702                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1703                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1704                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1705                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1706                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1707                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1708                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1709                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1710                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1711                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1712                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1713                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1714                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1715                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1716                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1717                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1718                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1719                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1720                                                                                                                                                                                                                                                                                                                                                                                                                                      http://www.who.int/csr/don/26-august-2016-mers-thailand/en/
## 1721                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1722                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1723                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1724                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1725                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1726                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1727                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1728                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1729                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1730                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1731                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1732                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1733                                                                                                                                                                                                                                                                                                                                                                                                                               http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 1741                                                                                                                                                                                                                                                                                                                                                                                                                                    http://www.who.int/csr/don/20-september-2016-mers-austria/en/
##                                                                                                                                                                                                                             citation2
## 1                                                                                                                                                                                                                                    
## 2                                                                                                                                                                                                                                    
## 3                                                                                                                                                                                                                                    
## 4                                                                                                                                                                                                                                    
## 5                                                                                                                                                                                                                                    
## 6                                                                                                                                                                                                                                    
## 7                                                                                                                                                                                                                                    
## 8                                                                                                                                                                                                                                    
## 9                                                                                                                                                                                                                                    
## 10                                                                                                                                                                                                                                   
## 11                                                                                                                                                                                                                                   
## 12                                                                                                                                                                                                                                   
## 13                                                                                                                                                                                                                                   
## 14                                                                                                                                                                                                                                   
## 15                                                                                                                                                                                                                                   
## 16                                                                                                                                                                                                                                   
## 17                                                                                                                                                                                                                                   
## 18                                                                                                                                                                                                                                   
## 19                                                                                                                                                                                                                                   
## 20                                                                                                                                                                                                                                   
## 21                                                                                                                                                                                                                                   
## 22                                                                                                                                                                                                                                   
## 23                                                                                                                                                                                                                                   
## 24                                                                                                                                                                                                                                   
## 25                                                                                                                                                                                                                                   
## 26                                                                                                                                  http://flutrackers.com/forum/showpost.php?s=43133dbdc38d23427c566af39a3d8581&p=487291&postcount=2
## 27                                                                                                                                                                                http://www.who.int/csr/don/2013_08_28/en/index.html
## 28                                                                                                                                                                                http://www.who.int/csr/don/2013_03_12/en/index.html
## 29                                                                                                                                                                                http://www.who.int/csr/don/2013_03_23/en/index.html
## 30                                                                                                                                                                               http://wwwnc.cdc.gov/eid/article/20/4/13-1375-f1.htm
## 31                                                                                                                                                                                                                                   
## 32                                                                                                                                                                                                                                   
## 33                                                                                                                                                                                                                                   
## 34                                                                                                                                                                                                                                   
## 35                                                                                                                                                                                                                                   
## 36                                                                                                                                                                                                                                   
## 37                                                                                                                                                                                                                                   
## 38                                                                                                                                                                                                                                   
## 39                                                                                                                                                                                                                                   
## 40                                                                                                                                                                                                                                   
## 41                                                                                                                                                                                                                                   
## 42                                                                                                                                                                                                                                   
## 43                                                                                                                                                                                                                                   
## 44                                                                                                                                                                                                                                   
## 45                                                                                                                                                                                                                                   
## 46                                                                                                                                                                                                                                   
## 47                                                                                                                                                                                                                                   
## 48                                                                                                                                                                                                                                   
## 49                                                                                                                                                                                                                                   
## 50                                                                                                                                                                                                                                   
## 51                                                                                                                                                                                                                                   
## 52                                                                                                                                                                                                                                   
## 53                                                                                                                                                                                                                                   
## 54                                                                                                                                                                                                                                   
## 55                                                                                                                                                                                                                                   
## 56                                                                                                                                                                                                                                   
## 57                                                                                                                                                                                                                                   
## 58                                                                                                                                                                                                http://dx.doi.org/10.1136/bmj.f3372
## 59                                                                                                                                                                                                                                   
## 60                                                                                                                                                                                                                                   
## 61                                                                                                                                                                                                                                   
## 62                                                                                                                                                                                                                                   
## 63                                                                                                                                                                                                                                   
## 64                                                                                                                                                                                                                                   
## 65                                                                                                                                                                                                                                   
## 66                                                                                                                                                                                                                                   
## 67                                                                                                                                                                                                                                   
## 68                                                                                                                                                                                      http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 69                                                                                                                                                                                                                                   
## 70                                                                                                                                                                           http://www.who.int/csr/don/2013_06_01_ncov/en/index.html
## 71                                                                                                                                                                           http://www.who.int/csr/don/2013_06_02_ncov/en/index.html
## 72                                                                                                                                                                           http://www.who.int/csr/don/2013_06_02_ncov/en/index.html
## 73                                                                                                                                                                                                                                   
## 74                                                                                                                                                                                                                                   
## 75                                                                                                                                                                                http://www.who.int/csr/don/2013_07_05/en/index.html
## 76                                                                                                                                                                                http://www.who.int/csr/don/2013_06_15/en/index.html
## 77                                                                                                                                                                                http://www.who.int/csr/don/2013_06_15/en/index.html
## 78                                                                                                                                                                                                                                   
## 79                                                                                                                                                                 http://www.flutrackers.com/forum/showpost.php?p=501406&postcount=5
## 80                                                                                                                                                                                http://www.who.int/csr/don/2013_07_05/en/index.html
## 81                                                                                                                                                                                                                                   
## 82                                                                                                                                                                                http://www.who.int/csr/don/2013_06_22/en/index.html
## 83                                                                                                                                                                                                                                   
## 84                                                                                                                                                                                                                                   
## 85                                                                                                                                                                                                                                   
## 86                                                                                                                                                                                                                                   
## 87                                                                                                                                                                                http://www.who.int/csr/don/2013_06_26/en/index.html
## 88                                                                                                                                                                                                                                   
## 89                                                                                                                                                                                                                                   
## 90                                                                                                                                                                                                                                   
## 91                                                                                                                                                                                                                                   
## 92                                                                                                                                                                                                                                   
## 93                                                                                                                                                                                                                                   
## 94                                                                                                                                                                                                                                   
## 95                                                                                                                                                                                      http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 96                                                                                                                                                                                                                                   
## 97                                                                                                                                                                                      http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 98                                                                                                                                                                                                                                   
## 99                                                                                                                           http://www.thenational.ae/news/uae-news/health/emirati-82-dies-in-abu-dhabi-after-contracting-mers-virus
## 100                                                                                                                                      http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/News-2013-07-17-001.aspx
## 101                                                                                                                                      http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/News-2013-07-17-001.aspx
## 102                                                                                                                                  http://www.cidrap.umn.edu/news-perspective/2013/07/four-more-mers-cases-cited-uae-2-saudi-arabia
## 103                                                                                                                                  http://www.cidrap.umn.edu/news-perspective/2013/07/four-more-mers-cases-cited-uae-2-saudi-arabia
## 104                                                                                                                                  http://www.cidrap.umn.edu/news-perspective/2013/07/four-more-mers-cases-cited-uae-2-saudi-arabia
## 105                                                                                                                                  http://www.cidrap.umn.edu/news-perspective/2013/07/four-more-mers-cases-cited-uae-2-saudi-arabia
## 106                                                                                                                                                                                                                                  
## 107                                                                                                                                                                                                                                  
## 108                                                                                                                                                                                                                                  
## 109                                                                                                                                                                                                                                  
## 110                                                                                                                                                                               http://www.who.int/csr/don/2013_08_01/en/index.html
## 111                                                                                                                                                                               http://www.who.int/csr/don/2013_08_01/en/index.html
## 112                                                                                                                                                                                                                                  
## 113                                                                                                                                                                                                                                  
## 114                                                                                                                                                                 http://www.kuna.net.kw/ArticleDetails.aspx?id=2331628&language=en
## 115                                                                                                                                                                               http://www.who.int/csr/don/2013_08_28/en/index.html
## 116                                                                                                                                                                               http://www.who.int/csr/don/2013_08_28/en/index.html
## 117                                                                                                                                                                                                                                  
## 118                                                                                                                                                                                                                                  
## 119                                                                                                                                                                                                                                  
## 120                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-21-001.aspx
## 121                                                                                                                                                                 http://www.kuna.net.kw/ArticleDetails.aspx?id=2331628&language=en
## 122                                                                                                                                                                                                                                  
## 123                                                                                                                                                                               http://www.who.int/csr/don/2013_08_30/en/index.html
## 124                                                                                                                                                                               http://www.who.int/csr/don/2013_08_30/en/index.html
## 125                                                                                                                                                                               http://www.who.int/csr/don/2013_08_30/en/index.html
## 126                                                                                                                                                                                     http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 127                                                                                                                                                                                                                                  
## 128                                                                                                                                                                                                                                  
## 129                                                                                                                              http://globalnation.inquirer.net/85815/filipino-nurse-in-riyadh-dies-from-lethal-respiratory-disease
## 130                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-05-001.aspx
## 131                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-05-001.aspx
## 132                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-05-001.aspx
## 133                                                                                                                                                                                     http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 134                                                                                                                                                                                     http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 135                                                                                                                                                                                                                                  
## 136                                                                                                                                                                                                                                  
## 137                                                                                                                                                                                     http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 138                                                                                                                                                                                                                                  
## 139                                                                                                                                                                                                                                  
## 140                                                                                                                                                                                                                                  
## 141                                                                                                                                                                                                                                  
## 142                                                                                                                                                                                                                                  
## 143                                                                                                                                                                                                                                  
## 144                                                                                                                                                                                                                                  
## 145                                                                                                                                                                                                                                  
## 146                                                                                                                                                                                     http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 147                                                                                                                                                                                                                                  
## 148                                                                                                                                                                                                                                  
## 149                                                                                                                                                                               http://www.who.int/csr/don/2013_10_24/en/index.html
## 150                                                                                                                                                                               http://www.who.int/csr/don/2013_10_24/en/index.html
## 151                                                                                                                                                                               http://www.who.int/csr/don/2013_10_24/en/index.html
## 152                                                                                                                                                                          http://www.flutrackers.com/forum/showthread.php?t=211669
## 153                                                                                                                                                                          http://www.flutrackers.com/forum/showthread.php?t=211669
## 154                                                                                                                                                                          http://www.flutrackers.com/forum/showthread.php?t=211669
## 155                                                                                                                                                                                                                                  
## 156                                                                                                                                                                                                                                  
## 157                                                                                                                                                                                                                                  
## 158                                                                                                                                                                                                                                  
## 159                                                                                                                                                                                                                                  
## 160                                                                                                                                                                                                                                  
## 161                                                                                                                                                                               http://www.who.int/csr/don/2013_10_24/en/index.html
## 162                                                                                                                                                                          http://www.arabnews.com/news/468663#.UmjW0zcDIOo.twitter
## 163                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-27-001.aspx
## 164                                                                                                                                                                          http://www.flutrackers.com/forum/showthread.php?t=213229
## 165                                                                                                                                                                          http://www.flutrackers.com/forum/showthread.php?t=213229
## 166                                                                                                                                                                                                                                  
## 167                                                                                                                                                          http://www.omannews.gov.om/ona/english/newsDetails_inc.jsp?newsID=181361
## 168                                                                                                                                                                          http://www.flutrackers.com/forum/showthread.php?t=213229
## 169                                                                                                                                             http://www.who.int/csr/disease/coronavirus_infections/MERS_CoV_Update_20_Jan_2014.pdf
## 170                                                                                                                                                                          http://www.flutrackers.com/forum/showthread.php?t=213410
## 171                                                                                                                                                                         http://wwwnc.cdc.gov/eid/article/20/6/14-0402_article.htm
## 172                                                                                                                                     http://www.cidrap.umn.edu/news-perspective/2013/11/mers-death-toll-rises-who-confirms-2-cases
## 173                                                                                                                                                                                                                                  
## 174                                                                                                                                                                                                                                  
## 175                                                                                                                                                                 http://www.kuna.net.kw/ArticleDetails.aspx?id=2344180&language=en
## 176                                                                                                                                     http://www.cidrap.umn.edu/news-perspective/2013/11/mers-death-toll-rises-who-confirms-2-cases
## 177                                                                                                                                             http://www.who.int/csr/disease/coronavirus_infections/MERS_CoV_Update_20_Jan_2014.pdf
## 178                                                                                                                                                                                                                                  
## 179                                                                                                                                                                                                                                  
## 180                                                                                                                                                                                                                                  
## 181                                                                                                                                                                                                                                  
## 182                                                                                                                                                                                                                                  
## 183                                                                                                                                                                                                                                  
## 184                                                                                                                                                                                                                                  
## 185                                                                                                                                                                                                                                  
## 186                                                                                                                                                                                                                                  
## 187                                                                                                                                                                                   http://www.promedmail.org/direct.php?id=2139610
## 188                                                                                                                                                                                   http://www.promedmail.org/direct.php?id=2139610
## 189                                                                                                                                                                                                                                  
## 190                                                                                                                                                                                                                                  
## 191                                                                                                                                  http://www.cidrap.umn.edu/news-perspective/2013/12/who-saudi-arabia-update-mers-case-information
## 192                                                                                                                                                                                                                                  
## 193                                                                                                                                                                                                                                  
## 194                                                                                                                                                                                                                                  
## 195                                                                                                                                                                                                                                  
## 196                                                                                                                                                                           http://www.who.int/csr/don/2014_02_04mers/en/index.html
## 197                                                                                                                                                                                                                                  
## 198                                                                                                                                                                                                                                  
## 199                                                                                                                                                                                                                                  
## 200                                                                                                                                                                                                                                  
## 201                                                                                                                                                                                                                                  
## 202                                                                                                                                                                                                                                  
## 203                                                                                                                                                                                                                                  
## 204                                                                                                                                                                                                                                  
## 205                                                                                                                                                                                                                                  
## 206                                                                                                                                                                                                                                  
## 207                                                                                                                                                                                                                                  
## 208                                                                                                                                                                                                                                  
## 209                                                                                                                                                                                                                                  
## 210                                                                                                                                                                                                                                  
## 211                                                                                                                                                                                                                                  
## 212                                                                                                                                                                                                                                  
## 213                                                                                                                                                                                                                                  
## 214                                                                                                                                                                                                                                  
## 215                                                                                                                                                                                                                                  
## 216                                                                                                                                                                                                                                  
## 217                                                                                                                                                                                                                                  
## 218                                                                                                                                                                                                                                  
## 219                                                                                                                                                                                                                                  
## 220                                                                                                                                                                                                                                  
## 221                                                                                                                                                                                                                                  
## 222                                                                                                                                                                                                                                  
## 223                                                                                                                                                                                                                                  
## 224                                                                                                                                                                                                                                  
## 225                                                                                                                                                                                                                                  
## 226                                                                                                                                                                                                                                  
## 227                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-02-001.aspx
## 228                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-02-001.aspx
## 229                                                                                                                                                                                                                                  
## 230                                                                                                                                                                                                                                  
## 231                                                                                                                                                                                                                                  
## 232                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-07-001.aspx
## 233                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-07-001.aspx
## 234                                                                                                                                                                                                                                  
## 235                                                                                                                                                                                                                                  
## 236                                                                                                                                                                                                                                  
## 237                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-07-001.aspx
## 238                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-07-001.aspx
## 239                                                                      http://www.wam.ae/servlet/Satellite?c=WamLocEnews&cid=1290010355206&pagename=WAM%2FWamLocEnews%2FWAM_E_ArticleMailClient&parent=Query&parentid=1135099399852
## 240                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 241                                                                                                                                                                                                                                  
## 242                                                                                                                                                                                                                                  
## 243                                                                                                                                                                                                                                  
## 244                                                                                                                                                                                                                                  
## 245                                                                                                                                                                                                                                  
## 246                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 247                                                                                                                                                                                                                                  
## 248                                                                                                                                             http://www.who.int/csr/disease/coronavirus_infections/MERS_CoV_Update_09_May_2014.pdf
## 249                                                                                                                                                                                                                                  
## 250                                                                                                                                                                                                                                  
## 251                                                                                                                                                                                                                                  
## 252                                                                                                                                                                                                                                  
## 253                                                                                                                                                                                                                                  
## 254                                                                                                                                                                                                                                  
## 255                                                                                                                                                                                                                                  
## 256                                                                                                                                                                                                                                  
## 257                                                                                                                                                                                                                                  
## 258                                                                                                                                                                                                                                  
## 259                                                                                                                                                                                                                                  
## 260                                                                                                                                                                                                                                  
## 261                                                                                                                                                                                 https://twitter.com/who/status/464009479718060032
## 262                                                                                                                                                                                                                                  
## 263                                                                                                                                               http://www.moh.gov.sa/en/CCC/pressreleases/pages/mediastatement-2014-05-09-001.aspx
## 264                                                                                                                                                                                                                                  
## 265                                                                                                                                                                                                                                  
## 266                                                                                                                                                                                                                                  
## 267                                                                                                                                                                                                                                  
## 268                                                                                                                                                                                                                                  
## 269                                                                                                                                                                                                                                  
## 270                                                                                                                                                                                                                                  
## 271                                                                                                                                                                                                                                  
## 272                                                                                                                                                                                                                                  
## 273                                                                                                                                                                                                                                  
## 274                                                                                                                                                                                                                                  
## 275                                                                                                                                                                                                                                  
## 276                                                                                                                                                                                                                                  
## 277                                                                                                                                                                                                                                  
## 278                                                                                                                                                                                                                                  
## 279                                                                                                                                                                                                                                  
## 280                                                                                                                                                                                                                                  
## 281                                                                                                                                                                                                                                  
## 282                                                                                                                                                                                                                                  
## 283                                                                                                                                                                                                                                  
## 284                                                                                                                                                                                                                                  
## 285                                                                                                                                                                                                                                  
## 286                                                                                                                                                                                                                                  
## 287                                                                                                                                                                                                                                  
## 288                                                                                                                                                                                                                                  
## 289                                                                                                                                                                                                                                  
## 290                                                                                                                                                                                                                                  
## 291                                                                                                                                                                                                                                  
## 292                                                                                                                                                                                                                                  
## 293                                                                                                                                                                                                                                  
## 294                                                                                                                                                                                                                                  
## 295                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 296                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 297                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 298                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 299                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 300                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 301                                                                                                                                                                  http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20782
## 302                                                                                                                                                                                                                                  
## 303                                                                                                                                                                                                                                  
## 304                                                                                                                                                                                                                                  
## 305                                                                                                                                                                                                                                  
## 306                                                                                                                                                                                                                                  
## 307                                                                                                                                                                                                                                  
## 308                                                                                                                                                                                                                                  
## 309                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 310                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 311                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 312                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 313                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 314                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 315                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 316                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 317                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 318                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 319                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 320                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 321                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 322                                                                                                                                                      http://www.haad.ae/haad/tabid/58/ctl/Details/Mid/417/ItemID/410/Default.aspx
## 323                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-01-001.aspx
## 324                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 325                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 326                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 327                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 328                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 329                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 330                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 331                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 332                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 333                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 334                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 335                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 336                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 337                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 338                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 339                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 340                                                                                                                                                                                                                                  
## 341                                                                                                                                                                                                                                  
## 342                                                                                                                                                                                                                                  
## 343                                                                                                                                                                                                                                  
## 344                                                                                                                                                                                                                                  
## 345                                                                                                                                                                                                                                  
## 346                                                                                                                                                                                                                                  
## 347                                                                                                                                                                                                                                  
## 348                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 349                                                                                                                                                                                                                                  
## 350                                                                                                                                                                                                                                  
## 351                                                                                                                                                                                                                                  
## 352                                                                                                                                                                                                                                  
## 353                                                                                                                                                                                                                                  
## 354                                                                                                                                                                                                                                  
## 355                                                                                                                                                                                                                                  
## 356                                                                                                                                               http://www.moh.gov.sa/en/CCC/pressreleases/pages/mediastatement-2014-05-09-001.aspx
## 357                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 358                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 359                                                                                                                                                                                                                                  
## 360                                                                                                                                                                                                                                  
## 361                                                                                                                                                                                                                                  
## 362                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 363                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 364                                                                                                                                                                                                                                  
## 365                                                                                                                                                                                                                                  
## 366                                                                                                                                                                                                                                  
## 367                                                                                                                                                                                                                                  
## 368                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 369                                                                                                                                                                                                                                  
## 370                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 371                                                                                                                                                                                                                                  
## 372                                                                                                                                                                                                                                  
## 373                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 374                                                                                                                                                                                                                                  
## 375                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 376                                                                                                                                                                                                                                  
## 377                                                                                                                                                                                                                                  
## 378                                                                                                                                                                                                                                  
## 379                                                                                                                                                                                                                                  
## 380                                                                                                                                                                                                                                  
## 381                                                                                                                                                                                                                                  
## 382                                                                                                                                                                                                                                  
## 383                                                                                                                                                                                                                                  
## 384                                                                                                                                                                                                                                  
## 385                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 386                                                                                                                                                                                                                                  
## 387                                                                                                                                                                                                                                  
## 388                                                                                                                                                                                                                                  
## 389                                                                                                                                                                                                                                  
## 390                                                                                                                                                                                                                                  
## 391                                                                                                                                                                                                                                  
## 392                                                                                                                                                                                                                                  
## 393                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 394                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 395                                                                                                                                                                                                                                  
## 396                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 397                                                                                                                                                                                                                                  
## 398                                                                                                                                                                                                                                  
## 399                                                                                                                                                                                                                                  
## 400                                                                                                                                                                                                                                  
## 401                                                                                                                                                                                                                                  
## 402                                                                                                                                                                                                                                  
## 403                                                                                                                                                                                                                                  
## 404                                                                                                                                                                                                                                  
## 405                                                                                                                                                                                                                                  
## 406                                                                                                                                                                                                                                  
## 407                                                                                                                                                                                                                                  
## 408                                                                                                                                                                                                                                  
## 409                                                                                                                                                                                                                                  
## 410                                                                                                                                                                                                                                  
## 411                                                                                                                                                                                                                                  
## 412                                                                                                                                        http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 413                                                                                                                                                                                                                                  
## 414                                                                                                                                                                                                                                  
## 415                                                                                                                                                                                                                                  
## 416                                                                                                                                                                                                                                  
## 417                                                                                                                                                                                                                                  
## 418                                                                                                                                                                                                                                  
## 419                                                                                                                                                                                                                                  
## 420                                                                                                                                                                                                                                  
## 421                                                                                                                                                                                                                                  
## 422                                                                                                                                                                                                                                  
## 423                                                                                                                                                                                                                                  
## 424                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 425                                                                                                                                                                                                                                  
## 426                                                                                                                                                                                                                                  
## 427                                                                                                                                                                                                                                  
## 428                                                                                                                                                                                                                                  
## 429                                                                                                                                                                                                                                  
## 430                                                                                                                                                                                                                                  
## 431                                                                                                                                                                                                                                  
## 432                                                                                                                                                                                                                                  
## 433                                                                                                                                                                                                                                  
## 434                                                                                                                                                                                                                                  
## 435                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 436                                                                                                                                                                                                                                  
## 437                                                                                                                                                                                                                                  
## 438                                                                                                                                                                                                                                  
## 439                                                                                                                                                                                                                                  
## 440                                                                                                                                                                                                                                  
## 441                                                                                                                                                                                                                                  
## 442                                                                                                                                                                                                                                  
## 443                                                                                                                                                                                                                                  
## 444                                                                                                                                                                                                                                  
## 445                                                                                                                                                                                                                                  
## 446                                                                                                                                                                                                                                  
## 447                                                                                                                                                                                                                                  
## 448                                                                                                                                                                                                                                  
## 449                                                                                                                                                                                                                                  
## 450                                                                                                                                                                                                                                  
## 451                                                                                                                                                                                                                                  
## 452                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 453                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 454                                                                                                                                                                                                                                  
## 455                                                                                                                                                                                                                                  
## 456                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 457                                                                                                                                                                                                                                  
## 458                                                                                                                                                                                                                                  
## 459                                                                                                                                                                                                                                  
## 460                                                                                                                                                                                                                                  
## 461                                                                                                                                                                                                                                  
## 462                                                                                                                                                                                                                                  
## 463                                                                                                                                                                                                                                  
## 464                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 465                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 466                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 467                                                                                                                                                                                                                                  
## 468                                                                                                                                                                                                                                  
## 469                                                                                                                                                                                                                                  
## 470                                                                                                                                                                                                                                  
## 471                                                                                                                http://www.petra.gov.jo/Public_News/Nws_NewsDetails.aspx?Site_Id=1&lang=2&NewsID=149691&CatID=13&Type=Home&GType=1
## 472                                                                                                                                                                                                                                  
## 473                                                                                                                                                                                                                                  
## 474                                                                                                                                                                                                                                  
## 475                                                                                                                                                                                                                                  
## 476                                                                                                                                                                                                                                  
## 477                                                                                                                                                                                                                                  
## 478                                                                                                                                                                                                                                  
## 479                                                                                                                                                                                                                                  
## 480                                                                                                                                                                                                                                  
## 481                                                                                                                                                                                                                                  
## 482                                                                                                                                                                                                                                  
## 483                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 484                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 485                                                                                                                                                                                                                                  
## 486                                                                                                                                                                                                                                  
## 487                                                                                                                                                                                                                                  
## 488                                                                                                                                                                                                                                  
## 489                                                                                                                                                                                                                                  
## 490                                                                                                                                                                                                                                  
## 491                                                                                                                                                                                                                                  
## 492                                                                                                                                                                                                                                  
## 493                                                                                                                                                                                                                                  
## 494                                                                                                                                                                                                                                  
## 495                                                                                                                                                                                                                                  
## 496                                                                                                                                                                                                                                  
## 497                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 498                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 499                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 500                                                                                                                                                                                                                                  
## 501                                                                                                                                                                                                                                  
## 502                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 503                                                                                                                                                                                                                                  
## 504                                                                                                                                                                                                                                  
## 505                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 506                                                                                                                                                                                                                                  
## 507                                                                                                                                                                                                                                  
## 508                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 509                                                                                                                                                                                                                                  
## 510                                                                                                                                                                                                                                  
## 511                                                                                                                                                                                                                                  
## 512                                                                                                                                                                                                                                  
## 513                                                                                                                                                                                                                                  
## 514                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 515                                                                                                                                                                                                                                  
## 516                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 517                                                                                                                                                                                                                                  
## 518                                                                                                                                                                                                                                  
## 519                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-12-001.aspx
## 520                                                                                                                                                                                                                                  
## 521                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 522                                                                                                                                                                                                                                  
## 523                                                                                                                                                                                                                                  
## 524                                                                                                                                                                                                                                  
## 525                                                                                                                                                                                                                                  
## 526                                                                                                                                                                                                                                  
## 527                                                                                                                                                                                                                                  
## 528                                                                                                                                                                                                                                  
## 529                                                                                                                                                                                                                                  
## 530                                                                                                                                                                                                                                  
## 531                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 532                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 533                                                                                                                                                                                                                                  
## 534                                                                                                                http://www.petra.gov.jo/Public_News/Nws_NewsDetails.aspx?Site_Id=1&lang=2&NewsID=150241&CatID=13&Type=Home&GType=1
## 535                                                                                                                                                                                                                                  
## 536                                                                                                                                                                                                                                  
## 537                                                                                                                                                                                                                                  
## 538                                                                                                                                                                                                                                  
## 539                                                                                                                                                                                                                                  
## 540                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 541                                                                                                                                                                                                                                  
## 542                                                                                                                                                                                                                                  
## 543                                                                                                                                                                                                                                  
## 544                                                                                                                                                                                                                                  
## 545                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 546                                                                                                                                                                                                                                  
## 547                                                                                                                                                                                                                                  
## 548                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 549                                                                                                                                                                                                                                  
## 550                                                                                                                                                                                                                                  
## 551                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 552                                                                                                                                                                                                                                  
## 553                                                                                                                                                                                                                                  
## 554                                                                                                                                                                                                                                  
## 555                                                                                                                                                                                                                                  
## 556                                                                                                                                                                                                                                  
## 557                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 558                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 559                                                                                                                                                                                                                                  
## 560                                                                                                                                                                                                                                  
## 561                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 562                                                                                                                                                                                                                                  
## 563                                                                                                                                                                                                                                  
## 564                                                                                                                                               http://www.moh.gov.sa/en/CCC/pressreleases/pages/mediastatement-2014-05-09-001.aspx
## 565                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-18-001.aspx
## 566                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 567                                                                                    http://www.dailystar.com.lb/News/Lebanon-News/2014/May-08/255779-first-coronavirus-case-detected-in-lebanon-health-minister.ashx#axzz312d7vDKs
## 568                                                                                                                                                                                                                                  
## 569                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 570                                                                                                                                                                                                                                  
## 571                                                                                                                                                                                                                                  
## 572                                                                                                                                                                                                                                  
## 573                                                                                                                                                                                                                                  
## 574                                                                                                                                                                                                                                  
## 575                                                                                                                                                                                                                                  
## 576                                                                                                                                                                                                                                  
## 577                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 578                                                                                                                                                                                                                                  
## 579                                                                                                                                                                                                                                  
## 580                                                                                                                                                                                                                                  
## 581                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 582                                                                                                                                                                                                                                  
## 583                                                                                                                                                                                                                                  
## 584                                                                                                                                                                                                                                  
## 585                                                                                                                                                                                                                                  
## 586                                                                                                                                                                                                                                  
## 587                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 588                                                                                                                                                                                                                                  
## 589                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 590                                                                                                                                                                                                                                  
## 591                                                                                                                                                                                                                                  
## 592                                                                                                                                                                                                                                  
## 593                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 594                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 595                                                                                                                                                                                                                                  
## 596                                                                                                                                                                                    http://www.who.int/csr/don/2014_05_15_mers/en/
## 597                                                                                                                                                                                                                                  
## 598                                                                                                                                                                                                                                  
## 599                                                                                                                                                                                                                                  
## 600                                                                                                                                                                                                                                  
## 601                                                                                                                                                                                                                                  
## 602                                                                                                                                                                  http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20817
## 603                                                                                                                                                                                                                                  
## 604                                                                                                                                                                                                                                  
## 605                                                                                                                                                                                                                                  
## 606                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 607                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 608                                                                                                                                                                                                                                  
## 609                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 610                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 611                                                                                                                                                                                                                                  
## 612                                                                                                                                                                                                                                  
## 613                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 614                                                                                                                                                                                                                                  
## 615                                                                                                                                                                                                                                  
## 616                                                                                                                                                                                                                                  
## 617                                                                                                                                                                                                                                  
## 618                                                                                                                                                                                                                                  
## 619                                                                                                                                                                                                                                  
## 620                                                                                                                                                                                                                                  
## 621                                                                                                                                                                                                                                  
## 622                                                                                                                                                                                                                                  
## 623                                                                                                                                                                                                                                  
## 624                                                                                                                                                                                                                                  
## 625                                                                                                                                                                                                                                  
## 626                                                                                                                                                                                                                                  
## 627                                                                                                                                                                                                                                  
## 628                                                                                                                                                                                                                                  
## 629                                                                                                                                                                                                                                  
## 630                                                                                                                                                                                                                                  
## 631                                                                                                                                                                                                                                  
## 632                                                                                                                                                                                                                                  
## 633                                                                                                                                                                                                                                  
## 634                                                                                                                                                                                                                                  
## 635                                                                                                                                                                  http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20817
## 636                                                                                                                                                                                                                                  
## 637                                                                                                                                                                                                                                  
## 638                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-27-001.aspx
## 639                                                                                                                                                                                                                                  
## 640                                                                                                                                                                                                                                  
## 641                                                                                                                                                                                                                                  
## 642                                                                                                                                                                                                                                  
## 643                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-11-001.aspx
## 644                                                                                                                                                                                                                                  
## 645                                                                                                                                                                                                                                  
## 646                                                                                                                                                                                                                                  
## 647                                                                                                                                                                                                                                  
## 648                                                                                                                                                                                                                                  
## 649                                                                                                                                                                                                                                  
## 650                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 651                                                                                                                                                                            http://www.cdc.gov/media/releases/2014/p0517-mers.html
## 652                                                                                                                                                                                                                                  
## 653                                                                                                                                                                                                                                  
## 654                                                                                                                                                                                                                                  
## 655                                                                                                                                                                                                                                  
## 656                                                                                                                                                                                                                                  
## 657                                                                                                                                                                                                                                  
## 658                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 659                                                                                                                                                                                                                                  
## 660                                                                                                                                                                                                                                  
## 661                                                                                                                                                                                                                                  
## 662                                                                                                                                                                                                                                  
## 663                                                                                                                                                                                                                                  
## 664                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 665                                                                                                                                                                                                                                  
## 666                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-04-001.aspx
## 667                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 668                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-03-002.aspx
## 669                                                                                                                                                                                                                                  
## 670                                                                                                                                                                                                                                  
## 671                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-08-001.aspx
## 672                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-09-001.aspx
## 673                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-11-001.aspx
## 674                                                                                                                                                                                                                                  
## 675                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-19-001.aspx
## 676                                                                                                                                                                                                                                  
## 677                                                                                                                                                                                                                                  
## 678                                                                                                                                                                                                                                  
## 679                                                                                                                                                                                                                                  
## 680                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 681                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-08-001.aspx
## 682                                                                                                                                                                                                                                  
## 683                                                                                                                                                                                                                                  
## 684                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-09-001.aspx
## 685                                                                                                                                                                                                                                  
## 686                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-11-001.aspx
## 687                                                                                                                                                                                                                                  
## 688                                                                                                                                                                                                                                  
## 689                                                                                                                                                                                                                                  
## 690                                                                                                                                                                                                                                  
## 691                                                                                                                                                                                                                                  
## 692                                                                                                                                                                                                                                  
## 693                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-19-001.aspx
## 694                                                                                                                                                                                                                                  
## 695                                                                                                                                                                                                                                  
## 696                                                                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-01-001.aspx
## 697                                                                                                                                                                                                                                  
## 698                                                                                                                                                                                                                                  
## 699                                                                                                                                                                                                                                  
## 700                                                                                                                                                                                                                                  
## 701                                                                                                                                                                                                                                  
## 702                                                                                                                                                                                                                                  
## 703                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 704                                                                                                                                                                                                                                  
## 705                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 706                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-04-001.aspx
## 707                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 708                                                                                                                                               http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 709                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 710                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-15-001.aspx
## 711                                                                                                                                                                                                                                  
## 712                                                                                                                                                                                                                                  
## 713                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-12-001.aspx
## 714                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-23-001.aspx
## 715                                                                                                                                                                                                                                  
## 716                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-15-001.aspx
## 717                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-12-001.aspx
## 718                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-22-001.aspx
## 719                                                                                                                                                                                                                                  
## 720                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_16_mers/en/
## 721                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_16_mers/en/
## 722                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_25_mers/en/
## 723                                                                                                                                                                                                                                  
## 724                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-18-001.aspx
## 725                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_26_mers/en/
## 726                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_26_mers/en/
## 727                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_26_mers/en/
## 728                                                                                                                                                                                    http://www.who.int/csr/don/2014_06_26_mers/en/
## 729                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_02_mers/en/
## 730                                                                                                                                                                                    http://www.who.int/csr/don/2014_07_02_mers/en/
## 731                                                                                                                                                                                                                                  
## 732                                                                                                                                                                                                                                  
## 733                                                                                                                                                                                                                                  
## 734                                                                                                                                                                                                                                  
## 735                                                                                                                                                                                                                                  
## 736                                                                                                                                                                                                                                  
## 737                                                                                                                                                                                                                                  
## 738                                                                                                                                                                                                                                  
## 739                                                                                                                                                                                                                                  
## 740                                                                                                                                                                                                                                  
## 741                                                                                                                                                                                                                                  
## 742                                                                                                                                                                                                                                  
## 743                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2014-08-11-001.aspx
## 744                                                                                                                                                                                                                                  
## 745                                                                                                                                                                                                                                  
## 746                                                                                                                                                                                                                                  
## 747                                                                                                                                                                                                                                  
## 748                                                                                                                                                                                                                                  
## 749                                                                                                                                                                                                                                  
## 750                                                                                                                                                                                                                                  
## 751                                                                                                                                                                                                                                  
## 752                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-01-001.aspx
## 753                                                                                                                                                                                                                                  
## 754                                                                                                                                                                                                                                  
## 755                                                                                                                                                                                                                                  
## 756                                                                                                                                                                                                                                  
## 757                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-11-001.aspx
## 758                                                                                                                                                                                                                                  
## 759                                                                                                                                                                                                                                  
## 760                                                                                                                                                                                                                                  
## 761                                                                                                                                                                                                                                  
## 762                                                                                                                                                                               http://www.who.int/csr/don/16-october-2014-mers/en/
## 763                                                                                                                                                                                                                                  
## 764                                                                                                                                                                               http://www.who.int/csr/don/16-october-2014-mers/en/
## 765                                                                                                                                                                               http://www.who.int/csr/don/16-october-2014-mers/en/
## 766                                                                                                                                                                               http://www.who.int/csr/don/16-october-2014-mers/en/
## 767                                                                                                                                                                               http://www.who.int/csr/don/16-october-2014-mers/en/
## 768                                                                                                                                                                               http://www.who.int/csr/don/16-october-2014-mers/en/
## 769                                                                                                                                                                               http://www.who.int/csr/don/16-october-2014-mers/en/
## 770                                                                                                                                                                                                                                  
## 771                                                                                                                                                                                                                                  
## 772                                                                                                                                                                                                                                  
## 773                                                                                                                                                                                                                                  
## 774                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-19-001.aspx
## 775                                                                                                                                                                                                                                  
## 776                                                                                                                                                                                                                                  
## 777                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-04-001.aspx
## 778                                                                                                                                                                                                                                  
## 779                                                                                                                                                                                                                                  
## 780                                                                                                                                                                                                                                  
## 781                                                                                                                                                                                                                                  
## 782                                                                                                                                                  http://www.sch.gov.qa/news/first-confirmed-mers-corona-virus-in-2014?backArt=326
## 783                                                                                                                                                 http://www.sch.gov.qa/news/recovery-of-a-citizen-from-mers-cov?page=9&backArt=131
## 784                                                                                                                                                                                                                                  
## 785                                                                                                                                                                                                                                  
## 786                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 787                                                                                                                                                                                                                                  
## 788                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 789                                                                                                                                                                                                                                  
## 790                                                                                                                                                                                                                                  
## 791                                                                                                                                                                                                                                  
## 792                                                                                                                                                                                                                                  
## 793                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-02-001.aspx
## 794                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-25-001.aspx
## 795                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-12-001.aspx
## 796                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-02-001.aspx
## 797                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-06-001.aspx
## 798                                                                                                                                                                                                                                  
## 799                                                                                                                                                                                                                                  
## 800                                                                                                                                                                                                                                  
## 801                                                                                                                                                                                                                                  
## 802                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-04-001.aspx
## 803                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-03-001.aspx
## 804                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-03-001.aspx
## 805                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-04-001.aspx
## 806                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-04-001.aspx
## 807                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-05-001.aspx
## 808                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-05-001.aspx
## 809                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-05-001.aspx
## 810                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-07-001.aspx
## 811                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-07-001.aspx
## 812                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-10-001.aspx
## 813                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 814                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-12-001.aspx
## 815                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-12-001.aspx
## 816                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-13-001.aspx
## 817                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-13-001.aspx
## 818                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-14-001.aspx
## 819                                                                                                                                                         http://www.moh.gov.sa/en/CCC/PressReleases/Pages/News-2014-11-18-001.aspx
## 820                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-19-001.aspx
## 821                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-20-001.aspx
## 822                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-22-001.aspx
## 823                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-24-001.aspx
## 824                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-26-001.aspx
## 825                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-28-001.aspx
## 826                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-28-001.aspx
## 827                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-29-001.aspx
## 828                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-02-001.aspx
## 829                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-03-001.aspx
## 830                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-03-001.aspx
## 831                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-05-001.aspx
## 832                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-08-001.aspx
## 833                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-16-001.aspx
## 834                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-16-001.aspx
## 835                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-19-001.aspx
## 836                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-26-001.aspx
## 837                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-26-001.aspx
## 838                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-30-001.aspx
## 839                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-03-001.aspx
## 840                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-03-001.aspx
## 841                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-05-001.aspx
## 842                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-06-001.aspx
## 843                                                                                                                                                                                                                                  
## 844                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-07-001.aspx
## 845                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-08-001.aspx
## 846                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-09-001.aspx
## 847                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-09-001.aspx
## 848                                                                                                                                                                                                                                  
## 849                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-14-001.aspx
## 850                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-14-001.aspx
## 851                                                                                                                                                                                                                                  
## 852                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-18-001.aspx
## 853                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-19-001.aspx
## 854                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-21-001.aspx
## 855                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-21-001.aspx
## 856                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-22-001.aspx
## 857                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-22-001.aspx
## 858                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-22-001.aspx
## 859                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-27-001.aspx
## 860                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-30-001.aspx
## 861                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-30-001.aspx
## 862                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-02-001.aspx
## 863                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-03-001.aspx
## 864                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-03-001.aspx
## 865                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-03-001.aspx
## 866                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-04-001.aspx
## 867                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-04-001.aspx
## 868                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-05-001.aspx
## 869                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-06-001.aspx
## 870                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-06-001.aspx
## 871                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-06-001.aspx
## 872                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-07-001.aspx
## 873                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-08-001.aspx
## 874                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 875                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 876                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 877                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 878                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 879                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 880                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 881                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 882                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 883                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 884                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 885                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 886                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 887                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 888                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 889                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 890                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 891                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 892                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 893                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 894                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 895                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 896                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 897                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 898                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 899                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 900                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-15-001.aspx
## 901                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-15-001.aspx
## 902                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-15-001.aspx
## 903                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 904                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 905                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 906                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 907                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 908                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 909                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 910                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 911                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 912                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 913                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 914                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 915                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 916                                                                                                                                                                                                                                  
## 917                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 918                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 919                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-20-001.aspx
## 920                                                                                                                                                                                                                                  
## 921                                                                                                                                              http://www.sch.gov.qa/news/sch-announces-cure-of-mers-cov-patient?page=3&backArt=131
## 922                                                                                                                                                                                                                                  
## 923                                                                                                                                                                                                                                  
## 924                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-22-001.aspx
## 925                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 926                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 927                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 928                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 929                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 930                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 931                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 932                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 933                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 934                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-25-001.aspx
## 935                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-26-001.aspx
## 936                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-26-001.aspx
## 937                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-26-001.aspx
## 938                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-27-001.aspx
## 939                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-27-001.aspx
## 940                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 941                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 942                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 943                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 944                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 945                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 946                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 947                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 948                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 949                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 950                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 951                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 952                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 953                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 954                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 955                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 956                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 957                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-03-001.aspx
## 958                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-03-001.aspx
## 959                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-04-001.aspx
## 960                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-04-001.aspx
## 961                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 962                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 963                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 964                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 965                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-06-001.aspx
## 966                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-06-001.aspx
## 967                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-07-001.aspx
## 968                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 969                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 970                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 971                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 972                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 973                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 974                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-10-001.aspx
## 975                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-11-001.aspx
## 976                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-11-001.aspx
## 977                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-12-001.aspx
## 978                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-12-001.aspx
## 979                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-13-001.aspx
## 980                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-13-001.aspx
## 981                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-14-001.aspx
## 982                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-14-001.aspx
## 983                                                                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 984                                                                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 985                                                                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 986                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-17-001.aspx
## 987                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-18-001.aspx
## 988                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-21-001.aspx
## 989                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-22-001.aspx
## 990                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-22-001.aspx
## 991                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 992                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 993                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 994                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 995                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-25-001.aspx
## 996                                                                                                                                                                          http://www.who.int/csr/don/9-march-2015-mers-germany/en/
## 997                                                                                                                                                                                                                                  
## 998                                                                                                                                                   http://www.sch.gov.qa/news/sch-reports-anew-case-of-mers-cov?page=2&backArt=131
## 999                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 1000                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 1001                                                                                                                                                                                                                                 
## 1002                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-29-001.aspx
## 1003                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-29-001.aspx
## 1004                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-29-001.aspx
## 1005                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-30-001.aspx
## 1006                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-30-001.aspx
## 1007                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-31-001.aspx
## 1008                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-02-001.aspx
## 1009                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-03-001.aspx
## 1010                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-05-001.aspx
## 1011                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-05-001.aspx
## 1012                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-09-001.aspx
## 1013                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-14-001.aspx
## 1014                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-16-001.aspx
## 1015                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-17-001.aspx
## 1016                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-20-001.aspx
## 1017                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-20-001.aspx
## 1018                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-04-001.aspx
## 1019                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-25-001.aspx
## 1020                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-01-001.aspx
## 1021                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-04-001.aspx
## 1022                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-05-001.aspx
## 1023                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-09-001.aspx
## 1024                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-09-001.aspx
## 1025                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-09-001.aspx
## 1026                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1027                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1028                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1029                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1030                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1031                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1032                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1033                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1034                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 1035                                                                                                                                                                                                                                 
## 1036                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-12-001.aspx
## 1037                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-13-001.aspx
## 1038                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-13-001.aspx
## 1039                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-18-001.aspx
## 1040                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-18-001.aspx
## 1041                                                                                                                                                 http://www.thenational.ae/uae/health/al-ain-mers-patients-released-from-hospital
## 1042                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-21-001.aspx
## 1043                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-23-001.aspx
## 1044                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-24-001.aspx
## 1045                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-25-001.aspx
## 1046                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-26-001.aspx
## 1047                                                                                                                                                                                                                                 
## 1048                                                                                                                                                                            http://www.koreaherald.com/view.php?ud=20150605001037
## 1049                                                                                                                                                              http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1050                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1051                                                                                                                                                 http://www.thenational.ae/uae/health/al-ain-mers-patients-released-from-hospital
## 1052                                                                                                                                                                            http://www.koreaherald.com/view.php?ud=20150526000914
## 1053                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1054                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-28-001.aspx
## 1055                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1056                                                                                                                                            http://news.yahoo.com/korea-reports-seven-mers-cases-one-suspect-flies-033321726.html
## 1057                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1058                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1059                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1060                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1061                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1062                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1063                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-29-001.aspx
## 1064                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-29-001.aspx
## 1065                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-29-001.aspx
## 1066                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 1067                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 1068                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 1069                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 1070                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-31-001.aspx
## 1071                                                                                                                                                                     http://www.sch.gov.qa/news/sch-reports-a-new-case-of-merscov
## 1072                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1073                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1074                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-01-001.aspx
## 1075                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-01-001.aspx
## 1076                                                                                                                                                                                               https://www.moh.gov.om/en/-/--9-77
## 1077                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1078                                                                                                                                            http://www.who.int/mediacentre/news/situation-assessments/2-june-2015-south-korea/en/
## 1079                                                                                                                                            http://www.who.int/mediacentre/news/situation-assessments/2-june-2015-south-korea/en/
## 1080                                                                                                                                            http://www.who.int/mediacentre/news/situation-assessments/2-june-2015-south-korea/en/
## 1081                                                                                                                                            http://www.who.int/mediacentre/news/situation-assessments/2-june-2015-south-korea/en/
## 1082                                                                                                                                            http://www.who.int/mediacentre/news/situation-assessments/2-june-2015-south-korea/en/
## 1083                                                                                                                                            http://www.who.int/mediacentre/news/situation-assessments/2-june-2015-south-korea/en/
## 1084                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1085                                                                                                                                            http://www.who.int/mediacentre/news/situation-assessments/2-june-2015-south-korea/en/
## 1086                                                                                                                                            http://www.who.int/mediacentre/news/situation-assessments/2-june-2015-south-korea/en/
## 1087 http://in.reuters.com/article/2015/06/02/us-health-mers-southkorea-idINKBN0OI2P920150602?feedType=RSS&feedName=health&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+reuters%2FINhealth+%28News+%2F+IN+%2F+Health%29
## 1088                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1089 http://in.reuters.com/article/2015/06/02/us-health-mers-southkorea-idINKBN0OI2P920150602?feedType=RSS&feedName=health&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+reuters%2FINhealth+%28News+%2F+IN+%2F+Health%29
## 1090                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1091 http://in.reuters.com/article/2015/06/02/us-health-mers-southkorea-idINKBN0OI2P920150602?feedType=RSS&feedName=health&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+reuters%2FINhealth+%28News+%2F+IN+%2F+Health%29
## 1092                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-30-001.aspx
## 1093                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-30-001.aspx
## 1094                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-30-001.aspx
## 1095                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-04-001.aspx
## 1096                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-02-001.aspx
## 1097                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-03-001.aspx
## 1098                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 1099                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 1100                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 1101                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 1102                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 1103                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1104                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1105                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1106                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3407535
## 1107                                                                                                                                  http://www.nytimes.com/2015/06/06/world/asia/south-korea-mers-virus-st-marys-hospital.html?_r=0
## 1108                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3411121
## 1109                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-06-001.aspx
## 1110                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-06-001.aspx
## 1111                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1112                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1113                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1114                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1115                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1116                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-08-001.aspx
## 1117                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1118                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1119                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1120                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1121                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1122                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1123                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1124                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1125                                                                                                                                              http://english.yonhapnews.co.kr/news/2015/06/06/0200000000AEN20150606000400320.html
## 1126                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 1127                                                                                                                                                                                        http://dj.kbs.co.kr/resources/2015-06-08/
## 1128                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1129                                                                                                                                                                                        http://dj.kbs.co.kr/resources/2015-06-08/
## 1130                                                                                                                                                                                      http://promedmail.org/direct.php?id=3486383
## 1131                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1132                                                                                                                                                                                        http://dj.kbs.co.kr/resources/2015-06-08/
## 1133                                                                                                                                                                                        http://dj.kbs.co.kr/resources/2015-06-08/
## 1134                                                                                                                                                                                      http://promedmail.org/direct.php?id=3505516
## 1135                                                                                                                                                                                        http://dj.kbs.co.kr/resources/2015-06-08/
## 1136                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1137                                                                                                                                                                                        http://dj.kbs.co.kr/resources/2015-06-08/
## 1138                                                                                                                                                                   http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1139                                                                                                                                                                                        http://dj.kbs.co.kr/resources/2015-06-08/
## 1140                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1141                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1142                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1143                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1144                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1145                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1146                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1147                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1148                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1149                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1150                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1151                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1152                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1153                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1154                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1155                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1156                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1157                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1158                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1159                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1160                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1161                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1162                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1163                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3417452
## 1164                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1165                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1166                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1167                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1168                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1169                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1170                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1171                                                                                                                                                                                  http://www.promedmail.org/direct.php?id=3420029
## 1172                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-10-001.aspx
## 1173                                                                                                                                                                                                                                 
## 1174                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1175                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1176                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1177                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1178                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1179                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1180                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1181                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1182                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1183                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1184                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1185                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1186                                                                                                                                                                                      http://promedmail.org/direct.php?id=3423669
## 1187                                                                                                                                                                                                                                 
## 1188                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-12-001.aspx
## 1189                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-13-001.aspx
## 1190                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-14-001.aspx
## 1191                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-14-001.aspx
## 1192                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1193                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1194                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1195                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1196                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1197                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1198                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1199                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1200                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1201                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1202                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1203                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1204                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1205                                                                                                                                                                                      http://promedmail.org/direct.php?id=3426177
## 1206                                                                                                                                                                                      http://promedmail.org/direct.php?id=3430149
## 1207                                                                                                                                                                                      http://promedmail.org/direct.php?id=3430149
## 1208                                                                                                                                                                                      http://promedmail.org/direct.php?id=3430149
## 1209                                                                                                                                                                                      http://promedmail.org/direct.php?id=3430149
## 1210                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1211                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1212                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1213                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1214                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1215                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1216                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1217                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1218                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1219                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1220                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1221                                                                                                                                                                                      http://promedmail.org/direct.php?id=3433313
## 1222                                                                                                                                                                                      http://promedmail.org/direct.php?id=3435317
## 1223                                                                                                                                                                                      http://promedmail.org/direct.php?id=3435317
## 1224                                                                                                                                                                                      http://promedmail.org/direct.php?id=3435317
## 1225                                                                                                                                                                                      http://promedmail.org/direct.php?id=3435317
## 1226                                                                                                                                                                                      http://promedmail.org/direct.php?id=3435317
## 1227                                                                                                                                                                                      http://promedmail.org/direct.php?id=3435317
## 1228                                                                                                                                                                                      http://promedmail.org/direct.php?id=3435317
## 1229                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-15-001.aspx
## 1230                                                                                                                                                                                      http://promedmail.org/direct.php?id=3437614
## 1231                                                                                                                                                                                      http://promedmail.org/direct.php?id=3437614
## 1232                                                                                                                                                                                      http://promedmail.org/direct.php?id=3437614
## 1233                                                                                                                                                                                      http://promedmail.org/direct.php?id=3437614
## 1234                                                                                                                                                                                      http://promedmail.org/direct.php?id=3437614
## 1235                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-16-001.aspx
## 1236                                                                                                                                                                                      http://promedmail.org/direct.php?id=3439726
## 1237                                                                                                                                                                                      http://promedmail.org/direct.php?id=3439726
## 1238                                                                                                                                                                                      http://promedmail.org/direct.php?id=3439726
## 1239                                                                                                                                                                                      http://promedmail.org/direct.php?id=3439726
## 1240                                                                                                                                                                                      http://promedmail.org/direct.php?id=3447481
## 1241                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-17-001.aspx
## 1242                                                                                                                                                                                      http://promedmail.org/direct.php?id=3442296
## 1243                                                                                                                                                                                      http://promedmail.org/direct.php?id=3442296
## 1244                                                                                                                                                                                      http://promedmail.org/direct.php?id=3442296
## 1245                                                                                                                                                                                      http://promedmail.org/direct.php?id=3442296
## 1246                                                                                                                                                                                      http://promedmail.org/direct.php?id=3442296
## 1247                                                                                                                                                                                      http://promedmail.org/direct.php?id=3442296
## 1248                                                                                                                                                                                      http://promedmail.org/direct.php?id=3442296
## 1249                                                                                                                                                                                      http://promedmail.org/direct.php?id=3442296
## 1250                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-19-001.aspx
## 1251                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-19-001.aspx
## 1252                                                                                                                                                                                      http://promedmail.org/direct.php?id=3445791
## 1253                                                                                                                                                                                      http://promedmail.org/direct.php?id=3445791
## 1254                                                                                                                                                                                      http://promedmail.org/direct.php?id=3445791
## 1255                                                                                                                                                                                      http://promedmail.org/direct.php?id=3447631
## 1256                                                                                                                                                                                      http://promedmail.org/direct.php?id=3447481
## 1257                                                                                                                                                                                      http://promedmail.org/direct.php?id=3447481
## 1258                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-20-001.aspx
## 1259                                                                                                                                                                                      http://promedmail.org/direct.php?id=3453094
## 1260                                                                                                                                                                                      http://promedmail.org/direct.php?id=3453094
## 1261                                                                                                                                                                                      http://promedmail.org/direct.php?id=3453094
## 1262                                                                                                                                                                                      http://promedmail.org/direct.php?id=3454450
## 1263                                                                                                                                                                                      http://promedmail.org/direct.php?id=3454450
## 1264                                                                                                                                                                                      http://promedmail.org/direct.php?id=3454450
## 1265                                                                                                                                                                                      http://promedmail.org/direct.php?id=3457227
## 1266                                                                                                                                                                                      http://promedmail.org/direct.php?id=3457227
## 1267                                                                                                                                                                                      http://promedmail.org/direct.php?id=3457227
## 1268                                                                                                                                                                                      http://promedmail.org/direct.php?id=3459401
## 1269                                                                                                                                                                                      http://promedmail.org/direct.php?id=3459401
## 1270                                                                                                                                                                                      http://promedmail.org/direct.php?id=3459401
## 1271                                                                                                                                                                                      http://promedmail.org/direct.php?id=3459401
## 1272                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-25-001.aspx
## 1273                                                                                                                                                                                                                                 
## 1274                                                                                                                                                                                      http://promedmail.org/direct.php?id=3462955
## 1275                                                                                                                                                                                      http://promedmail.org/direct.php?id=3465211
## 1276                                                                                                                                                                                      http://promedmail.org/direct.php?id=3467405
## 1277                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-28-001.aspx
## 1278                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-29-001.aspx
## 1279                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-01-001.aspx
## 1280                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-02-001.aspx
## 1281                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-02-001.aspx
## 1282                                                                                                                                                                                      http://promedmail.org/direct.php?id=3477232
## 1283                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-03-001.aspx
## 1284                                                                                                                                                                                      http://promedmail.org/direct.php?id=3480481
## 1285                                                                                                                                                                                      http://promedmail.org/direct.php?id=3484493
## 1286                                                                                                                                                                                      http://promedmail.org/direct.php?id=3486383
## 1287                                                                                                                                                                                      http://promedmail.org/direct.php?id=3488115
## 1288                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-13-001.aspx
## 1289                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-13-001.aspx
## 1290                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-16-001.aspx
## 1291                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-21-001.aspx
## 1292                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 1293                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 1294                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-23-001.aspx
## 1295                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-23-001.aspx
## 1296                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-24-001.aspx
## 1297                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-25-001.aspx
## 1298                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-28-001.aspx
## 1299                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-29-001.aspx
## 1300                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-03-001.aspx
## 1301                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-03-001.aspx
## 1302                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 1303                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 1304                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 1305                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 1306                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-05-001.aspx
## 1307                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-07-001.aspx
## 1308                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-07-001.aspx
## 1309                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-07-001.aspx
## 1310                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-08-001.aspx
## 1311                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-08-001.aspx
## 1312                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-08-001.aspx
## 1313                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-09-001.aspx
## 1314                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-09-001.aspx
## 1315                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-09-001.aspx
## 1316                                                                                                                                                                                      http://promedmail.org/direct.php?id=3565074
## 1317                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 1318                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 1319                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 1320                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 1321                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 1322                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 1323                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 1324                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 1325                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 1326                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 1327                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 1328                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 1329                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-13-001.aspx
## 1330                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 1331                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 1332                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 1333                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 1334                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-15-001.aspx
## 1335                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1336                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1337                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1338                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1339                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1340                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1341                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1342                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1343                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1344                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1345                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1346                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1347                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1348                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1349                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1350                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1351                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1352                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1353                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1354                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1355                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1356                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1357                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1358                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1359                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1360                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1361                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1362                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1363                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1364                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1365                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1366                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1367                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1368                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1369                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1370                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1371                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1372                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1373                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1374                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1375                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1376                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1377                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1378                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1379                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1380                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1381                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1382                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1383                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1384                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1385                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1386                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1387                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1388                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1389                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1390                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1391                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1392                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1393                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1394                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1395                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1396                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1397                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1398                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1399                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1400                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1401                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1402                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1403                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1404                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1405                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1406                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1407                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1408                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1409                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1410                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1411                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1412                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1413                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1414                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-28-001.aspx
## 1415                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-28-001.aspx
## 1416                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-29-001.aspx
## 1417                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-29-001.aspx
## 1418                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1419                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1420                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1421                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1422                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1423                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1424                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1425                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1426                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1427                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1428                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1429                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1430                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1431                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1432                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1433                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1434                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1435                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1436                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1437                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1438                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1439                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1440                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1441                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1442                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1443                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1444                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1445                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1446                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1447                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1448                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1449                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1450                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1451                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1452                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1453                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1454                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1455                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1456                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1457                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1458                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1459                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1460                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1461                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1462                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1463                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1464                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1465                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1466                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1467                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1468                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1469                                                                                                                                                                                                                                 
## 1470                                                                                                                                                                                                                                 
## 1471                                                                                                                                                                http://www.kuna.net.kw/ArticleDetails.aspx?id=2458918&language=en
## 1472                                                                                                                                                                                                                                 
## 1473                                                                                                                                                                                                                                 
## 1474                                                                                                                                                                                                                                 
## 1475                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1476                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1477                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1478                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-11-001.aspx
## 1479                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-11-001.aspx
## 1480                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-11-001.aspx
## 1481                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1482                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1483                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1484                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1485                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1486                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1487                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1488                                                                                                               http://www.petra.gov.jo/Public_News/Nws_NewsDetails.aspx?Site_Id=1&lang=2&NewsID=213025&CatID=13&Type=Homeype=1%3E
## 1489                                                                          http://www.petra.gov.jo/Public_News/Nws_NewsDetails.aspx?site_id=1&lang=2&NewsID=213371&Type=A&CatID=-1&Search=corona&DateFrom=1/9/2015&DateTo=9/9/2015
## 1490                                                                                                                                                                                      http://promedmail.org/direct.php?id=3635718
## 1491                                                                                                                                                                                      http://promedmail.org/direct.php?id=3635718
## 1492                                                                                                                                                                                      http://promedmail.org/direct.php?id=3635718
## 1493                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1494                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1495                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1496                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1497                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-18-001.aspx
## 1498                                                                                                                                                                                                                                 
## 1499                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1500                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-20-001.aspx
## 1501                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1502                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-20-001.aspx
## 1503                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-24-001.aspx
## 1504                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-24-001.aspx
## 1505                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-24-001.aspx
## 1506                                                                                                                                                                                                                                 
## 1507                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-26-001.aspx
## 1508                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1509                                                                                                                                                                                                                                 
## 1510                                                                                                                                                                                      http://promedmail.org/direct.php?id=3660953
## 1511                                                                                                                                                                                      http://promedmail.org/direct.php?id=3660953
## 1512                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1513                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1514                                                                                                                                                                                                                                 
## 1515                                                                                                                                                                                                                                 
## 1516                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-10-001.aspx
## 1517                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-11-001.aspx
## 1518                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-06-001.aspx
## 1519                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-12-001.aspx
## 1520                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-13-001.aspx
## 1521                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-17-001.aspx
## 1522                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-17-001.aspx
## 1523                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-18-001.aspx
## 1524                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1525                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1526                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-20-001.aspx
## 1527                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-21-001.aspx
## 1528                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-22-001.aspx
## 1529                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-22-001.aspx
## 1530                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-22-001.aspx
## 1531                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-24-001.aspx
## 1532                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-24-001.aspx
## 1533                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-26-001.aspx
## 1534                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-26-001.aspx
## 1535                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1536                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1537                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1538                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1539                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-29-001.aspx
## 1540                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-02-001.aspx
## 1541                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1542                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-05-001.aspx
## 1543                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-12-001.aspx
## 1544                                                                                                                                          http://outbreaknewstoday.com/jordan-reports-additional-mers-case-count-now-at-16-22952/
## 1545                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-09-001.aspx
## 1546                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-11-29-001.aspx
## 1547                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-12-01-001.aspx
## 1548                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-16-001.aspx
## 1549                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-17-001.aspx
## 1550                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-27-001.aspx
## 1551                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-30-001.aspx
## 1552                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-12-001.aspx
## 1553                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-13-001.aspx
## 1554                                                                                                                                                                          http://www.who.int/csr/don/7-january-2016-mers-oman/en/
## 1555                                                                                                                                                                                               http://promedmail.org/post/3937314
## 1556                                                                                                                                                                                               http://promedmail.org/post/3937314
## 1557                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-22-001.aspx
## 1558                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-22-001.aspx
## 1559                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-24-001.aspx
## 1560                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-24-001.aspx
## 1561                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-27-001.aspx
## 1562                                                                                                                                                                                               http://promedmail.org/post/3962172
## 1563                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-01-001.aspx
## 1564                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-03-001.aspx
## 1565                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-12-001.aspx
## 1566                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-12-001.aspx
## 1567                                                                                                                                                                                                                                 
## 1568                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-16-001.aspx
## 1569                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-16-001.aspx
## 1570                                                                                                                                                                                                                                 
## 1571                                                                                                                                                                                                                                 
## 1572                                                                                                                                                                                                                                 
## 1573                                                                                                                                                                                                                                 
## 1574                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-25-001.aspx
## 1575                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-25-001.aspx
## 1576                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-23-001.aspx
## 1577                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-22-001.aspx
## 1578                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-19-001.aspx
## 1579                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-17-001.aspx
## 1580                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-17-001.aspx
## 1581                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-08-001.aspx
## 1582                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-08-001.aspx
## 1583                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1584                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1585                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1586                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1587                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1588                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1589                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1590                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1591                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-06-001.aspx
## 1592                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1593                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1594                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1595                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1596                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1597                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1598                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-03-001.aspx
## 1599                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-29-001.aspx
## 1600                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-29-001.aspx
## 1601                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-29-001.aspx
## 1602                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-28-001.aspx
## 1603                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-27-001.aspx
## 1604                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-26-001.aspx
## 1605                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-26-001.aspx
## 1606                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1607                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1608                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1609                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1610                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1611                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-09-001.aspx
## 1612                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-09-001.aspx
## 1613                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-12-001.aspx
## 1614                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-12-001.aspx
## 1615                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-12-001.aspx
## 1616                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-12-001.aspx
## 1617                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1618                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1619                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1620                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1621                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-13-001.aspx
## 1622                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-13-001.aspx
## 1623                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1624                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1625                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1626                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1627                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-31-001.aspx
## 1628                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-29-001.aspx
## 1629                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-28-001.aspx
## 1630                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-27-001.aspx
## 1631                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-27-001.aspx
## 1632                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1633                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1634                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-23-001.aspx
## 1635                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-23-001.aspx
## 1636                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1637                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1638                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-19-001.aspx
## 1639                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-19-001.aspx
## 1640                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-19-001.aspx
## 1641                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-18-001.aspx
## 1642                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-18-001.aspx
## 1643                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-15-001.aspx
## 1644                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-13-001.aspx
## 1645                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-13-001.aspx
## 1646                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-12-001.aspx
## 1647                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-11-001.aspx
## 1648                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-9-001.aspx
## 1649                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-7-001.aspx
## 1650                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-6-001.aspx
## 1651                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1652                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-1-001.aspx
## 1653                                                                                                                                                                                                                                 
## 1654                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-23-001.aspx
## 1655                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-19-001.aspx
## 1656                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-19-001.aspx
## 1657                                                                                                                                                                                                                                 
## 1658                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-5-001.aspx
## 1659                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-2-001.aspx
## 1660                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-1-001.aspx
## 1661                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-30-001.aspx
## 1662                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-15-001.aspx
## 1663                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-15-001.aspx
## 1664                                                                                                                                                        http://www.moh.gov.sa/en/CCC/PressReleases/Pages/News-2016-06-13-001.aspx
## 1665                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-9-001.aspx
## 1666                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-3-001.aspx
## 1667                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-15-001.aspx
## 1668                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1669                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1670                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1671                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1672                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1673                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1674                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1675                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1676                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1677                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1678                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1679                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1680                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1681                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1682                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1683                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1684                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1685                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1686                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1687                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1688                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1689                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1690                                                                                                                                                                                                                                 
## 1691                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-20-001.aspx
## 1692                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-20-001.aspx
## 1693                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1694                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-19-001.aspx
## 1695                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-19-001.aspx
## 1696                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-19-001.aspx
## 1697                                                                                                                                                                                                                                 
## 1698                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-30-001.aspx
## 1699                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-30-001.aspx
## 1700                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1701                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1702                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-28-001.aspx
## 1703                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-28-001.aspx
## 1704                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-26-001.aspx
## 1705                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-26-001.aspx
## 1706                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-25-001.aspx
## 1707                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-24-001.aspx
## 1708                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-23-001.aspx
## 1709                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-21-001.aspx
## 1710                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-21-001.aspx
## 1711                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-14-001.aspx
## 1712                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-11-001.aspx
## 1713                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-8-001.aspx
## 1714                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-8-001.aspx
## 1715                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1716                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-5-001.aspx
## 1717                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-4-001.aspx
## 1718                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-3-001.aspx
## 1719                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-3-001.aspx
## 1720                                                                                                                                                                                                                                 
## 1721                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-20-001.aspx
## 1722                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-22-001.aspx
## 1723                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-29-001.aspx
## 1724                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-2-001.aspx
## 1725                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-2-001.aspx
## 1726                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-4-001.aspx
## 1727                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-8-001.aspx
## 1728                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-18-001.aspx
## 1729                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-23-001.aspx
## 1730                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-26-001.aspx
## 1731                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-31-001.aspx
## 1732                                                                                                                                                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-5-001.aspx
## 1733                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-11-001.aspx
## 1734                                                                                                                                                                                      http://promedmail.org/post/20160515.4223430
## 1735                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-16-001.aspx
## 1736                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-17-001.aspx
## 1737                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-21-001.aspx
## 1738                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-23-001.aspx
## 1739                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-23-001.aspx
## 1740                                                                                                                                                  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-29-001.aspx
## 1741                                                                                                                                                                                                                                 
##                                                                                                               citation3
## 1                                                                                                                      
## 2                                                                                                                      
## 3                                                                                                                      
## 4                                                                                                                      
## 5                                                                                                                      
## 6                                                                                                                      
## 7                                                                                                                      
## 8                                                                                                                      
## 9                                                                                                                      
## 10                                                                                                                     
## 11                                                                                                                     
## 12                                                                                                                     
## 13                                                                                                                     
## 14                                                                                                                     
## 15                                                                                                                     
## 16                                                                                                                     
## 17                                                                                                                     
## 18                                                                                                                     
## 19                                                                                                                     
## 20                                                                                                                     
## 21                                                                                                                     
## 22                                                                                                                     
## 23                                                                                                                     
## 24                                                                                                                     
## 25                                                                                                                     
## 26                                                                                                                     
## 27                                                                                                                     
## 28                                                                                                                     
## 29                                                                                                                     
## 30                                                                                                                     
## 31                                                                                                                     
## 32                                                                                                                     
## 33                                                                                                                     
## 34                                                                                                                     
## 35                                                                                                                     
## 36                                                                                                                     
## 37                                                                                                                     
## 38                                                                                                                     
## 39                                                                                                                     
## 40                                                                                                                     
## 41                                                                                                                     
## 42                                                                                                                     
## 43                                                                                                                     
## 44                                                                                                                     
## 45                                                                                                                     
## 46                                                                                                                     
## 47                                                                                                                     
## 48                                                                                                                     
## 49                                                                                                                     
## 50                                                                                                                     
## 51                                                                                                                     
## 52                                                                                                                     
## 53                                                                                                                     
## 54                                                                                                                     
## 55                                                                                                                     
## 56                                                                                                                     
## 57                                                                                                                     
## 58                                                                                                                     
## 59                                                                                                                     
## 60                                                                                                                     
## 61                                                                                                                     
## 62                                                                                                                     
## 63                                                                                                                     
## 64                                                                                                                     
## 65                                                                                                                     
## 66                                                                                                                     
## 67                                                                                                                     
## 68                                                                                                                     
## 69                                                                                                                     
## 70                                                                                                                     
## 71                                                                                                                     
## 72                                                                                                                     
## 73                                                                                                                     
## 74                                                                                                                     
## 75                                                                                                                     
## 76                                                                                                                     
## 77                                                                                                                     
## 78                                                                                                                     
## 79                                                                                                                     
## 80                                                                                                                     
## 81                                                                                                                     
## 82                                                                                                                     
## 83                                                                                                                     
## 84                                                                                                                     
## 85                                                                                                                     
## 86                                                                                                                     
## 87                                                                                                                     
## 88                                                                                                                     
## 89                                                                                                                     
## 90                                                                                                                     
## 91                                                                                                                     
## 92                                                                                                                     
## 93                                                                                                                     
## 94                                                                                                                     
## 95                                                                                                                     
## 96                                                                                                                     
## 97                                                                                                                     
## 98                                                                                                                     
## 99                                                                            http://www.who.int/csr/don/2013_07_13/en/
## 100                                                                                                                    
## 101                                                                                                                    
## 102                                                                                                                    
## 103                                                                                                                    
## 104                                                                                                                    
## 105                                                                                                                    
## 106                                                                                                                    
## 107                                                                                                                    
## 108                                                                                                                    
## 109                                                                                                                    
## 110                                                                                                                    
## 111                                                                                                                    
## 112                                                                                                                    
## 113                                                                                                                    
## 114                                                                                                                    
## 115                                                                                                                    
## 116                                                                                                                    
## 117                                                                                                                    
## 118                                                                                                                    
## 119                                                                                                                    
## 120                                                                                                                    
## 121                                                                                                                    
## 122                                                                                                                    
## 123                                     http://online.wsj.com/news/articles/SB10001424127887324807704579086821158272430
## 124                                                  http://www.flutrackers.com/forum/showpost.php?p=508546&postcount=5
## 125                                                  http://www.flutrackers.com/forum/showpost.php?p=508546&postcount=5
## 126                                                                                                                    
## 127                                                                                                                    
## 128                                                                                                                    
## 129                                                                                                                    
## 130                                                                                                                    
## 131                                                                       http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 132                                                                       http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 133                                                                                                                    
## 134                                                                                                                    
## 135                                                                                                                    
## 136                                                                                                                    
## 137                                                                                                                    
## 138                                                                                                                    
## 139                                                                                                                    
## 140                                                                                                                    
## 141                                                                                                                    
## 142                                                                                                                    
## 143                                                                                                                    
## 144                                                                                                                    
## 145                                                                                                                    
## 146                                                                                                                    
## 147                                                                                                                    
## 148                                                                                                                    
## 149                                                                                                                    
## 150                                                                                                                    
## 151                                                                                                                    
## 152                                                                                                                    
## 153                                                                                                                    
## 154                                                                                                                    
## 155                                                                                                                    
## 156                                                                                                                    
## 157                                                                                                                    
## 158                                                                                                                    
## 159                                                                                                                    
## 160                                                                                                                    
## 161                                                                                                                    
## 162                                                                                                                    
## 163                                                                 http://www.who.int/csr/don/2013_10_31/en/index.html
## 164                                                                 http://www.who.int/csr/don/2013_10_31/en/index.html
## 165                                                                 http://www.who.int/csr/don/2013_10_31/en/index.html
## 166                                                                                                                    
## 167                                                                 http://www.who.int/csr/don/2013_10_31/en/index.html
## 168                                                                                                                    
## 169                                                                                                                    
## 170                                                                                                                    
## 171                                                                                                                    
## 172                                                                           http://www.who.int/csr/don/2013_11_15/en/
## 173                                                                                                                    
## 174                                                                                                                    
## 175                                                                                                                    
## 176                                                                           http://www.who.int/csr/don/2013_11_15/en/
## 177                                                                                                                    
## 178                                                                                                                    
## 179                                                                                                                    
## 180                                                                                                                    
## 181                                                                                                                    
## 182                                                                                                                    
## 183                                                                                                                    
## 184                                                                                                                    
## 185                                                                                                                    
## 186                                                                                                                    
## 187                                                                 http://www.who.int/csr/don/2013_12_31/en/index.html
## 188                                                                 http://www.who.int/csr/don/2013_12_31/en/index.html
## 189                                                                                                                    
## 190                                                                                                                    
## 191                                                                                                                    
## 192                                                                                                                    
## 193                                                                                                                    
## 194                                                                                                                    
## 195                                                                                                                    
## 196                                                                                                                    
## 197                                                                                                                    
## 198                                                                                                                    
## 199                                                                                                                    
## 200                                                                                                                    
## 201                                                                                                                    
## 202                                                                                                                    
## 203                                                                                                                    
## 204                                                                                                                    
## 205                                                                                                                    
## 206                                                                                                                    
## 207                                                                                                                    
## 208                                                                                                                    
## 209                                                                                                                    
## 210                                                                                                                    
## 211                                                                                                                    
## 212                                                                                                                    
## 213                                                                                                                    
## 214                                                                                                                    
## 215                                                                                                                    
## 216                                                                                                                    
## 217                                                                                                                    
## 218                                                                                                                    
## 219                                                                                                                    
## 220                                                                                                                    
## 221                                                                                                                    
## 222                                                                                                                    
## 223                                                                                                                    
## 224                                                                                                                    
## 225                                                                                                                    
## 226                                                                                                                    
## 227                                                                                                                    
## 228                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 229                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-02-001.aspx
## 230                                                                                                                    
## 231                                                                                                                    
## 232                                                                                                                    
## 233                                                                                                                    
## 234                                                                                                                    
## 235                                                                                                                    
## 236                                                                                                                    
## 237                                                                                                                    
## 238                                                                                                                    
## 239                          http://www.arabianbusiness.com/abu-dhabi-confirms-new-case-of-mers-coronavirus-545677.html
## 240                                                                                                                    
## 241                                                                                                                    
## 242                                                                                                                    
## 243                                                                                                                    
## 244                                                                                                                    
## 245                                                                                                                    
## 246                                                                                                                    
## 247                                                                                                                    
## 248                                                 www.abs-cbnnews.com/nation/04/16/14/ofw-uae-tests-positive-mers-cov
## 249                                                                                                                    
## 250                                                                                                                    
## 251                                                                                                                    
## 252                                                                                                                    
## 253                                                                                                                    
## 254                                                                                                                    
## 255                                                                                                                    
## 256                                                                                                                    
## 257                                                                                                                    
## 258                                                                                                                    
## 259                                                                                                                    
## 260                                                                                                                    
## 261                                                            http://www.promedmail.org/direct.php?id=20140413.2401723
## 262                                                                                                                    
## 263                                                                                                                    
## 264                                                                                                                    
## 265                                                                                                                    
## 266                                                                                                                    
## 267                                                                                                                    
## 268                                                                                                                    
## 269                                                                                                                    
## 270                                                                                                                    
## 271                                                                                                                    
## 272                                                                                                                    
## 273                                                                                                                    
## 274                                                                                                                    
## 275                                                                                                                    
## 276                                                                                                                    
## 277                                                                                                                    
## 278                                                                                                                    
## 279                                                                                                                    
## 280                                                                                                                    
## 281                                                                                                                    
## 282                                                                                                                    
## 283                                                                                                                    
## 284                                                                                                                    
## 285                                                                                                                    
## 286                                                                                                                    
## 287                                                                                                                    
## 288                                                                                                                    
## 289                                                                                                                    
## 290                                                                                                                    
## 291                                                                                                                    
## 292                                                                                                                    
## 293                                                                                                                    
## 294                                                                                                                    
## 295                                                                                                                    
## 296                                                                                                                    
## 297                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 298                                                                                                                    
## 299                                                                                                                    
## 300                                                                                                                    
## 301                                                                                                                    
## 302                                                                                                                    
## 303                                                                                                                    
## 304                                                                                                                    
## 305                                                                                                                    
## 306                                                                                                                    
## 307                                                                                                                    
## 308                                                                                                                    
## 309                                                                                                                    
## 310                                                                                                                    
## 311                                                                                                                    
## 312                                                                                                                    
## 313                                                                                                                    
## 314                                                                                                                    
## 315                                                                                                                    
## 316                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 317                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 318                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 319                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 320                                                                                                                    
## 321                                                                                                                    
## 322                                                                                                                    
## 323                                                                                                                    
## 324                                                                                                                    
## 325                                                                                                                    
## 326                                                                                                                    
## 327                                                                                                                    
## 328                                                                                                                    
## 329                                                                                                                    
## 330                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 331                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 332                                                                                                                    
## 333                                                                                                                    
## 334                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 335                                                                                                                    
## 336                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 337                                                                                                                    
## 338                                                                                                                    
## 339                                                                                                                    
## 340                                                                                                                    
## 341                                                                                                                    
## 342                                                                                                                    
## 343                                                                                                                    
## 344                                                                                                                    
## 345                                                                                                                    
## 346                                                                                                                    
## 347                                                                                                                    
## 348                                                                                                                    
## 349                                                                                                                    
## 350                                                                                                                    
## 351                                                                                                                    
## 352                                                                                                                    
## 353                                                                                                                    
## 354                                                                                                                    
## 355                                                                                                                    
## 356                                                                                                                    
## 357                                                                                                                    
## 358                                                                                                                    
## 359                                                                                                                    
## 360                                                                                                                    
## 361                                                                                                                    
## 362                                                                                                                    
## 363                                                                                                                    
## 364                                                                                                                    
## 365                                                                                                                    
## 366                                                                                                                    
## 367                                                                                                                    
## 368                                                                                                                    
## 369                                                                                                                    
## 370                                                                                                                    
## 371                                                                                                                    
## 372                                                                                                                    
## 373                                                                                                                    
## 374                                                                                                                    
## 375                                                                                                                    
## 376                                                                                                                    
## 377                                                                                                                    
## 378                                                                                                                    
## 379                                                                                                                    
## 380                                                                                                                    
## 381                                                                                                                    
## 382                                                                                                                    
## 383                                                                                                                    
## 384                                                                                                                    
## 385                                                                                                                    
## 386                                                                                                                    
## 387                                                                                                                    
## 388                                                                                                                    
## 389                                                                                                                    
## 390                                                                                                                    
## 391                                                                                                                    
## 392                                                                                                                    
## 393                                                                                                                    
## 394                                                                                                                    
## 395                                                                                                                    
## 396                                                                                                                    
## 397                                                                                                                    
## 398                                                                                                                    
## 399                                                                                                                    
## 400                                                                                                                    
## 401                                                                                                                    
## 402                                                                                                                    
## 403                                                                                                                    
## 404                                                                                                                    
## 405                                                                                                                    
## 406                                                                                                                    
## 407                                                                                                                    
## 408                                                                                                                    
## 409                                                                                                                    
## 410                                                                                                                    
## 411                                                                                                                    
## 412                                                                                                                    
## 413                                                                                                                    
## 414                                                                                                                    
## 415                                                                                                                    
## 416                                                                                                                    
## 417                                                                                                                    
## 418                                                                                                                    
## 419                                                                                                                    
## 420                                                                                                                    
## 421                                                                                                                    
## 422                                                                                                                    
## 423                                                                                                                    
## 424                                                                                                                    
## 425                                                                                                                    
## 426                                                                                                                    
## 427                                                                                                                    
## 428                                                                                                                    
## 429                                                                                                                    
## 430                                                                                                                    
## 431                                                                                                                    
## 432                                                                                                                    
## 433                                                                                                                    
## 434                                                                                                                    
## 435                                                                                                                    
## 436                                                                                                                    
## 437                                                                                                                    
## 438                                                                                                                    
## 439                                                                                                                    
## 440                                                                                                                    
## 441                                                                                                                    
## 442                                                                                                                    
## 443                                                                                                                    
## 444                                                                                                                    
## 445                                                                                                                    
## 446                                                                                                                    
## 447                                                                                                                    
## 448                                                                                                                    
## 449                                                                                                                    
## 450                                                                                                                    
## 451                                                                                                                    
## 452                                                                                                                    
## 453                                                                                                                    
## 454                                                                                                                    
## 455                                                                                                                    
## 456                                                                                                                    
## 457                                                                                                                    
## 458                                                                                                                    
## 459                                                                                                                    
## 460                                                                                                                    
## 461                                                                                                                    
## 462                                                                                                                    
## 463                                                                                                                    
## 464                                                                                                                    
## 465                                                                                                                    
## 466                                                                                                                    
## 467                                                                                                                    
## 468                                                                                                                    
## 469                                                                                                                    
## 470                                                                                                                    
## 471                                                                                                                    
## 472                                                                                                                    
## 473                                                                                                                    
## 474                                                                                                                    
## 475                                                                                                                    
## 476                                                                                                                    
## 477                                                                                                                    
## 478                                                                                                                    
## 479                                                                                                                    
## 480                                                                                                                    
## 481                                                                                                                    
## 482                                                                                                                    
## 483                                                                                                                    
## 484                                                                                                                    
## 485                                                                                                                    
## 486                                                                                                                    
## 487                                                                                                                    
## 488                                                                                                                    
## 489                                                                                                                    
## 490                                                                                                                    
## 491                                                                                                                    
## 492                                                                                                                    
## 493                                                                                                                    
## 494                                                                                                                    
## 495                                                                                                                    
## 496                                                                                                                    
## 497                                                                                                                    
## 498                                                                                                                    
## 499                                                                                                                    
## 500                                                                                                                    
## 501                                                                                                                    
## 502                                                                                                                    
## 503                                                                                                                    
## 504                                                                                                                    
## 505                                                                                                                    
## 506                                                                                                                    
## 507                                                                                                                    
## 508                                                                                                                    
## 509                                                                                                                    
## 510                                                                                                                    
## 511                                                                                                                    
## 512                                                                                                                    
## 513                                                                                                                    
## 514                                                                                                                    
## 515                                                                                                                    
## 516                                                                                                                    
## 517                                                                                                                    
## 518                                                                                                                    
## 519                                                                                                                    
## 520                                                                                                                    
## 521                                                                                                                    
## 522                                                                                                                    
## 523                                                                                                                    
## 524                                                                                                                    
## 525                                                                                                                    
## 526                                                                                                                    
## 527                                                                                                                    
## 528                                                                                                                    
## 529                                                                                                                    
## 530                                                                                                                    
## 531                                                                                                                    
## 532                                                                                                                    
## 533                                                                                                                    
## 534                                                                                                                    
## 535                                                                                                                    
## 536                                                                                                                    
## 537                                                                                                                    
## 538                                                                                                                    
## 539                                                                                                                    
## 540                                                                                                                    
## 541                                                                                                                    
## 542                                                                                                                    
## 543                                                                                                                    
## 544                                                                                                                    
## 545                                                                                                                    
## 546                                                                                                                    
## 547                                                                                                                    
## 548                                                                                                                    
## 549                                                                                                                    
## 550                                                                                                                    
## 551                                                                                                                    
## 552                                                                                                                    
## 553                                                                                                                    
## 554                                                                                                                    
## 555                                                                                                                    
## 556                                                                                                                    
## 557                                                                                                                    
## 558                                                                                                                    
## 559                                                                                                                    
## 560                                                                                                                    
## 561                                                                                                                    
## 562                                                                                                                    
## 563                                                                                                                    
## 564                                                                                                                    
## 565                                                                                                                    
## 566                                                                                                                    
## 567                                                                                                                    
## 568                                                                                                                    
## 569                                                                                                                    
## 570                                                                                                                    
## 571                                                                                                                    
## 572                                                                                                                    
## 573                                                                                                                    
## 574                                                                                                                    
## 575                                                                                                                    
## 576                                                                                                                    
## 577                                                                                                                    
## 578                                                                                                                    
## 579                                                                                                                    
## 580                                                                                                                    
## 581                                                                                                                    
## 582                                                                                                                    
## 583                                                                                                                    
## 584                                                                                                                    
## 585                                                                                                                    
## 586                                                                                                                    
## 587                                                                                                                    
## 588                                                                                                                    
## 589                                                                                                                    
## 590                                                                                                                    
## 591                                                                                                                    
## 592                                                                                                                    
## 593                                                                                                                    
## 594                                                                                                                    
## 595                                                                                                                    
## 596  http://www.mynews13.com/content/news/cfnews13/news/article.html/content/news/articles/cfn/2014/5/12/mers_case.html
## 597                                                                                                                    
## 598                                                                                                                    
## 599                                                                                                                    
## 600                                                                                                                    
## 601                                                                                                                    
## 602                                                                                                                    
## 603                                                                                                                    
## 604                                                                                                                    
## 605                                                                                                                    
## 606                                                                                                                    
## 607                                                                                                                    
## 608                                                                                                                    
## 609                                                                                                                    
## 610                                                                                                                    
## 611                                                                                                                    
## 612                                                                                                                    
## 613                                                                                                                    
## 614                                                                                                                    
## 615                                                                                                                    
## 616                                                                                                                    
## 617                                                                                                                    
## 618                                                                                                                    
## 619                                                                                                                    
## 620                                                                                                                    
## 621                                                                                                                    
## 622                                                                                                                    
## 623                                                                                                                    
## 624                                                                                                                    
## 625                                                                                                                    
## 626                                                                                                                    
## 627                                                                                                                    
## 628                                                                                                                    
## 629                                                                                                                    
## 630                                                                                                                    
## 631                                                                                                                    
## 632                                                                                                                    
## 633                                                                                                                    
## 634                                                                                                                    
## 635                                                                                                                    
## 636                                                                                                                    
## 637                                                                                                                    
## 638                                                                                                                    
## 639                                                                                                                    
## 640                                                                                                                    
## 641                                                                                                                    
## 642                                                                                                                    
## 643                                                                                                                    
## 644                                                                                                                    
## 645                                                                                                                    
## 646                                                                                                                    
## 647                                                                                                                    
## 648                                                                                                                    
## 649                                                                                                                    
## 650                                                                                                                    
## 651                                                                      http://www.who.int/csr/don/2014_05_22_mers/en/
## 652                                                                                                                    
## 653                                                                                                                    
## 654                                                                                                                    
## 655                                                                                                                    
## 656                                                                                                                    
## 657                                                                                                                    
## 658                                                                                                                    
## 659                                                                                                                    
## 660                                                                                                                    
## 661                                                                                                                    
## 662                                                                                                                    
## 663                                                                                                                    
## 664                                                                                                                    
## 665                                                                                                                    
## 666                                                                                                                    
## 667                                                                                                                    
## 668                                                                                                                    
## 669                                                                                                                    
## 670                                                                                                                    
## 671                                                                                                                    
## 672                                                                                                                    
## 673                                                                                                                    
## 674                                                                                                                    
## 675                                                                                                                    
## 676                                                                                                                    
## 677                                                                                                                    
## 678                                                                                                                    
## 679                                                                                                                    
## 680                                                                                                                    
## 681                                                                                                                    
## 682                                                                                                                    
## 683                                                                                                                    
## 684                                                                                                                    
## 685                                                                                                                    
## 686                                                                                                                    
## 687                                                                                                                    
## 688                                                                                                                    
## 689                                                                                                                    
## 690                                                                                                                    
## 691                                                                                                                    
## 692                                                                                                                    
## 693                                                                                                                    
## 694                                                                                                                    
## 695                                                                                                                    
## 696                                                                                                                    
## 697                                                                                                                    
## 698                                                                                                                    
## 699                                                                                                                    
## 700                                                                                                                    
## 701                                                                                                                    
## 702                                                                                                                    
## 703                                                                                                                    
## 704                                                                                                                    
## 705                                                                                                                    
## 706                                                                                                                    
## 707                                                                                                                    
## 708                                                                                                                    
## 709                                                                                                                    
## 710                                                                                                                    
## 711                                                                                                                    
## 712                                                                                                                    
## 713                                                                                                                    
## 714                                                                                                                    
## 715                                                                                                                    
## 716                                                                                                                    
## 717                                                                                                                    
## 718                                                                                                                    
## 719                                                                                                                    
## 720                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-24-001.aspx
## 721                                                                                                                    
## 722                                                                                                                    
## 723                                                                                                                    
## 724                                                                                                                    
## 725                                                                                                                    
## 726                                                                                                                    
## 727                                                                                                                    
## 728                                                                                                                    
## 729                                                                                                                    
## 730                                                                                                                    
## 731                                                                                                                    
## 732                                                                                                                    
## 733                                                                                                                    
## 734                                                                                                                    
## 735                                                                                                                    
## 736                                                                                                                    
## 737                                                                                                                    
## 738                                                                                                                    
## 739                                                                                                                    
## 740                                                                                                                    
## 741                                                                                                                    
## 742                                                                                                                    
## 743                                                                                                                    
## 744                                                                                                                    
## 745                                                                                                                    
## 746                                                                                                                    
## 747                                                                                                                    
## 748                                                                                                                    
## 749                                                                                                                    
## 750                                                                                                                    
## 751                                                                                                                    
## 752                                                                                                                    
## 753                                                                                                                    
## 754                                                                                                                    
## 755                                                                                                                    
## 756                                                                                                                    
## 757                                                                                                                    
## 758                                                                                                                    
## 759                                                                                                                    
## 760                                                                                                                    
## 761                                                                                                                    
## 762                                                                                                                    
## 763                                                                                                                    
## 764                                                                                                                    
## 765                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-14-001.aspx
## 766                                                                                                                    
## 767                                                                                                                    
## 768                                                                                                                    
## 769                                                                                                                    
## 770                                                                                                                    
## 771                                                                                                                    
## 772                                                                                                                    
## 773                                                                                                                    
## 774                                                                                                                    
## 775                                                                                                                    
## 776                                                                                                                    
## 777                                                                                                                    
## 778                                                                                                                    
## 779                                                                                                                    
## 780                                                                                                                    
## 781                                                                                                                    
## 782                                                                                                                    
## 783                                                                                                                    
## 784                                                                                                                    
## 785                                                                                                                    
## 786                                                                                                                    
## 787                                                                                                                    
## 788                                                                                                                    
## 789                                                                                                                    
## 790                                                                                                                    
## 791                                                                                                                    
## 792                                                                                                                    
## 793                                                                                                                    
## 794                                                                                                                    
## 795                                                                                                                    
## 796                                                                                                                    
## 797                                                                                                                    
## 798                                                                                                                    
## 799                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-02-001.aspx
## 800                                                                                                                    
## 801                                                                                                                    
## 802                                                                                                                    
## 803                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-25-001.aspx
## 804                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 805                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 806                                                                                                                    
## 807                                           http://www.moh.gov.sa/en/CCC/PressReleases/Pages/News-2014-11-18-001.aspx
## 808                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-17-001.aspx
## 809                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-10-001.aspx
## 810                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-21-001.aspx
## 811                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-02-001.aspx
## 812                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-19-001.aspx
## 813                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-13-001.aspx
## 814                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-20-001.aspx
## 815                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-14-001.aspx
## 816                                                                                                                    
## 817                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-28-001.aspx
## 818                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-27-001.aspx
## 819                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-19-001.aspx
## 820                                                                                                                    
## 821                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-27-001.aspx
## 822                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-07-001.aspx
## 823                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-28-001.aspx
## 824                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-01-001.aspx
## 825                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-12-001.aspx
## 826                                                                                                                    
## 827                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-05-001.aspx
## 828                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-17-001.aspx
## 829                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-12-001.aspx
## 830                                                                                                                    
## 831                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-25-001.aspx
## 832                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-14-001.aspx
## 833                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-22-001.aspx
## 834                                                                                                                    
## 835                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-25-001.aspx
## 836                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-04-001.aspx
## 837                                                                                                                    
## 838                                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-1-1-001.aspx
## 839                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 840                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-16-001.aspx
## 841                                                                                                                    
## 842                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-25-001.aspx
## 843                                                                                                                    
## 844                                                                                                                    
## 845                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-12-001.aspx
## 846                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-14-001.aspx
## 847                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-20-001.aspx
## 848                                                                                                                    
## 849                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-21-001.aspx
## 850                                                                                                                    
## 851                                                                                                                    
## 852                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-23-001.aspx
## 853                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-09-001.aspx
## 854                                                                                                                    
## 855                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 856                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-26-001.aspx
## 857                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-23-001.aspx
## 858                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-28-001.aspx
## 859                                           http://www.moh.gov.sa/en/CCC/PressReleases/Pages/News-2015-01-02-001.aspx
## 860                                                                                                                    
## 861                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 862                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 863                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-06-001.aspx
## 864                                                                                                                    
## 865                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 866                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 867                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-07-001.aspx
## 868                                                                                                                    
## 869                                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 870                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 871                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-06-001.aspx
## 872                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 873                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 874                                                                                                                    
## 875                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 876                                                                                                                    
## 877                                                                                                                    
## 878                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 879                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-25-001.aspx
## 880                                                      http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 881                                                                                                                    
## 882                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 883                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 884                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 885                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 886                                                                                                                    
## 887                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 888                                                                                                                    
## 889                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 890                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 891                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 892                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 893                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 894                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 895                                                                                                                    
## 896                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 897                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 898                                                                                                                    
## 899                                                                                                                    
## 900                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-25-001.aspx
## 901                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 902                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 903                                                                                                                    
## 904                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 905                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 906                                                                                                                    
## 907                                                                                                                    
## 908                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 909                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 910                                                                                                                    
## 911                                                                                                                    
## 912                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 913                                                                                                                    
## 914                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-20-001.aspx
## 915                                                                                                                    
## 916                                                                                                                    
## 917                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 918                                                                                                                    
## 919                                                                                                                    
## 920                                                                                                                    
## 921                                                                                                                    
## 922                                                                                                                    
## 923                                                                                                                    
## 924                                                                                                                    
## 925                                                                                                                    
## 926                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 927                                                                                                                    
## 928                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 929                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 930                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 931                                                                                                                    
## 932                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-14-001.aspx
## 933                                                                                                                    
## 934                                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 935                                                                                                                    
## 936                                                                                                                    
## 937                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-03-001.aspx
## 938                                                                                                                    
## 939                                                                                                                    
## 940                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 941                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 942                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 943                                                                                                                    
## 944                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-26-001.aspx
## 945                                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 946                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-15-001.aspx
## 947                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 948                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-10-001.aspx
## 949                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 950                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 951                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 952                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-13-001.aspx
## 953                                                                                                                    
## 954                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-20-001.aspx
## 955                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-06-001.aspx
## 956                                                                                                                    
## 957                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-04-001.aspx
## 958                                                                                                                    
## 959                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-10-001.aspx
## 960                                                                                                                    
## 961                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 962                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-11-001.aspx
## 963                                                                                                                    
## 964                                                                                                                    
## 965                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-16-001.aspx
## 966                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 967                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-27-001.aspx
## 968                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-31-001.aspx
## 969                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 970                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-11-001.aspx
## 971                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 972                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-11-001.aspx
## 973                                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-13-001.aspx
## 974                                                                                                                    
## 975                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-30-001.aspx
## 976                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-14-001.aspx
## 977                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-21-001.aspx
## 978                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-21-001.aspx
## 979                                                                                                                    
## 980                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-20-001.aspx
## 981                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 982                                                                                                                    
## 983                                                                                                                    
## 984                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-18-001.aspx
## 985                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-21-001.aspx
## 986                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-31-001.aspx
## 987                                                                                                                    
## 988                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-22-001.aspx
## 989                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-04-001.aspx
## 990                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-31-001.aspx
## 991                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-03-001.aspx
## 992                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-03-001.aspx
## 993                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-02-001.aspx
## 994                                                                                                                    
## 995                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-27-001.aspx
## 996                                          http://www.theguardian.com/science/2015/jun/16/mers-virus-man-dies-germany
## 997                                                                                                                    
## 998                                                                                                                    
## 999                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-14-001.aspx
## 1000                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-04-001.aspx
## 1001                                                                                                                   
## 1002                                                                                                                   
## 1003                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-07-001.aspx
## 1004                                                                                                                   
## 1005                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-08-001.aspx
## 1006                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-04-001.aspx
## 1007                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-05-001.aspx
## 1008                                                                                                                   
## 1009                                                                                                                   
## 1010                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-15-001.aspx
## 1011                                                                                                                   
## 1012                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-13-001.aspx
## 1013                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-19-001.aspx
## 1014                                                                                                                   
## 1015                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-23-001.aspx
## 1016                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-07-001.aspx
## 1017                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-02-001.aspx
## 1018                                                                                                                   
## 1019                                                                                                                   
## 1020                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-22-001.aspx
## 1021                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-01-001.aspx
## 1022                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-13-001.aspx
## 1023                                                                                                                   
## 1024                                                                                                                   
## 1025                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-24-001.aspx
## 1026                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-29-001.aspx
## 1027                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 1028                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 1029                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-22-001.aspx
## 1030                                                                                                                   
## 1031                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-14-001.aspx
## 1032                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-18-001.aspx
## 1033                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-23-001.aspx
## 1034                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 1035                                                                                                                   
## 1036                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 1037                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 1038                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-23-001.aspx
## 1039                                                                                                                   
## 1040                                                                                                                   
## 1041                                       http://www.haad.ae/haad/tabid/58/ctl/Details/Mid/417/ItemID/487/Default.aspx
## 1042                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-27-001.aspx
## 1043                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-25-001.aspx
## 1044                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-25-001.aspx
## 1045                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-28-001.aspx
## 1046                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 1047                                                                                                                   
## 1048                                    http://www.thenational.ae/world/east-asia/south-korea-confirms-three-mers-cases
## 1049                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1050                                                                        http://promedmail.org/direct.php?id=3430149
## 1051                                       http://www.haad.ae/haad/tabid/58/ctl/Details/Mid/417/ItemID/487/Default.aspx
## 1052                                                              http://www.koreaherald.com/view.php?ud=20150526000366
## 1053                                                                        http://promedmail.org/direct.php?id=3430149
## 1054                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-02-001.aspx
## 1055                          http://www.reuters.com/article/2015/06/01/us-health-mers-southkorea-idUSKBN0OH1P120150601
## 1056                                                                        http://promedmail.org/direct.php?id=3430149
## 1057                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1058                                                                        http://promedmail.org/direct.php?id=3439726
## 1059                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1060                                                                        http://promedmail.org/direct.php?id=3442296
## 1061                                                                        http://promedmail.org/direct.php?id=3467405
## 1062                                                                        http://promedmail.org/direct.php?id=3430149
## 1063                                                                                                                   
## 1064                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 1065                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-14-001.aspx
## 1066                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-31-001.aspx
## 1067                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 1068                                                                                                                   
## 1069                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-03-001.aspx
## 1070                                                                                                                   
## 1071                                  http://news.videonews.us/qatar-reports-1st-coronavirus-fatality-year-2920563.html
## 1072                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1073                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1074                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-02-001.aspx
## 1075                                                                                                                   
## 1076                                                                                                                   
## 1077                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1078                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1079                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1080                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1081                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1082                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1083                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1084                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1085                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1086                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1087                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1088                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1089                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1090                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1091                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1092                                                                                                                   
## 1093                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-16-001.aspx
## 1094                                                                                                                   
## 1095                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 1096                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-15-001.aspx
## 1097                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-18-001.aspx
## 1098                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 1099                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 1100                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 1101                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-10-001.aspx
## 1102                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-16-001.aspx
## 1103                                                                        http://promedmail.org/direct.php?id=3445791
## 1104                                                                        http://promedmail.org/direct.php?id=3447481
## 1105                                                                        http://promedmail.org/direct.php?id=3437614
## 1106                                                                                                                   
## 1107                                                                    http://www.promedmail.org/direct.php?id=3407535
## 1108                                                                                                                   
## 1109                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-15-001.aspx
## 1110                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-17-001.aspx
## 1111                                                                                                                   
## 1112                                                                        http://promedmail.org/direct.php?id=3447481
## 1113                                                                        http://promedmail.org/direct.php?id=3445791
## 1114                                                                        http://promedmail.org/direct.php?id=3437614
## 1115                                                                        http://promedmail.org/direct.php?id=3430149
## 1116                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 1117                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1118                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1119                                                                    http://www.promedmail.org/direct.php?id=3420029
## 1120                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1121                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1122                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1123                                                                        http://promedmail.org/direct.php?id=3505516
## 1124                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1125                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1126                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-14-001.aspx
## 1127                                                                        http://promedmail.org/direct.php?id=3433313
## 1128                                                                                                                   
## 1129                                                                        http://promedmail.org/direct.php?id=3459401
## 1130                                                                                                                   
## 1131                                                                        http://promedmail.org/direct.php?id=3454450
## 1132                                                                        http://promedmail.org/direct.php?id=3439726
## 1133                                                                        http://promedmail.org/direct.php?id=3447481
## 1134                                                                                                                   
## 1135                                                                        http://promedmail.org/direct.php?id=3445791
## 1136                                                                                                                   
## 1137                                                                                                                   
## 1138                                                                        http://promedmail.org/direct.php?id=3445791
## 1139                                                                        http://promedmail.org/direct.php?id=3472461
## 1140                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1141                                                                        http://promedmail.org/direct.php?id=3459401
## 1142                                                                        http://promedmail.org/direct.php?id=3467405
## 1143                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1144                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1145                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1146                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1147                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1148                                                                        http://promedmail.org/direct.php?id=3462955
## 1149                                                                        http://promedmail.org/direct.php?id=3467405
## 1150                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1151                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1152                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1153                                                     http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1154                                                                        http://promedmail.org/direct.php?id=3462955
## 1155                                                                        http://promedmail.org/direct.php?id=3459401
## 1156                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1157                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1158                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1159                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1160                                                                    http://www.promedmail.org/direct.php?id=3420029
## 1161                                                                        http://promedmail.org/direct.php?id=3465211
## 1162                                                                        http://promedmail.org/direct.php?id=3477232
## 1163                                                                        http://promedmail.org/direct.php?id=3465211
## 1164                                                                        http://promedmail.org/direct.php?id=3477232
## 1165                                                                        http://promedmail.org/direct.php?id=3505516
## 1166                                                                        http://promedmail.org/direct.php?id=3423669
## 1167                                                                        http://promedmail.org/direct.php?id=3467405
## 1168                                                              http://www.koreaherald.com/view.php?ud=20150609001123
## 1169                                                              http://www.koreaherald.com/view.php?ud=20150609001123
## 1170                                                              http://www.koreaherald.com/view.php?ud=20150609001123
## 1171                                                                        http://promedmail.org/direct.php?id=3475176
## 1172                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-20-001.aspx
## 1173                                                                                                                   
## 1174                                                                        http://promedmail.org/direct.php?id=3469457
## 1175                                                                        http://promedmail.org/direct.php?id=3462955
## 1176                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1177                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1178                                                                        http://promedmail.org/direct.php?id=3459401
## 1179                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1180                                                                        http://promedmail.org/direct.php?id=3459401
## 1181                                                                        http://promedmail.org/direct.php?id=3472461
## 1182                                                                        http://promedmail.org/direct.php?id=3469457
## 1183                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1184                                                                        http://promedmail.org/direct.php?id=3465211
## 1185                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1186                                                                        http://promedmail.org/direct.php?id=3467405
## 1187                                                                                                                   
## 1188                                                                                                                   
## 1189                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-27-001.aspx
## 1190                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-21-001.aspx
## 1191                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-19-001.aspx
## 1192                                                                        http://promedmail.org/direct.php?id=3430149
## 1193                                                                        http://promedmail.org/direct.php?id=3486383
## 1194                                                                        http://promedmail.org/direct.php?id=3459401
## 1195                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1196                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1197                                                                        http://promedmail.org/direct.php?id=3462955
## 1198                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1199                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1200                                                                        http://promedmail.org/direct.php?id=3484493
## 1201                                                                        http://promedmail.org/direct.php?id=3430149
## 1202                                                                        http://promedmail.org/direct.php?id=3430149
## 1203                                                                        http://promedmail.org/direct.php?id=3430149
## 1204                                                                        http://promedmail.org/direct.php?id=3430149
## 1205                                                                        http://promedmail.org/direct.php?id=3430149
## 1206                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1207                                                                        http://promedmail.org/direct.php?id=3477232
## 1208                                                                        http://promedmail.org/direct.php?id=3459401
## 1209                                                                        http://promedmail.org/direct.php?id=3462955
## 1210                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1211                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1212                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1213                                                                        http://promedmail.org/direct.php?id=3480481
## 1214                                                                        http://promedmail.org/direct.php?id=3459401
## 1215                                                                        http://promedmail.org/direct.php?id=3480481
## 1216                                                                        http://promedmail.org/direct.php?id=3435317
## 1217                                                                        http://promedmail.org/direct.php?id=3435317
## 1218                                                                        http://promedmail.org/direct.php?id=3435317
## 1219                                                                        http://promedmail.org/direct.php?id=3435317
## 1220                                                                        http://promedmail.org/direct.php?id=3435317
## 1221                                                                        http://promedmail.org/direct.php?id=3435317
## 1222                                                                                                                   
## 1223                                                                        http://promedmail.org/direct.php?id=3465211
## 1224                                                                        http://promedmail.org/direct.php?id=3470885
## 1225                                                                        http://promedmail.org/direct.php?id=3453094
## 1226                                                                        http://promedmail.org/direct.php?id=3465211
## 1227                                                                        http://promedmail.org/direct.php?id=3454450
## 1228                                                                        http://promedmail.org/direct.php?id=3465211
## 1229                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 1230                                                                          http://dj.kbs.co.kr/resources/2015-06-08/
## 1231                                                                        http://promedmail.org/direct.php?id=3480481
## 1232                                                                        http://promedmail.org/direct.php?id=3486383
## 1233                                                                        http://promedmail.org/direct.php?id=3480481
## 1234                                                                        http://promedmail.org/direct.php?id=3470885
## 1235                                                                                                                   
## 1236                                                                        http://promedmail.org/direct.php?id=3459401
## 1237                                                                                                                   
## 1238                                                                        http://promedmail.org/direct.php?id=3462955
## 1239                                                                        http://promedmail.org/direct.php?id=3467405
## 1240                                                                                                                   
## 1241                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-27-001.aspx
## 1242                                                                        http://promedmail.org/direct.php?id=3465211
## 1243                                                                        http://promedmail.org/direct.php?id=3484493
## 1244                                                                        http://promedmail.org/direct.php?id=3505516
## 1245                                                                        http://promedmail.org/direct.php?id=3467405
## 1246                                                                        http://promedmail.org/direct.php?id=3459401
## 1247                                                                        http://promedmail.org/direct.php?id=3465211
## 1248                                                                        http://promedmail.org/direct.php?id=3465211
## 1249                                                                                                                   
## 1250                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-24-001.aspx
## 1251                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-23-001.aspx
## 1252                                                                        http://promedmail.org/direct.php?id=3565074
## 1253                                                                        http://promedmail.org/direct.php?id=3505516
## 1254                                                                        http://promedmail.org/direct.php?id=3447481
## 1255                                                                        http://promedmail.org/direct.php?id=3447481
## 1256                                                                        http://promedmail.org/direct.php?id=3480481
## 1257                                                                                                                   
## 1258                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-23-001.aspx
## 1259                                                                        http://promedmail.org/direct.php?id=3496123
## 1260                                                                        http://promedmail.org/direct.php?id=3477232
## 1261                                                                        http://promedmail.org/direct.php?id=3505516
## 1262                                                                        http://promedmail.org/direct.php?id=3516675
## 1263                                                                        http://promedmail.org/direct.php?id=3477232
## 1264                                                                        http://promedmail.org/direct.php?id=3565074
## 1265                                                                        http://promedmail.org/direct.php?id=3462955
## 1266                                                                        http://promedmail.org/direct.php?id=3505516
## 1267                                                                        http://promedmail.org/direct.php?id=3462955
## 1268                                                                                                                   
## 1269                                                                        http://promedmail.org/direct.php?id=3496123
## 1270                                                                        http://promedmail.org/direct.php?id=3480481
## 1271                                                                        http://promedmail.org/direct.php?id=3505516
## 1272                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-30-001.aspx
## 1273                                                                                                                   
## 1274                                                                        http://promedmail.org/direct.php?id=3496123
## 1275                                                                        http://promedmail.org/direct.php?id=3505516
## 1276                                                                        http://promedmail.org/direct.php?id=3486383
## 1277                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-29-001.aspx
## 1278                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-28-001.aspx
## 1279                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-18-001.aspx
## 1280                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-06-001.aspx
## 1281                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 1282                                                                                                                   
## 1283                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-12-001.aspx
## 1284                                                                        http://promedmail.org/direct.php?id=3505516
## 1285                                                                        http://promedmail.org/direct.php?id=3516675
## 1286                                                                        http://promedmail.org/direct.php?id=3488115
## 1287                                                       http://www.who.int/csr/don/10-july-2015-mers-philippines/en/
## 1288                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-17-001.aspx
## 1289                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 1290                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 1291                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 1292                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-28-001.aspx
## 1293                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1294                                                                                                                   
## 1295                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-27-001.aspx
## 1296                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-07-001.aspx
## 1297                                                                        http://promedmail.org/direct.php?id=3565074
## 1298                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 1299                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 1300                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 1301                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 1302                                                                                                                   
## 1303                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 1304                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1305                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1306                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1307                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1308                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-09-001.aspx
## 1309                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1310                                                                                                                   
## 1311                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1312                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1313                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1314                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1315                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1316                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1317                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 1318                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1319                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1320                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1321                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1322                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1323                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1324                                                                                                                   
## 1325                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1326                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 1327                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1328                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1329                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-09-001.aspx
## 1330                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1331                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1332                                                                                                                   
## 1333                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1334                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1335                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1336                                                                                                                   
## 1337                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1338                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1339                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1340                                                                                                                   
## 1341                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1342                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1343                                                                                                                   
## 1344                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1345                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1346                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1347                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-28-001.aspx
## 1348                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1349                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1350                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1351                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1352                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1353                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1354                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1355                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1356                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1357                                                                                                                   
## 1358                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1359                                                                                                                   
## 1360                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1361                                                                                                                   
## 1362                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1363                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1364                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1365                                                                                                                   
## 1366                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1367                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1368                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1369                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1370                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1371                                                                                                                   
## 1372                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1373                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1374                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1375                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1376                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-04-001.aspx
## 1377                                                                                                                   
## 1378                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1379                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-28-001.aspx
## 1380                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1381                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1382                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1383                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1384                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-29-001.aspx
## 1385                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1386                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1387                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1388                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1389                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1390                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1391                                                                                                                   
## 1392                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1393                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-18-001.aspx
## 1394                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1395                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1396                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1397                                                                                                                   
## 1398                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1399                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1400                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1401                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1402                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1403                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1404                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-10-001.aspx
## 1405                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1406                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1407                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1408                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1409                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1410                                                                                                                   
## 1411                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1412                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1413                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1414                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1415                                                                                                                   
## 1416                                                                                                                   
## 1417                                                                                                                   
## 1418                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1419                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1420                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1421                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1422                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1423                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1424                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1425                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1426                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1427                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1428                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1429                                                                                                                   
## 1430                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1431                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1432                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1433                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1434                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1435                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1436                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1437                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1438                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1439                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1440                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1441                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1442                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1443                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1444                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1445                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1446                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1447                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1448                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1449                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1450                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-02-001.aspx
## 1451                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1452                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-22-001.aspx
## 1453                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1454                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1455                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-20-001.aspx
## 1456                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1457                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1458                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1459                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-28-001.aspx
## 1460                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1461                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1462                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-28-001.aspx
## 1463                                                                                                                   
## 1464                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-24-001.aspx
## 1465                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1466                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-11-001.aspx
## 1467                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1468                                                                                                                   
## 1469                                                                                                                   
## 1470                                                                                                                   
## 1471                                                                                                                   
## 1472                                                                                                                   
## 1473                                                                                                                   
## 1474                                                                                                                   
## 1475                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1476                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1477                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-28-001.aspx
## 1478                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1479                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-04-001.aspx
## 1480                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1481                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-10-001.aspx
## 1482                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-10-001.aspx
## 1483                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1484                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1485                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1486                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-18-001.aspx
## 1487                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-11-27-001.aspx
## 1488                                                                                                                   
## 1489                                                                                                                   
## 1490                                                                                                                   
## 1491                                                                                                                   
## 1492                                                                                                                   
## 1493                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1494                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1495                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1496                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1497                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-14-001.aspx
## 1498                                                                                                                   
## 1499                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-30-001.aspx
## 1500                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-30-001.aspx
## 1501                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-25-001.aspx
## 1502                                                                                                                   
## 1503                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-02-001.aspx
## 1504                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-07-001.aspx
## 1505                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1506                                                                                                                   
## 1507                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1508                                                                                                                   
## 1509                                                                                                                   
## 1510                                                                                                                   
## 1511                                                                                                                   
## 1512                                                                                                                   
## 1513                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1514                                                                                                                   
## 1515                                                                                                                   
## 1516                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-23-001.aspx
## 1517                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-10-001.aspx
## 1518                                                                                                                   
## 1519                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1520                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-22-001.aspx
## 1521                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-28-001.aspx
## 1522                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-28-001.aspx
## 1523                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-29-001.aspx
## 1524                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-29-001.aspx
## 1525                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-28-001.aspx
## 1526                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-01-001.aspx
## 1527                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1528                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-26-001.aspx
## 1529                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1530                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1531                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-05-001.aspx
## 1532                                                                                                                   
## 1533                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-17-001.aspx
## 1534                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-30-001.aspx
## 1535                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-11-21-001.aspx
## 1536                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-04-001.aspx
## 1537                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-02-001.aspx
## 1538                                                                                                                   
## 1539                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-06-001.aspx
## 1540                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-04-001.aspx
## 1541                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-11-001.aspx
## 1542                                                                                                                   
## 1543                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-11-23-001.aspx
## 1544                                                                                                                   
## 1545                                                                                                                   
## 1546                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-12-05-001.aspx
## 1547                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-18-001.aspx
## 1548                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-28-001.aspx
## 1549                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-18-001.aspx
## 1550                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-21-001.aspx
## 1551                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-19-001.aspx
## 1552                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-26-001.aspx
## 1553                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-07-001.aspx
## 1554                                                                                                                   
## 1555                                                                                                                   
## 1556                                                                                                                   
## 1557                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-19-001.aspx
## 1558                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-10-001.aspx
## 1559                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-08-001.aspx
## 1560                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-08-001.aspx
## 1561                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-06-001.aspx
## 1562                                                                                 http://promedmail.org/post/3964309
## 1563                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-05-001.aspx
## 1564                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-13-001.aspx
## 1565                                                                                                                   
## 1566                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-20-001.aspx
## 1567                                                                                                                   
## 1568                                                                                                                   
## 1569                                                                                                                   
## 1570                                                                                                                   
## 1571                                                                                                                   
## 1572                                                                                                                   
## 1573                                                                                                                   
## 1574                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1575                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-06-001.aspx
## 1576                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1577                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1578                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1579                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-01-001.aspx
## 1580                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-30-001.aspx
## 1581                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1582                                                                                                                   
## 1583                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1584                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1585                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1586                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1587                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1588                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-13-001.aspx
## 1589                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1590                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1591                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1592                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-31-001.aspx
## 1593                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-09-001.aspx
## 1594                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1595                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1596                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-06-001.aspx
## 1597                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1598                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1599                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1600                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1601                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-6-001.aspx
## 1602                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1603                                                                                                                   
## 1604                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-20-001.aspx
## 1605                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-23-001.aspx
## 1606                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1607                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-18-001.aspx
## 1608                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1609                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-13-001.aspx
## 1610                                                                                                                   
## 1611                                                                                                                   
## 1612                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1613                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-29-001.aspx
## 1614                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-17-001.aspx
## 1615                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-18-001.aspx
## 1616                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1617                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1618                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1619                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-23-001.aspx
## 1620                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-18-001.aspx
## 1621                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1622                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1623                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-30-001.aspx
## 1624                                                                                                                   
## 1625                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1626                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-29-001.aspx
## 1627                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-6-001.aspx
## 1628                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1629                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-30-001.aspx
## 1630                                                                                                                   
## 1631                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-4-001.aspx
## 1632                                                                                                                   
## 1633                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-31-001.aspx
## 1634                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-10-001.aspx
## 1635                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-10-001.aspx
## 1636                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-10-001.aspx
## 1637                                                                                                                   
## 1638                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1639                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-26-001.aspx
## 1640                                                                                                                   
## 1641                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1642                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-13-001.aspx
## 1643                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-21-001.aspx
## 1644                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-2-001.aspx
## 1645                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-15-001.aspx
## 1646                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-22-001.aspx
## 1647                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-11-001.aspx
## 1648                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-27-001.aspx
## 1649                                                                                                                   
## 1650                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-1-001.aspx
## 1651                                                                                                                   
## 1652                                                                                                                   
## 1653                                                                                                                   
## 1654                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-12-001.aspx
## 1655                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-28-001.aspx
## 1656                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-29-001.aspx
## 1657                                                                                                                   
## 1658                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-11-001.aspx
## 1659                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-13-001.aspx
## 1660                                                                                                                   
## 1661                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-18-001.aspx
## 1662                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-20-001.aspx
## 1663                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-24-001.aspx
## 1664                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-22-001.aspx
## 1665                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-12-001.aspx
## 1666                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1667                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-28-001.aspx
## 1668                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1669                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1670                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-4-001.aspx
## 1671                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-5-001.aspx
## 1672                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-14-001.aspx
## 1673                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-23-001.aspx
## 1674                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-1-001.aspx
## 1675                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1676                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1677                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1678                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-11-001.aspx
## 1679                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-9-001.aspx
## 1680                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-9-001.aspx
## 1681                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1682                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-4-001.aspx
## 1683                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1684                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1685                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1686                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1687                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1688                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1689                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-5-001.aspx
## 1690                                                                                                                   
## 1691                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1692                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-18-001.aspx
## 1693                                                                                                                   
## 1694                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-2-001.aspx
## 1695                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-10-001.aspx
## 1696                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-25-001.aspx
## 1697                                                                                                                   
## 1698                                                                                                                   
## 1699                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-2-001.aspx
## 1700                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-1-001.aspx
## 1701                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1702                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-10-001.aspx
## 1703                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1704                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1705                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-14-001.aspx
## 1706                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-9-001.aspx
## 1707                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1708                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-17-001.aspx
## 1709                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-1-001.aspx
## 1710                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1711                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-25-001.aspx
## 1712                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-25-001.aspx
## 1713                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-19-001.aspx
## 1714                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-16-001.aspx
## 1715                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-10-001.aspx
## 1716                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1717                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1718                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-14-001.aspx
## 1719                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-5-001.aspx
## 1720                                                                                                                   
## 1721                                                                                                                   
## 1722                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-24-001.aspx
## 1723                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-10-001.aspx
## 1724                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-11-001.aspx
## 1725                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-8-001.aspx
## 1726                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-12-001.aspx
## 1727                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-13-001.aspx
## 1728                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-2-001.aspx
## 1729                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-5-001.aspx
## 1730                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-10-001.aspx
## 1731                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-1-001.aspx
## 1732                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-23-001.aspx
## 1733                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-19-001.aspx
## 1734                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-4-001.aspx
## 1735                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-27-001.aspx
## 1736                                                                                                                   
## 1737                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-27-001.aspx
## 1738                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-30-001.aspx
## 1739                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-29-001.aspx
## 1740                                                                                                                   
## 1741                                                                                                                   
##                                                                                citation4
## 1                                                                                       
## 2                                                                                       
## 3                                                                                       
## 4                                                                                       
## 5                                                                                       
## 6                                                                                       
## 7                                                                                       
## 8                                                                                       
## 9                                                                                       
## 10                                                                                      
## 11                                                                                      
## 12                                                                                      
## 13                                                                                      
## 14                                                                                      
## 15                                                                                      
## 16                                                                                      
## 17                                                                                      
## 18                                                                                      
## 19                                                                                      
## 20                                                                                      
## 21                                                                                      
## 22                                                                                      
## 23                                                                                      
## 24                                                                                      
## 25                                                                                      
## 26                                                                                      
## 27                                                                                      
## 28                                                                                      
## 29                                                                                      
## 30                                                                                      
## 31                                                                                      
## 32                                                                                      
## 33                                                                                      
## 34                                                                                      
## 35                                                                                      
## 36                                                                                      
## 37                                                                                      
## 38                                                                                      
## 39                                                                                      
## 40                                                                                      
## 41                                                                                      
## 42                                                                                      
## 43                                                                                      
## 44                                                                                      
## 45                                                                                      
## 46                                                                                      
## 47                                                                                      
## 48                                                                                      
## 49                                                                                      
## 50                                                                                      
## 51                                                                                      
## 52                                                                                      
## 53                                                                                      
## 54                                                                                      
## 55                                                                                      
## 56                                                                                      
## 57                                                                                      
## 58                                                                                      
## 59                                                                                      
## 60                                                                                      
## 61                                                                                      
## 62                                                                                      
## 63                                                                                      
## 64                                                                                      
## 65                                                                                      
## 66                                                                                      
## 67                                                                                      
## 68                                                                                      
## 69                                                                                      
## 70                                                                                      
## 71                                                                                      
## 72                                                                                      
## 73                                                                                      
## 74                                                                                      
## 75                                                                                      
## 76                                                                                      
## 77                                                                                      
## 78                                                                                      
## 79                                                                                      
## 80                                                                                      
## 81                                                                                      
## 82                                                                                      
## 83                                                                                      
## 84                                                                                      
## 85                                                                                      
## 86                                                                                      
## 87                                                                                      
## 88                                                                                      
## 89                                                                                      
## 90                                                                                      
## 91                                                                                      
## 92                                                                                      
## 93                                                                                      
## 94                                                                                      
## 95                                                                                      
## 96                                                                                      
## 97                                                                                      
## 98                                                                                      
## 99                                                                                      
## 100                                                                                     
## 101                                                                                     
## 102                                                                                     
## 103                                                                                     
## 104                                                                                     
## 105                                                                                     
## 106                                                                                     
## 107                                                                                     
## 108                                                                                     
## 109                                                                                     
## 110                                                                                     
## 111                                                                                     
## 112                                                                                     
## 113                                                                                     
## 114                                                                                     
## 115                                                                                     
## 116                                                                                     
## 117                                                                                     
## 118                                                                                     
## 119                                                                                     
## 120                                                                                     
## 121                                                                                     
## 122                                                                                     
## 123                                        http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 124                                        http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 125                                        http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 126                                                                                     
## 127                                                                                     
## 128                                                                                     
## 129                                                                                     
## 130                                                                                     
## 131                                                                                     
## 132                                                                                     
## 133                                                                                     
## 134                                                                                     
## 135                                                                                     
## 136                                                                                     
## 137                                                                                     
## 138                                                                                     
## 139                                                                                     
## 140                                                                                     
## 141                                                                                     
## 142                                                                                     
## 143                                                                                     
## 144                                                                                     
## 145                                                                                     
## 146                                                                                     
## 147                                                                                     
## 148                                                                                     
## 149                                                                                     
## 150                                                                                     
## 151                                                                                     
## 152                                                                                     
## 153                                                                                     
## 154                                                                                     
## 155                                                                                     
## 156                                                                                     
## 157                                                                                     
## 158                                                                                     
## 159                                                                                     
## 160                                                                                     
## 161                                                                                     
## 162                                                                                     
## 163                                                                                     
## 164                                                                                     
## 165                                                                                     
## 166                                                                                     
## 167                                                                                     
## 168                                                                                     
## 169                                                                                     
## 170                                                                                     
## 171                                                                                     
## 172                                                                                     
## 173                                                                                     
## 174                                                                                     
## 175                                                                                     
## 176                                                                                     
## 177                                                                                     
## 178                                                                                     
## 179                                                                                     
## 180                                                                                     
## 181                                                                                     
## 182                                                                                     
## 183                                                                                     
## 184                                                                                     
## 185                                                                                     
## 186                                                                                     
## 187                                                                                     
## 188                                                                                     
## 189                                                                                     
## 190                                                                                     
## 191                                                                                     
## 192                                                                                     
## 193                                                                                     
## 194                                                                                     
## 195                                                                                     
## 196                                                                                     
## 197                                                                                     
## 198                                                                                     
## 199                                                                                     
## 200                                                                                     
## 201                                                                                     
## 202                                                                                     
## 203                                                                                     
## 204                                                                                     
## 205                                                                                     
## 206                                                                                     
## 207                                                                                     
## 208                                                                                     
## 209                                                                                     
## 210                                                                                     
## 211                                                                                     
## 212                                                                                     
## 213                                                                                     
## 214                                                                                     
## 215                                                                                     
## 216                                                                                     
## 217                                                                                     
## 218                                                                                     
## 219                                                                                     
## 220                                                                                     
## 221                                                                                     
## 222                                                                                     
## 223                                                                                     
## 224                                                                                     
## 225                                                                                     
## 226                                                                                     
## 227                                                                                     
## 228                                                                                     
## 229                                                                                     
## 230                                                                                     
## 231                                                                                     
## 232                                                                                     
## 233                                                                                     
## 234                                                                                     
## 235                                                                                     
## 236                                                                                     
## 237                                                                                     
## 238                                                                                     
## 239                                                                                     
## 240                                                                                     
## 241                                                                                     
## 242                                                                                     
## 243                                                                                     
## 244                                                                                     
## 245                                                                                     
## 246                                                                                     
## 247                                                                                     
## 248                                                                                     
## 249                                                                                     
## 250                                                                                     
## 251                                                                                     
## 252                                                                                     
## 253                                                                                     
## 254                                                                                     
## 255                                                                                     
## 256                                                                                     
## 257                                                                                     
## 258                                                                                     
## 259                                                                                     
## 260                                                                                     
## 261                                                                                     
## 262                                                                                     
## 263                                                                                     
## 264                                                                                     
## 265                                                                                     
## 266                                                                                     
## 267                                                                                     
## 268                                                                                     
## 269                                                                                     
## 270                                                                                     
## 271                                                                                     
## 272                                                                                     
## 273                                                                                     
## 274                                                                                     
## 275                                                                                     
## 276                                                                                     
## 277                                                                                     
## 278                                                                                     
## 279                                                                                     
## 280                                                                                     
## 281                                                                                     
## 282                                                                                     
## 283                                                                                     
## 284                                                                                     
## 285                                                                                     
## 286                                                                                     
## 287                                                                                     
## 288                                                                                     
## 289                                                                                     
## 290                                                                                     
## 291                                                                                     
## 292                                                                                     
## 293                                                                                     
## 294                                                                                     
## 295                                                                                     
## 296                                                                                     
## 297                                                                                     
## 298                                                                                     
## 299                                                                                     
## 300                                                                                     
## 301                                                                                     
## 302                                                                                     
## 303                                                                                     
## 304                                                                                     
## 305                                                                                     
## 306                                                                                     
## 307                                                                                     
## 308                                                                                     
## 309                                                                                     
## 310                                                                                     
## 311                                                                                     
## 312                                                                                     
## 313                                                                                     
## 314                                                                                     
## 315                                                                                     
## 316                                                                                     
## 317                                                                                     
## 318                                                                                     
## 319                                                                                     
## 320                                                                                     
## 321                                                                                     
## 322                                                                                     
## 323                                                                                     
## 324                                                                                     
## 325                                                                                     
## 326                                                                                     
## 327                                                                                     
## 328                                                                                     
## 329                                                                                     
## 330                                                                                     
## 331                                                                                     
## 332                                                                                     
## 333                                                                                     
## 334                                                                                     
## 335                                                                                     
## 336                                                                                     
## 337                                                                                     
## 338                                                                                     
## 339                                                                                     
## 340                                                                                     
## 341                                                                                     
## 342                                                                                     
## 343                                                                                     
## 344                                                                                     
## 345                                                                                     
## 346                                                                                     
## 347                                                                                     
## 348                                                                                     
## 349                                                                                     
## 350                                                                                     
## 351                                                                                     
## 352                                                                                     
## 353                                                                                     
## 354                                                                                     
## 355                                                                                     
## 356                                                                                     
## 357                                                                                     
## 358                                                                                     
## 359                                                                                     
## 360                                                                                     
## 361                                                                                     
## 362                                                                                     
## 363                                                                                     
## 364                                                                                     
## 365                                                                                     
## 366                                                                                     
## 367                                                                                     
## 368                                                                                     
## 369                                                                                     
## 370                                                                                     
## 371                                                                                     
## 372                                                                                     
## 373                                                                                     
## 374                                                                                     
## 375                                                                                     
## 376                                                                                     
## 377                                                                                     
## 378                                                                                     
## 379                                                                                     
## 380                                                                                     
## 381                                                                                     
## 382                                                                                     
## 383                                                                                     
## 384                                                                                     
## 385                                                                                     
## 386                                                                                     
## 387                                                                                     
## 388                                                                                     
## 389                                                                                     
## 390                                                                                     
## 391                                                                                     
## 392                                                                                     
## 393                                                                                     
## 394                                                                                     
## 395                                                                                     
## 396                                                                                     
## 397                                                                                     
## 398                                                                                     
## 399                                                                                     
## 400                                                                                     
## 401                                                                                     
## 402                                                                                     
## 403                                                                                     
## 404                                                                                     
## 405                                                                                     
## 406                                                                                     
## 407                                                                                     
## 408                                                                                     
## 409                                                                                     
## 410                                                                                     
## 411                                                                                     
## 412                                                                                     
## 413                                                                                     
## 414                                                                                     
## 415                                                                                     
## 416                                                                                     
## 417                                                                                     
## 418                                                                                     
## 419                                                                                     
## 420                                                                                     
## 421                                                                                     
## 422                                                                                     
## 423                                                                                     
## 424                                                                                     
## 425                                                                                     
## 426                                                                                     
## 427                                                                                     
## 428                                                                                     
## 429                                                                                     
## 430                                                                                     
## 431                                                                                     
## 432                                                                                     
## 433                                                                                     
## 434                                                                                     
## 435                                                                                     
## 436                                                                                     
## 437                                                                                     
## 438                                                                                     
## 439                                                                                     
## 440                                                                                     
## 441                                                                                     
## 442                                                                                     
## 443                                                                                     
## 444                                                                                     
## 445                                                                                     
## 446                                                                                     
## 447                                                                                     
## 448                                                                                     
## 449                                                                                     
## 450                                                                                     
## 451                                                                                     
## 452                                                                                     
## 453                                                                                     
## 454                                                                                     
## 455                                                                                     
## 456                                                                                     
## 457                                                                                     
## 458                                                                                     
## 459                                                                                     
## 460                                                                                     
## 461                                                                                     
## 462                                                                                     
## 463                                                                                     
## 464                                                                                     
## 465                                                                                     
## 466                                                                                     
## 467                                                                                     
## 468                                                                                     
## 469                                                                                     
## 470                                                                                     
## 471                                                                                     
## 472                                                                                     
## 473                                                                                     
## 474                                                                                     
## 475                                                                                     
## 476                                                                                     
## 477                                                                                     
## 478                                                                                     
## 479                                                                                     
## 480                                                                                     
## 481                                                                                     
## 482                                                                                     
## 483                                                                                     
## 484                                                                                     
## 485                                                                                     
## 486                                                                                     
## 487                                                                                     
## 488                                                                                     
## 489                                                                                     
## 490                                                                                     
## 491                                                                                     
## 492                                                                                     
## 493                                                                                     
## 494                                                                                     
## 495                                                                                     
## 496                                                                                     
## 497                                                                                     
## 498                                                                                     
## 499                                                                                     
## 500                                                                                     
## 501                                                                                     
## 502                                                                                     
## 503                                                                                     
## 504                                                                                     
## 505                                                                                     
## 506                                                                                     
## 507                                                                                     
## 508                                                                                     
## 509                                                                                     
## 510                                                                                     
## 511                                                                                     
## 512                                                                                     
## 513                                                                                     
## 514                                                                                     
## 515                                                                                     
## 516                                                                                     
## 517                                                                                     
## 518                                                                                     
## 519                                                                                     
## 520                                                                                     
## 521                                                                                     
## 522                                                                                     
## 523                                                                                     
## 524                                                                                     
## 525                                                                                     
## 526                                                                                     
## 527                                                                                     
## 528                                                                                     
## 529                                                                                     
## 530                                                                                     
## 531                                                                                     
## 532                                                                                     
## 533                                                                                     
## 534                                                                                     
## 535                                                                                     
## 536                                                                                     
## 537                                                                                     
## 538                                                                                     
## 539                                                                                     
## 540                                                                                     
## 541                                                                                     
## 542                                                                                     
## 543                                                                                     
## 544                                                                                     
## 545                                                                                     
## 546                                                                                     
## 547                                                                                     
## 548                                                                                     
## 549                                                                                     
## 550                                                                                     
## 551                                                                                     
## 552                                                                                     
## 553                                                                                     
## 554                                                                                     
## 555                                                                                     
## 556                                                                                     
## 557                                                                                     
## 558                                                                                     
## 559                                                                                     
## 560                                                                                     
## 561                                                                                     
## 562                                                                                     
## 563                                                                                     
## 564                                                                                     
## 565                                                                                     
## 566                                                                                     
## 567                                                                                     
## 568                                                                                     
## 569                                                                                     
## 570                                                                                     
## 571                                                                                     
## 572                                                                                     
## 573                                                                                     
## 574                                                                                     
## 575                                                                                     
## 576                                                                                     
## 577                                                                                     
## 578                                                                                     
## 579                                                                                     
## 580                                                                                     
## 581                                                                                     
## 582                                                                                     
## 583                                                                                     
## 584                                                                                     
## 585                                                                                     
## 586                                                                                     
## 587                                                                                     
## 588                                                                                     
## 589                                                                                     
## 590                                                                                     
## 591                                                                                     
## 592                                                                                     
## 593                                                                                     
## 594                                                                                     
## 595                                                                                     
## 596                                                                                     
## 597                                                                                     
## 598                                                                                     
## 599                                                                                     
## 600                                                                                     
## 601                                                                                     
## 602                                                                                     
## 603                                                                                     
## 604                                                                                     
## 605                                                                                     
## 606                                                                                     
## 607                                                                                     
## 608                                                                                     
## 609                                                                                     
## 610                                                                                     
## 611                                                                                     
## 612                                                                                     
## 613                                                                                     
## 614                                                                                     
## 615                                                                                     
## 616                                                                                     
## 617                                                                                     
## 618                                                                                     
## 619                                                                                     
## 620                                                                                     
## 621                                                                                     
## 622                                                                                     
## 623                                                                                     
## 624                                                                                     
## 625                                                                                     
## 626                                                                                     
## 627                                                                                     
## 628                                                                                     
## 629                                                                                     
## 630                                                                                     
## 631                                                                                     
## 632                                                                                     
## 633                                                                                     
## 634                                                                                     
## 635                                                                                     
## 636                                                                                     
## 637                                                                                     
## 638                                                                                     
## 639                                                                                     
## 640                                                                                     
## 641                                                                                     
## 642                                                                                     
## 643                                                                                     
## 644                                                                                     
## 645                                                                                     
## 646                                                                                     
## 647                                                                                     
## 648                                                                                     
## 649                                                                                     
## 650                                                                                     
## 651                                                                                     
## 652                                                                                     
## 653                                                                                     
## 654                                                                                     
## 655                                                                                     
## 656                                                                                     
## 657                                                                                     
## 658                                                                                     
## 659                                                                                     
## 660                                                                                     
## 661                                                                                     
## 662                                                                                     
## 663                                                                                     
## 664                                                                                     
## 665                                                                                     
## 666                                                                                     
## 667                                                                                     
## 668                                                                                     
## 669                                                                                     
## 670                                                                                     
## 671                                                                                     
## 672                                                                                     
## 673                                                                                     
## 674                                                                                     
## 675                                                                                     
## 676                                                                                     
## 677                                                                                     
## 678                                                                                     
## 679                                                                                     
## 680                                                                                     
## 681                                                                                     
## 682                                                                                     
## 683                                                                                     
## 684                                                                                     
## 685                                                                                     
## 686                                                                                     
## 687                                                                                     
## 688                                                                                     
## 689                                                                                     
## 690                                                                                     
## 691                                                                                     
## 692                                                                                     
## 693                                                                                     
## 694                                                                                     
## 695                                                                                     
## 696                                                                                     
## 697                                                                                     
## 698                                                                                     
## 699                                                                                     
## 700                                                                                     
## 701                                                                                     
## 702                                                                                     
## 703                                                                                     
## 704                                                                                     
## 705                                                                                     
## 706                                                                                     
## 707                                                                                     
## 708                                                                                     
## 709                                                                                     
## 710                                                                                     
## 711                                                                                     
## 712                                                                                     
## 713                                                                                     
## 714                                                                                     
## 715                                                                                     
## 716                                                                                     
## 717                                                                                     
## 718                                                                                     
## 719                                                                                     
## 720      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-24-001.aspx
## 721                                                                                     
## 722                                                                                     
## 723                                                                                     
## 724                                                                                     
## 725                                                                                     
## 726                                                                                     
## 727                                                                                     
## 728                                                                                     
## 729                                                                                     
## 730                                                                                     
## 731                                                                                     
## 732                                                                                     
## 733                                                                                     
## 734                                                                                     
## 735                                                                                     
## 736                                                                                     
## 737                                                                                     
## 738                                                                                     
## 739                                                                                     
## 740                                                                                     
## 741                                                                                     
## 742                                                                                     
## 743                                                                                     
## 744                                                                                     
## 745                                                                                     
## 746                                                                                     
## 747                                                                                     
## 748                                                                                     
## 749                                                                                     
## 750                                                                                     
## 751                                                                                     
## 752                                                                                     
## 753                                                                                     
## 754                                                                                     
## 755                                                                                     
## 756                                                                                     
## 757                                                                                     
## 758                                                                                     
## 759                                                                                     
## 760                                                                                     
## 761                                                                                     
## 762                                                                                     
## 763                                                                                     
## 764                                                                                     
## 765                                                                                     
## 766                                                                                     
## 767                                                                                     
## 768                                                                                     
## 769                                                                                     
## 770                                                                                     
## 771                                                                                     
## 772                                                                                     
## 773                                                                                     
## 774                                                                                     
## 775                                                                                     
## 776                                                                                     
## 777                                                                                     
## 778                                                                                     
## 779                                                                                     
## 780                                                                                     
## 781                                                                                     
## 782                                                                                     
## 783                                                                                     
## 784                                                                                     
## 785                                                                                     
## 786                                                                                     
## 787                                                                                     
## 788                                                                                     
## 789                                                                                     
## 790                                                                                     
## 791                                                                                     
## 792                                                                                     
## 793                                                                                     
## 794                                                                                     
## 795                                                                                     
## 796                                                                                     
## 797                                                                                     
## 798                                                                                     
## 799                                                                                     
## 800                                                                                     
## 801                                                                                     
## 802                                                                                     
## 803                                                                                     
## 804                                                                                     
## 805                                                                                     
## 806                                                                                     
## 807                                                                                     
## 808                                                                                     
## 809                                                                                     
## 810                                                                                     
## 811                                                                                     
## 812                                                                                     
## 813                                                                                     
## 814                                                                                     
## 815                                                                                     
## 816                                                                                     
## 817                                                                                     
## 818                                                                                     
## 819                                                                                     
## 820                                                                                     
## 821                                                                                     
## 822                                                                                     
## 823                                                                                     
## 824                                                                                     
## 825                                                                                     
## 826                                                                                     
## 827                                                                                     
## 828                                                                                     
## 829                                                                                     
## 830                                                                                     
## 831                                                                                     
## 832                                                                                     
## 833                                                                                     
## 834                                                                                     
## 835                                                                                     
## 836                                                                                     
## 837                                                                                     
## 838                                                                                     
## 839                                                                                     
## 840                                                                                     
## 841                                                                                     
## 842                                                                                     
## 843                                                                                     
## 844                                                                                     
## 845                                                                                     
## 846                                                                                     
## 847                                                                                     
## 848                                                                                     
## 849                                                                                     
## 850                                                                                     
## 851                                                                                     
## 852                                                                                     
## 853                                                                                     
## 854                                                                                     
## 855                                                                                     
## 856                                                                                     
## 857                                                                                     
## 858                                                                                     
## 859                                                                                     
## 860                                                                                     
## 861                                                                                     
## 862                                                                                     
## 863                                                                                     
## 864                                                                                     
## 865                                                                                     
## 866                                                                                     
## 867                                                                                     
## 868                                                                                     
## 869                    http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 870                    http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 871                       http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 872                    http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 873                                                                                     
## 874                                                                                     
## 875                                                                                     
## 876                                                                                     
## 877                                                                                     
## 878                       http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 879                        http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 880                                                                                     
## 881                       http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 882                                                                                     
## 883                                                                                     
## 884                                                                                     
## 885                                                                                     
## 886                                                                                     
## 887                                                                                     
## 888                                                                                     
## 889                                                                                     
## 890                                                                                     
## 891                                                                                     
## 892                                                                                     
## 893                                                                                     
## 894                                                                                     
## 895                                                                                     
## 896                                                                                     
## 897                        http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 898                                                                                     
## 899                    http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 900                                                                                     
## 901                                                                                     
## 902                                                                                     
## 903                                                                                     
## 904                                                                                     
## 905                       http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 906                                                                                     
## 907                                                                                     
## 908                                                                                     
## 909                                                                                     
## 910                                                                                     
## 911                                                                                     
## 912                                                                                     
## 913                                                                                     
## 914                    http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 915                                                                                     
## 916                                                                                     
## 917                                                                                     
## 918                    http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 919                                                                                     
## 920                                                                                     
## 921                                                                                     
## 922                                                                                     
## 923                                                                                     
## 924                                                                                     
## 925                                                                                     
## 926                                                                                     
## 927                       http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 928                                                                                     
## 929                       http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 930                       http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 931                       http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 932                                                                                     
## 933                                                                                     
## 934                                                                                     
## 935                                                                                     
## 936                                                                                     
## 937                                                                                     
## 938                       http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 939                       http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 940                                                                                     
## 941                                                                                     
## 942                                                                                     
## 943                                                                                     
## 944                                                                                     
## 945                                                                                     
## 946                       http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 947                                                                                     
## 948                       http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 949                                                                                     
## 950                                                                                     
## 951                                                                                     
## 952                                                                                     
## 953                                                                                     
## 954                       http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 955                                                                                     
## 956                                                                                     
## 957                                                                                     
## 958                                                                                     
## 959                       http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 960                                                                                     
## 961                                                                                     
## 962                       http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 963                                                                                     
## 964                                                                                     
## 965                                                                                     
## 966                                                                                     
## 967                                                                                     
## 968                                                                                     
## 969                                                                                     
## 970                       http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 971                                                                                     
## 972                                                                                     
## 973                                                                                     
## 974                                                                                     
## 975                                                                                     
## 976                       http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 977                                                                                     
## 978                                                                                     
## 979                                                                                     
## 980                                                                                     
## 981                                                                                     
## 982                                                                                     
## 983                        http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 984                                                                                     
## 985                                                                                     
## 986                                                                                     
## 987                                                                                     
## 988                                                                                     
## 989                        http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 990                                                                                     
## 991                                                                                     
## 992                                                                                     
## 993                                                                                     
## 994                                                                                     
## 995                                                                                     
## 996                                                                                     
## 997                                                                                     
## 998                                                                                     
## 999                                                                                     
## 1000                                                                                    
## 1001                                                                                    
## 1002                                                                                    
## 1003                      http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 1004                                                                                    
## 1005                                                                                    
## 1006                                                                                    
## 1007                                                                                    
## 1008                                                                                    
## 1009                                                                                    
## 1010                                                                                    
## 1011                                                                                    
## 1012                                                                                    
## 1013                                                                                    
## 1014                                                                                    
## 1015                                                                                    
## 1016                        http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1017                                                                                    
## 1018                                                                                    
## 1019                                                                                    
## 1020                        http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 1021                        http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 1022                        http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 1023     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-28-001.aspx
## 1024                                                                                    
## 1025                       http://www.who.int/csr/don/01-june-2015-mers-saudi-arabia/en/
## 1026                                                                                    
## 1027                                                                                    
## 1028                                                                                    
## 1029                        http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 1030                                                                                    
## 1031                                                                                    
## 1032                                                                                    
## 1033                        http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 1034                                                                                    
## 1035                                                                                    
## 1036                                                                                    
## 1037                                                                                    
## 1038                                                                                    
## 1039                                                                                    
## 1040                                                                                    
## 1041                                                                                    
## 1042                                                                                    
## 1043                       http://www.who.int/csr/don/01-june-2015-mers-saudi-arabia/en/
## 1044                                                                                    
## 1045                                                                                    
## 1046                                                                                    
## 1047                                                                                    
## 1048                               http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1049                              http://www.who.int/csr/don/06-june-2015-mers-korea/en/
## 1050                               http://www.who.int/csr/don/30-may-2015-mers-korea/en/
## 1051                                                                                    
## 1052                                         http://promedmail.org/direct.php?id=3442296
## 1053                                                                                    
## 1054                                                                                    
## 1055                                     http://www.promedmail.org/direct.php?id=3420029
## 1056                      http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1057                                         http://promedmail.org/direct.php?id=3437614
## 1058                      http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1059                                         http://promedmail.org/direct.php?id=3453094
## 1060                                                                                    
## 1061                                                                                    
## 1062                                                                                    
## 1063                       http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 1064                                                                                    
## 1065                                                                                    
## 1066                                                                                    
## 1067                                                                                    
## 1068                                                                                    
## 1069                       http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 1070                                                                                    
## 1071                                                                                    
## 1072                                         http://promedmail.org/direct.php?id=3457227
## 1073                                         http://promedmail.org/direct.php?id=3462955
## 1074                                                                                    
## 1075                                                                                    
## 1076                                                                                    
## 1077                                         http://promedmail.org/direct.php?id=3430149
## 1078                                         http://promedmail.org/direct.php?id=3480481
## 1079                                                                                    
## 1080                                         http://promedmail.org/direct.php?id=3430149
## 1081                      http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1082                      http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1083                                         http://promedmail.org/direct.php?id=3467405
## 1084                                         http://promedmail.org/direct.php?id=3454450
## 1085                                         http://promedmail.org/direct.php?id=3433313
## 1086                                         http://promedmail.org/direct.php?id=3433313
## 1087                                         http://promedmail.org/direct.php?id=3447481
## 1088                                         http://promedmail.org/direct.php?id=3437614
## 1089                                         http://promedmail.org/direct.php?id=3437614
## 1090                                         http://promedmail.org/direct.php?id=3453094
## 1091                                         http://promedmail.org/direct.php?id=3488115
## 1092                                                                                    
## 1093                                                                                    
## 1094                                                                                    
## 1095                           http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1096                           http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1097                                                                                    
## 1098                                                                                    
## 1099                                                                                    
## 1100                                                                                    
## 1101                       http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 1102                                                                                    
## 1103                      http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1104                      http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1105                                                                                    
## 1106                                                                                    
## 1107                                                                                    
## 1108                      http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1109                           http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1110                           http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1111                                                                                    
## 1112                                                                                    
## 1113                                                                                    
## 1114                                                                                    
## 1115                                                                                    
## 1116                       http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 1117                                         http://promedmail.org/direct.php?id=3445791
## 1118                                                                                    
## 1119                      http://www.who.int/emergencies/mers-cov/MERS-CoV-cases-rok.pdf
## 1120                                         http://promedmail.org/direct.php?id=3462955
## 1121                                         http://promedmail.org/direct.php?id=3453094
## 1122                                         http://promedmail.org/direct.php?id=3445791
## 1123                                                                                    
## 1124                                         http://promedmail.org/direct.php?id=3454450
## 1125                                         http://promedmail.org/direct.php?id=3472461
## 1126                           http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1127                                                                                    
## 1128                                                                                    
## 1129                                                                                    
## 1130                                                                                    
## 1131                                                                                    
## 1132                                                                                    
## 1133                                                                                    
## 1134                                                                                    
## 1135                                                                                    
## 1136                                                                                    
## 1137                                                                                    
## 1138                                                                                    
## 1139                                                                                    
## 1140                                         http://promedmail.org/direct.php?id=3430149
## 1141                                                                                    
## 1142                                                                                    
## 1143                                         http://promedmail.org/direct.php?id=3454450
## 1144                                         http://promedmail.org/direct.php?id=3454450
## 1145                                         http://promedmail.org/direct.php?id=3457227
## 1146                                         http://promedmail.org/direct.php?id=3447481
## 1147                                         http://promedmail.org/direct.php?id=3445791
## 1148                                                                                    
## 1149                                                                                    
## 1150                                                                                    
## 1151                                                                                    
## 1152                                                                                    
## 1153                                         http://promedmail.org/direct.php?id=3445791
## 1154                                                                                    
## 1155                                                                                    
## 1156                           http://www.who.int/csr/don/25-october-2015-mers-korea/en/
## 1157                                         http://promedmail.org/direct.php?id=3437614
## 1158                                         http://promedmail.org/direct.php?id=3445791
## 1159                                                                                    
## 1160                                           http://dj.kbs.co.kr/resources/2015-06-08/
## 1161                                                                                    
## 1162                                                                                    
## 1163                                                                                    
## 1164                                                                                    
## 1165                                                                                    
## 1166                                           http://dj.kbs.co.kr/resources/2015-06-08/
## 1167                                                                                    
## 1168                                           http://dj.kbs.co.kr/resources/2015-06-08/
## 1169                                         http://promedmail.org/direct.php?id=3459401
## 1170                                         http://promedmail.org/direct.php?id=3496123
## 1171                                                                                    
## 1172                                                                                    
## 1173                                                                                    
## 1174                                                                                    
## 1175                                                                                    
## 1176                                         http://promedmail.org/direct.php?id=3439726
## 1177                                                                                    
## 1178                                                                                    
## 1179                                         http://promedmail.org/direct.php?id=3454450
## 1180                                                                                    
## 1181                                                                                    
## 1182                                                                                    
## 1183                                                                                    
## 1184                                                                                    
## 1185                                         http://promedmail.org/direct.php?id=3453094
## 1186                                                                                    
## 1187                                                                                    
## 1188                                                                                    
## 1189                                                                                    
## 1190                                                                                    
## 1191                       http://www.who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 1192                                         http://promedmail.org/direct.php?id=3457227
## 1193                                                                                    
## 1194                                                                                    
## 1195                                         http://promedmail.org/direct.php?id=3453094
## 1196                                                                                    
## 1197                                                                                    
## 1198                                                                                    
## 1199                                         http://promedmail.org/direct.php?id=3457227
## 1200                                                                                    
## 1201                                         http://promedmail.org/direct.php?id=3447481
## 1202                                         http://promedmail.org/direct.php?id=3486383
## 1203                                         http://promedmail.org/direct.php?id=3433313
## 1204                                         http://promedmail.org/direct.php?id=3459401
## 1205                                           http://dj.kbs.co.kr/resources/2015-06-08/
## 1206                                         http://promedmail.org/direct.php?id=3439726
## 1207                                                                                    
## 1208                                                                                    
## 1209                                                                                    
## 1210                                         http://promedmail.org/direct.php?id=3454450
## 1211                                                                                    
## 1212                                         http://promedmail.org/direct.php?id=3454450
## 1213                                                                                    
## 1214                                                                                    
## 1215                                                                                    
## 1216                                         http://promedmail.org/direct.php?id=3496123
## 1217                                         http://promedmail.org/direct.php?id=3453094
## 1218                                           http://dj.kbs.co.kr/resources/2015-06-08/
## 1219                                         http://promedmail.org/direct.php?id=3475176
## 1220                                         http://promedmail.org/direct.php?id=3505516
## 1221                                         http://promedmail.org/direct.php?id=3447481
## 1222                                         http://promedmail.org/direct.php?id=3453094
## 1223                                                                                    
## 1224                                                                                    
## 1225                                           http://dj.kbs.co.kr/resources/2015-06-08/
## 1226                                                                                    
## 1227                                                                                    
## 1228                                                                                    
## 1229                       http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1230                                         http://promedmail.org/direct.php?id=3459401
## 1231                                                                                    
## 1232                                                                                    
## 1233                                                                                    
## 1234                                                                                    
## 1235                                                                                    
## 1236                                                                                    
## 1237                                                                                    
## 1238                                                                                    
## 1239                                                                                    
## 1240                                                                                    
## 1241                                                                                    
## 1242                                                                                    
## 1243                                                                                    
## 1244                                                                                    
## 1245                                                                                    
## 1246                                                                                    
## 1247                                                                                    
## 1248                                                                                    
## 1249                                                                                    
## 1250                                                                                    
## 1251                                                                                    
## 1252                                                                                    
## 1253                                                                                    
## 1254                                                                                    
## 1255                                         http://promedmail.org/direct.php?id=3472461
## 1256                                                                                    
## 1257                                                                                    
## 1258                                                                                    
## 1259                                                                                    
## 1260                                                                                    
## 1261                                                                                    
## 1262                                                                                    
## 1263                                                                                    
## 1264                                                                                    
## 1265 http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1266                                                                                    
## 1267                                         http://promedmail.org/direct.php?id=3507926
## 1268                                                                                    
## 1269                                                                                    
## 1270                                                                                    
## 1271                                                                                    
## 1272                                                                                    
## 1273                                                                                    
## 1274                                                                                    
## 1275                                                                                    
## 1276                                                                                    
## 1277                                                                                    
## 1278                                                                                    
## 1279                                                                                    
## 1280                                                                                    
## 1281                       http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 1282                                                                                    
## 1283                                                                                    
## 1284                                                                                    
## 1285                                                                                    
## 1286                                                                                    
## 1287                                                                                    
## 1288                                                                                    
## 1289                                                                                    
## 1290                                                                                    
## 1291                     http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 1292                     http://www.who.int/csr/don/06-august-2015-mers-saudi-arabia/en/
## 1293                                                                                    
## 1294                                                                                    
## 1295                                                                                    
## 1296                                                                                    
## 1297                                                                                    
## 1298                                                                                    
## 1299                     http://www.who.int/csr/don/06-august-2015-mers-saudi-arabia/en/
## 1300                                                                                    
## 1301                                                                                    
## 1302                                                                                    
## 1303                     http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 1304                                                                                    
## 1305                                                                                    
## 1306                                                                                    
## 1307                                                                                    
## 1308                                                                                    
## 1309                                                                                    
## 1310                                                                                    
## 1311                                                                                    
## 1312                                                                                    
## 1313                                                                                    
## 1314                                                                                    
## 1315                                                                                    
## 1316                                                                                    
## 1317                                                                                    
## 1318                                                                                    
## 1319                     http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1320                                                                                    
## 1321                                                                                    
## 1322                  http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1323                                                                                    
## 1324                                                                                    
## 1325                     http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1326                     http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1327                     http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1328                  http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1329                                                                                    
## 1330                  http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1331                                                                                    
## 1332                                                                                    
## 1333                                                                                    
## 1334                                                                                    
## 1335                                                                                    
## 1336                                                                                    
## 1337                  http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1338                                                                                    
## 1339                                                                                    
## 1340                                                                                    
## 1341                                                                                    
## 1342                     http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1343                                                                                    
## 1344                                                                                    
## 1345                  http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1346                                                                                    
## 1347                                                                                    
## 1348                                                                                    
## 1349                                                                                    
## 1350                                                                                    
## 1351                                                                                    
## 1352                                                                                    
## 1353                                                                                    
## 1354                                                                                    
## 1355                                                                                    
## 1356                                                                                    
## 1357                                                                                    
## 1358                     http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1359                                                                                    
## 1360                  http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1361                                                                                    
## 1362                  http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1363                  http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1364                  http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1365                                                                                    
## 1366                                                                                    
## 1367                                                                                    
## 1368                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1369                  http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1370                                                                                    
## 1371                                                                                    
## 1372                  http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1373                  http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1374                                                                                    
## 1375                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1376                                                                                    
## 1377                                                                                    
## 1378                                                                                    
## 1379                                                                                    
## 1380                                                                                    
## 1381                                                                                    
## 1382                                                                                    
## 1383                                                                                    
## 1384                    http://www.who.int/csr/don/12-october-2015-mers-saudi-arabia/en/
## 1385                                                                                    
## 1386                  http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1387                                                                                    
## 1388                                                                                    
## 1389                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1390                                                                                    
## 1391                                                                                    
## 1392                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1393                                                                                    
## 1394                  http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1395                                                                                    
## 1396                                                                                    
## 1397                                                                                    
## 1398                  http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1399                  http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1400                                                                                    
## 1401                  http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1402                                                                                    
## 1403                  http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1404                  http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1405                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1406                                                                                    
## 1407                                                                                    
## 1408                                                                                    
## 1409                  http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1410                                                                                    
## 1411                                                                                    
## 1412                                                                                    
## 1413                  http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1414                                                                                    
## 1415                                                                                    
## 1416                                                                                    
## 1417                                                                                    
## 1418                                                                                    
## 1419                  http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1420                                                                                    
## 1421                  http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1422                                                                                    
## 1423                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1424                                                                                    
## 1425                                                                                    
## 1426                  http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1427                                                                                    
## 1428                                                                                    
## 1429                                                                                    
## 1430                  http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1431                                                                                    
## 1432                                                                                    
## 1433                                                                                    
## 1434                                                                                    
## 1435                                                                                    
## 1436                                                                                    
## 1437                  http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1438                                                                                    
## 1439                                                                                    
## 1440                                                                                    
## 1441                                                                                    
## 1442                                                                                    
## 1443                                                                                    
## 1444                                                                                    
## 1445                  http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1446                                                                                    
## 1447                                                                                    
## 1448                                                                                    
## 1449                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1450                                                                                    
## 1451                                                                                    
## 1452                                                                                    
## 1453                                                                                    
## 1454                                                                                    
## 1455                                                                                    
## 1456                                                                                    
## 1457                                                                                    
## 1458                                                                                    
## 1459                    http://www.who.int/csr/don/12-october-2015-mers-saudi-arabia/en/
## 1460                                                                                    
## 1461                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1462                                                                                    
## 1463                                                                                    
## 1464                                                                                    
## 1465                                                                                    
## 1466                    http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1467                    http://www.who.int/csr/don/12-october-2015-mers-saudi-arabia/en/
## 1468                                                                                    
## 1469                                                                                    
## 1470                                                                                    
## 1471                        http://www.who.int/csr/don/18-september-2015-mers-jordan/en/
## 1472                                                                                    
## 1473                                                                                    
## 1474                                                                                    
## 1475                                                                                    
## 1476                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1477                                                                                    
## 1478                  http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1479                                                                                    
## 1480                                                                                    
## 1481                    http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1482                                                                                    
## 1483                                                                                    
## 1484                                                                                    
## 1485                                                                                    
## 1486                                                                                    
## 1487                    http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1488                                                                                    
## 1489                                                                                    
## 1490                                                                                    
## 1491                                                                                    
## 1492                                                                                    
## 1493                                                                                    
## 1494                                                                                    
## 1495                                                                                    
## 1496                                                                                    
## 1497                                                                                    
## 1498                                                                                    
## 1499                                                                                    
## 1500                                                                                    
## 1501                                                                                    
## 1502                                                                                    
## 1503                                                                                    
## 1504                                                                                    
## 1505                                                                                    
## 1506                                                                                    
## 1507                                                                                    
## 1508                                                                                    
## 1509                                                                                    
## 1510                                                                                    
## 1511                                                                                    
## 1512                                                                                    
## 1513                                                                                    
## 1514                                                                                    
## 1515                                                                                    
## 1516                                                                                    
## 1517                                                                                    
## 1518                                                                                    
## 1519                                                                                    
## 1520                                                                                    
## 1521                                                                                    
## 1522                                                                                    
## 1523                   http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1524                                                                                    
## 1525                                                                                    
## 1526                   http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1527                                                                                    
## 1528                   http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1529                                                                                    
## 1530                                                                                    
## 1531                                                                                    
## 1532                                                                                    
## 1533                                                                                    
## 1534                                                                                    
## 1535                    http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1536                    http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1537                                                                                    
## 1538                                                                                    
## 1539                                                                                    
## 1540                                                                                    
## 1541                                                                                    
## 1542                                                                                    
## 1543                                                                                    
## 1544                                                                                    
## 1545                                                                                    
## 1546                                                                                    
## 1547                                                                                    
## 1548                                                                                    
## 1549                                                                                    
## 1550                                                                                    
## 1551                                                                                    
## 1552                                                                                    
## 1553                                                                                    
## 1554                                                                                    
## 1555                                                                                    
## 1556                                                                                    
## 1557                                                                                    
## 1558                                                                                    
## 1559                                                                                    
## 1560                                                                                    
## 1561                                                                                    
## 1562                                                  http://promedmail.org/post/3967808
## 1563                                                                                    
## 1564                                                                                    
## 1565                                                                                    
## 1566                                                                                    
## 1567                                                                                    
## 1568                                                                                    
## 1569                                                                                    
## 1570                                                                                    
## 1571                                                                                    
## 1572                                                                                    
## 1573                                                                                    
## 1574                                                                                    
## 1575                                                                                    
## 1576                                                                                    
## 1577                                                                                    
## 1578                                                                                    
## 1579                                                                                    
## 1580                                                                                    
## 1581                                                                                    
## 1582                                                                                    
## 1583                                                                                    
## 1584                                                                                    
## 1585                                                                                    
## 1586                                                                                    
## 1587                                                                                    
## 1588                      http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1589                                                                                    
## 1590                                                                                    
## 1591                                                                                    
## 1592                                                                                    
## 1593                      http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1594                      http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1595                                                                                    
## 1596                                                                                    
## 1597                                                                                    
## 1598                                                                                    
## 1599                                                                                    
## 1600                                                                                    
## 1601                                                                                    
## 1602                                                                                    
## 1603                                                                                    
## 1604                                                                                    
## 1605                                                                                    
## 1606                                                                                    
## 1607                                                                                    
## 1608                                                                                    
## 1609                                                                                    
## 1610                                                                                    
## 1611                                                                                    
## 1612                                                                                    
## 1613                                                                                    
## 1614                                                                                    
## 1615                                                                                    
## 1616                                                                                    
## 1617                                                                                    
## 1618                                                                                    
## 1619                                                                                    
## 1620                      http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1621                                                                                    
## 1622                                                                                    
## 1623                                                                                    
## 1624                                                                                    
## 1625                                                                                    
## 1626                      http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1627                                                                                    
## 1628                                                                                    
## 1629                                                                                    
## 1630                                                                                    
## 1631                                                                                    
## 1632                                                                                    
## 1633                                                                                    
## 1634                                                                                    
## 1635                                                                                    
## 1636                                                                                    
## 1637                                                                                    
## 1638                                                                                    
## 1639                                                                                    
## 1640                                                                                    
## 1641                                                                                    
## 1642                                                                                    
## 1643                                                                                    
## 1644                        http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1645                                                                                    
## 1646                                                                                    
## 1647                                                                                    
## 1648                                                                                    
## 1649                                                                                    
## 1650                                                                                    
## 1651                                                                                    
## 1652                                                                                    
## 1653                                                                                    
## 1654                                                                                    
## 1655                                                                                    
## 1656                                                                                    
## 1657                                                                                    
## 1658                                                                                    
## 1659                                                                                    
## 1660                                                                                    
## 1661                                                                                    
## 1662                                                                                    
## 1663                                                                                    
## 1664                                                                                    
## 1665                                                                                    
## 1666                                                                                    
## 1667                                                                                    
## 1668                                                                                    
## 1669                                                                                    
## 1670                                                                                    
## 1671                                                                                    
## 1672                                                                                    
## 1673                                                                                    
## 1674                                                                                    
## 1675                                                                                    
## 1676                                                                                    
## 1677                                                                                    
## 1678                                                                                    
## 1679                                                                                    
## 1680                                                                                    
## 1681                                                                                    
## 1682                                                                                    
## 1683                                                                                    
## 1684                                                                                    
## 1685                                                                                    
## 1686                                                                                    
## 1687                                                                                    
## 1688                                                                                    
## 1689                                                                                    
## 1690                                                                                    
## 1691                                                                                    
## 1692                                                                                    
## 1693                                                                                    
## 1694                                                                                    
## 1695                                                                                    
## 1696                  http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1697                                                                                    
## 1698                                                                                    
## 1699                                                                                    
## 1700                                                                                    
## 1701                                                                                    
## 1702                                                                                    
## 1703                                                                                    
## 1704                                                                                    
## 1705                                                                                    
## 1706                                                                                    
## 1707                                                                                    
## 1708                                                                                    
## 1709                                                                                    
## 1710                                                                                    
## 1711                                                                                    
## 1712                  http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1713                  http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1714                                                                                    
## 1715                                                                                    
## 1716                                                                                    
## 1717                                                                                    
## 1718                                                                                    
## 1719                                                                                    
## 1720                                                                                    
## 1721                                                                                    
## 1722                                                                                    
## 1723                                                                                    
## 1724                                                                                    
## 1725                                                                                    
## 1726                                                                                    
## 1727                                                                                    
## 1728                                                                                    
## 1729                                                                                    
## 1730                                                                                    
## 1731                                                                                    
## 1732                                                                                    
## 1733                                                                                    
## 1734                                                                                    
## 1735                                                                                    
## 1736                                                                                    
## 1737                                                                                    
## 1738                                                                                    
## 1739                                                                                    
## 1740                                                                                    
## 1741                                                                                    
##                                                                                citation5
## 1                                                                                       
## 2                                                                                       
## 3                                                                                       
## 4                                                                                       
## 5                                                                                       
## 6                                                                                       
## 7                                                                                       
## 8                                                                                       
## 9                                                                                       
## 10                                                                                      
## 11                                                                                      
## 12                                                                                      
## 13                                                                                      
## 14                                                                                      
## 15                                                                                      
## 16                                                                                      
## 17                                                                                      
## 18                                                                                      
## 19                                                                                      
## 20                                                                                      
## 21                                                                                      
## 22                                                                                      
## 23                                                                                      
## 24                                                                                      
## 25                                                                                      
## 26                                                                                      
## 27                                                                                      
## 28                                                                                      
## 29                                                                                      
## 30                                                                                      
## 31                                                                                      
## 32                                                                                      
## 33                                                                                      
## 34                                                                                      
## 35                                                                                      
## 36                                                                                      
## 37                                                                                      
## 38                                                                                      
## 39                                                                                      
## 40                                                                                      
## 41                                                                                      
## 42                                                                                      
## 43                                                                                      
## 44                                                                                      
## 45                                                                                      
## 46                                                                                      
## 47                                                                                      
## 48                                                                                      
## 49                                                                                      
## 50                                                                                      
## 51                                                                                      
## 52                                                                                      
## 53                                                                                      
## 54                                                                                      
## 55                                                                                      
## 56                                                                                      
## 57                                                                                      
## 58                                                                                      
## 59                                                                                      
## 60                                                                                      
## 61                                                                                      
## 62                                                                                      
## 63                                                                                      
## 64                                                                                      
## 65                                                                                      
## 66                                                                                      
## 67                                                                                      
## 68                                                                                      
## 69                                                                                      
## 70                                                                                      
## 71                                                                                      
## 72                                                                                      
## 73                                                                                      
## 74                                                                                      
## 75                                                                                      
## 76                                                                                      
## 77                                                                                      
## 78                                                                                      
## 79                                                                                      
## 80                                                                                      
## 81                                                                                      
## 82                                                                                      
## 83                                                                                      
## 84                                                                                      
## 85                                                                                      
## 86                                                                                      
## 87                                                                                      
## 88                                                                                      
## 89                                                                                      
## 90                                                                                      
## 91                                                                                      
## 92                                                                                      
## 93                                                                                      
## 94                                                                                      
## 95                                                                                      
## 96                                                                                      
## 97                                                                                      
## 98                                                                                      
## 99                                                                                      
## 100                                                                                     
## 101                                                                                     
## 102                                                                                     
## 103                                                                                     
## 104                                                                                     
## 105                                                                                     
## 106                                                                                     
## 107                                                                                     
## 108                                                                                     
## 109                                                                                     
## 110                                                                                     
## 111                                                                                     
## 112                                                                                     
## 113                                                                                     
## 114                                                                                     
## 115                                                                                     
## 116                                                                                     
## 117                                                                                     
## 118                                                                                     
## 119                                                                                     
## 120                                                                                     
## 121                                                                                     
## 122                                                                                     
## 123                                                                                     
## 124                                                                                     
## 125                                                                                     
## 126                                                                                     
## 127                                                                                     
## 128                                                                                     
## 129                                                                                     
## 130                                                                                     
## 131                                                                                     
## 132                                                                                     
## 133                                                                                     
## 134                                                                                     
## 135                                                                                     
## 136                                                                                     
## 137                                                                                     
## 138                                                                                     
## 139                                                                                     
## 140                                                                                     
## 141                                                                                     
## 142                                                                                     
## 143                                                                                     
## 144                                                                                     
## 145                                                                                     
## 146                                                                                     
## 147                                                                                     
## 148                                                                                     
## 149                                                                                     
## 150                                                                                     
## 151                                                                                     
## 152                                                                                     
## 153                                                                                     
## 154                                                                                     
## 155                                                                                     
## 156                                                                                     
## 157                                                                                     
## 158                                                                                     
## 159                                                                                     
## 160                                                                                     
## 161                                                                                     
## 162                                                                                     
## 163                                                                                     
## 164                                                                                     
## 165                                                                                     
## 166                                                                                     
## 167                                                                                     
## 168                                                                                     
## 169                                                                                     
## 170                                                                                     
## 171                                                                                     
## 172                                                                                     
## 173                                                                                     
## 174                                                                                     
## 175                                                                                     
## 176                                                                                     
## 177                                                                                     
## 178                                                                                     
## 179                                                                                     
## 180                                                                                     
## 181                                                                                     
## 182                                                                                     
## 183                                                                                     
## 184                                                                                     
## 185                                                                                     
## 186                                                                                     
## 187                                                                                     
## 188                                                                                     
## 189                                                                                     
## 190                                                                                     
## 191                                                                                     
## 192                                                                                     
## 193                                                                                     
## 194                                                                                     
## 195                                                                                     
## 196                                                                                     
## 197                                                                                     
## 198                                                                                     
## 199                                                                                     
## 200                                                                                     
## 201                                                                                     
## 202                                                                                     
## 203                                                                                     
## 204                                                                                     
## 205                                                                                     
## 206                                                                                     
## 207                                                                                     
## 208                                                                                     
## 209                                                                                     
## 210                                                                                     
## 211                                                                                     
## 212                                                                                     
## 213                                                                                     
## 214                                                                                     
## 215                                                                                     
## 216                                                                                     
## 217                                                                                     
## 218                                                                                     
## 219                                                                                     
## 220                                                                                     
## 221                                                                                     
## 222                                                                                     
## 223                                                                                     
## 224                                                                                     
## 225                                                                                     
## 226                                                                                     
## 227                                                                                     
## 228                                                                                     
## 229                                                                                     
## 230                                                                                     
## 231                                                                                     
## 232                                                                                     
## 233                                                                                     
## 234                                                                                     
## 235                                                                                     
## 236                                                                                     
## 237                                                                                     
## 238                                                                                     
## 239                                                                                     
## 240                                                                                     
## 241                                                                                     
## 242                                                                                     
## 243                                                                                     
## 244                                                                                     
## 245                                                                                     
## 246                                                                                     
## 247                                                                                     
## 248                                                                                     
## 249                                                                                     
## 250                                                                                     
## 251                                                                                     
## 252                                                                                     
## 253                                                                                     
## 254                                                                                     
## 255                                                                                     
## 256                                                                                     
## 257                                                                                     
## 258                                                                                     
## 259                                                                                     
## 260                                                                                     
## 261                                                                                     
## 262                                                                                     
## 263                                                                                     
## 264                                                                                     
## 265                                                                                     
## 266                                                                                     
## 267                                                                                     
## 268                                                                                     
## 269                                                                                     
## 270                                                                                     
## 271                                                                                     
## 272                                                                                     
## 273                                                                                     
## 274                                                                                     
## 275                                                                                     
## 276                                                                                     
## 277                                                                                     
## 278                                                                                     
## 279                                                                                     
## 280                                                                                     
## 281                                                                                     
## 282                                                                                     
## 283                                                                                     
## 284                                                                                     
## 285                                                                                     
## 286                                                                                     
## 287                                                                                     
## 288                                                                                     
## 289                                                                                     
## 290                                                                                     
## 291                                                                                     
## 292                                                                                     
## 293                                                                                     
## 294                                                                                     
## 295                                                                                     
## 296                                                                                     
## 297                                                                                     
## 298                                                                                     
## 299                                                                                     
## 300                                                                                     
## 301                                                                                     
## 302                                                                                     
## 303                                                                                     
## 304                                                                                     
## 305                                                                                     
## 306                                                                                     
## 307                                                                                     
## 308                                                                                     
## 309                                                                                     
## 310                                                                                     
## 311                                                                                     
## 312                                                                                     
## 313                                                                                     
## 314                                                                                     
## 315                                                                                     
## 316                                                                                     
## 317                                                                                     
## 318                                                                                     
## 319                                                                                     
## 320                                                                                     
## 321                                                                                     
## 322                                                                                     
## 323                                                                                     
## 324                                                                                     
## 325                                                                                     
## 326                                                                                     
## 327                                                                                     
## 328                                                                                     
## 329                                                                                     
## 330                                                                                     
## 331                                                                                     
## 332                                                                                     
## 333                                                                                     
## 334                                                                                     
## 335                                                                                     
## 336                                                                                     
## 337                                                                                     
## 338                                                                                     
## 339                                                                                     
## 340                                                                                     
## 341                                                                                     
## 342                                                                                     
## 343                                                                                     
## 344                                                                                     
## 345                                                                                     
## 346                                                                                     
## 347                                                                                     
## 348                                                                                     
## 349                                                                                     
## 350                                                                                     
## 351                                                                                     
## 352                                                                                     
## 353                                                                                     
## 354                                                                                     
## 355                                                                                     
## 356                                                                                     
## 357                                                                                     
## 358                                                                                     
## 359                                                                                     
## 360                                                                                     
## 361                                                                                     
## 362                                                                                     
## 363                                                                                     
## 364                                                                                     
## 365                                                                                     
## 366                                                                                     
## 367                                                                                     
## 368                                                                                     
## 369                                                                                     
## 370                                                                                     
## 371                                                                                     
## 372                                                                                     
## 373                                                                                     
## 374                                                                                     
## 375                                                                                     
## 376                                                                                     
## 377                                                                                     
## 378                                                                                     
## 379                                                                                     
## 380                                                                                     
## 381                                                                                     
## 382                                                                                     
## 383                                                                                     
## 384                                                                                     
## 385                                                                                     
## 386                                                                                     
## 387                                                                                     
## 388                                                                                     
## 389                                                                                     
## 390                                                                                     
## 391                                                                                     
## 392                                                                                     
## 393                                                                                     
## 394                                                                                     
## 395                                                                                     
## 396                                                                                     
## 397                                                                                     
## 398                                                                                     
## 399                                                                                     
## 400                                                                                     
## 401                                                                                     
## 402                                                                                     
## 403                                                                                     
## 404                                                                                     
## 405                                                                                     
## 406                                                                                     
## 407                                                                                     
## 408                                                                                     
## 409                                                                                     
## 410                                                                                     
## 411                                                                                     
## 412                                                                                     
## 413                                                                                     
## 414                                                                                     
## 415                                                                                     
## 416                                                                                     
## 417                                                                                     
## 418                                                                                     
## 419                                                                                     
## 420                                                                                     
## 421                                                                                     
## 422                                                                                     
## 423                                                                                     
## 424                                                                                     
## 425                                                                                     
## 426                                                                                     
## 427                                                                                     
## 428                                                                                     
## 429                                                                                     
## 430                                                                                     
## 431                                                                                     
## 432                                                                                     
## 433                                                                                     
## 434                                                                                     
## 435                                                                                     
## 436                                                                                     
## 437                                                                                     
## 438                                                                                     
## 439                                                                                     
## 440                                                                                     
## 441                                                                                     
## 442                                                                                     
## 443                                                                                     
## 444                                                                                     
## 445                                                                                     
## 446                                                                                     
## 447                                                                                     
## 448                                                                                     
## 449                                                                                     
## 450                                                                                     
## 451                                                                                     
## 452                                                                                     
## 453                                                                                     
## 454                                                                                     
## 455                                                                                     
## 456                                                                                     
## 457                                                                                     
## 458                                                                                     
## 459                                                                                     
## 460                                                                                     
## 461                                                                                     
## 462                                                                                     
## 463                                                                                     
## 464                                                                                     
## 465                                                                                     
## 466                                                                                     
## 467                                                                                     
## 468                                                                                     
## 469                                                                                     
## 470                                                                                     
## 471                                                                                     
## 472                                                                                     
## 473                                                                                     
## 474                                                                                     
## 475                                                                                     
## 476                                                                                     
## 477                                                                                     
## 478                                                                                     
## 479                                                                                     
## 480                                                                                     
## 481                                                                                     
## 482                                                                                     
## 483                                                                                     
## 484                                                                                     
## 485                                                                                     
## 486                                                                                     
## 487                                                                                     
## 488                                                                                     
## 489                                                                                     
## 490                                                                                     
## 491                                                                                     
## 492                                                                                     
## 493                                                                                     
## 494                                                                                     
## 495                                                                                     
## 496                                                                                     
## 497                                                                                     
## 498                                                                                     
## 499                                                                                     
## 500                                                                                     
## 501                                                                                     
## 502                                                                                     
## 503                                                                                     
## 504                                                                                     
## 505                                                                                     
## 506                                                                                     
## 507                                                                                     
## 508                                                                                     
## 509                                                                                     
## 510                                                                                     
## 511                                                                                     
## 512                                                                                     
## 513                                                                                     
## 514                                                                                     
## 515                                                                                     
## 516                                                                                     
## 517                                                                                     
## 518                                                                                     
## 519                                                                                     
## 520                                                                                     
## 521                                                                                     
## 522                                                                                     
## 523                                                                                     
## 524                                                                                     
## 525                                                                                     
## 526                                                                                     
## 527                                                                                     
## 528                                                                                     
## 529                                                                                     
## 530                                                                                     
## 531                                                                                     
## 532                                                                                     
## 533                                                                                     
## 534                                                                                     
## 535                                                                                     
## 536                                                                                     
## 537                                                                                     
## 538                                                                                     
## 539                                                                                     
## 540                                                                                     
## 541                                                                                     
## 542                                                                                     
## 543                                                                                     
## 544                                                                                     
## 545                                                                                     
## 546                                                                                     
## 547                                                                                     
## 548                                                                                     
## 549                                                                                     
## 550                                                                                     
## 551                                                                                     
## 552                                                                                     
## 553                                                                                     
## 554                                                                                     
## 555                                                                                     
## 556                                                                                     
## 557                                                                                     
## 558                                                                                     
## 559                                                                                     
## 560                                                                                     
## 561                                                                                     
## 562                                                                                     
## 563                                                                                     
## 564                                                                                     
## 565                                                                                     
## 566                                                                                     
## 567                                                                                     
## 568                                                                                     
## 569                                                                                     
## 570                                                                                     
## 571                                                                                     
## 572                                                                                     
## 573                                                                                     
## 574                                                                                     
## 575                                                                                     
## 576                                                                                     
## 577                                                                                     
## 578                                                                                     
## 579                                                                                     
## 580                                                                                     
## 581                                                                                     
## 582                                                                                     
## 583                                                                                     
## 584                                                                                     
## 585                                                                                     
## 586                                                                                     
## 587                                                                                     
## 588                                                                                     
## 589                                                                                     
## 590                                                                                     
## 591                                                                                     
## 592                                                                                     
## 593                                                                                     
## 594                                                                                     
## 595                                                                                     
## 596                                                                                     
## 597                                                                                     
## 598                                                                                     
## 599                                                                                     
## 600                                                                                     
## 601                                                                                     
## 602                                                                                     
## 603                                                                                     
## 604                                                                                     
## 605                                                                                     
## 606                                                                                     
## 607                                                                                     
## 608                                                                                     
## 609                                                                                     
## 610                                                                                     
## 611                                                                                     
## 612                                                                                     
## 613                                                                                     
## 614                                                                                     
## 615                                                                                     
## 616                                                                                     
## 617                                                                                     
## 618                                                                                     
## 619                                                                                     
## 620                                                                                     
## 621                                                                                     
## 622                                                                                     
## 623                                                                                     
## 624                                                                                     
## 625                                                                                     
## 626                                                                                     
## 627                                                                                     
## 628                                                                                     
## 629                                                                                     
## 630                                                                                     
## 631                                                                                     
## 632                                                                                     
## 633                                                                                     
## 634                                                                                     
## 635                                                                                     
## 636                                                                                     
## 637                                                                                     
## 638                                                                                     
## 639                                                                                     
## 640                                                                                     
## 641                                                                                     
## 642                                                                                     
## 643                                                                                     
## 644                                                                                     
## 645                                                                                     
## 646                                                                                     
## 647                                                                                     
## 648                                                                                     
## 649                                                                                     
## 650                                                                                     
## 651                                                                                     
## 652                                                                                     
## 653                                                                                     
## 654                                                                                     
## 655                                                                                     
## 656                                                                                     
## 657                                                                                     
## 658                                                                                     
## 659                                                                                     
## 660                                                                                     
## 661                                                                                     
## 662                                                                                     
## 663                                                                                     
## 664                                                                                     
## 665                                                                                     
## 666                                                                                     
## 667                                                                                     
## 668                                                                                     
## 669                                                                                     
## 670                                                                                     
## 671                                                                                     
## 672                                                                                     
## 673                                                                                     
## 674                                                                                     
## 675                                                                                     
## 676                                                                                     
## 677                                                                                     
## 678                                                                                     
## 679                                                                                     
## 680                                                                                     
## 681                                                                                     
## 682                                                                                     
## 683                                                                                     
## 684                                                                                     
## 685                                                                                     
## 686                                                                                     
## 687                                                                                     
## 688                                                                                     
## 689                                                                                     
## 690                                                                                     
## 691                                                                                     
## 692                                                                                     
## 693                                                                                     
## 694                                                                                     
## 695                                                                                     
## 696                                                                                     
## 697                                                                                     
## 698                                                                                     
## 699                                                                                     
## 700                                                                                     
## 701                                                                                     
## 702                                                                                     
## 703                                                                                     
## 704                                                                                     
## 705                                                                                     
## 706                                                                                     
## 707                                                                                     
## 708                                                                                     
## 709                                                                                     
## 710                                                                                     
## 711                                                                                     
## 712                                                                                     
## 713                                                                                     
## 714                                                                                     
## 715                                                                                     
## 716                                                                                     
## 717                                                                                     
## 718                                                                                     
## 719                                                                                     
## 720                                                                                     
## 721                                                                                     
## 722                                                                                     
## 723                                                                                     
## 724                                                                                     
## 725                                                                                     
## 726                                                                                     
## 727                                                                                     
## 728                                                                                     
## 729                                                                                     
## 730                                                                                     
## 731                                                                                     
## 732                                                                                     
## 733                                                                                     
## 734                                                                                     
## 735                                                                                     
## 736                                                                                     
## 737                                                                                     
## 738                                                                                     
## 739                                                                                     
## 740                                                                                     
## 741                                                                                     
## 742                                                                                     
## 743                                                                                     
## 744                                                                                     
## 745                                                                                     
## 746                                                                                     
## 747                                                                                     
## 748                                                                                     
## 749                                                                                     
## 750                                                                                     
## 751                                                                                     
## 752                                                                                     
## 753                                                                                     
## 754                                                                                     
## 755                                                                                     
## 756                                                                                     
## 757                                                                                     
## 758                                                                                     
## 759                                                                                     
## 760                                                                                     
## 761                                                                                     
## 762                                                                                     
## 763                                                                                     
## 764                                                                                     
## 765                                                                                     
## 766                                                                                     
## 767                                                                                     
## 768                                                                                     
## 769                                                                                     
## 770                                                                                     
## 771                                                                                     
## 772                                                                                     
## 773                                                                                     
## 774                                                                                     
## 775                                                                                     
## 776                                                                                     
## 777                                                                                     
## 778                                                                                     
## 779                                                                                     
## 780                                                                                     
## 781                                                                                     
## 782                                                                                     
## 783                                                                                     
## 784                                                                                     
## 785                                                                                     
## 786                                                                                     
## 787                                                                                     
## 788                                                                                     
## 789                                                                                     
## 790                                                                                     
## 791                                                                                     
## 792                                                                                     
## 793                                                                                     
## 794                                                                                     
## 795                                                                                     
## 796                                                                                     
## 797                                                                                     
## 798                                                                                     
## 799                                                                                     
## 800                                                                                     
## 801                                                                                     
## 802                                                                                     
## 803                                                                                     
## 804                                                                                     
## 805                                                                                     
## 806                                                                                     
## 807                                                                                     
## 808                                                                                     
## 809                                                                                     
## 810                                                                                     
## 811                                                                                     
## 812                                                                                     
## 813                                                                                     
## 814                                                                                     
## 815                                                                                     
## 816                                                                                     
## 817                                                                                     
## 818                                                                                     
## 819                                                                                     
## 820                                                                                     
## 821                                                                                     
## 822                                                                                     
## 823                                                                                     
## 824                                                                                     
## 825                                                                                     
## 826                                                                                     
## 827                                                                                     
## 828                                                                                     
## 829                                                                                     
## 830                                                                                     
## 831                                                                                     
## 832                                                                                     
## 833                                                                                     
## 834                                                                                     
## 835                                                                                     
## 836                                                                                     
## 837                                                                                     
## 838                                                                                     
## 839                                                                                     
## 840                                                                                     
## 841                                                                                     
## 842                                                                                     
## 843                                                                                     
## 844                                                                                     
## 845                                                                                     
## 846                                                                                     
## 847                                                                                     
## 848                                                                                     
## 849                                                                                     
## 850                                                                                     
## 851                                                                                     
## 852                                                                                     
## 853                                                                                     
## 854                                                                                     
## 855                                                                                     
## 856                                                                                     
## 857                                                                                     
## 858                                                                                     
## 859                                                                                     
## 860                                                                                     
## 861                                                                                     
## 862                                                                                     
## 863                                                                                     
## 864                                                                                     
## 865                                                                                     
## 866                                                                                     
## 867                                                                                     
## 868                                                                                     
## 869                                                                                     
## 870                                                                                     
## 871                                                                                     
## 872                                                                                     
## 873                                                                                     
## 874                                                                                     
## 875                                                                                     
## 876                                                                                     
## 877                                                                                     
## 878                                                                                     
## 879                                                                                     
## 880                                                                                     
## 881                                                                                     
## 882                                                                                     
## 883                                                                                     
## 884                                                                                     
## 885                                                                                     
## 886                                                                                     
## 887                                                                                     
## 888                                                                                     
## 889                                                                                     
## 890                                                                                     
## 891                                                                                     
## 892                                                                                     
## 893                                                                                     
## 894                                                                                     
## 895                                                                                     
## 896                                                                                     
## 897                                                                                     
## 898                                                                                     
## 899                                                                                     
## 900                                                                                     
## 901                                                                                     
## 902                                                                                     
## 903                                                                                     
## 904                                                                                     
## 905                                                                                     
## 906                                                                                     
## 907                                                                                     
## 908                                                                                     
## 909                                                                                     
## 910                                                                                     
## 911                                                                                     
## 912                                                                                     
## 913                                                                                     
## 914                                                                                     
## 915                                                                                     
## 916                                                                                     
## 917                                                                                     
## 918                                                                                     
## 919                                                                                     
## 920                                                                                     
## 921                                                                                     
## 922                                                                                     
## 923                                                                                     
## 924                                                                                     
## 925                                                                                     
## 926                                                                                     
## 927                                                                                     
## 928                                                                                     
## 929                                                                                     
## 930                                                                                     
## 931                                                                                     
## 932                                                                                     
## 933                                                                                     
## 934                                                                                     
## 935                                                                                     
## 936                                                                                     
## 937                                                                                     
## 938                                                                                     
## 939                                                                                     
## 940                                                                                     
## 941                                                                                     
## 942                                                                                     
## 943                                                                                     
## 944                                                                                     
## 945                                                                                     
## 946                                                                                     
## 947                                                                                     
## 948                                                                                     
## 949                                                                                     
## 950                                                                                     
## 951                                                                                     
## 952                                                                                     
## 953                                                                                     
## 954                                                                                     
## 955                                                                                     
## 956                                                                                     
## 957                                                                                     
## 958                                                                                     
## 959                                                                                     
## 960                                                                                     
## 961                                                                                     
## 962                                                                                     
## 963                                                                                     
## 964                                                                                     
## 965                                                                                     
## 966                                                                                     
## 967                                                                                     
## 968                                                                                     
## 969                                                                                     
## 970                                                                                     
## 971                                                                                     
## 972                                                                                     
## 973                                                                                     
## 974                                                                                     
## 975                                                                                     
## 976                                                                                     
## 977                                                                                     
## 978                                                                                     
## 979                                                                                     
## 980                                                                                     
## 981                                                                                     
## 982                                                                                     
## 983                                                                                     
## 984                                                                                     
## 985                                                                                     
## 986                                                                                     
## 987                                                                                     
## 988                                                                                     
## 989                                                                                     
## 990                                                                                     
## 991                                                                                     
## 992                                                                                     
## 993                                                                                     
## 994                                                                                     
## 995                                                                                     
## 996                                                                                     
## 997                                                                                     
## 998                                                                                     
## 999                                                                                     
## 1000                                                                                    
## 1001                                                                                    
## 1002                                                                                    
## 1003                                                                                    
## 1004                                                                                    
## 1005                                                                                    
## 1006                                                                                    
## 1007                                                                                    
## 1008                                                                                    
## 1009                                                                                    
## 1010                                                                                    
## 1011                                                                                    
## 1012                                                                                    
## 1013                                                                                    
## 1014                                                                                    
## 1015                                                                                    
## 1016                                                                                    
## 1017                                                                                    
## 1018                                                                                    
## 1019                                                                                    
## 1020                                                                                    
## 1021                                                                                    
## 1022                                                                                    
## 1023                                                                                    
## 1024                                                                                    
## 1025                                                                                    
## 1026                                                                                    
## 1027                                                                                    
## 1028                                                                                    
## 1029                                                                                    
## 1030                                                                                    
## 1031                                                                                    
## 1032                                                                                    
## 1033                                                                                    
## 1034                                                                                    
## 1035                                                                                    
## 1036                                                                                    
## 1037                                                                                    
## 1038                                                                                    
## 1039                                                                                    
## 1040                                                                                    
## 1041                                                                                    
## 1042                                                                                    
## 1043                                                                                    
## 1044                                                                                    
## 1045                                                                                    
## 1046                                                                                    
## 1047                                                                                    
## 1048                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1049                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1050                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1051                                                                                    
## 1052                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1053                                                                                    
## 1054                                                                                    
## 1055                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1056                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1057                                                                                    
## 1058                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1059                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1060                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1061                                                                                    
## 1062                                                                                    
## 1063                                                                                    
## 1064                                                                                    
## 1065                                                                                    
## 1066                                                                                    
## 1067                                                                                    
## 1068                                                                                    
## 1069                                                                                    
## 1070                                                                                    
## 1071                                                                                    
## 1072                                                                                    
## 1073                                                                                    
## 1074                                                                                    
## 1075                                                                                    
## 1076                                                                                    
## 1077                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1078                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1079                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1080                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1081                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1082                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1083                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1084                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1085                                                                                    
## 1086                                                                                    
## 1087                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1088                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1089                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1090                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1091                                                                                    
## 1092                                                                                    
## 1093                                                                                    
## 1094                                                                                    
## 1095                                                                                    
## 1096                                                                                    
## 1097                                                                                    
## 1098                                                                                    
## 1099                                                                                    
## 1100                                                                                    
## 1101                                                                                    
## 1102                                                                                    
## 1103                                                                                    
## 1104                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1105                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1106                                                                                    
## 1107                                                                                    
## 1108                                                                                    
## 1109                                                                                    
## 1110                                                                                    
## 1111                                                                                    
## 1112                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1113                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1114                                                                                    
## 1115                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1116                                                                                    
## 1117                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1118                                                                                    
## 1119                                                                                    
## 1120                                                                                    
## 1121                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1122                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1123                                                                                    
## 1124                                                                                    
## 1125 http://www.who.int/entity/emergencies/mers-cov/MERS-CoV-cases-rok-30Jun15.xlsx?ua=1
## 1126                                                                                    
## 1127                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1128                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1129                 http://www.eurosurveillance.org/images/dynamic/EE/V20N25/Yi-tab.png
## 1130                                                                                    
## 1131                                                                                    
## 1132                                                                                    
## 1133                                                                                    
## 1134                                                                                    
## 1135                                                                                    
## 1136                                                                                    
## 1137                                                                                    
## 1138                                                                                    
## 1139                                                                                    
## 1140                                                                                    
## 1141                                                                                    
## 1142                                                                                    
## 1143                                                                                    
## 1144                                                                                    
## 1145                                                                                    
## 1146                                                                                    
## 1147                                                                                    
## 1148                                                                                    
## 1149                                                                                    
## 1150                                                                                    
## 1151                                                                                    
## 1152                                                                                    
## 1153                                                                                    
## 1154                                                                                    
## 1155                                                                                    
## 1156                                                                                    
## 1157                                                                                    
## 1158                                                                                    
## 1159                                                                                    
## 1160                                                                                    
## 1161                                                                                    
## 1162                                                                                    
## 1163                                                                                    
## 1164                                                                                    
## 1165                                                                                    
## 1166                                                                                    
## 1167                                                                                    
## 1168                                                                                    
## 1169                                                                                    
## 1170                                                                                    
## 1171                                                                                    
## 1172                                                                                    
## 1173                                                                                    
## 1174                                                                                    
## 1175                                                                                    
## 1176                                                                                    
## 1177                                                                                    
## 1178                                                                                    
## 1179                                                                                    
## 1180                                                                                    
## 1181                                                                                    
## 1182                                                                                    
## 1183                                                                                    
## 1184                                                                                    
## 1185                                                                                    
## 1186                                                                                    
## 1187                                                                                    
## 1188                                                                                    
## 1189                                                                                    
## 1190                                                                                    
## 1191                                                                                    
## 1192                                                                                    
## 1193                                                                                    
## 1194                                                                                    
## 1195                                                                                    
## 1196                                                                                    
## 1197                                                                                    
## 1198                                                                                    
## 1199                                                                                    
## 1200                                                                                    
## 1201                                                                                    
## 1202                                                                                    
## 1203                                                                                    
## 1204                                                                                    
## 1205                                                                                    
## 1206                                                                                    
## 1207                                                                                    
## 1208                                                                                    
## 1209                                                                                    
## 1210                                                                                    
## 1211                                                                                    
## 1212                                                                                    
## 1213                                                                                    
## 1214                                                                                    
## 1215                                                                                    
## 1216                                                                                    
## 1217                                                                                    
## 1218                                                                                    
## 1219                                                                                    
## 1220                                                                                    
## 1221                                                                                    
## 1222                                                                                    
## 1223                                                                                    
## 1224                                                                                    
## 1225                                                                                    
## 1226                                                                                    
## 1227                                                                                    
## 1228                                                                                    
## 1229                                                                                    
## 1230                                                                                    
## 1231                                                                                    
## 1232                                                                                    
## 1233                                                                                    
## 1234                                                                                    
## 1235                                                                                    
## 1236                                                                                    
## 1237                                                                                    
## 1238                                                                                    
## 1239                                                                                    
## 1240                                                                                    
## 1241                                                                                    
## 1242                                                                                    
## 1243                                                                                    
## 1244                                                                                    
## 1245                                                                                    
## 1246                                                                                    
## 1247                                                                                    
## 1248                                                                                    
## 1249                                                                                    
## 1250                                                                                    
## 1251                                                                                    
## 1252                                                                                    
## 1253                                                                                    
## 1254                                                                                    
## 1255                           http://www.who.int/csr/don/10-july-2015-mers-thailand/en/
## 1256                                                                                    
## 1257                                                                                    
## 1258                                                                                    
## 1259                                                                                    
## 1260                                                                                    
## 1261                                                                                    
## 1262                                                                                    
## 1263                                                                                    
## 1264                                                                                    
## 1265                                                                                    
## 1266                                                                                    
## 1267                                                                                    
## 1268                                                                                    
## 1269                                                                                    
## 1270                                                                                    
## 1271                                                                                    
## 1272                                                                                    
## 1273                                                                                    
## 1274                                                                                    
## 1275                                                                                    
## 1276                                                                                    
## 1277                                                                                    
## 1278                                                                                    
## 1279                                                                                    
## 1280                                                                                    
## 1281                                                                                    
## 1282                                                                                    
## 1283                                                                                    
## 1284                                                                                    
## 1285                                                                                    
## 1286                                                                                    
## 1287                                                                                    
## 1288                                                                                    
## 1289                                                                                    
## 1290                                                                                    
## 1291                                                                                    
## 1292                                                                                    
## 1293                                                                                    
## 1294                                                                                    
## 1295                                                                                    
## 1296                                                                                    
## 1297                                                                                    
## 1298                                                                                    
## 1299                                                                                    
## 1300                                                                                    
## 1301                                                                                    
## 1302                                                                                    
## 1303                                                                                    
## 1304                                                                                    
## 1305                                                                                    
## 1306                                                                                    
## 1307                                                                                    
## 1308                                                                                    
## 1309                                                                                    
## 1310                                                                                    
## 1311                                                                                    
## 1312                                                                                    
## 1313                                                                                    
## 1314                                                                                    
## 1315                                                                                    
## 1316                                                                                    
## 1317                                                                                    
## 1318                                                                                    
## 1319                                                                                    
## 1320                                                                                    
## 1321                                                                                    
## 1322                                                                                    
## 1323                                                                                    
## 1324                                                                                    
## 1325                                                                                    
## 1326                                                                                    
## 1327                                                                                    
## 1328                                                                                    
## 1329                                                                                    
## 1330                                                                                    
## 1331                                                                                    
## 1332                                                                                    
## 1333                                                                                    
## 1334                                                                                    
## 1335                                                                                    
## 1336                                                                                    
## 1337                                                                                    
## 1338                                                                                    
## 1339                                                                                    
## 1340                                                                                    
## 1341                                                                                    
## 1342                                                                                    
## 1343                                                                                    
## 1344                                                                                    
## 1345                                                                                    
## 1346                                                                                    
## 1347                                                                                    
## 1348                                         http://promedmail.org/direct.php?id=3587349
## 1349                                         http://promedmail.org/direct.php?id=3587349
## 1350                                         http://promedmail.org/direct.php?id=3587349
## 1351                                         http://promedmail.org/direct.php?id=3587349
## 1352                                         http://promedmail.org/direct.php?id=3587349
## 1353                                         http://promedmail.org/direct.php?id=3587349
## 1354                                         http://promedmail.org/direct.php?id=3587349
## 1355                                         http://promedmail.org/direct.php?id=3587349
## 1356                                         http://promedmail.org/direct.php?id=3587349
## 1357                                         http://promedmail.org/direct.php?id=3587349
## 1358                                                                                    
## 1359                                                                                    
## 1360                                                                                    
## 1361                                                                                    
## 1362                                                                                    
## 1363                                                                                    
## 1364                                                                                    
## 1365                                                                                    
## 1366                                                                                    
## 1367                                                                                    
## 1368                                                                                    
## 1369                                                                                    
## 1370                                                                                    
## 1371                                                                                    
## 1372                                                                                    
## 1373                                                                                    
## 1374                                                                                    
## 1375                                                                                    
## 1376                                                                                    
## 1377                                                                                    
## 1378                                                                                    
## 1379                                                                                    
## 1380                                                                                    
## 1381                                                                                    
## 1382                                                                                    
## 1383                                                                                    
## 1384                                                                                    
## 1385                                                                                    
## 1386                                                                                    
## 1387                                                                                    
## 1388                                                                                    
## 1389                                                                                    
## 1390                                                                                    
## 1391                                                                                    
## 1392                                                                                    
## 1393                                                                                    
## 1394                                                                                    
## 1395                                                                                    
## 1396                                                                                    
## 1397                                                                                    
## 1398                                                                                    
## 1399                                                                                    
## 1400                                                                                    
## 1401                                                                                    
## 1402                                                                                    
## 1403                                                                                    
## 1404                    http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1405                                                                                    
## 1406                                                                                    
## 1407                                                                                    
## 1408                                                                                    
## 1409                                                                                    
## 1410                                                                                    
## 1411                                                                                    
## 1412                                                                                    
## 1413                                                                                    
## 1414                                                                                    
## 1415                                                                                    
## 1416                                                                                    
## 1417                                                                                    
## 1418                                                                                    
## 1419                                                                                    
## 1420                                                                                    
## 1421                                                                                    
## 1422                                                                                    
## 1423                                                                                    
## 1424                                                                                    
## 1425                                                                                    
## 1426                                                                                    
## 1427                                                                                    
## 1428                                                                                    
## 1429                                                                                    
## 1430                                                                                    
## 1431                                                                                    
## 1432                                                                                    
## 1433                                                                                    
## 1434                                                                                    
## 1435                                                                                    
## 1436                                                                                    
## 1437                                                                                    
## 1438                                                                                    
## 1439                                                                                    
## 1440                                                                                    
## 1441                                                                                    
## 1442                                                                                    
## 1443                                                                                    
## 1444                                                                                    
## 1445                                                                                    
## 1446                                                                                    
## 1447                                                                                    
## 1448                                                                                    
## 1449                                                                                    
## 1450                                                                                    
## 1451                                                                                    
## 1452                                                                                    
## 1453                                                                                    
## 1454                                                                                    
## 1455                                                                                    
## 1456                                                                                    
## 1457                                                                                    
## 1458                                                                                    
## 1459                                                                                    
## 1460                                                                                    
## 1461                                                                                    
## 1462                                                                                    
## 1463                                                                                    
## 1464                                                                                    
## 1465                                                                                    
## 1466                                                                                    
## 1467                                                                                    
## 1468                                                                                    
## 1469                                                                                    
## 1470                                                                                    
## 1471                                                                                    
## 1472                                                                                    
## 1473                                                                                    
## 1474                                                                                    
## 1475                                                                                    
## 1476                                                                                    
## 1477                                                                                    
## 1478                                                                                    
## 1479                                                                                    
## 1480                                                                                    
## 1481                                                                                    
## 1482                                                                                    
## 1483                                                                                    
## 1484                                                                                    
## 1485                                                                                    
## 1486                                                                                    
## 1487                                                                                    
## 1488                                                                                    
## 1489                                                                                    
## 1490                                                                                    
## 1491                                                                                    
## 1492                                                                                    
## 1493                                                                                    
## 1494                                                                                    
## 1495                                                                                    
## 1496                                                                                    
## 1497                                                                                    
## 1498                                                                                    
## 1499                                                                                    
## 1500                                                                                    
## 1501                                                                                    
## 1502                                                                                    
## 1503                                                                                    
## 1504                                                                                    
## 1505                                                                                    
## 1506                                                                                    
## 1507                                                                                    
## 1508                                                                                    
## 1509                                                                                    
## 1510                                                                                    
## 1511                                                                                    
## 1512                                                                                    
## 1513                                                                                    
## 1514                                                                                    
## 1515                                                                                    
## 1516                                                                                    
## 1517                                                                                    
## 1518                                                                                    
## 1519                                                                                    
## 1520                                                                                    
## 1521                                                                                    
## 1522                                                                                    
## 1523                                                                                    
## 1524                                                                                    
## 1525                                                                                    
## 1526                                                                                    
## 1527                                                                                    
## 1528                                                                                    
## 1529                                                                                    
## 1530                                                                                    
## 1531                                                                                    
## 1532                                                                                    
## 1533                                                                                    
## 1534                                                                                    
## 1535                                                                                    
## 1536                                                                                    
## 1537                                                                                    
## 1538                                                                                    
## 1539                                                                                    
## 1540                                                                                    
## 1541                                                                                    
## 1542                                                                                    
## 1543                                                                                    
## 1544                                                                                    
## 1545                                                                                    
## 1546                                                                                    
## 1547                                                                                    
## 1548                                                                                    
## 1549                                                                                    
## 1550                                                                                    
## 1551                                                                                    
## 1552                                                                                    
## 1553                                                                                    
## 1554                                                                                    
## 1555                                                                                    
## 1556                                                                                    
## 1557                                                                                    
## 1558                                                                                    
## 1559                                                                                    
## 1560                                                                                    
## 1561                                                                                    
## 1562                                                                                    
## 1563                                                                                    
## 1564                                                                                    
## 1565                                                                                    
## 1566                                                                                    
## 1567                                                                                    
## 1568                                                                                    
## 1569                                                                                    
## 1570                                                                                    
## 1571                                                                                    
## 1572                                                                                    
## 1573                                                                                    
## 1574                                                                                    
## 1575                                                                                    
## 1576                                                                                    
## 1577                                                                                    
## 1578                                                                                    
## 1579                                                                                    
## 1580                                                                                    
## 1581                                                                                    
## 1582                                                                                    
## 1583                                                                                    
## 1584                                                                                    
## 1585                                                                                    
## 1586                                                                                    
## 1587                                                                                    
## 1588                                                                                    
## 1589                                                                                    
## 1590                                                                                    
## 1591                                                                                    
## 1592                                                                                    
## 1593                                                                                    
## 1594                                                                                    
## 1595                                                                                    
## 1596                                                                                    
## 1597                                                                                    
## 1598                                                                                    
## 1599                                                                                    
## 1600                                                                                    
## 1601                                                                                    
## 1602                                                                                    
## 1603                                                                                    
## 1604                                                                                    
## 1605                                                                                    
## 1606                                                                                    
## 1607                                                                                    
## 1608                                                                                    
## 1609                                                                                    
## 1610                                                                                    
## 1611                                                                                    
## 1612                                                                                    
## 1613                                                                                    
## 1614                                                                                    
## 1615                                                                                    
## 1616                                                                                    
## 1617                                                                                    
## 1618                                                                                    
## 1619                                                                                    
## 1620                                                                                    
## 1621                                                                                    
## 1622                                                                                    
## 1623                                                                                    
## 1624                                                                                    
## 1625                                                                                    
## 1626                                                                                    
## 1627                                                                                    
## 1628                                                                                    
## 1629                                                                                    
## 1630                                                                                    
## 1631                                                                                    
## 1632                                                                                    
## 1633                                                                                    
## 1634                                                                                    
## 1635                                                                                    
## 1636                                                                                    
## 1637                                                                                    
## 1638                                                                                    
## 1639                                                                                    
## 1640                                                                                    
## 1641                                                                                    
## 1642                                                                                    
## 1643                                                                                    
## 1644                                                                                    
## 1645                                                                                    
## 1646                                                                                    
## 1647                                                                                    
## 1648                                                                                    
## 1649                                                                                    
## 1650                                                                                    
## 1651                                                                                    
## 1652                                                                                    
## 1653                                                                                    
## 1654                                                                                    
## 1655                                                                                    
## 1656                                                                                    
## 1657                                                                                    
## 1658                                                                                    
## 1659                                                                                    
## 1660                                                                                    
## 1661                                                                                    
## 1662                                                                                    
## 1663                                                                                    
## 1664                                                                                    
## 1665                                                                                    
## 1666                                                                                    
## 1667                                                                                    
## 1668                                                                                    
## 1669                                                                                    
## 1670                                                                                    
## 1671                                                                                    
## 1672                                                                                    
## 1673                                                                                    
## 1674                                                                                    
## 1675                                                                                    
## 1676                                                                                    
## 1677                                                                                    
## 1678                                                                                    
## 1679                                                                                    
## 1680                                                                                    
## 1681                                                                                    
## 1682                                                                                    
## 1683                                                                                    
## 1684                                                                                    
## 1685                                                                                    
## 1686                                                                                    
## 1687                                                                                    
## 1688                                                                                    
## 1689                                                                                    
## 1690                                                                                    
## 1691                                                                                    
## 1692                                                                                    
## 1693                                                                                    
## 1694                                                                                    
## 1695                                                                                    
## 1696                                                                                    
## 1697                                                                                    
## 1698                                                                                    
## 1699                                                                                    
## 1700                                                                                    
## 1701                                                                                    
## 1702                                                                                    
## 1703                                                                                    
## 1704                                                                                    
## 1705                                                                                    
## 1706                                                                                    
## 1707                                                                                    
## 1708                                                                                    
## 1709                                                                                    
## 1710                                                                                    
## 1711                                                                                    
## 1712                                                                                    
## 1713                                                                                    
## 1714                                                                                    
## 1715                                                                                    
## 1716                                                                                    
## 1717                                                                                    
## 1718                                                                                    
## 1719                                                                                    
## 1720                                                                                    
## 1721                                                                                    
## 1722                                                                                    
## 1723                                                                                    
## 1724                                                                                    
## 1725                                                                                    
## 1726                                                                                    
## 1727                                                                                    
## 1728                                                                                    
## 1729                                                                                    
## 1730                                                                                    
## 1731                                                                                    
## 1732                                                                                    
## 1733                                                                                    
## 1734                                                                                    
## 1735                                                                                    
## 1736                                                                                    
## 1737                                                                                    
## 1738                                                                                    
## 1739                                                                                    
## 1740                                                                                    
## 1741                                                                                    
##                        sequence accession       patient
## 1                                                     1
## 2                                                     2
## 3                Jordan-N3_2012  KC776174             3
## 4                                                     4
## 5                                                     5
## 6                                                     6
## 7                                                     7
## 8                                                     8
## 9                                                     9
## 10                                                   10
## 11                                                   11
## 12                                                   12
## 13                                                   13
## 14                     EMC_2012  JX869059              
## 15           England-Qatar_2012  KC667074              
## 16                Riyadh_1_2012  KF600612              
## 17                                                     
## 18                                                    1
## 19                                                    4
## 20              Riyadh_2_2012 ?  KF600652             2
## 21                                                    3
## 22            England2-HPA_2013                        
## 23                                                     
## 24                                                     
## 25                Riyadh_3_2013  KF600613              
## 26                                                     
## 27                                                    1
## 28                Riyadh_4_2013                       2
## 29                                                    3
## 30                  Munich_2013  KF192507              
## 31                                                    A
## 32                                                    B
## 33                                                    C
## 34                                                    D
## 35                                                    E
## 36                                                    F
## 37                                                    G
## 38                                                    H
## 39                                                    I
## 40                                                    J
## 41                                                    K
## 42                                                    L
## 43                                                    M
## 44                                                    N
## 45                                                    O
## 46                                                    P
## 47                                                    Q
## 48                                                    R
## 49                                                    S
## 50                                                    T
## 51                                                    U
## 52                                                    V
## 53                                                    W
## 54                                                    X
## 55                                                    Y
## 56                France_1_2013  KF745068             1
## 57                                                    2
## 58           Tunisia-Qatar_2013                        
## 59                                                     
## 60                                                     
## 61              Buraidah_1_2013  KF600630              
## 62                                                     
## 63                                                     
## 64                                                     
## 65                                                     
## 66                                                     
## 67                                                     
## 68         Hafr-Al-Batin_1_2013  KF600628             1
## 69                                                     
## 70                                                    1
## 71                                                    2
## 72                                                    3
## 73                                                     
## 74              Al-Hasa_21_2013                        
## 75                                                     
## 76                  Taif_1_2013                        
## 77                  Taif_2_2013                        
## 78       Wadi-Ad-Dawasir_1_2013                        
## 79                                                     
## 80                                                     
## 81                                                     
## 82                                                     
## 83                  Taif_3_2013                        
## 84                                                     
## 85                  Taif_4_2013                        
## 86                                                     
## 87                                                     
## 88         Hafr-Al-Batin_3_2013      <NA>              
## 89                                                     
## 90                                                     
## 91                                                     
## 92                                                     
## 93                                                     
## 94                                                     
## 95                Riyadh_6_2013                        
## 96                Riyadh_5_2013                        
## 97                                                    2
## 98                  Asir_1_2013                        
## 99                                                     
## 100                                                    
## 101                                                    
## 102                                                    
## 103                                                    
## 104                                                    
## 105                                                    
## 106               Riyadh_8_2013                        
## 107                                                    
## 108                                                    
## 109                                                    
## 110                                                    
## 111                                                    
## 112              Riyadh_13_2013                        
## 113              Riyadh_12_2013                        
## 114                                                    
## 115                                                    
## 116              Riyadh_14_2013                        
## 117                 Asir_2_2013                        
## 118                                                    
## 119                                                    
## 120                                                    
## 121                                                    
## 122                                                    
## 123                                                   3
## 124                                                   6
## 125                                                   7
## 126        Hafr-Al-Batin_4_2013                       5
## 127              Riyadh_15_2013                        
## 128                                                    
## 129              Riyadh_17_2013                        
## 130                                                    
## 131        Hafr-Al-Batin_5_2013                       4
## 132        Hafr-Al-Batin_6_2013                       8
## 133                                                  11
## 134                                                  10
## 135                                                    
## 136                                                    
## 137        Hafr-Al-Batin_2_2013                      12
## 138              Riyadh_10_2013                        
## 139                                                    
## 140                                                    
## 141                                                    
## 142                                                    
## 143                                                    
## 144                                                    
## 145                                                    
## 146                                                   9
## 147                                                    
## 148                                                    
## 149                                                    
## 150              Madinah_3_2013                        
## 151                                                    
## 152                                                    
## 153                                                    
## 154                                                    
## 155                                                    
## 156                                                    
## 157                                                    
## 158                                                    
## 159                                                    
## 160                     Qatar-3                 Qatar-3
## 161                                                    
## 162                                                    
## 163                                                    
## 164                                                    
## 165                                                    
## 166                     Qatar-4                 Qatar-4
## 167                                                    
## 168                                                    
## 169                                                    
## 170                                                    
## 171               Jeddah_1_2013           Jeddah_1_2013
## 172                                                    
## 173                                                    
## 174                                                    
## 175                                                    
## 176                                                    
## 177                                                    
## 178                                                    
## 179                                                    
## 180                                                    
## 181                                                    
## 182                                                    
## 183                                                    
## 184                                                    
## 185                                                    
## 186                                                    
## 187                                                    
## 188                                                    
## 189                                                    
## 190                                                    
## 191                                                    
## 192                                                    
## 193                                                    
## 194                                                    
## 195                                                    
## 196                                                    
## 197                                                    
## 198                                                    
## 199                                                    
## 200                                                    
## 201                                                    
## 202                                                    
## 203                                                    
## 204                                                    
## 205                                                    
## 206                                                    
## 207                                                    
## 208                                                    
## 209                                                    
## 210                                                    
## 211                                                    
## 212                                                    
## 213                                                    
## 214                                                    
## 215                                                    
## 216                                                    
## 217                                                    
## 218                                                    
## 219                                                    
## 220                                                    
## 221                                                    
## 222                                                    
## 223                                                    
## 224                                                    
## 225                                                    
## 226                                                    
## 227                                                    
## 228                                                    
## 229                                                    
## 230                                                    
## 231                                                    
## 232                                                    
## 233                                                    
## 234                                                    
## 235                                                    
## 236                                                    
## 237                                                    
## 238                                                    
## 239                                                    
## 240                                                    
## 241                                                    
## 242                                                    
## 243                                                    
## 244                                                    
## 245                                                    
## 246                                                    
## 247                                                    
## 248                                                    
## 249                                                    
## 250                                                    
## 251                                                    
## 252                                                    
## 253                                                    
## 254                                                    
## 255                                                    
## 256                                                    
## 257                                                    
## 258                                                    
## 259                                                    
## 260                                                    
## 261                                                    
## 262                                                    
## 263                                                    
## 264                                                    
## 265                                                    
## 266                                                    
## 267                                                    
## 268                                                    
## 269                                                    
## 270                                                    
## 271                                                    
## 272                                                    
## 273                                                    
## 274                                                    
## 275                                                    
## 276                                                    
## 277                                                    
## 278                                                    
## 279                                                    
## 280                                                    
## 281                                                    
## 282                                                    
## 283                                                    
## 284                                                    
## 285                                                    
## 286                                                    
## 287                                                    
## 288                                                    
## 289                                                    
## 290                                                    
## 291                                                    
## 292                                                    
## 293                                                    
## 294                                                    
## 295                                                    
## 296                                                    
## 297                                                    
## 298                                                    
## 299                                                    
## 300                                                    
## 301       Greece-1_Saudi_Arabia                        
## 302                                                    
## 303                                                    
## 304                                                    
## 305                                                    
## 306                                                    
## 307                                                    
## 308                                                    
## 309                                                    
## 310                                                    
## 311                                                    
## 312                                                    
## 313                                                    
## 314                                                    
## 315                                                    
## 316                                                    
## 317                                                    
## 318                                                    
## 319                                                    
## 320                                                    
## 321                                                    
## 322                                                    
## 323                                                    
## 324                                                    
## 325                                                    
## 326                                                    
## 327                                                    
## 328                                                    
## 329                                                    
## 330                                                    
## 331                                                    
## 332                                                    
## 333                                                    
## 334                                                    
## 335                                                    
## 336                                                    
## 337                                                    
## 338                                                    
## 339                                                    
## 340                                                    
## 341                                                    
## 342                                                    
## 343                                                    
## 344                                                    
## 345                                                    
## 346                                                    
## 347                                                    
## 348                                                    
## 349                                                    
## 350                                                    
## 351                                                    
## 352                                                    
## 353                                                    
## 354                                                    
## 355                                                    
## 356                                                    
## 357                                                    
## 358                                                    
## 359                                                    
## 360                                                    
## 361                                                    
## 362                                                    
## 363                                                    
## 364                                                    
## 365                                                    
## 366                                                    
## 367                                                    
## 368                                                    
## 369                                                    
## 370                                                    
## 371                                                    
## 372                                                    
## 373                                                    
## 374                                                    
## 375                                                    
## 376                                                    
## 377                                                    
## 378                                                    
## 379                                                    
## 380                                                    
## 381                                                    
## 382                                                    
## 383                                                    
## 384                                                    
## 385                                                    
## 386                                                    
## 387                                                    
## 388                                                    
## 389                                                    
## 390                                                    
## 391                                                    
## 392                                                    
## 393                                                    
## 394                                                    
## 395                                                    
## 396                                                    
## 397                                                    
## 398                                                    
## 399                                                    
## 400                                                    
## 401                                                    
## 402                                                    
## 403                                                    
## 404                                                    
## 405                                                    
## 406                                                    
## 407                                                    
## 408                                                    
## 409                                                    
## 410                                                    
## 411                                                    
## 412                                                    
## 413                                                    
## 414                                                    
## 415                                                    
## 416                                                    
## 417                                                    
## 418                                                    
## 419                                                    
## 420                                                    
## 421                                                    
## 422                                                    
## 423                                                    
## 424                                                    
## 425                                                    
## 426                                                    
## 427                                                    
## 428                                                    
## 429                                                    
## 430                                                    
## 431                                                    
## 432                                                    
## 433                                                    
## 434                                                    
## 435                                                    
## 436                                                    
## 437                                                    
## 438                                                    
## 439                                                    
## 440                                                    
## 441                                                    
## 442                                                    
## 443                                                    
## 444                                                    
## 445                                                    
## 446                                                    
## 447                                                    
## 448                                                    
## 449                                                    
## 450                                                    
## 451                                                    
## 452                                                    
## 453                                                    
## 454                                                    
## 455                                                    
## 456                                                    
## 457                                                    
## 458                                                    
## 459                                                    
## 460                                                    
## 461                                                    
## 462                                                    
## 463                                                    
## 464                                                    
## 465                                                    
## 466                                                    
## 467                                                    
## 468                                                    
## 469                                                    
## 470                                                    
## 471                                                    
## 472                                                    
## 473                                                    
## 474                                                    
## 475                                                    
## 476                                                    
## 477                                                    
## 478                                                    
## 479                                                    
## 480  Indiana/USA-1_Saudi_Arabia  KJ813439              
## 481                                                    
## 482                                                    
## 483                                                    
## 484                                                    
## 485                                                    
## 486                                                    
## 487                                                    
## 488                                                    
## 489                                                    
## 490                                                    
## 491                                                    
## 492                                                    
## 493                                                    
## 494                                                    
## 495                                                    
## 496                                                    
## 497                                                    
## 498                                                    
## 499                                                    
## 500                                                    
## 501                                                    
## 502                                                    
## 503                                                    
## 504                                                    
## 505                                                    
## 506                                                    
## 507                                                    
## 508                                                    
## 509                                                    
## 510                                                    
## 511                                                    
## 512                                                    
## 513                                                    
## 514                                                    
## 515                                                    
## 516                                                    
## 517                                                    
## 518                                                    
## 519                                                    
## 520                                                    
## 521                                                    
## 522                                                    
## 523                                                    
## 524                                                    
## 525                                                    
## 526                                                    
## 527                                                    
## 528                                                    
## 529                                                    
## 530                                                    
## 531                                                    
## 532                                                    
## 533                                                    
## 534                                                    
## 535                                                    
## 536                                                    
## 537                                                    
## 538                                                    
## 539                                                    
## 540                                                    
## 541                                                    
## 542                                                    
## 543                                                    
## 544                                                    
## 545                                                    
## 546                                                    
## 547                                                    
## 548                                                    
## 549                                                    
## 550                                                    
## 551                                                    
## 552                                                    
## 553                                                    
## 554                                                    
## 555                                                    
## 556                                                    
## 557                                                    
## 558                                                    
## 559                                                    
## 560                                                    
## 561                                                    
## 562                                                    
## 563                                                    
## 564                                                    
## 565                                                    
## 566                                                    
## 567                                                    
## 568                                                    
## 569                                                    
## 570                                                    
## 571                                                    
## 572                                                    
## 573                                                    
## 574                                                    
## 575                                                    
## 576                                                    
## 577                                                    
## 578                                                    
## 579                                                    
## 580                                                    
## 581                                                    
## 582                                                    
## 583                                                    
## 584                                                    
## 585                                                    
## 586                                                    
## 587                                                    
## 588                                                    
## 589                                                    
## 590                                                    
## 591                                                    
## 592                                                    
## 593                                                    
## 594                                                    
## 595                                                    
## 596  Florida/USA-2_Saudi_Arabia                        
## 597                                                    
## 598                                                    
## 599                                                    
## 600                                                    
## 601                                                    
## 602                                                    
## 603                                                    
## 604                                                    
## 605                                                    
## 606                                                    
## 607                                                    
## 608                                                    
## 609                                                    
## 610                                                    
## 611                                                    
## 612                                                    
## 613                                                    
## 614                                                    
## 615                                                    
## 616                                                    
## 617                                                    
## 618                                                    
## 619                                                    
## 620                                                    
## 621                                                    
## 622                                                    
## 623                                                    
## 624                                                    
## 625                                                    
## 626                                                    
## 627                                                    
## 628                                                    
## 629                                                    
## 630                                                    
## 631                                                    
## 632                                                    
## 633                                                    
## 634                                                    
## 635                                                   2
## 636                                                    
## 637                                                    
## 638                                                    
## 639                                                    
## 640                                                    
## 641                                                    
## 642                                                    
## 643                                                    
## 644                                                    
## 645                                                    
## 646                                                    
## 647                                                    
## 648                                                    
## 649                                                    
## 650                                                    
## 651                                                    
## 652                                                    
## 653                                                    
## 654                                                    
## 655                                                    
## 656                                                    
## 657                                                    
## 658                                                    
## 659                                                    
## 660                                                    
## 661                                                    
## 662                                                    
## 663                                                    
## 664                                                    
## 665                                                    
## 666                                                    
## 667                                                    
## 668                                                    
## 669                                                    
## 670                                                    
## 671                                                    
## 672                                                    
## 673                                                    
## 674                                                    
## 675                                                    
## 676                                                    
## 677                                                    
## 678                                                    
## 679                                                    
## 680                                                    
## 681                                                    
## 682                                                    
## 683                                                    
## 684                                                    
## 685                                                    
## 686                                                    
## 687                                                    
## 688                                                    
## 689                                                    
## 690                                                    
## 691                                                    
## 692                                                    
## 693                                                    
## 694                                                    
## 695                                                    
## 696                                                    
## 697                                                    
## 698                                                    
## 699                                                    
## 700                                                    
## 701                                                    
## 702                                                    
## 703                                                    
## 704                                                    
## 705                                                    
## 706                                                    
## 707                                                    
## 708                                                    
## 709                                                    
## 710                                                    
## 711                                                    
## 712                                                    
## 713                                                    
## 714                                                    
## 715                                                    
## 716                                                    
## 717                                                    
## 718                                                    
## 719                                                    
## 720                                                    
## 721                                                    
## 722                                                    
## 723                                                    
## 724                                                    
## 725                                                    
## 726                                                    
## 727                                                    
## 728                                                    
## 729                                                    
## 730                                                    
## 731                                                    
## 732                                                    
## 733                                                    
## 734                                                    
## 735                                                    
## 736                                                    
## 737                                                    
## 738                                                    
## 739                                                    
## 740                                                    
## 741                                                    
## 742                                                    
## 743                                                    
## 744                                                    
## 745                                                    
## 746                                                    
## 747                                                    
## 748                                                    
## 749                                                    
## 750                                                    
## 751                                                    
## 752                                                    
## 753                                                    
## 754                                                    
## 755                                                    
## 756                                                    
## 757                                                    
## 758                                                    
## 759                                                    
## 760                                                    
## 761                                                    
## 762                                                    
## 763                                                    
## 764                                                    
## 765                                                    
## 766                                                    
## 767                                                    
## 768                                                    
## 769                                                    
## 770                                                    
## 771                                                    
## 772                                                    
## 773                                                    
## 774                                                    
## 775                                                    
## 776                                                    
## 777                                                    
## 778                                                    
## 779                                                    
## 780                                                    
## 781                                                    
## 782                                                    
## 783                                                    
## 784                                                    
## 785                                                    
## 786                                                    
## 787                                                    
## 788                                                    
## 789                                                    
## 790                                                    
## 791                                                    
## 792                                                    
## 793                                                    
## 794                                                    
## 795                                                    
## 796                                                    
## 797                                                    
## 798                                                    
## 799                                                    
## 800                                                    
## 801                                                    
## 802                                                    
## 803                                                    
## 804                                                    
## 805                                                    
## 806                                                    
## 807                                                    
## 808                                                    
## 809                                                    
## 810                                                    
## 811                                                    
## 812                                                    
## 813                                                    
## 814                                                    
## 815                                                    
## 816                                                    
## 817                                                    
## 818                                                    
## 819                                                    
## 820                                                    
## 821                                                    
## 822                                                    
## 823                                                    
## 824                                                    
## 825                                                    
## 826                                                    
## 827                                                    
## 828                                                    
## 829                                                    
## 830                                                    
## 831                                                    
## 832                                                    
## 833                                                    
## 834                                                    
## 835                                                    
## 836                                                    
## 837                                                    
## 838                                                    
## 839                                                    
## 840                                                    
## 841                                                    
## 842                                                    
## 843                                                    
## 844                                                    
## 845                                                    
## 846                                                    
## 847                                                    
## 848                                                    
## 849                                                    
## 850                                                    
## 851                                                    
## 852                                                    
## 853                                                    
## 854                                                    
## 855                                                    
## 856                                                    
## 857                                                    
## 858                                                    
## 859                                                    
## 860                                                    
## 861                                                    
## 862                                                    
## 863                                                    
## 864                                                    
## 865                                                    
## 866                                                    
## 867                                                    
## 868                                                    
## 869                                                    
## 870                                                    
## 871                                                    
## 872                                                    
## 873                                                    
## 874                                                    
## 875                                                    
## 876                                                    
## 877                                                    
## 878                                                    
## 879                                                    
## 880                                                    
## 881                                                    
## 882                                                    
## 883                                                    
## 884                                                    
## 885                                                    
## 886                                                    
## 887                                                    
## 888                                                    
## 889                                                    
## 890                                                    
## 891                                                    
## 892                                                    
## 893                                                    
## 894                                                    
## 895                                                    
## 896                                                    
## 897                                                    
## 898                                                    
## 899                                                    
## 900                                                    
## 901                                                    
## 902                                                    
## 903                                                    
## 904                                                    
## 905                                                    
## 906                                                    
## 907                                                    
## 908                                                    
## 909                                                    
## 910                                                    
## 911                                                    
## 912                                                    
## 913                                                    
## 914                                                    
## 915                                                    
## 916                                                    
## 917                                                    
## 918                                                    
## 919                                                    
## 920                                                    
## 921                                                    
## 922                                                    
## 923                                                    
## 924                                                    
## 925                                                    
## 926                                                    
## 927                                                    
## 928                                                    
## 929                                                    
## 930                                                    
## 931                                                    
## 932                                                    
## 933                                                    
## 934                                                    
## 935                                                    
## 936                                                    
## 937                                                    
## 938                                                    
## 939                                                    
## 940                                                    
## 941                                                    
## 942                                                    
## 943                                                    
## 944                                                    
## 945                                                    
## 946                                                    
## 947                                                    
## 948                                                    
## 949                                                    
## 950                                                    
## 951                                                    
## 952                                                    
## 953                                                    
## 954                                                    
## 955                                                    
## 956                                                    
## 957                                                    
## 958                                                    
## 959                                                    
## 960                                                    
## 961                                                    
## 962                                                    
## 963                                                    
## 964                                                    
## 965                                                    
## 966                                                    
## 967                                                    
## 968                                                    
## 969                                                    
## 970                                                    
## 971                                                    
## 972                                                    
## 973                                                    
## 974                                                    
## 975                                                    
## 976                                                    
## 977                                                    
## 978                                                    
## 979                                                    
## 980                                                    
## 981                                                    
## 982                                                    
## 983                                                    
## 984                                                    
## 985                                                    
## 986                                                    
## 987                                                    
## 988                                                    
## 989                                                    
## 990                                                    
## 991                                                    
## 992                                                    
## 993                                                    
## 994                                                    
## 995                                                    
## 996                                                    
## 997                                                    
## 998                                                    
## 999                                                    
## 1000                                                   
## 1001                                                   
## 1002                                                   
## 1003                                                   
## 1004                                                   
## 1005                                                   
## 1006                                                   
## 1007                                                   
## 1008                                                   
## 1009                                                   
## 1010                                                   
## 1011                                                   
## 1012                                                   
## 1013                                                   
## 1014                                                   
## 1015                                                   
## 1016                                                   
## 1017                                                   
## 1018                                                   
## 1019                                                   
## 1020                                                   
## 1021                                                   
## 1022                                                   
## 1023                                                   
## 1024                                                   
## 1025                                                   
## 1026                                                   
## 1027                                                   
## 1028                                                   
## 1029                                                   
## 1030                                                   
## 1031                                                   
## 1032                                                   
## 1033                                                   
## 1034                                                   
## 1035                                                   
## 1036                                                   
## 1037                                                   
## 1038                                                   
## 1039                                                   
## 1040                                                   
## 1041                                                   
## 1042                                                   
## 1043                                                   
## 1044                                                   
## 1045                                                   
## 1046                                                   
## 1047                                                   
## 1048                                                   
## 1049                                                   
## 1050                                                   
## 1051                                                   
## 1052                                                   
## 1053                                                   
## 1054                                                   
## 1055                                                   
## 1056                                                   
## 1057                                                   
## 1058                                                   
## 1059                                                   
## 1060                                                   
## 1061                                                   
## 1062                                                   
## 1063                                                   
## 1064                                                   
## 1065                                                   
## 1066                                                   
## 1067                                                   
## 1068                                                   
## 1069                                                   
## 1070                                                   
## 1071                                                   
## 1072                                                   
## 1073                                                   
## 1074                                                   
## 1075                                                   
## 1076                                                   
## 1077                                                   
## 1078                                                   
## 1079                                                   
## 1080                                                   
## 1081                                                   
## 1082                                                   
## 1083                                                   
## 1084                                                   
## 1085                                                   
## 1086                                                   
## 1087                                                   
## 1088                                                   
## 1089                                                   
## 1090                                                   
## 1091                                                   
## 1092                                                   
## 1093                                                   
## 1094                                                   
## 1095                                                   
## 1096                                                   
## 1097                                                   
## 1098                                                   
## 1099                                                   
## 1100                                                   
## 1101                                                   
## 1102                                                   
## 1103                                                   
## 1104                                                   
## 1105                                                   
## 1106                                                   
## 1107                                                   
## 1108                                                   
## 1109                                                   
## 1110                                                   
## 1111                                                   
## 1112                                                   
## 1113                                                   
## 1114                                                   
## 1115                                                   
## 1116                                                   
## 1117                                                   
## 1118                                                   
## 1119                                                   
## 1120                                                   
## 1121                                                   
## 1122                                                   
## 1123                                                   
## 1124                                                   
## 1125                                                   
## 1126                                                   
## 1127                                                   
## 1128                                                   
## 1129                                                   
## 1130                                                   
## 1131                                                   
## 1132                                                   
## 1133                                                   
## 1134                                                   
## 1135                                                   
## 1136                                                   
## 1137                                                   
## 1138                                                   
## 1139                                                   
## 1140                                                   
## 1141                                                   
## 1142                                                   
## 1143                                                   
## 1144                                                   
## 1145                                                   
## 1146                                                   
## 1147                                                   
## 1148                                                   
## 1149                                                   
## 1150                                                   
## 1151                                                   
## 1152                                                   
## 1153                                                   
## 1154                                                   
## 1155                                                   
## 1156                                                   
## 1157                                                   
## 1158                                                   
## 1159                                                   
## 1160                                                   
## 1161                                                   
## 1162                                                   
## 1163                                                   
## 1164                                                   
## 1165                                                   
## 1166                                                   
## 1167                                                   
## 1168                                                   
## 1169                                                   
## 1170                                                   
## 1171                                                   
## 1172                                                   
## 1173                                                   
## 1174                                                   
## 1175                                                   
## 1176                                                   
## 1177                                                   
## 1178                                                   
## 1179                                                   
## 1180                                                   
## 1181                                                   
## 1182                                                   
## 1183                                                   
## 1184                                                   
## 1185                                                   
## 1186                                                   
## 1187                                                   
## 1188                                                   
## 1189                                                   
## 1190                                                   
## 1191                                                   
## 1192                                                   
## 1193                                                   
## 1194                                                   
## 1195                                                   
## 1196                                                   
## 1197                                                   
## 1198                                                   
## 1199                                                   
## 1200                                                   
## 1201                                                   
## 1202                                                   
## 1203                                                   
## 1204                                                   
## 1205                                                   
## 1206                                                   
## 1207                                                   
## 1208                                                   
## 1209                                                   
## 1210                                                   
## 1211                                                   
## 1212                                                   
## 1213                                                   
## 1214                                                   
## 1215                                                   
## 1216                                                   
## 1217                                                   
## 1218                                                   
## 1219                                                   
## 1220                                                   
## 1221                                                   
## 1222                                                   
## 1223                                                   
## 1224                                                   
## 1225                                                   
## 1226                                                   
## 1227                                                   
## 1228                                                   
## 1229                                                   
## 1230                                                   
## 1231                                                   
## 1232                                                   
## 1233                                                   
## 1234                                                   
## 1235                                                   
## 1236                                                   
## 1237                                                   
## 1238                                                   
## 1239                                                   
## 1240                                                   
## 1241                                                   
## 1242                                                   
## 1243                                                   
## 1244                                                   
## 1245                                                   
## 1246                                                   
## 1247                                                   
## 1248                                                   
## 1249                                                   
## 1250                                                   
## 1251                                                   
## 1252                                                   
## 1253                                                   
## 1254                                                   
## 1255                                                   
## 1256                                                   
## 1257                                                   
## 1258                                                   
## 1259                                                   
## 1260                                                   
## 1261                                                   
## 1262                                                   
## 1263                                                   
## 1264                                                   
## 1265                                                   
## 1266                                                   
## 1267                                                   
## 1268                                                   
## 1269                                                   
## 1270                                                   
## 1271                                                   
## 1272                                                   
## 1273                                                   
## 1274                                                   
## 1275                                                   
## 1276                                                   
## 1277                                                   
## 1278                                                   
## 1279                                                   
## 1280                                                   
## 1281                                                   
## 1282                                                   
## 1283                                                   
## 1284                                                   
## 1285                                                   
## 1286                                                   
## 1287                                                   
## 1288                                                   
## 1289                                                   
## 1290                                                   
## 1291                                                   
## 1292                                                   
## 1293                                                   
## 1294                                                   
## 1295                                                   
## 1296                                                   
## 1297                                                   
## 1298                                                   
## 1299                                                   
## 1300                                                   
## 1301                                                   
## 1302                                                   
## 1303                                                   
## 1304                                                   
## 1305                                                   
## 1306                                                   
## 1307                                                   
## 1308                                                   
## 1309                                                   
## 1310                                                   
## 1311                                                   
## 1312                                                   
## 1313                                                   
## 1314                                                   
## 1315                                                   
## 1316                                                   
## 1317                                                   
## 1318                                                   
## 1319                                                   
## 1320                                                   
## 1321                                                   
## 1322                                                   
## 1323                                                   
## 1324                                                   
## 1325                                                   
## 1326                                                   
## 1327                                                   
## 1328                                                   
## 1329                                                   
## 1330                                                   
## 1331                                                   
## 1332                                                   
## 1333                                                   
## 1334                                                   
## 1335                                                   
## 1336                                                   
## 1337                                                   
## 1338                                                   
## 1339                                                   
## 1340                                                   
## 1341                                                   
## 1342                                                   
## 1343                                                   
## 1344                                                   
## 1345                                                   
## 1346                                                   
## 1347                                                   
## 1348                                                   
## 1349                                                   
## 1350                                                   
## 1351                                                   
## 1352                                                   
## 1353                                                   
## 1354                                                   
## 1355                                                   
## 1356                                                   
## 1357                                                   
## 1358                                                   
## 1359                                                   
## 1360                                                   
## 1361                                                   
## 1362                                                   
## 1363                                                   
## 1364                                                   
## 1365                                                   
## 1366                                                   
## 1367                                                   
## 1368                                                   
## 1369                                                   
## 1370                                                   
## 1371                                                   
## 1372                                                   
## 1373                                                   
## 1374                                                   
## 1375                                                   
## 1376                                                   
## 1377                                                   
## 1378                                                   
## 1379                                                   
## 1380                                                   
## 1381                                                   
## 1382                                                   
## 1383                                                   
## 1384                                                   
## 1385                                                   
## 1386                                                   
## 1387                                                   
## 1388                                                   
## 1389                                                   
## 1390                                                   
## 1391                                                   
## 1392                                                   
## 1393                                                   
## 1394                                                   
## 1395                                                   
## 1396                                                   
## 1397                                                   
## 1398                                                   
## 1399                                                   
## 1400                                                   
## 1401                                                   
## 1402                                                   
## 1403                                                   
## 1404                                                   
## 1405                                                   
## 1406                                                   
## 1407                                                   
## 1408                                                   
## 1409                                                   
## 1410                                                   
## 1411                                                   
## 1412                                                   
## 1413                                                   
## 1414                                                   
## 1415                                                   
## 1416                                                   
## 1417                                                   
## 1418                                                   
## 1419                                                   
## 1420                                                   
## 1421                                                   
## 1422                                                   
## 1423                                                   
## 1424                                                   
## 1425                                                   
## 1426                                                   
## 1427                                                   
## 1428                                                   
## 1429                                                   
## 1430                                                   
## 1431                                                   
## 1432                                                   
## 1433                                                   
## 1434                                                   
## 1435                                                   
## 1436                                                   
## 1437                                                   
## 1438                                                   
## 1439                                                   
## 1440                                                   
## 1441                                                   
## 1442                                                   
## 1443                                                   
## 1444                                                   
## 1445                                                   
## 1446                                                   
## 1447                                                   
## 1448                                                   
## 1449                                                   
## 1450                                                   
## 1451                                                   
## 1452                                                   
## 1453                                                   
## 1454                                                   
## 1455                                                   
## 1456                                                   
## 1457                                                   
## 1458                                                   
## 1459                                                   
## 1460                                                   
## 1461                                                   
## 1462                                                   
## 1463                                                   
## 1464                                                   
## 1465                                                   
## 1466                                                   
## 1467                                                   
## 1468                                                   
## 1469                                                   
## 1470                                                   
## 1471                                                   
## 1472                                                   
## 1473                                                   
## 1474                                                   
## 1475                                                   
## 1476                                                   
## 1477                                                   
## 1478                                                   
## 1479                                                   
## 1480                                                   
## 1481                                                   
## 1482                                                   
## 1483                                                   
## 1484                                                   
## 1485                                                   
## 1486                                                   
## 1487                                                   
## 1488                                                   
## 1489                                                   
## 1490                                                   
## 1491                                                   
## 1492                                                   
## 1493                                                   
## 1494                                                   
## 1495                                                   
## 1496                                                   
## 1497                                                   
## 1498                                                   
## 1499                                                   
## 1500                                                   
## 1501                                                   
## 1502                                                   
## 1503                                                   
## 1504                                                   
## 1505                                                   
## 1506                                                   
## 1507                                                   
## 1508                                                   
## 1509                                                   
## 1510                                                   
## 1511                                                   
## 1512                                                   
## 1513                                                   
## 1514                                                   
## 1515                                                   
## 1516                                                   
## 1517                                                   
## 1518                                                   
## 1519                                                   
## 1520                                                   
## 1521                                                   
## 1522                                                   
## 1523                                                   
## 1524                                                   
## 1525                                                   
## 1526                                                   
## 1527                                                   
## 1528                                                   
## 1529                                                   
## 1530                                                   
## 1531                                                   
## 1532                                                   
## 1533                                                   
## 1534                                                   
## 1535                                                   
## 1536                                                   
## 1537                                                   
## 1538                                                   
## 1539                                                   
## 1540                                                   
## 1541                                                   
## 1542                                                   
## 1543                                                   
## 1544                                                   
## 1545                                                   
## 1546                                                   
## 1547                                                   
## 1548                                                   
## 1549                                                   
## 1550                                                   
## 1551                                                   
## 1552                                                   
## 1553                                                   
## 1554                                                   
## 1555                                                   
## 1556                                                   
## 1557                                                   
## 1558                                                   
## 1559                                                   
## 1560                                                   
## 1561                                                   
## 1562                                                   
## 1563                                                   
## 1564                                                   
## 1565                                                   
## 1566                                                   
## 1567                                                   
## 1568                                                   
## 1569                                                   
## 1570                                                   
## 1571                                                   
## 1572                                                   
## 1573                                                   
## 1574                                                   
## 1575                                                   
## 1576                                                   
## 1577                                                   
## 1578                                                   
## 1579                                                   
## 1580                                                   
## 1581                                                   
## 1582                                                   
## 1583                                                   
## 1584                                                   
## 1585                                                   
## 1586                                                   
## 1587                                                   
## 1588                                                   
## 1589                                                   
## 1590                                                   
## 1591                                                   
## 1592                                                   
## 1593                                                   
## 1594                                                   
## 1595                                                   
## 1596                                                   
## 1597                                                   
## 1598                                                   
## 1599                                                   
## 1600                                                   
## 1601                                                   
## 1602                                                   
## 1603                                                   
## 1604                                                   
## 1605                                                   
## 1606                                                   
## 1607                                                   
## 1608                                                   
## 1609                                                   
## 1610                                                   
## 1611                                                   
## 1612                                                   
## 1613                                                   
## 1614                                                   
## 1615                                                   
## 1616                                                   
## 1617                                                   
## 1618                                                   
## 1619                                                   
## 1620                                                   
## 1621                                                   
## 1622                                                   
## 1623                                                   
## 1624                                                   
## 1625                                                   
## 1626                                                   
## 1627                                                   
## 1628                                                   
## 1629                                                   
## 1630                                                   
## 1631                                                   
## 1632                                                   
## 1633                                                   
## 1634                                                   
## 1635                                                   
## 1636                                                   
## 1637                                                   
## 1638                                                   
## 1639                                                   
## 1640                                                   
## 1641                                                   
## 1642                                                   
## 1643                                                   
## 1644                                                   
## 1645                                                   
## 1646                                                   
## 1647                                                   
## 1648                                                   
## 1649                                                   
## 1650                                                   
## 1651                                                   
## 1652                                                   
## 1653                                                   
## 1654                                                   
## 1655                                                   
## 1656                                                   
## 1657                                                   
## 1658                                                   
## 1659                                                   
## 1660                                                   
## 1661                                                   
## 1662                                                   
## 1663                                                   
## 1664                                                   
## 1665                                                   
## 1666                                                   
## 1667                                                   
## 1668                                                   
## 1669                                                   
## 1670                                                   
## 1671                                                   
## 1672                                                   
## 1673                                                   
## 1674                                                   
## 1675                                                   
## 1676                                                   
## 1677                                                   
## 1678                                                   
## 1679                                                   
## 1680                                                   
## 1681                                                   
## 1682                                                   
## 1683                                                   
## 1684                                                   
## 1685                                                   
## 1686                                                   
## 1687                                                   
## 1688                                                   
## 1689                                                   
## 1690                                                   
## 1691                                                   
## 1692                                                   
## 1693                                                   
## 1694                                                   
## 1695                                                   
## 1696                                                   
## 1697                                                   
## 1698                                                   
## 1699                                                   
## 1700                                                   
## 1701                                                   
## 1702                                                   
## 1703                                                   
## 1704                                                   
## 1705                                                   
## 1706                                                   
## 1707                                                   
## 1708                                                   
## 1709                                                   
## 1710                                                   
## 1711                                                   
## 1712                                                   
## 1713                                                   
## 1714                                                   
## 1715                                                   
## 1716                                                   
## 1717                                                   
## 1718                                                   
## 1719                                                   
## 1720                                                   
## 1721                                                   
## 1722                                                   
## 1723                                                   
## 1724                                                   
## 1725                                                   
## 1726                                                   
## 1727                                                   
## 1728                                                   
## 1729                                                   
## 1730                                                   
## 1731                                                   
## 1732                                                   
## 1733                                                   
## 1734                                                   
## 1735                                                   
## 1736                                                   
## 1737                                                   
## 1738                                                   
## 1739                                                   
## 1740                                                   
## 1741                                                   
##                                                                                                                                                                                                                                                                                            speculation
## 1                                                                                                                                                                                                                                                                                                     
## 2                                                                                                                                                                                                                                                                                                     
## 3                                                                                                                                                                                                                                                                                                     
## 4                                                                                                                                                                                                                                                                                                     
## 5                                                                                                                                                                                                                                                                                                     
## 6                                                                                                                                                                                                                                                                                                     
## 7                                                                                                                                                                                                                                                                                                     
## 8                                                                                                                                                                                                                                                                                                     
## 9                                                                                                                                                                                                                                                                                                     
## 10                                                                                                                                                                                                                                                                                                    
## 11                                                                                                                                                                                                                                                                                                    
## 12                                                                                                                                                                                                                                                                                                    
## 13                                                                                                                                                                                                                                                                                                    
## 14                                                                                                                                                                                                                                                                                                    
## 15                                                                                                                                                                                                                                                                                                    
## 16                                                                                                                                                                                                                                                                                                    
## 17                                                                                                                                                                                                                                                                                                    
## 18                                                                                                                                                                                                                                                                                                    
## 19                                                                                                                                                                                                                                                                                                    
## 20                                                                                                                                                                                                                                                                                                    
## 21                                                                                                                                                                                                                                                                                                    
## 22                                                                                                                                                                                                                                                                                                    
## 23                                                                                                                                                                                                                                                                                                    
## 24                                                                                                                                                                                                                                                                                                    
## 25                                                                                                                                                                                                                                                                                                    
## 26                                                                                                                                                                                                                                                                                                    
## 27                                                                                                                                                                                                                                                                                                    
## 28                                                                                                                                                                                                                                                                                                    
## 29                                                                                                                                                                                                                                                                                                    
## 30                                                                                                                                                                                                                                                                                                    
## 31                                                                                                                                                                                                                                                                                                    
## 32                                                                                                                                                                                                                                                                                                    
## 33                                                                                                                                                                                                                                                                                                    
## 34                                                                                                                                                                                                                                                                                                    
## 35                                                                                                                                                                                                                                                                                                    
## 36                                                                                                                                                                                                                                                                                                    
## 37                                                                                                                                                                                                                                                                                                    
## 38                                                                                                                                                                                                                                                                                                    
## 39                                                                                                                                                                                                                                                                                                    
## 40                                                                                                                                                                                                                                                                                                    
## 41                                                                                                                                                                                                                                                                                                    
## 42                                                                                                                                                                                                                                                                                                    
## 43                                                                                                                                                                                                                                                                                                    
## 44                                                                                                                                                                                                                                                                                                    
## 45                                                                                                                                                                                                                                                                                                    
## 46                                                                                                                                                                                                                                                                                                    
## 47                                                                                                                                                                                                                                                                                                    
## 48                                                                                                                                                                                                                                                                                                    
## 49                                                                                                                                                                                                                                                                                                    
## 50                                                                                                                                                                                                                                                                                                    
## 51                                                                                                                                                                                                                                                                                                    
## 52                                                                                                                                                                                                                                                                                                    
## 53                                                                                                                                                                                                                                                                                                    
## 54                                                                                                                                                                                                                                                                                                    
## 55                                                                                                                                                                                                                                                                                                    
## 56                                                                                                                                                                                                                                                                                                    
## 57                                                                                                                                                                                                                                                                                                    
## 58                                                                                                                                                                                                                                                                                                    
## 59                                                                                                                                                                                                                                                                                                    
## 60                                                                                                                                                                                                                                                                                                    
## 61                                                                                                                                                                                                                                                                                                    
## 62                                                                                                                                                                                                                                                                                                    
## 63                                                                                                                                                                                                                                                                                                    
## 64                                                                                                                                                                                                                                                                                                    
## 65                                                                                                                                                                                                                                                                                                    
## 66                                                                                                                                                                                                                                                                                                    
## 67                                                                                                                                                                                                                                                                                                    
## 68                                                                                                                                                                                                                                                                                                    
## 69                                                                                                                                                                                                                                                                                                    
## 70                                                                                                                                                                                                                                                                                                    
## 71                                                                                                                                                                                                                                                                                                    
## 72                                                                                                                                                                                                                                                                                                    
## 73                                                                                                                                                                                                                                                                                                    
## 74                                                                                                                                                                                                                                                                                                    
## 75                                                                                                                                                                                                                                                                                                    
## 76                                                                                                                                                                                                                                                                                                    
## 77                                                                                                                                                                                                                                                                                                    
## 78                                                                                                                                                                                                                                                                                                    
## 79                                                                                                                                                                                                                                                                                                    
## 80                                                                                                                                                                                                                                                                                                    
## 81                                                                                                                                                                                                                                                                                                    
## 82                                                                                                                                                                                                                                                                                                    
## 83                                                                                                                                                                                                                                                                                                    
## 84                                                                                                                                                                                                                                                                                                    
## 85                                                                                                                                                                                                                                                                                                    
## 86                                                                                                                                                                                                                                                                                                    
## 87                                                                                                                                                                                                                                                                                                    
## 88                                                                                                                                                                                                                                                                                                    
## 89                                                                                                                                                                                                                                                                                                    
## 90                                                                                                                                                                                                                                                                                                    
## 91                                                                                                                                                                                                                                                                                                    
## 92                                                                                                                                                                                                                                                                                                    
## 93                                                                                                                                                                                                                                                                                                    
## 94                                                                                                                                                                                                                                                                                                    
## 95                                                                                                                                                                                                                                                                                                    
## 96                                                                                                                                                                                                                                                                                                    
## 97                                                                                                                                                                                                                                                                                                    
## 98                                                                                                                                                                                                                                                                                                    
## 99                                                                                                                                                                                                                                                                                                    
## 100                                                                                                                                                                                                                                                                                                   
## 101                                                                                                                                                                                                                                                                                                   
## 102                                                                                                                                                                                                                                                                                                   
## 103                                                                                                                                                                                                                                                                                                   
## 104                                                                                                                                                                                                                                                                                                   
## 105                                                                                                                                                                                                                                                                                                   
## 106                                                                                                                                                                                                                                                                                                   
## 107                                                                                                                                                                                                                                                                                                   
## 108                                                                                                                                                                                                                                                                                                   
## 109                                                                                                                                                                                                                                                                                                   
## 110                                                                                                                                                                                                                                                                                                   
## 111                                                                                                                                                                                                                                                                                                   
## 112                                                                                                                                                                                                                                                                                                   
## 113                                                                                                                                                                                                                                                                                                   
## 114                                                                                                                                                                                                                                                                                                   
## 115                                                                                                                                                                                                                                                                                                   
## 116                                                                                                                                                                                                                                                                                                   
## 117                                                                                                                                                                                                                                                                                                   
## 118                                                                                                                                                                                                                                                                                                   
## 119                                                                                                                                                                                                                                                                                                   
## 120                                                                                                                                                                                                                                                                                                   
## 121                                                                                                                                                                                                                                                                                                   
## 122                                                                                                                                                                                                                                                                                                   
## 123                                                                                                                                                                                                                                                                                                   
## 124                                                                                                                                                                                                                                                                                                   
## 125                                                                                                                                                                                                                                                                                                   
## 126                                                                                                                                                                                                                                                                                                   
## 127                                                                                                                                                                                                                                                                                                   
## 128                                                                                                                                                                                                                                                                                                   
## 129                                                                                                                                                                                                                                                                                                   
## 130                                                                                                                                                                                                                                                                                                   
## 131                                                                                                                                                                                                                                                                                                   
## 132                                                                                                                                                                                                                                                                                                   
## 133                                                                                                                                                                                                                                                                                                   
## 134                                                                                                                                                                                                                                                                                                   
## 135                                                                                                                                                                                                                                                                                                   
## 136                                                                                                                                                                                                                                                                                                   
## 137                                                                                                                                                                                                                                                                                                   
## 138                                                                                                                                                                                                                                                                                                   
## 139                                                                                                                                                                                                                                                                                                   
## 140                                                                                                                                                                                                                                                                                                   
## 141                                                                                                                                                                                                                                                                                                   
## 142                                                                                                                                                                                                                                                                                                   
## 143                                                                                                                                                                                                                                                                                                   
## 144                                                                                                                                                                                                                                                                                                   
## 145                                                                                                                                                                                                                                                                                                   
## 146                                                                                                                                                                                                                                                                                                   
## 147                                                                                                                                                                                                                                                                                                   
## 148                                                                                                                                                                                                                                                                                                   
## 149                                                                                                                                                                                                                                                                                                   
## 150                                                                                                                                                                                                                                                                                                   
## 151                                                                                                                                                                                                                                                                                                   
## 152                                                                                                                                                                                                                                                                                                   
## 153                                                                                                                                                                                                                                                                                                   
## 154                                                                                                                                                                                                                                                                                                   
## 155                                                                                                                                                                                                                                                                                                   
## 156                                                                                                                                                                                                                                                                                                   
## 157                                                                                                                                                                                                                                                                                                   
## 158                                                                                                                                                                                                                                                                                                   
## 159                                                                                                                                                                                                                                                                                                   
## 160                                                                                                                                                                                                                                                                                                   
## 161                                                                                                                                                                                                                                                                                                   
## 162                                                                                                                                                                                                                                                                                                   
## 163                                                                                                                                                                                                                                                                                                   
## 164                                                                                                                                                                                                                                                                                                   
## 165                                                                                                                                                                                                                                                                                                   
## 166                                                                                                                                                                                                                                                                                                   
## 167                                                                                                                                                                                                                                                                                                   
## 168                                                                                                                                                                                                                                                                                                   
## 169                                                                                                                                                                                                                                                                                                   
## 170                                                                                                                                                                                                                                                                                                   
## 171                                                                                                                                                                                                                                                                                                   
## 172                                                                                                                                                                                                                                                                                                   
## 173                                                                                                                                                                                                                                                                                                   
## 174                                                                                                                                                                                                                                                                                                   
## 175                                                                                                                                                                                                                                                                                                   
## 176                                                                                                                                                                                                                                                                                                   
## 177                                                                                                                                                                                                                                                                                                   
## 178                                                                                                                                                                                                                                                                                                   
## 179                                                                                                                                                                                                                                                                                                   
## 180                                                                                                                                                                                                                                                                                                   
## 181                                                                                                                                                                                                                                                                                                   
## 182                                                                                                                                                                                                                                                                                                   
## 183                                                                                                                                                                                                                                                                                                   
## 184                                                                                                                                                                                                                                                                                                   
## 185                                                                                                                                                                                                                                                                                                   
## 186                                                                                                                                                                                                                                                                                                   
## 187                                                                                                                                                                                                                                                                                                   
## 188                                                                                                                                                                                                                                                                                                   
## 189                                                                                                                                                                                                                                                                                                   
## 190                                                                                                                                                                                                                                                                                                   
## 191                                                                                                                                                                                                                                                                                                   
## 192                                                                                                                                                                                                                                                                                                   
## 193                                                                                                                                                                                                                                                                                                   
## 194                                                                                                                                                                                                                                                                                                   
## 195                                                                                                                                                                                                                                                                                                   
## 196                                                                                                                                                                                                                                                                                                   
## 197                                                                                                                                                                                                                                                                                                   
## 198                                                                                                                                                                                                                                                                                                   
## 199                                                                                                                                                                                                                                                                                                   
## 200                                                                                                                                                                                                                                                                                                   
## 201                                                                                                                                                                                                                                                                                                   
## 202                                                                                                                                                                                                                                                                                                   
## 203                                                                                                                                                                                                                                                                                                   
## 204                                                                                                                                                                                                                                                                                                   
## 205                                                                                                                                                                                                                                                                                                   
## 206                                                                                                                                                                                                                                                                                                   
## 207                                                                                                                                                                                                                                                                                                   
## 208                                                                                                                                                                                                                                                                                                   
## 209                                                                                                                                                                                                                                                                                                   
## 210                                                                                                                                                                                                                                                                                                   
## 211                                                                                                                                                                                                                                                                                                   
## 212                                                                                                                                                                                                                                                                                                   
## 213                                                                                                                                                                                                                                                                                                   
## 214                                                                                                                                                                                                                                                                                                   
## 215                                                                                                                                                                                                                                                                                                   
## 216                                                                                                                                                                                                                                                                                                   
## 217                                                                                                                                                                                                                                                                                                   
## 218                                                                                                                                                                                                                                                                                                   
## 219                                                                                                                                                                                                                                                                                                   
## 220                                                                                                                                                                                                                                                                                                   
## 221                                                                                                                                                                                                                                                                                                   
## 222                                                                                                                                                                                                                                                                                                   
## 223                                                                                                                                                                                                                                                                                                   
## 224                                                                                                                                                                                                                                                                                                   
## 225                                                                                                                                                                                                                                                                                                   
## 226                                                                                                                                                                                                                                                                                                   
## 227                                                                                                                                                                                                                                                                                                   
## 228                                                                                                                                                                                                                                                                                                   
## 229                                                                                                                                                                                                                                                                                                   
## 230                                                                                                                                                                                                                                                                                                   
## 231  May be HCW cf. http://www.promedmail.org/direct.php?id=20140416.2406647 Looking at Jeddah cases to 16th April, 37 in total incl. 21 HCW. Only 20 before I changed this & 1 HCW is recorded as a symptomless household contact => this one? However, other numbers mentioned here don't all agree.
## 232                                                                                                                                                                                                                                                                                                   
## 233                                                                                                                                                                                                                                                                                                   
## 234                                                                                                                                                                                                                                                                                                   
## 235                                                                                                                                                                                                                                                                                                   
## 236                                                                                                                                                                                                                                                                                                   
## 237                                                                                                                                                                                                                                                                                                   
## 238                                                                                                                                                                                                                                                                                                   
## 239                                                                                                                                                                                                                                                                                                   
## 240                                                                                                                                                                                                                                                                                                   
## 241                                                                                                                                                                                                                                                                                                   
## 242                                                                                                                                                                                                                                                                                                   
## 243                                                                                                                                                                                                                                                                                                   
## 244                                                                                                                                                                                                                                                                                                   
## 245                                                                                                                                                                                                                                                                                                   
## 246                                                                                                                                                                                                                                                                                                   
## 247                                                                                                                                                                                                                                                                                                   
## 248                                                                                                                                                                                                                                                                                                   
## 249                                                                                                                                                                                                                                                                                                   
## 250                                                                                                                                                                                                                                                                                                   
## 251                                                                                                                                                                                                                                                                                                   
## 252                                                                                                                                                                                                                                                                                                   
## 253                                                                                                                                                                                                                                                                                                   
## 254                                                                                                                                                                                                                                                                                                   
## 255                                                                                                                                                                                                                                                                                                   
## 256                                                                                                                                                                                                                                                                                                   
## 257                                                                                                                                                                                                                                                                                                   
## 258                                                                                                                                                                                                                                                                                                   
## 259                                                                                                                                                                                                                                                                                                   
## 260                                                                                                                                                                                                                                                                                                   
## 261                                                                                                                                                                                                                                                                                                   
## 262                                                                                                                                                                                                                                                                                                   
## 263                                                                                                                                                                                                                                                                                                   
## 264                                                                                                                                                                                                                                                                                                   
## 265                                                                                                                                                                                                                                                                                                   
## 266                                                                                                                                                                                                                                                                                                   
## 267                                                                                                                                                                                                                                                                                                   
## 268                                                                                                                                                                                                                                                                                                   
## 269                                                                                                                                                                                                                                                                                                   
## 270                                                                                                                                                                                                                                                                                                   
## 271                                                                                                                                                                                                                                                                                                   
## 272                                                                                                                                                                                                                                                                                                   
## 273                                                                                                                                                                                                                                                                                                   
## 274                                                                                                                                                                                                                                                                                                   
## 275                                                                                                                                                                                                                                                                                                   
## 276                                                                                                                                                                                                                                                                                                   
## 277                                                                                                                                                                                                                                                                                                   
## 278                                                                                                                                                                                                                                                                                                   
## 279                                                                                                                                                                                                                                                                                                   
## 280                                                                                                                                                                                                                                                                                                   
## 281                                                                                                                                                                                                                                                                                                   
## 282                                                                                                                                                                                                                                                                                                   
## 283                                                                                                                                                                                                                                                                                                   
## 284                                                                                                                                                                                                                                                                                                   
## 285                                                                                                                                                                                                                                                                                                   
## 286                                                                                                                                                                                                                                                                                                   
## 287                                                                                                                                                                                                                                                                                                   
## 288                                                                                                                                                                                                                                                                                                   
## 289                                                                                                                                                                                                                                                                                                   
## 290                                                                                                                                                                                                                                                                                                   
## 291                                                                                                                                                                                                                                                                                                   
## 292                                                                                                                                                                                                                                                                                                   
## 293                                                                                                                                                                                                                                                                                                   
## 294                                                                                                                                                                                                                                                                                                   
## 295                                                                                                                                                                                                                                                                                                   
## 296                                                                                                                                                                                                                                                                                                   
## 297                                                                                                                                                                                                                                                                                                   
## 298                                                                                                                                                                                                                                                                                                   
## 299                                                                                                                                                                                                                                                                                                   
## 300                                                                                                                                                                                                                                                                                                   
## 301                                                                                                                                                                                                                                                                                                   
## 302                                                                                                                                                                                                                                                                                                   
## 303                                                                                                                                                                                                                                                                                                   
## 304                                                                                                                                                                                                                                                                                                   
## 305                                                                                                                                                                                                                                                                                                   
## 306                                                                                                                                                                                                                                                                                                   
## 307                                                                                                                                                                                                                                                                                                   
## 308                                                                                                                                                                                                                                                                                                   
## 309                                                                                                                                                                                                                                                                                                   
## 310                                                                                                                                                                                                                                                                                                   
## 311                                                                                                                                                                                                                                                                                                   
## 312                                                                                                                                                                                                                                                                                                   
## 313                                                                                                                                                                                                                                                                                                   
## 314                                                                                                                                                                                                                                                                                                   
## 315                                                                                                                                                                                                                                                                                                   
## 316                                                                                                                                                                                                                                                                                                   
## 317                                                                                                                                                                                                                                                                                                   
## 318                                                                                                                                                                                                                                                                                                   
## 319                                                                                                                                                                                                                                                                                                   
## 320                                                                                                                                                                                                                                                                                                   
## 321                                                                                                                                                                                                                                                                                                   
## 322                                                                                                                                                                                                                                                                                                   
## 323                                                                                                                                                                                                                                                                                                   
## 324                                                                                                                                                                                                                                                                                                   
## 325                                                                                                                                                                                                                                                                                                   
## 326                                                                                                                                                                                                                                                                                                   
## 327                                                                                                                                                                                                                                                                                                   
## 328                                                                                                                                                                                                                                                                                                   
## 329                                                                                                                                                                                                                                                                                                   
## 330                                                                                                                                                                                                                                                                                                   
## 331                                                                                                                                                                                                                                                                                                   
## 332                                                                                                                                                                                                                                                                                                   
## 333                                                                                                                                                                                                                                                                                                   
## 334                                                                                                                                                                                                                                                                                                   
## 335                                                                                                                                                                                                                                                                                                   
## 336                                                                                                                                                                                                                                                                                                   
## 337                                                                                                                                                                                                                                                                                                   
## 338                                                                                                                                                                                                                                                                                                   
## 339                                                                                                                                                                                                                                                                                                   
## 340                                                                                                                                                                                                                                                                                                   
## 341                                                                                                                                                                                                                                                                                                   
## 342                                                                                                                                                                                                                                                                                                   
## 343                                                                                                                                                                                                                                                                                                   
## 344                                                                                                                                                                                                                                                                                                   
## 345                                                                                                                                                                                                                                                                                                   
## 346                                                                                                                                                                                                                                                                                                   
## 347                                                                                                                                                                                                                                                                                                   
## 348                                                                                                                                                                                                                                                                                                   
## 349                                                                                                                                                                                                                                                                                                   
## 350                                                                                                                                                                                                                                                                                                   
## 351                                                                                                                                                                                                                                                                                                   
## 352                                                                                                                                                                                                                                                                                                   
## 353                                                                                                                                                                                                                                                                                                   
## 354                                                                                                                                                                                                                                                                                                   
## 355                                                                                                                                                                                                                                                                                                   
## 356                                                                                                                                                                                                                                                                                                   
## 357                                                                                                                                                                                                                                                                                                   
## 358                                                                                                                                                                                                                                                                                                   
## 359                                                                                                                                                                                                                                                                                                   
## 360                                                                                                                                                                                                                                                                                                   
## 361                                                                                                                                                                                                                                                                                                   
## 362                                                                                                                                                                                                                                                                                                   
## 363                                                                                                                                                                                                                                                                                                   
## 364                                                                                                                                                                                                                                                                                                   
## 365                                                                                                                                                                                                                                                                                                   
## 366                                                                                                                                                                                                                                                                                                   
## 367                                                                                                                                                                                                                                                                                                   
## 368                                                                                                                                                                                                                                                                                                   
## 369                                                                                                                                                                                                                                                                                                   
## 370                                                                                                                                                                                                                                                                                                   
## 371                                                                                                                                                                                                                                                                                                   
## 372                                                                                                                                                                                                                                                                                                   
## 373                                                                                                                                                                                                                                                                                                   
## 374                                                                                                                                                                                                                                                                                                   
## 375                                                                                                                                                                                                                                                                                                   
## 376                                                                                                                                                                                                                                                                                                   
## 377                                                                                                                                                                                                                                                                                                   
## 378                                                                                                                                                                                                                                                                                                   
## 379                                                                                                                                                                                                                                                                                                   
## 380                                                                                                                                                                                                                                                                                                   
## 381                                                                                                                                                                                                                                                                                                   
## 382                                                                                                                                                                                                                                                                                                   
## 383                                                                                                                                                                                                                                                                                                   
## 384                                                                                                                                                                                                                                                                                                   
## 385                                                                                                                                                                                                                                                                                                   
## 386                                                                                                                                                                                                                                                                                                   
## 387                                                                                                                                                                                                                                                                                                   
## 388                                                                                                                                                                                                                                                                                                   
## 389                                                                                                                                                                                                                                                                                                   
## 390                                                                                                                                                                                                                                                                                                   
## 391                                                                                                                                                                                                                                                                                                   
## 392                                                                                                                                                                                                                                                                                                   
## 393                                                                                                                                                                                                                                                                                                   
## 394                                                                                                                                                                                                                                                                                                   
## 395                                                                                                                                                                                                                                                                                                   
## 396                                                                                                                                                                                                                                                                                                   
## 397                                                                                                                                                                                                                                                                                                   
## 398                                                                                                                                                                                                                                                                                                   
## 399                                                                                                                                                                                                                                                                                                   
## 400                                                                                                                                                                                                                                                                                                   
## 401                                                                                                                                                                                                                                                                                                   
## 402                                                                                                                                                                                                                                                                                                   
## 403                                                                                                                                                                                                                                                                                                   
## 404                                                                                                                                                                                                                                                                                                   
## 405                                                                                                                                                                                                                                                                                                   
## 406                                                                                                                                                                                                                                                                                                   
## 407                                                                                                                                                                                                                                                                                                   
## 408                                                                                                                                                                                                                                                                                                   
## 409                                                                                                                                                                                                                                                                                                   
## 410                                                                                                                                                                                                                                                                                                   
## 411                                                                                                                                                                                                                                                                                                   
## 412                                                                                                                                                                                                                                                                                                   
## 413                                                                                                                                                                                                                                                                                                   
## 414                                                                                                                                                                                                                                                                                                   
## 415                                                                                                                                                                                                                                                                                                   
## 416                                                                                                                                                                                                                                                                                                   
## 417                                                                                                                                                                                                                                                                                                   
## 418                                                                                                                                                                                                                                                                                                   
## 419                                                                                                                                                                                                                                                                                                   
## 420                                                                                                                                                                                                                                                                                                   
## 421                                                                                                                                                                                                                                                                                                   
## 422                                                                                                                                                                                                                                                                                                   
## 423                                                                                                                                                                                                                                                                                                   
## 424                                                                                                                                                                                                                                                                                                   
## 425                                                                                                                                                                                                                                                                                                   
## 426                                                                                                                                                                                                                                                                                                   
## 427                                                                                                                                                                                                                                                                                                   
## 428                                                                                                                                                                                                                                                                                                   
## 429                                                                                                                                                                                                                                                                                                   
## 430                                                                                                                                                                                                                                                                                                   
## 431                                                                                                                                                                                                                                                                                                   
## 432                                                                                                                                                                                                                                                                                                   
## 433                                                                                                                                                                                                                                                                                                   
## 434                                                                                                                                                                                                                                                                                                   
## 435                                                                                                                                                                                                                                                                                                   
## 436                                                                                                                                                                                                                                                                                                   
## 437                                                                                                                                                                                                                                                                                                   
## 438                                                                                                                                                                                                                                                                                                   
## 439                                                                                                                                                                                                                                                                                                   
## 440                                                                                                                                                                                                                                                                                                   
## 441                                                                                                                                                                                                                                                                                                   
## 442                                                                                                                                                                                                                                                                                                   
## 443                                                                                                                                                                                                                                                                                                   
## 444                                                                                                                                                                                                                                                                                                   
## 445                                                                                                                                                                                                                                                                                                   
## 446                                                                                                                                                                                                                                                                                                   
## 447                                                                                                                                                                                                                                                                                                   
## 448                                                                                                                                                                                                                                                                                                   
## 449                                                                                                                                                                                                                                                                                                   
## 450                                                                                                                                                                                                                                                                                                   
## 451                                                                                                                                                                                                                                                                                                   
## 452                                                                                                                                                                                                                                                                                                   
## 453                                                                                                                                                                                                                                                                                                   
## 454                                                                                                                                                                                                                                                                                                   
## 455                                                                                                                                                                                                                                                                                                   
## 456                                                                                                                                                                                                                                                                                                   
## 457                                                                                                                                                                                                                                                                                                   
## 458                                                                                                                                                                                                                                                                                                   
## 459                                                                                                                                                                                                                                                                                                   
## 460                                                                                                                                                                                                                                                                                                   
## 461                                                                                                                                                                                                                                                                                                   
## 462                                                                                                                                                                                                                                                                                                   
## 463                                                                                                                                                                                                                                                                                                   
## 464                                                                                                                                                                                                                                                                                                   
## 465                                                                                                                                                                                                                                                                                                   
## 466                                                                                                                                                                                                                                                                                                   
## 467                                                                                                                                                                                                                                                                                                   
## 468                                                                                                                                                                                                                                                                                                   
## 469                                                                                                                                                                                                                                                                                                   
## 470                                                                                                                                                                                                                                                                                                   
## 471                                                                                                                                                                                                                                                                                                   
## 472                                                                                                                                                                                                                                                                                                   
## 473                                                                                                                                                                                                                                                                                                   
## 474                                                                                                                                                                                                                                                                                                   
## 475                                                                                                                                                                                                                                                                                                   
## 476                                                                                                                                                                                                                                                                                                   
## 477                                                                                                                                                                                                                                                                                                   
## 478                                                                                                                                                                                                                                                                                                   
## 479                                                                                                                                                                                                                                                                                                   
## 480                                                                                                                                                                                                                                                                                                   
## 481                                                                                                                                                                                                                                                                                                   
## 482                                                                                                                                                                                                                                                                                                   
## 483                                                                                                                                                                                                                                                                                                   
## 484                                                                                                                                                                                                                                                                                                   
## 485                                                                                                                                                                                                                                                                                                   
## 486                                                                                                                                                                                                                                                                                                   
## 487                                                                                                                                                                                                                                                                                                   
## 488                                                                                                                                                                                                                                                                                                   
## 489                                                                                                                                                                                                                                                                                                   
## 490                                                                                                                                                                                                                                                                                                   
## 491                                                                                                                                                                                                                                                                                                   
## 492                                                                                                                                                                                                                                                                                                   
## 493                                                                                                                                                                                                                                                                                                   
## 494                                                                                                                                                                                                                                                                                                   
## 495                                                                                                                                                                                                                                                                                                   
## 496                                                                                                                                                                                                                                                                                                   
## 497                                                                                                                                                                                                                                                                                                   
## 498                                                                                                                                                                                                                                                                                                   
## 499                                                                                                                                                                                                                                                                                                   
## 500                                                                                                                                                                                                                                                                                                   
## 501                                                                                                                                                                                                                                                                                                   
## 502                                                                                                                                                                                                                                                                                                   
## 503                                                                                                                                                                                                                                                                                                   
## 504                                                                                                                                                                                                                                                                                                   
## 505                                                                                                                                                                                                                                                                                                   
## 506                                                                                                                                                                                                                                                                                                   
## 507                                                                                                                                                                                                                                                                                                   
## 508                                                                                                                                                                                                                                                                                                   
## 509                                                                                                                                                                                                                                                                                                   
## 510                                                                                                                                                                                                                                                                                                   
## 511                                                                                                                                                                                                                                                                                                   
## 512                                                                                                                                                                                                                                                                                                   
## 513                                                                                                                                                                                                                                                                                                   
## 514                                                                                                                                                                                                                                                                                                   
## 515                                                                                                                                                                                                                                                                                                   
## 516                                                                                                                                                                                                                                                                                                   
## 517                                                                                                                                                                                                                                                                                                   
## 518                                                                                                                                                                                                                                                                                                   
## 519                                                                                                                                                                                                                                                                                                   
## 520                                                                                                                                                                                                                                                                                                   
## 521                                                                                                                                                                                                                                                                                                   
## 522                                                                                                                                                                                                                                                                                                   
## 523                                                                                                                                                                                                                                                                                                   
## 524                                                                                                                                                                                                                                                                                                   
## 525                                                                                                                                                                                                                                                                                                   
## 526                                                                                                                                                                                                                                                                                                   
## 527                                                                                                                                                                                                                                                                                                   
## 528                                                                                                                                                                                                                                                                                                   
## 529                                                                                                                                                                                                                                                                                                   
## 530                                                                                                                                                                                                                                                                                                   
## 531                                                                                                                                                                                                                                                                                                   
## 532                                                                                                                                                                                                                                                                                                   
## 533                                                                                                                                                                                                                                                                                                   
## 534                                                                                                                                                                                                                                                                                                   
## 535                                                                                                                                                                                                                                                                                                   
## 536                                                                                                                                                                                                                                                                                                   
## 537                                                                                                                                                                                                                                                                                                   
## 538                                                                                                                                                                                                                                                                                                   
## 539                                                                                                                                                                                                                                                                                                   
## 540                                                                                                                                                                                                                                                                                                   
## 541                                                                                                                                                                                                                                                                                                   
## 542                                                                                                                                                                                                                                                                                                   
## 543                                                                                                                                                                                                                                                                                                   
## 544                                                                                                                                                                                                                                                                                                   
## 545                                                                                                                                                                                                                                                                                                   
## 546                                                                                                                                                                                                                                                                                                   
## 547                                                                                                                                                                                                                                                                                                   
## 548                                                                                                                                                                                                                                                                                                   
## 549                                                                                                                                                                                                                                                                                                   
## 550                                                                                                                                                                                                                                                                                                   
## 551                                                                                                                                                                                                                                                                                                   
## 552                                                                                                                                                                                                                                                                                                   
## 553                                                                                                                                                                                                                                                                                                   
## 554                                                                                                                                                                                                                                                                                                   
## 555                                                                                                                                                                                                                                                                                                   
## 556                                                                                                                                                                                                                                                                                                   
## 557                                                                                                                                                                                                                                                                                                   
## 558                                                                                                                                                                                                                                                                                                   
## 559                                                                                                                                                                                                                                                                                                   
## 560                                                                                                                                                                                                                                                                                                   
## 561                                                                                                                                                                                                                                                                                                   
## 562                                                                                                                                                                                                                                                                                                   
## 563                                                                                                                                                                                                                                                                                                   
## 564                                                                                                                                                                                                                                                                                                   
## 565                                                                                                                                                                                                                                                                                                   
## 566                                                                                                                                                                                                                                                                                                   
## 567                                                                                                                                                                                                                                                                                                   
## 568                                                                                                                                                                                                                                                                                                   
## 569                                                                                                                                                                                                                                                                                                   
## 570                                                                                                                                                                                                                                                                                                   
## 571                                                                                                                                                                                                                                                                                                   
## 572                                                                                                                                                                                                                                                                                                   
## 573                                                                                                                                                                                                                                                                                                   
## 574                                                                                                                                                                                                                                                                                                   
## 575                                                                                                                                                                                                                                                                                                   
## 576                                                                                                                                                                                                                                                                                                   
## 577                                                                                                                                                                                                                                                                                                   
## 578                                                                                                                                                                                                                                                                                                   
## 579                                                                                                                                                                                                                                                                                                   
## 580                                                                                                                                                                                                                                                                                                   
## 581                                                                                                                                                                                                                                                                                                   
## 582                                                                                                                                                                                                                                                                                                   
## 583                                                                                                                                                                                                                                                                                                   
## 584                                                                                                                                                                                                                                                                                                   
## 585                                                                                                                                                                                                                                                                                                   
## 586                                                                                                                                                                                                                                                                                                   
## 587                                                                                                                                                                                                                                                                                                   
## 588                                                                                                                                                                                                                                                                                                   
## 589                                                                                                                                                                                                                                                                                                   
## 590                                                                                                                                                                                                                                                                                                   
## 591                                                                                                                                                                                                                                                                                                   
## 592                                                                                                                                                                                                                                                                                                   
## 593                                                                                                                                                                                                                                                                                                   
## 594                                                                                                                                                                                                                                                                                                   
## 595                                                                                                                                                                                                                                                                                                   
## 596                                                                                                                                                                                                                                                                                                   
## 597                                                                                                                                                                                                                                                                                                   
## 598                                                                                                                                                                                                                                                                                                   
## 599                                                                                                                                                                                                                                                                                                   
## 600                                                                                                                                                                                                                                                                                                   
## 601                                                                                                                                                                                                                                                                                                   
## 602                                                                                                                                                                                                                                                                                                   
## 603                                                                                                                                                                                                                                                                                                   
## 604                                                                                                                                                                                                                                                                                                   
## 605                                                                                                                                                                                                                                                                                                   
## 606                                                                                                                                                                                                                                                                                                   
## 607                                                                                                                                                                                                                                                                                                   
## 608                                                                                                                                                                                                                                                                                                   
## 609                                                                                                                                                                                                                                                                                                   
## 610                                                                                                                                                                                                                                                                                                   
## 611                                                                                                                                                                                                                                                                                                   
## 612                                                                                                                                                                                                                                                                                                   
## 613                                                                                                                                                                                                                                                                                                   
## 614                                                                                                                                                                                                                                                                                                   
## 615                                                                                                                                                                                                                                                                                                   
## 616                                                                                                                                                                                                                                                                                                   
## 617                                                                                                                                                                                                                                                                                                   
## 618                                                                                                                                                                                                                                                                                                   
## 619                                                                                                                                                                                                                                                                                                   
## 620                                                                                                                                                                                                                                                                                                   
## 621                                                                                                                                                                                                                                                                                                   
## 622                                                                                                                                                                                                                                                                                                   
## 623                                                                                                                                                                                                                                                                                                   
## 624                                                                                                                                                                                                                                                                                                   
## 625                                                                                                                                                                                                                                                                                                   
## 626                                                                                                                                                                                                                                                                                                   
## 627                                                                                                                                                                                                                                                                                                   
## 628                                                                                                                                                                                                                                                                                                   
## 629                                                                                                                                                                                                                                                                                                   
## 630                                                                                                                                                                                                                                                                                                   
## 631                                                                                                                                                                                                                                                                                                   
## 632                                                                                                                                                                                                                                                                                                   
## 633                                                                                                                                                                                                                                                                                                   
## 634                                                                                                                                                                                                                                                                                                   
## 635                                                                                                                                                                                                                                                                                                   
## 636                                                                                                                                                                                                                                                                                                   
## 637                                                                                                                                                                                                                                                                                                   
## 638                                                                                                                                                                                                                                                                                                   
## 639                                                                                                                                                                                                                                                                                                   
## 640                                                                                                                                                                                                                                                                                                   
## 641                                                                                                                                                                                                                                                                                                   
## 642                                                                                                                                                                                                                                                                                                   
## 643                                                                                                                                                                                                                                                                                                   
## 644                                                                                                                                                                                                                                                                                                   
## 645                                                                                                                                                                                                                                                                                                   
## 646                                                                                                                                                                                                                                                                                                   
## 647                                                                                                                                                                                                                                                                                                   
## 648                                                                                                                                                                                                                                                                                                   
## 649                                                                                                                                                                                                                                                                                                   
## 650                                                                                                                                                                                                                                                                                                   
## 651                                                                                                                                                                                                                                                                                                   
## 652                                                                                                                                                                                                                                                                                                   
## 653                                                                                                                                                                                                                                                                                                   
## 654                                                                                                                                                                                                                                                                                                   
## 655                                                                                                                                                                                                                                                                                                   
## 656                                                                                                                                                                                                                                                                                                   
## 657                                                                                                                                                                                                                                                                                                   
## 658                                                                                                                                                                                                                                                                                                   
## 659                                                                                                                                                                                                                                                                                                   
## 660                                                                                                                                                                                                                                                                                                   
## 661                                                                                                                                                                                                                                                                                                   
## 662                                                                                                                                                                                                                                                                                                   
## 663                                                                                                                                                                                                                                                                                                   
## 664                                                                                                                                                                                                                                                                                                   
## 665                                                                                                                                                                                                                                                                                                   
## 666                                                                                                                                                                                                                                                                                                   
## 667                                                                                                                                                                                                                                                                                                   
## 668                                                                                                                                                                                                                                                                                                   
## 669                                                                                                                                                                                                                                                                                                   
## 670                                                                                                                                                                                                                                                                                                   
## 671                                                                                                                                                                                                                                                                                                   
## 672                                                                                                                                                                                                                                                                                                   
## 673                                                                                                                                                                                                                                                                                                   
## 674                                                                                                                                                                                                                                                                                                   
## 675                                                                                                                                                                                                                                                                                                   
## 676                                                                                                                                                                                                                                                                                                   
## 677                                                                                                                                                                                                                                                                                                   
## 678                                                                                                                                                                                                                                                                                                   
## 679                                                                                                                                                                                                                                                                                                   
## 680                                                                                                                                                                                                                                                                                                   
## 681                                                                                                                                                                                                                                                                                                   
## 682                                                                                                                                                                                                                                                                                                   
## 683                                                                                                                                                                                                                                                                                                   
## 684                                                                                                                                                                                                                                                                                                   
## 685                                                                                                                                                                                                                                                                                                   
## 686                                                                                                                                                                                                                                                                                                   
## 687                                                                                                                                                                                                                                                                                                   
## 688                                                                                                                                                                                                                                                                                                   
## 689                                                                                                                                                                                                                                                                                                   
## 690                                                                                                                                                                                                                                                                                                   
## 691                                                                                                                                                                                                                                                                                                   
## 692                                                                                                                                                                                                                                                                                                   
## 693                                                                                                                                                                                                                                                                                                   
## 694                                                                                                                                                                                                                                                                                                   
## 695                                                                                                                                                                                                                                                                                                   
## 696                                                                                                                                                                                                                                                                                                   
## 697                                                                                                                                                                                                                                                                                                   
## 698                                                                                                                                                                                                                                                                                                   
## 699                                                                                                                                                                                                                                                                                                   
## 700                                                                                                                                                                                                                                                                                                   
## 701                                                                                                                                                                                                                                                                                                   
## 702                                                                                                                                                                                                                                                                                                   
## 703                                                                                                                                                                                                                                                                                                   
## 704                                                                                                                                                                                                                                                                                                   
## 705                                                                                                                                                                                                                                                                                                   
## 706                                                                                                                                                                                                                                                                                                   
## 707                                                                                                                                                                                                                                                                                                   
## 708                                                                                                                                                                                                                                                                                                   
## 709                                                                                                                                                                                                                                                                                                   
## 710                                                                                                                                                                                                                                                                                                   
## 711                                                                                                                                                                                                                                                                                                   
## 712                                                                                                                                                                                                                                                                                                   
## 713                                                                                                                                                                                                                                                                                                   
## 714                                                                                                                                                                                                                                                                                                   
## 715                                                                                                                                                                                                                                                                                                   
## 716                                                                                                                                                                                                                                                                                                   
## 717                                                                                                                                                                                                                                                                                                   
## 718                                                                                                                                                                                                                                                                                                   
## 719                                                                                                                                                                                                                                                                                                   
## 720                                                                                                                                                                                                                                                                                                   
## 721                                                                                                                                                                                                                                                                                                   
## 722                                                                                                                                                                                                                                                                                                   
## 723                                                                                                                                                                                                                                                                                                   
## 724                                                                                                                                                                                                                                                                                                   
## 725                                                                                                                                                                                                                                                                                                   
## 726                                                                                                                                                                                                                                                                                                   
## 727                                                                                                                                                                                                                                                                                                   
## 728                                                                                                                                                                                                                                                                                                   
## 729                                                                                                                                                                                                                                                                                                   
## 730                                                                                                                                                                                                                                                                                                   
## 731                                                                                                                                                                                                                                                                                                   
## 732                                                                                                                                                                                                                                                                                                   
## 733                                                                                                                                                                                                                                                                                                   
## 734                                                                                                                                                                                                                                                                                                   
## 735                                                                                                                                                                                                                                                                                                   
## 736                                                                                                                                                                                                                                                                                                   
## 737                                                                                                                                                                                                                                                                                                   
## 738                                                                                                                                                                                                                                                                                                   
## 739                                                                                                                                                                                                                                                                                                   
## 740                                                                                                                                                                                                                                                                                                   
## 741                                                                                                                                                                                                                                                                                                   
## 742                                                                                                                                                                                                                                                                                                   
## 743                                                                                                                                                                                                                                                                                                   
## 744                                                                                                                                                                                                                                                                                                   
## 745                                                                                                                                                                                                                                                                                                   
## 746                                                                                                                                                                                                                                                                                                   
## 747                                                                                                                                                                                                                                                                                                   
## 748                                                                                                                                                                                                                                                                                                   
## 749                                                                                                                                                                                                                                                                                                   
## 750                                                                                                                                                                                                                                                                                                   
## 751                                                                                                                                                                                                                                                                                                   
## 752                                                                                                                                                                                                                                                                                                   
## 753                                                                                                                                                                                                                                                                                                   
## 754                                                                                                                                                                                                                                                                                                   
## 755                                                                                                                                                                                                                                                                                                   
## 756                                                                                                                                                                                                                                                                                                   
## 757                                                                                                                                                                                                                                                                                                   
## 758                                                                                                                                                                                                                                                                                                   
## 759                                                                                                                                                                                                                                                                                                   
## 760                                                                                                                                                                                                                                                                                                   
## 761                                                                                                                                                                                                                                                                                                   
## 762                                                                                                                                                                                                                                                                                                   
## 763                                                                                                                                                                                                                                                                                                   
## 764                                                                                                                                                                                                                                                                                                   
## 765                                                                                                                                                                                                                                                                                                   
## 766                                                                                                                                                                                                                                                                                                   
## 767                                                                                                                                                                                                                                                                                                   
## 768                                                                                                                                                                                                                                                                                                   
## 769                                                                                                                                                                                                                                                                                                   
## 770                                                                                                                                                                                                                                                                                                   
## 771                                                                                                                                                                                                                                                                                                   
## 772                                                                                                                                                                                                                                                                                                   
## 773                                                                                                                                                                                                                                                                                                   
## 774                                                                                                                                                                                                                                                                                                   
## 775                                                                                                                                                                                                                                                                                                   
## 776                                                                                                                                                                                                                                                                                                   
## 777                                                                                                                                                                                                                                                                                                   
## 778                                                                                                                                                                                                                                                                                                   
## 779                                                                                                                                                                                                                                                                                                   
## 780                                                                                                                                                                                                                                                                                                   
## 781                                                                                                                                                                                                                                                                                                   
## 782                                                                                                                                                                                                                                                                                                   
## 783                                                                                                                                                                                                                                                                                                   
## 784                                                                                                                                                                                                                                                                                                   
## 785                                                                                                                                                                                                                                                                                                   
## 786                                                                                                                                                                                                                                                                                                   
## 787                                                                                                                                                                                                                                                                                                   
## 788                                                                                                                                                                                                                                                                                                   
## 789                                                                                                                                                                                                                                                                                                   
## 790                                                                                                                                                                                                                                                                                                   
## 791                                                                                                                                                                                                                                                                                                   
## 792                                                                                                                                                                                                                                                                                                   
## 793                                                                                                                                                                                                                                                                                                   
## 794                                                                                                                                                                                                                                                                                                   
## 795                                                                                                                                                                                                                                                                                                   
## 796                                                                                                                                                                                                                                                                                                   
## 797                                                                                                                                                                                                                                                                                                   
## 798                                                                                                                                                                                                                                                                                                   
## 799                                                                                                                                                                                                                                                                                                   
## 800                                                                                                                                                                                                                                                                                                   
## 801                                                                                                                                                                                                                                                                                                   
## 802                                                                                                                                                                                                                                                                                                   
## 803                                                                                                                                                                                                                                                                                                   
## 804                                                                                                                                                                                                                                                                                                   
## 805                                                                                                                                                                                                                                                                                                   
## 806                                                                                                                                                                                                                                                                                                   
## 807                                                                                                                                                                                                                                                                                                   
## 808                                                                                                                                                                                                                                                                                                   
## 809                                                                                                                                                                                                                                                                                                   
## 810                                                                                                                                                                                                                                                                                                   
## 811                                                                                                                                                                                                                                                                                                   
## 812                                                                                                                                                                                                                                                                                                   
## 813                                                                                                                                                                                                                                                                                                   
## 814                                                                                                                                                                                                                                                                                                   
## 815                                                                                                                                                                                                                                                                                                   
## 816                                                                                                                                                                                                                                                                                                   
## 817                                                                                                                                                                                                                                                                                                   
## 818                                                                                                                                                                                                                                                                                                   
## 819                                                                                                                                                                                                                                                                                                   
## 820                                                                                                                                                                                                                                                                                                   
## 821                                                                                                                                                                                                                                                                                                   
## 822                                                                                                                                                                                                                                                                                                   
## 823                                                                                                                                                                                                                                                                                                   
## 824                                                                                                                                                                                                                                                                                                   
## 825                                                                                                                                                                                                                                                                                                   
## 826                                                                                                                                                                                                                                                                                                   
## 827                                                                                                                                                                                                                                                                                                   
## 828                                                                                                                                                                                                                                                                                                   
## 829                                                                                                                                                                                                                                                                                                   
## 830                                                                                                                                                                                                                                                                                                   
## 831                                                                                                                                                                                                                                                                                                   
## 832                                                                                                                                                                                                                                                                                                   
## 833                                                                                                                                                                                                                                                                                                   
## 834                                                                                                                                                                                                                                                                                                   
## 835                                                                                                                                                                                                                                                                                                   
## 836                                                                                                                                                                                                                                                                                                   
## 837                                                                                                                                                                                                                                                                                                   
## 838                                                                                                                                                                                                                                                                                                   
## 839                                                                                                                                                                                                                                                                                                   
## 840                                                                                                                                                                                                                                                                                                   
## 841                                                                                                                                                                                                                                                                                                   
## 842                                                                                                                                                                                                                                                                                                   
## 843                                                                                                                                                                                                                                                                                                   
## 844                                                                                                                                                                                                                                                                                                   
## 845                                                                                                                                                                                                                                                                                                   
## 846                                                                                                                                                                                                                                                                                                   
## 847                                                                                                                                                                                                                                                                                                   
## 848                                                                                                                                                                                                                                                                                                   
## 849                                                                                                                                                                                                                                                                                                   
## 850                                                                                                                                                                                                                                                                                                   
## 851                                                                                                                                                                                                                                                                                                   
## 852                                                                                                                                                                                                                                                                                                   
## 853                                                                                                                                                                                                                                                                                                   
## 854                                                                                                                                                                                                                                                                                                   
## 855                                                                                                                                                                                                                                                                                                   
## 856                                                                                                                                                                                                                                                                                                   
## 857                                                                                                                                                                                                                                                                                                   
## 858                                                                                                                                                                                                                                                                                                   
## 859                                                                                                                                                                                                                                                                                                   
## 860                                                                                                                                                                                                                                                                                                   
## 861                                                                                                                                                                                                                                                                                                   
## 862                                                                                                                                                                                                                                                                                                   
## 863                                                                                                                                                                                                                                                                                                   
## 864                                                                                                                                                                                                                                                                                                   
## 865                                                                                                                                                                                                                                                                                                   
## 866                                                                                                                                                                                                                                                                                                   
## 867                                                                                                                                                                                                                                                                                                   
## 868                                                                                                                                                                                                                                                                                                   
## 869                                                                                                                                                                                                                                                                                                   
## 870                                                                                                                                                                                                                                                                                                   
## 871                                                                                                                                                                                                                                                                                                   
## 872                                                                                                                                                                                                                                                                                                   
## 873                                                                                                                                                                                                                                                                                                   
## 874                                                                                                                                                                                                                                                                                                   
## 875                                                                                                                                                                                                                                                                                                   
## 876                                                                                                                                                                                                                                                                                                   
## 877                                                                                                                                                                                                                                                                                                   
## 878                                                                                                                                                                                                                                                                                                   
## 879                                                                                                                                                                                                                                                                                                   
## 880                                                                                                                                                                                                                                                                                                   
## 881                                                                                                                                                                                                                                                                                                   
## 882                                                                                                                                                                                                                                                                                                   
## 883                                                                                                                                                                                                                                                                                                   
## 884                                                                                                                                                                                                                                                                                                   
## 885                                                                                                                                                                                                                                                                                                   
## 886                                                                                                                                                                                                                                                                                                   
## 887                                                                                                                                                                                                                                                                                                   
## 888                                                                                                                                                                                                                                                                                                   
## 889                                                                                                                                                                                                                                                                                                   
## 890                                                                                                                                                                                                                                                                                                   
## 891                                                                                                                                                                                                                                                                                                   
## 892                                                                                                                                                                                                                                                                                                   
## 893                                                                                                                                                                                                                                                                                                   
## 894                                                                                                                                                                                                                                                                                                   
## 895                                                                                                                                                                                                                                                                                                   
## 896                                                                                                                                                                                                                                                                                                   
## 897                                                                                                                                                                                                                                                                                                   
## 898                                                                                                                                                                                                                                                                                                   
## 899                                                                                                                                                                                                                                                                                                   
## 900                                                                                                                                                                                                                                                                                                   
## 901                                                                                                                                                                                                                                                                                                   
## 902                                                                                                                                                                                                                                                                                                   
## 903                                                                                                                                                                                                                                                                                                   
## 904                                                                                                                                                                                                                                                                                                   
## 905                                                                                                                                                                                                                                                                                                   
## 906                                                                                                                                                                                                                                                                                                   
## 907                                                                                                                                                                                                                                                                                                   
## 908                                                                                                                                                                                                                                                                                                   
## 909                                                                                                                                                                                                                                                                                                   
## 910                                                                                                                                                                                                                                                                                                   
## 911                                                                                                                                                                                                                                                                                                   
## 912                                                                                                                                                                                                                                                                                                   
## 913                                                                                                                                                                                                                                                                                                   
## 914                                                                                                                                                                                                                                                                                                   
## 915                                                                                                                                                                                                                                                                                                   
## 916                                                                                                                                                                                                                                                                                                   
## 917                                                                                                                                                                                                                                                                                                   
## 918                                                                                                                                                                                                                                                                                                   
## 919                                                                                                                                                                                                                                                                                                   
## 920                                                                                                                                                                                                                                                                                                   
## 921                                                                                                                                                                                                                                                                                                   
## 922                                                                                                                                                                                                                                                                                                   
## 923                                                                                                                                                                                                                                                                                                   
## 924                                                                                                                                                                                                                                                                                                   
## 925                                                                                                                                                                                                                                                                                                   
## 926                                                                                                                                                                                                                                                                                                   
## 927                                                                                                                                                                                                                                                                                                   
## 928                                                                                                                                                                                                                                                                                                   
## 929                                                                                                                                                                                                                                                                                                   
## 930                                                                                                                                                                                                                                                                                                   
## 931                                                                                                                                                                                                                                                                                                   
## 932                                                                                                                                                                                                                                                                                                   
## 933                                                                                                                                                                                                                                                                                                   
## 934                                                                                                                                                                                                                                                                                                   
## 935                                                                                                                                                                                                                                                                                                   
## 936                                                                                                                                                                                                                                                                                                   
## 937                                                                                                                                                                                                                                                                                                   
## 938                                                                                                                                                                                                                                                                                                   
## 939                                                                                                                                                                                                                                                                                                   
## 940                                                                                                                                                                                                                                                                                                   
## 941                                                                                                                                                                                                                                                                                                   
## 942                                                                                                                                                                                                                                                                                                   
## 943                                                                                                                                                                                                                                                                                                   
## 944                                                                                                                                                                                                                                                                                                   
## 945                                                                                                                                                                                                                                                                                                   
## 946                                                                                                                                                                                                                                                                                                   
## 947                                                                                                                                                                                                                                                                                                   
## 948                                                                                                                                                                                                                                                                                                   
## 949                                                                                                                                                                                                                                                                                                   
## 950                                                                                                                                                                                                                                                                                                   
## 951                                                                                                                                                                                                                                                                                                   
## 952                                                                                                                                                                                                                                                                                                   
## 953                                                                                                                                                                                                                                                                                                   
## 954                                                                                                                                                                                                                                                                                                   
## 955                                                                                                                                                                                                                                                                                                   
## 956                                                                                                                                                                                                                                                                                                   
## 957                                                                                                                                                                                                                                                                                                   
## 958                                                                                                                                                                                                                                                                                                   
## 959                                                                                                                                                                                                                                                                                                   
## 960                                                                                                                                                                                                                                                                                                   
## 961                                                                                                                                                                                                                                                                                                   
## 962                                                                                                                                                                                                                                                                                                   
## 963                                                                                                                                                                                                                                                                                                   
## 964                                                                                                                                                                                                                                                                                                   
## 965                                                                                                                                                                                                                                                                                                   
## 966                                                                                                                                                                                                                                                                                                   
## 967                                                                                                                                                                                                                                                                                                   
## 968                                                                                                                                                                                                                                                                                                   
## 969                                                                                                                                                                                                                                                                                                   
## 970                                                                                                                                                                                                                                                                                                   
## 971                                                                                                                                                                                                                                                                                                   
## 972                                                                                                                                                                                                                                                                                                   
## 973                                                                                                                                                                                                                                                                                                   
## 974                                                                                                                                                                                                                                                                                                   
## 975                                                                                                                                                                                                                                                                                                   
## 976                                                                                                                                                                                                                                                                                                   
## 977                                                                                                                                                                                                                                                                                                   
## 978                                                                                                                                                                                                                                                                                                   
## 979                                                                                                                                                                                                                                                                                                   
## 980                                                                                                                                                                                                                                                                                                   
## 981                                                                                                                                                                                                                                                                                                   
## 982                                                                                                                                                                                                                                                                                                   
## 983                                                                                                                                                                                                                                                                                                   
## 984                                                                                                                                                                                                                                                                                                   
## 985                                                                                                                                                                                                                                                                                                   
## 986                                                                                                                                                                                                                                                                                                   
## 987                                                                                                                                                                                                                                                                                                   
## 988                                                                                                                                                                                                                                                                                                   
## 989                                                                                                                                                                                                                                                                                                   
## 990                                                                                                                                                                                                                                                                                                   
## 991                                                                                                                                                                                                                                                                                                   
## 992                                                                                                                                                                                                                                                                                                   
## 993                                                                                                                                                                                                                                                                                                   
## 994                                                                                                                                                                                                                                                                                                   
## 995                                                                                                                                                                                                                                                                                                   
## 996                                                                                                                                                                                                                                                                                                   
## 997                                                                                                                                                                                                                                                                                                   
## 998                                                                                                                                                                                                                                                                                                   
## 999                                                                                                                                                                                                                                                                                                   
## 1000                                                                                                                                                                                                                                                                                                  
## 1001                                                                                                                                                                                                                                                                                                  
## 1002                                                                                                                                                                                                                                                                                                  
## 1003                                                                                                                                                                                                                                                                                                  
## 1004                                                                                                                                                                                                                                                                                                  
## 1005                                                                                                                                                                                                                                                                                                  
## 1006                                                                                                                                                                                                                                                                                                  
## 1007                                                                                                                                                                                                                                                                                                  
## 1008                                                                                                                                                                                                                                                                                                  
## 1009                                                                                                                                                                                                                                                                                                  
## 1010                                                                                                                                                                                                                                                                                                  
## 1011                                                                                                                                                                                                                                                                                                  
## 1012                                                                                                                                                                                                                                                                                                  
## 1013                                                                                                                                                                                                                                                                                                  
## 1014                                                                                                                                                                                                                                                                                                  
## 1015                                                                                                                                                                                                                                                                                                  
## 1016                                                                                                                                                                                                                                                                                                  
## 1017                                                                                                                                                                                                                                                                                                  
## 1018                                                                                                                                                                                                                                                                                                  
## 1019                                                                                                                                                                                                                                                                                                  
## 1020                                                                                                                                                                                                                                                                                                  
## 1021                                                                                                                                                                                                                                                                                                  
## 1022                                                                                                                                                                                                                                                                                                  
## 1023                                                                                                                                                                                                                                                                                                  
## 1024                                                                                                                                                                                                                                                                                                  
## 1025                                                                                                                                                                                                                                                                                                  
## 1026                                                                                                                                                                                                                                                                                                  
## 1027                                                                                                                                                                                                                                                                                                  
## 1028                                                                                                                                                                                                                                                                                                  
## 1029                                                                                                                                                                                                                                                                                                  
## 1030                                                                                                                                                                                                                                                                                                  
## 1031                                                                                                                                                                                                                                                                                                  
## 1032                                                                                                                                                                                                                                                                                                  
## 1033                                                                                                                                                                                                                                                                                                  
## 1034                                                                                                                                                                                                                                                                                                  
## 1035                                                                                                                                                                                                                                                                                                  
## 1036                                                                                                                                                                                                                                                                                                  
## 1037                                                                                                                                                                                                                                                                                                  
## 1038                                                                                                                                                                                                                                                                                                  
## 1039                                                                                                                                                                                                                                                                                                  
## 1040                                                                                                                                                                                                                                                                                                  
## 1041                                                                                                                                                                                                                                                                                                  
## 1042                                                                                                                                                                                                                                                                                                  
## 1043                                                                                                                                                                                                                                                                                                  
## 1044                                                                                                                                                                                                                                                                                                  
## 1045                                                                                                                                                                                                                                                                                                  
## 1046                                                                                                                                                                                                                                                                                                  
## 1047                                                                                                                                                                                                                                                                                                  
## 1048                                                                                                                                                                                                                                                                                                  
## 1049                                                                                                                                                                                                                                                                                                  
## 1050                                                                                                                                                                                                                                                                                                  
## 1051                                                                                                                                                                                                                                                                                                  
## 1052                                                                                                                                                                                                                                                                                                  
## 1053                                                                                                                                                                                                                                                                                                  
## 1054                                                                                                                                                                                                                                                                                                  
## 1055                                                                                                                                                                                                                                                                                                  
## 1056                                                                                                                                                                                                                                                                                                  
## 1057                                                                                                                                                                                                                                                                                                  
## 1058                                                                                                                                                                                                                                                                                                  
## 1059                                                                                                                                                                                                                                                                                                  
## 1060                                                                                                                                                                                                                                                                                                  
## 1061                                                                                                                                                                                                                                                                                                  
## 1062                                                                                                                                                                                                                                                                                                  
## 1063                                                                                                                                                                                                                                                                                                  
## 1064                                                                                                                                                                                                                                                                                                  
## 1065                                                                                                                                                                                                                                                                                                  
## 1066                                                                                                                                                                                                                                                                                                  
## 1067                                                                                                                                                                                                                                                                                                  
## 1068                                                                                                                                                                                                                                                                                                  
## 1069                                                                                                                                                                                                                                                                                                  
## 1070                                                                                                                                                                                                                                                                                                  
## 1071                                                                                                                                                                                                                                                                                                  
## 1072                                                                                                                                                                                                                                                                                                  
## 1073                                                                                                                                                                                                                                                                                                  
## 1074                                                                                                                                                                                                                                                                                                  
## 1075                                                                                                                                                                                                                                                                                                  
## 1076                                                                                                                                                                                                                                                                                                  
## 1077                                                                                                                                                                                                                                                                                                  
## 1078                                                                                                                                                                                                                                                                                                  
## 1079                                                                                                                                                                                                                                                                                                  
## 1080                                                                                                                                                                                                                                                                                                  
## 1081                                                                                                                                                                                                                                                                                                  
## 1082                                                                                                                                                                                                                                                                                                  
## 1083                                                                                                                                                                                                                                                                                                  
## 1084                                                                                                                                                                                                                                                                                                  
## 1085                                                                                                                                                                                                                                                                                                  
## 1086                                                                                                                                                                                                                                                                                                  
## 1087                                                                                                                                                                                                                                                                                                  
## 1088                                                                                                                                                                                                                                                                                                  
## 1089                                                                                                                                                                                                                                                                                                  
## 1090                                                                                                                                                                                                                                                                                                  
## 1091                                                                                                                                                                                                                                                                                                  
## 1092                                                                                                                                                                                                                                                                                                  
## 1093                                                                                                                                                                                                                                                                                                  
## 1094                                                                                                                                                                                                                                                                                                  
## 1095                                                                                                                                                                                                                                                                                                  
## 1096                                                                                                                                                                                                                                                                                                  
## 1097                                                                                                                                                                                                                                                                                                  
## 1098                                                                                                                                                                                                                                                                                                  
## 1099                                                                                                                                                                                                                                                                                                  
## 1100                                                                                                                                                                                                                                                                                                  
## 1101                                                                                                                                                                                                                                                                                                  
## 1102                                                                                                                                                                                                                                                                                                  
## 1103                                                                                                                                                                                                                                                                                                  
## 1104                                                                                                                                                                                                                                                                                                  
## 1105                                                                                                                                                                                                                                                                                                  
## 1106                                                                                                                                                                                                                                                                                                  
## 1107                                                                                                                                                                                                                                                                                                  
## 1108                                                                                                                                                                                                                                                                                                  
## 1109                                                                                                                                                                                                                                                                                                  
## 1110                                                                                                                                                                                                                                                                                                  
## 1111                                                                                                                                                                                                                                                                                                  
## 1112                                                                                                                                                                                                                                                                                                  
## 1113                                                                                                                                                                                                                                                                                                  
## 1114                                                                                                                                                                                                                                                                                                  
## 1115                                                                                                                                                                                                                                                                                                  
## 1116                                                                                                                                                                                                                                                                                                  
## 1117                                                                                                                                                                                                                                                                                                  
## 1118                                                                                                                                                                                                                                                                                                  
## 1119                                                                                                                                                                                                                                                                                                  
## 1120                                                                                                                                                                                                                                                                                                  
## 1121                                                                                                                                                                                                                                                                                                  
## 1122                                                                                                                                                                                                                                                                                                  
## 1123                                                                                                                                                                                                                                                                                                  
## 1124                                                                                                                                                                                                                                                                                                  
## 1125                                                                                                                                                                                                                                                                                                  
## 1126                                                                                                                                                                                                                                                                                                  
## 1127                                                                                                                                                                                                                                                                                                  
## 1128                                                                                                                                                                                                                                                                                                  
## 1129                                                                                                                                                                                                                                                                                                  
## 1130                                                                                                                                                                                                                                                                                                  
## 1131                                                                                                                                                                                                                                                                                                  
## 1132                                                                                                                                                                                                                                                                                                  
## 1133                                                                                                                                                                                                                                                                                                  
## 1134                                                                                                                                                                                                                                                                                                  
## 1135                                                                                                                                                                                                                                                                                                  
## 1136                                                                                                                                                                                                                                                                                                  
## 1137                                                                                                                                                                                                                                                                                                  
## 1138                                                                                                                                                                                                                                                                                                  
## 1139                                                                                                                                                                                                                                                                                                  
## 1140                                                                                                                                                                                                                                                                                                  
## 1141                                                                                                                                                                                                                                                                                                  
## 1142                                                                                                                                                                                                                                                                                                  
## 1143                                                                                                                                                                                                                                                                                                  
## 1144                                                                                                                                                                                                                                                                                                  
## 1145                                                                                                                                                                                                                                                                                                  
## 1146                                                                                                                                                                                                                                                                                                  
## 1147                                                                                                                                                                                                                                                                                                  
## 1148                                                                                                                                                                                                                                                                                                  
## 1149                                                                                                                                                                                                                                                                                                  
## 1150                                                                                                                                                                                                                                                                                                  
## 1151                                                                                                                                                                                                                                                                                                  
## 1152                                                                                                                                                                                                                                                                                                  
## 1153                                                                                                                                                                                                                                                                                                  
## 1154                                                                                                                                                                                                                                                                                                  
## 1155                                                                                                                                                                                                                                                                                                  
## 1156                                                                                                                                                                                                                                                                                                  
## 1157                                                                                                                                                                                                                                                                                                  
## 1158                                                                                                                                                                                                                                                                                                  
## 1159                                                                                                                                                                                                                                                                                                  
## 1160                                                                                                                                                                                                                                                                                                  
## 1161                                                                                                                                                                                                                                                                                                  
## 1162                                                                                                                                                                                                                                                                                                  
## 1163                                                                                                                                                                                                                                                                                                  
## 1164                                                                                                                                                                                                                                                                                                  
## 1165                                                                                                                                                                                                                                                                                                  
## 1166                                                                                                                                                                                                                                                                                                  
## 1167                                                                                                                                                                                                                                                                                                  
## 1168                                                                                                                                                                                                                                                                                                  
## 1169                                                                                                                                                                                                                                                                                                  
## 1170                                                                                                                                                                                                                                                                                                  
## 1171                                                                                                                                                                                                                                                                                                  
## 1172                                                                                                                                                                                                                                                                                                  
## 1173                                                                                                                                                                                                                                                                                                  
## 1174                                                                                                                                                                                                                                                                                                  
## 1175                                                                                                                                                                                                                                                                                                  
## 1176                                                                                                                                                                                                                                                                                                  
## 1177                                                                                                                                                                                                                                                                                                  
## 1178                                                                                                                                                                                                                                                                                                  
## 1179                                                                                                                                                                                                                                                                                                  
## 1180                                                                                                                                                                                                                                                                                                  
## 1181                                                                                                                                                                                                                                                                                                  
## 1182                                                                                                                                                                                                                                                                                                  
## 1183                                                                                                                                                                                                                                                                                                  
## 1184                                                                                                                                                                                                                                                                                                  
## 1185                                                                                                                                                                                                                                                                                                  
## 1186                                                                                                                                                                                                                                                                                                  
## 1187                                                                                                                                                                                                                                                                                                  
## 1188                                                                                                                                                                                                                                                                                                  
## 1189                                                                                                                                                                                                                                                                                                  
## 1190                                                                                                                                                                                                                                                                                                  
## 1191                                                                                                                                                                                                                                                                                                  
## 1192                                                                                                                                                                                                                                                                                                  
## 1193                                                                                                                                                                                                                                                                                                  
## 1194                                                                                                                                                                                                                                                                                                  
## 1195                                                                                                                                                                                                                                                                                                  
## 1196                                                                                                                                                                                                                                                                                                  
## 1197                                                                                                                                                                                                                                                                                                  
## 1198                                                                                                                                                                                                                                                                                                  
## 1199                                                                                                                                                                                                                                                                                                  
## 1200                                                                                                                                                                                                                                                                                                  
## 1201                                                                                                                                                                                                                                                                                                  
## 1202                                                                                                                                                                                                                                                                                                  
## 1203                                                                                                                                                                                                                                                                                                  
## 1204                                                                                                                                                                                                                                                                                                  
## 1205                                                                                                                                                                                                                                                                                                  
## 1206                                                                                                                                                                                                                                                                                                  
## 1207                                                                                                                                                                                                                                                                                                  
## 1208                                                                                                                                                                                                                                                                                                  
## 1209                                                                                                                                                                                                                                                                                                  
## 1210                                                                                                                                                                                                                                                                                                  
## 1211                                                                                                                                                                                                                                                                                                  
## 1212                                                                                                                                                                                                                                                                                                  
## 1213                                                                                                                                                                                                                                                                                                  
## 1214                                                                                                                                                                                                                                                                                                  
## 1215                                                                                                                                                                                                                                                                                                  
## 1216                                                                                                                                                                                                                                                                                                  
## 1217                                                                                                                                                                                                                                                                                                  
## 1218                                                                                                                                                                                                                                                                                                  
## 1219                                                                                                                                                                                                                                                                                                  
## 1220                                                                                                                                                                                                                                                                                                  
## 1221                                                                                                                                                                                                                                                                                                  
## 1222                                                                                                                                                                                                                                                                                                  
## 1223                                                                                                                                                                                                                                                                                                  
## 1224                                                                                                                                                                                                                                                                                                  
## 1225                                                                                                                                                                                                                                                                                                  
## 1226                                                                                                                                                                                                                                                                                                  
## 1227                                                                                                                                                                                                                                                                                                  
## 1228                                                                                                                                                                                                                                                                                                  
## 1229                                                                                                                                                                                                                                                                                                  
## 1230                                                                                                                                                                                                                                                                                                  
## 1231                                                                                                                                                                                                                                                                                                  
## 1232                                                                                                                                                                                                                                                                                                  
## 1233                                                                                                                                                                                                                                                                                                  
## 1234                                                                                                                                                                                                                                                                                                  
## 1235                                                                                                                                                                                                                                                                                                  
## 1236                                                                                                                                                                                                                                                                                                  
## 1237                                                                                                                                                                                                                                                                                                  
## 1238                                                                                                                                                                                                                                                                                                  
## 1239                                                                                                                                                                                                                                                                                                  
## 1240                                                                                                                                                                                                                                                                                                  
## 1241                                                                                                                                                                                                                                                                                                  
## 1242                                                                                                                                                                                                                                                                                                  
## 1243                                                                                                                                                                                                                                                                                                  
## 1244                                                                                                                                                                                                                                                                                                  
## 1245                                                                                                                                                                                                                                                                                                  
## 1246                                                                                                                                                                                                                                                                                                  
## 1247                                                                                                                                                                                                                                                                                                  
## 1248                                                                                                                                                                                                                                                                                                  
## 1249                                                                                                                                                                                                                                                                                                  
## 1250                                                                                                                                                                                                                                                                                                  
## 1251                                                                                                                                                                                                                                                                                                  
## 1252                                                                                                                                                                                                                                                                                                  
## 1253                                                                                                                                                                                                                                                                                                  
## 1254                                                                                                                                                                                                                                                                                                  
## 1255                                                                                                                                                                                                                                                                                                  
## 1256                                                                                                                                                                                                                                                                                                  
## 1257                                                                                                                                                                                                                                                                                                  
## 1258                                                                                                                                                                                                                                                                                                  
## 1259                                                                                                                                                                                                                                                                                                  
## 1260                                                                                                                                                                                                                                                                                                  
## 1261                                                                                                                                                                                                                                                                                                  
## 1262                                                                                                                                                                                                                                                                                                  
## 1263                                                                                                                                                                                                                                                                                                  
## 1264                                                                                                                                                                                                                                                                                                  
## 1265                                                                                                                                                                                                                                                                                                  
## 1266                                                                                                                                                                                                                                                                                                  
## 1267                                                                                                                                                                                                                                                                                                  
## 1268                                                                                                                                                                                                                                                                                                  
## 1269                                                                                                                                                                                                                                                                                                  
## 1270                                                                                                                                                                                                                                                                                                  
## 1271                                                                                                                                                                                                                                                                                                  
## 1272                                                                                                                                                                                                                                                                                                  
## 1273                                                                                                                                                                                                                                                                                                  
## 1274                                                                                                                                                                                                                                                                                                  
## 1275                                                                                                                                                                                                                                                                                                  
## 1276                                                                                                                                                                                                                                                                                                  
## 1277                                                                                                                                                                                                                                                                                                  
## 1278                                                                                                                                                                                                                                                                                                  
## 1279                                                                                                                                                                                                                                                                                                  
## 1280                                                                                                                                                                                                                                                                                                  
## 1281                                                                                                                                                                                                                                                                                                  
## 1282                                                                                                                                                                                                                                                                                                  
## 1283                                                                                                                                                                                                                                                                                                  
## 1284                                                                                                                                                                                                                                                                                                  
## 1285                                                                                                                                                                                                                                                                                                  
## 1286                                                                                                                                                                                                                                                                                                  
## 1287                                                                                                                                                                                                                                                                                                  
## 1288                                                                                                                                                                                                                                                                                                  
## 1289                                                                                                                                                                                                                                                                                                  
## 1290                                                                                                                                                                                                                                                                                                  
## 1291                                                                                                                                                                                                                                                                                                  
## 1292                                                                                                                                                                                                                                                                                                  
## 1293                                                                                                                                                                                                                                                                                                  
## 1294                                                                                                                                                                                                                                                                                                  
## 1295                                                                                                                                                                                                                                                                                                  
## 1296                                                                                                                                                                                                                                                                                                  
## 1297                                                                                                                                                                                                                                                                                                  
## 1298                                                                                                                                                                                                                                                                                                  
## 1299                                                                                                                                                                                                                                                                                                  
## 1300                                                                                                                                                                                                                                                                                                  
## 1301                                                                                                                                                                                                                                                                                                  
## 1302                                                                                                                                                                                                                                                                                                  
## 1303                                                                                                                                                                                                                                                                                                  
## 1304                                                                                                                                                                                                                                                                                                  
## 1305                                                                                                                                                                                                                                                                                                  
## 1306                                                                                                                                                                                                                                                                                                  
## 1307                                                                                                                                                                                                                                                                                                  
## 1308                                                                                                                                                                                                                                                                                                  
## 1309                                                                                                                                                                                                                                                                                                  
## 1310                                                                                                                                                                                                                                                                                                  
## 1311                                                                                                                                                                                                                                                                                                  
## 1312                                                                                                                                                                                                                                                                                                  
## 1313                                                                                                                                                                                                                                                                                                  
## 1314                                                                                                                                                                                                                                                                                                  
## 1315                                                                                                                                                                                                                                                                                                  
## 1316                                                                                                                                                                                                                                                                                                  
## 1317                                                                                                                                                                                                                                                                                                  
## 1318                                                                                                                                                                                                                                                                                                  
## 1319                                                                                                                                                                                                                                                                                                  
## 1320                                                                                                                                                                                                                                                                                                  
## 1321                                                                                                                                                                                                                                                                                                  
## 1322                                                                                                                                                                                                                                                                                                  
## 1323                                                                                                                                                                                                                                                                                                  
## 1324                                                                                                                                                                                                                                                                                                  
## 1325                                                                                                                                                                                                                                                                                                  
## 1326                                                                                                                                                                                                                                                                                                  
## 1327                                                                                                                                                                                                                                                                                                  
## 1328                                                                                                                                                                                                                                                                                                  
## 1329                                                                                                                                                                                                                                                                                                  
## 1330                                                                                                                                                                                                                                                                                                  
## 1331                                                                                                                                                                                                                                                                                                  
## 1332                                                                                                                                                                                                                                                                                                  
## 1333                                                                                                                                                                                                                                                                                                  
## 1334                                                                                                                                                                                                                                                                                                  
## 1335                                                                                                                                                                                                                                                                                                  
## 1336                                                                                                                                                                                                                                                                                                  
## 1337                                                                                                                                                                                                                                                                                                  
## 1338                                                                                                                                                                                                                                                                                                  
## 1339                                                                                                                                                                                                                                                                                                  
## 1340                                                                                                                                                                                                                                                                                                  
## 1341                                                                                                                                                                                                                                                                                                  
## 1342                                                                                                                                                                                                                                                                                                  
## 1343                                                                                                                                                                                                                                                                                                  
## 1344                                                                                                                                                                                                                                                                                                  
## 1345                                                                                                                                                                                                                                                                                                  
## 1346                                                                                                                                                                                                                                                                                                  
## 1347                                                                                                                                                                                                                                                                                                  
## 1348                                                                                                                                                                                                                                                                                                  
## 1349                                                                                                                                                                                                                                                                                                  
## 1350                                                                                                                                                                                                                                                                                                  
## 1351                                                                                                                                                                                                                                                                                                  
## 1352                                                                                                                                                                                                                                                                                                  
## 1353                                                                                                                                                                                                                                                                                                  
## 1354                                                                                                                                                                                                                                                                                                  
## 1355                                                                                                                                                                                                                                                                                                  
## 1356                                                                                                                                                                                                                                                                                                  
## 1357                                                                                                                                                                                                                                                                                                  
## 1358                                                                                                                                                                                                                                                                                                  
## 1359                                                                                                                                                                                                                                                                                                  
## 1360                                                                                                                                                                                                                                                                                                  
## 1361                                                                                                                                                                                                                                                                                                  
## 1362                                                                                                                                                                                                                                                                                                  
## 1363                                                                                                                                                                                                                                                                                                  
## 1364                                                                                                                                                                                                                                                                                                  
## 1365                                                                                                                                                                                                                                                                                                  
## 1366                                                                                                                                                                                                                                                                                                  
## 1367                                                                                                                                                                                                                                                                                                  
## 1368                                                                                                                                                                                                                                                                                                  
## 1369                                                                                                                                                                                                                                                                                                  
## 1370                                                                                                                                                                                                                                                                                                  
## 1371                                                                                                                                                                                                                                                                                                  
## 1372                                                                                                                                                                                                                                                                                                  
## 1373                                                                                                                                                                                                                                                                                                  
## 1374                                                                                                                                                                                                                                                                                                  
## 1375                                                                                                                                                                                                                                                                                                  
## 1376                                                                                                                                                                                                                                                                                                  
## 1377                                                                                                                                                                                                                                                                                                  
## 1378                                                                                                                                                                                                                                                                                                  
## 1379                                                                                                                                                                                                                                                                                                  
## 1380                                                                                                                                                                                                                                                                                                  
## 1381                                                                                                                                                                                                                                                                                                  
## 1382                                                                                                                                                                                                                                                                                                  
## 1383                                                                                                                                                                                                                                                                                                  
## 1384                                                                                                                                                                                                                                                                                                  
## 1385                                                                                                                                                                                                                                                                                                  
## 1386                                                                                                                                                                                                                                                                                                  
## 1387                                                                                                                                                                                                                                                                                                  
## 1388                                                                                                                                                                                                                                                                                                  
## 1389                                                                                                                                                                                                                                                                                                  
## 1390                                                                                                                                                                                                                                                                                                  
## 1391                                                                                                                                                                                                                                                                                                  
## 1392                                                                                                                                                                                                                                                                                                  
## 1393                                                                                                                                                                                                                                                                                                  
## 1394                                                                                                                                                                                                                                                                                                  
## 1395                                                                                                                                                                                                                                                                                                  
## 1396                                                                                                                                                                                                                                                                                                  
## 1397                                                                                                                                                                                                                                                                                                  
## 1398                                                                                                                                                                                                                                                                                                  
## 1399                                                                                                                                                                                                                                                                                                  
## 1400                                                                                                                                                                                                                                                                                                  
## 1401                                                                                                                                                                                                                                                                                                  
## 1402                                                                                                                                                                                                                                                                                                  
## 1403                                                                                                                                                                                                                                                                                                  
## 1404                                                                                                                                                                                                                                                                                                  
## 1405                                                                                                                                                                                                                                                                                                  
## 1406                                                                                                                                                                                                                                                                                                  
## 1407                                                                                                                                                                                                                                                                                                  
## 1408                                                                                                                                                                                                                                                                                                  
## 1409                                                                                                                                                                                                                                                                                                  
## 1410                                                                                                                                                                                                                                                                                                  
## 1411                                                                                                                                                                                                                                                                                                  
## 1412                                                                                                                                                                                                                                                                                                  
## 1413                                                                                                                                                                                                                                                                                                  
## 1414                                                                                                                                                                                                                                                                                                  
## 1415                                                                                                                                                                                                                                                                                                  
## 1416                                                                                                                                                                                                                                                                                                  
## 1417                                                                                                                                                                                                                                                                                                  
## 1418                                                                                                                                                                                                                                                                                                  
## 1419                                                                                                                                                                                                                                                                                                  
## 1420                                                                                                                                                                                                                                                                                                  
## 1421                                                                                                                                                                                                                                                                                                  
## 1422                                                                                                                                                                                                                                                                                                  
## 1423                                                                                                                                                                                                                                                                                                  
## 1424                                                                                                                                                                                                                                                                                                  
## 1425                                                                                                                                                                                                                                                                                                  
## 1426                                                                                                                                                                                                                                                                                                  
## 1427                                                                                                                                                                                                                                                                                                  
## 1428                                                                                                                                                                                                                                                                                                  
## 1429                                                                                                                                                                                                                                                                                                  
## 1430                                                                                                                                                                                                                                                                                                  
## 1431                                                                                                                                                                                                                                                                                                  
## 1432                                                                                                                                                                                                                                                                                                  
## 1433                                                                                                                                                                                                                                                                                                  
## 1434                                                                                                                                                                                                                                                                                                  
## 1435                                                                                                                                                                                                                                                                                                  
## 1436                                                                                                                                                                                                                                                                                                  
## 1437                                                                                                                                                                                                                                                                                                  
## 1438                                                                                                                                                                                                                                                                                                  
## 1439                                                                                                                                                                                                                                                                                                  
## 1440                                                                                                                                                                                                                                                                                                  
## 1441                                                                                                                                                                                                                                                                                                  
## 1442                                                                                                                                                                                                                                                                                                  
## 1443                                                                                                                                                                                                                                                                                                  
## 1444                                                                                                                                                                                                                                                                                                  
## 1445                                                                                                                                                                                                                                                                                                  
## 1446                                                                                                                                                                                                                                                                                                  
## 1447                                                                                                                                                                                                                                                                                                  
## 1448                                                                                                                                                                                                                                                                                                  
## 1449                                                                                                                                                                                                                                                                                                  
## 1450                                                                                                                                                                                                                                                                                                  
## 1451                                                                                                                                                                                                                                                                                                  
## 1452                                                                                                                                                                                                                                                                                                  
## 1453                                                                                                                                                                                                                                                                                                  
## 1454                                                                                                                                                                                                                                                                                                  
## 1455                                                                                                                                                                                                                                                                                                  
## 1456                                                                                                                                                                                                                                                                                                  
## 1457                                                                                                                                                                                                                                                                                                  
## 1458                                                                                                                                                                                                                                                                                                  
## 1459                                                                                                                                                                                                                                                                                                  
## 1460                                                                                                                                                                                                                                                                                                  
## 1461                                                                                                                                                                                                                                                                                                  
## 1462                                                                                                                                                                                                                                                                                                  
## 1463                                                                                                                                                                                                                                                                                                  
## 1464                                                                                                                                                                                                                                                                                                  
## 1465                                                                                                                                                                                                                                                                                                  
## 1466                                                                                                                                                                                                                                                                                                  
## 1467                                                                                                                                                                                                                                                                                                  
## 1468                                                                                                                                                                                                                                                                                                  
## 1469                                                                                                                                                                                                                                                                                                  
## 1470                                                                                                                                                                                                                                                                                                  
## 1471                                                                                                                                                                                                                                                                                                  
## 1472                                                                                                                                                                                                                                                                                                  
## 1473                                                                                                                                                                                                                                                                                                  
## 1474                                                                                                                                                                                                                                                                                                  
## 1475                                                                                                                                                                                                                                                                                                  
## 1476                                                                                                                                                                                                                                                                                                  
## 1477                                                                                                                                                                                                                                                                                                  
## 1478                                                                                                                                                                                                                                                                                                  
## 1479                                                                                                                                                                                                                                                                                                  
## 1480                                                                                                                                                                                                                                                                                                  
## 1481                                                                                                                                                                                                                                                                                                  
## 1482                                                                                                                                                                                                                                                                                                  
## 1483                                                                                                                                                                                                                                                                                                  
## 1484                                                                                                                                                                                                                                                                                                  
## 1485                                                                                                                                                                                                                                                                                                  
## 1486                                                                                                                                                                                                                                                                                                  
## 1487                                                                                                                                                                                                                                                                                                  
## 1488                                                                                                                                                                                                                                                                                                  
## 1489                                                                                                                                                                                                                                                                                                  
## 1490                                                                                                                                                                                                                                                                                                  
## 1491                                                                                                                                                                                                                                                                                                  
## 1492                                                                                                                                                                                                                                                                                                  
## 1493                                                                                                                                                                                                                                                                                                  
## 1494                                                                                                                                                                                                                                                                                                  
## 1495                                                                                                                                                                                                                                                                                                  
## 1496                                                                                                                                                                                                                                                                                                  
## 1497                                                                                                                                                                                                                                                                                                  
## 1498                                                                                                                                                                                                                                                                                                  
## 1499                                                                                                                                                                                                                                                                                                  
## 1500                                                                                                                                                                                                                                                                                                  
## 1501                                                                                                                                                                                                                                                                                                  
## 1502                                                                                                                                                                                                                                                                                                  
## 1503                                                                                                                                                                                                                                                                                                  
## 1504                                                                                                                                                                                                                                                                                                  
## 1505                                                                                                                                                                                                                                                                                                  
## 1506                                                                                                                                                                                                                                                                                                  
## 1507                                                                                                                                                                                                                                                                                                  
## 1508                                                                                                                                                                                                                                                                                                  
## 1509                                                                                                                                                                                                                                                                                                  
## 1510                                                                                                                                                                                                                                                                                                  
## 1511                                                                                                                                                                                                                                                                                                  
## 1512                                                                                                                                                                                                                                                                                                  
## 1513                                                                                                                                                                                                                                                                                                  
## 1514                                                                                                                                                                                                                                                                                                  
## 1515                                                                                                                                                                                                                                                                                                  
## 1516                                                                                                                                                                                                                                                                                                  
## 1517                                                                                                                                                                                                                                                                                                  
## 1518                                                                                                                                                                                                                                                                                                  
## 1519                                                                                                                                                                                                                                                                                                  
## 1520                                                                                                                                                                                                                                                                                                  
## 1521                                                                                                                                                                                                                                                                                                  
## 1522                                                                                                                                                                                                                                                                                                  
## 1523                                                                                                                                                                                                                                                                                                  
## 1524                                                                                                                                                                                                                                                                                                  
## 1525                                                                                                                                                                                                                                                                                                  
## 1526                                                                                                                                                                                                                                                                                                  
## 1527                                                                                                                                                                                                                                                                                                  
## 1528                                                                                                                                                                                                                                                                                                  
## 1529                                                                                                                                                                                                                                                                                                  
## 1530                                                                                                                                                                                                                                                                                                  
## 1531                                                                                                                                                                                                                                                                                                  
## 1532                                                                                                                                                                                                                                                                                                  
## 1533                                                                                                                                                                                                                                                                                                  
## 1534                                                                                                                                                                                                                                                                                                  
## 1535                                                                                                                                                                                                                                                                                                  
## 1536                                                                                                                                                                                                                                                                                                  
## 1537                                                                                                                                                                                                                                                                                                  
## 1538                                                                                                                                                                                                                                                                                                  
## 1539                                                                                                                                                                                                                                                                                                  
## 1540                                                                                                                                                                                                                                                                                                  
## 1541                                                                                                                                                                                                                                                                                                  
## 1542                                                                                                                                                                                                                                                                                                  
## 1543                                                                                                                                                                                                                                                                                                  
## 1544                                                                                                                                                                                                                                                                                                  
## 1545                                                                                                                                                                                                                                                                                                  
## 1546                                                                                                                                                                                                                                                                                                  
## 1547                                                                                                                                                                                                                                                                                                  
## 1548                                                                                                                                                                                                                                                                                                  
## 1549                                                                                                                                                                                                                                                                                                  
## 1550                                                                                                                                                                                                                                                                                                  
## 1551                                                                                                                                                                                                                                                                                                  
## 1552                                                                                                                                                                                                                                                                                                  
## 1553                                                                                                                                                                                                                                                                                                  
## 1554                                                                                                                                                                                                                                                                                                  
## 1555                                                                                                                                                                                                                                                                                                  
## 1556                                                                                                                                                                                                                                                                                                  
## 1557                                                                                                                                                                                                                                                                                                  
## 1558                                                                                                                                                                                                                                                                                                  
## 1559                                                                                                                                                                                                                                                                                                  
## 1560                                                                                                                                                                                                                                                                                                  
## 1561                                                                                                                                                                                                                                                                                                  
## 1562                                                                                                                                                                                                                                                                                                  
## 1563                                                                                                                                                                                                                                                                                                  
## 1564                                                                                                                                                                                                                                                                                                  
## 1565                                                                                                                                                                                                                                                                                                  
## 1566                                                                                                                                                                                                                                                                                                  
## 1567                                                                                                                                                                                                                                                                                                  
## 1568                                                                                                                                                                                                                                                                                                  
## 1569                                                                                                                                                                                                                                                                                                  
## 1570                                                                                                                                                                                                                                                                                                  
## 1571                                                                                                                                                                                                                                                                                                  
## 1572                                                                                                                                                                                                                                                                                                  
## 1573                                                                                                                                                                                                                                                                                                  
## 1574                                                                                                                                                                                                                                                                                                  
## 1575                                                                                                                                                                                                                                                                                                  
## 1576                                                                                                                                                                                                                                                                                                  
## 1577                                                                                                                                                                                                                                                                                                  
## 1578                                                                                                                                                                                                                                                                                                  
## 1579                                                                                                                                                                                                                                                                                                  
## 1580                                                                                                                                                                                                                                                                                                  
## 1581                                                                                                                                                                                                                                                                                                  
## 1582                                                                                                                                                                                                                                                                                                  
## 1583                                                                                                                                                                                                                                                                                                  
## 1584                                                                                                                                                                                                                                                                                                  
## 1585                                                                                                                                                                                                                                                                                                  
## 1586                                                                                                                                                                                                                                                                                                  
## 1587                                                                                                                                                                                                                                                                                                  
## 1588                                                                                                                                                                                                                                                                                                  
## 1589                                                                                                                                                                                                                                                                                                  
## 1590                                                                                                                                                                                                                                                                                                  
## 1591                                                                                                                                                                                                                                                                                                  
## 1592                                                                                                                                                                                                                                                                                                  
## 1593                                                                                                                                                                                                                                                                                                  
## 1594                                                                                                                                                                                                                                                                                                  
## 1595                                                                                                                                                                                                                                                                                                  
## 1596                                                                                                                                                                                                                                                                                                  
## 1597                                                                                                                                                                                                                                                                                                  
## 1598                                                                                                                                                                                                                                                                                                  
## 1599                                                                                                                                                                                                                                                                                                  
## 1600                                                                                                                                                                                                                                                                                                  
## 1601                                                                                                                                                                                                                                                                                                  
## 1602                                                                                                                                                                                                                                                                                                  
## 1603                                                                                                                                                                                                                                                                                                  
## 1604                                                                                                                                                                                                                                                                                                  
## 1605                                                                                                                                                                                                                                                                                                  
## 1606                                                                                                                                                                                                                                                                                                  
## 1607                                                                                                                                                                                                                                                                                                  
## 1608                                                                                                                                                                                                                                                                                                  
## 1609                                                                                                                                                                                                                                                                                                  
## 1610                                                                                                                                                                                                                                                                                                  
## 1611                                                                                                                                                                                                                                                                                                  
## 1612                                                                                                                                                                                                                                                                                                  
## 1613                                                                                                                                                                                                                                                                                                  
## 1614                                                                                                                                                                                                                                                                                                  
## 1615                                                                                                                                                                                                                                                                                                  
## 1616                                                                                                                                                                                                                                                                                                  
## 1617                                                                                                                                                                                                                                                                                                  
## 1618                                                                                                                                                                                                                                                                                                  
## 1619                                                                                                                                                                                                                                                                                                  
## 1620                                                                                                                                                                                                                                                                                                  
## 1621                                                                                                                                                                                                                                                                                                  
## 1622                                                                                                                                                                                                                                                                                                  
## 1623                                                                                                                                                                                                                                                                                                  
## 1624                                                                                                                                                                                                                                                                                                  
## 1625                                                                                                                                                                                                                                                                                                  
## 1626                                                                                                                                                                                                                                                                                                  
## 1627                                                                                                                                                                                                                                                                                                  
## 1628                                                                                                                                                                                                                                                                                                  
## 1629                                                                                                                                                                                                                                                                                                  
## 1630                                                                                                                                                                                                                                                                                                  
## 1631                                                                                                                                                                                                                                                                                                  
## 1632                                                                                                                                                                                                                                                                                                  
## 1633                                                                                                                                                                                                                                                                                                  
## 1634                                                                                                                                                                                                                                                                                                  
## 1635                                                                                                                                                                                                                                                                                                  
## 1636                                                                                                                                                                                                                                                                                                  
## 1637                                                                                                                                                                                                                                                                                                  
## 1638                                                                                                                                                                                                                                                                                                  
## 1639                                                                                                                                                                                                                                                                                                  
## 1640                                                                                                                                                                                                                                                                                                  
## 1641                                                                                                                                                                                                                                                                                                  
## 1642                                                                                                                                                                                                                                                                                                  
## 1643                                                                                                                                                                                                                                                                                                  
## 1644                                                                                                                                                                                                                                                                                                  
## 1645                                                                                                                                                                                                                                                                                                  
## 1646                                                                                                                                                                                                                                                                                                  
## 1647                                                                                                                                                                                                                                                                                                  
## 1648                                                                                                                                                                                                                                                                                                  
## 1649                                                                                                                                                                                                                                                                                                  
## 1650                                                                                                                                                                                                                                                                                                  
## 1651                                                                                                                                                                                                                                                                                                  
## 1652                                                                                                                                                                                                                                                                                                  
## 1653                                                                                                                                                                                                                                                                                                  
## 1654                                                                                                                                                                                                                                                                                                  
## 1655                                                                                                                                                                                                                                                                                                  
## 1656                                                                                                                                                                                                                                                                                                  
## 1657                                                                                                                                                                                                                                                                                                  
## 1658                                                                                                                                                                                                                                                                                                  
## 1659                                                                                                                                                                                                                                                                                                  
## 1660                                                                                                                                                                                                                                                                                                  
## 1661                                                                                                                                                                                                                                                                                                  
## 1662                                                                                                                                                                                                                                                                                                  
## 1663                                                                                                                                                                                                                                                                                                  
## 1664                                                                                                                                                                                                                                                                                                  
## 1665                                                                                                                                                                                                                                                                                                  
## 1666                                                                                                                                                                                                                                                                                                  
## 1667                                                                                                                                                                                                                                                                                                  
## 1668                                                                                                                                                                                                                                                                                                  
## 1669                                                                                                                                                                                                                                                                                                  
## 1670                                                                                                                                                                                                                                                                                                  
## 1671                                                                                                                                                                                                                                                                                                  
## 1672                                                                                                                                                                                                                                                                                                  
## 1673                                                                                                                                                                                                                                                                                                  
## 1674                                                                                                                                                                                                                                                                                                  
## 1675                                                                                                                                                                                                                                                                                                  
## 1676                                                                                                                                                                                                                                                                                                  
## 1677                                                                                                                                                                                                                                                                                                  
## 1678                                                                                                                                                                                                                                                                                                  
## 1679                                                                                                                                                                                                                                                                                                  
## 1680                                                                                                                                                                                                                                                                                                  
## 1681                                                                                                                                                                                                                                                                                                  
## 1682                                                                                                                                                                                                                                                                                                  
## 1683                                                                                                                                                                                                                                                                                                  
## 1684                                                                                                                                                                                                                                                                                                  
## 1685                                                                                                                                                                                                                                                                                                  
## 1686                                                                                                                                                                                                                                                                                                  
## 1687                                                                                                                                                                                                                                                                                                  
## 1688                                                                                                                                                                                                                                                                                                  
## 1689                                                                                                                                                                                                                                                                                                  
## 1690                                                                                                                                                                                                                                                                                                  
## 1691                                                                                                                                                                                                                                                                                                  
## 1692                                                                                                                                                                                                                                                                                                  
## 1693                                                                                                                                                                                                                                                                                                  
## 1694                                                                                                                                                                                                                                                                                                  
## 1695                                                                                                                                                                                                                                                                                                  
## 1696                                                                                                                                                                                                                                                                                                  
## 1697                                                                                                                                                                                                                                                                                                  
## 1698                                                                                                                                                                                                                                                                                                  
## 1699                                                                                                                                                                                                                                                                                                  
## 1700                                                                                                                                                                                                                                                                                                  
## 1701                                                                                                                                                                                                                                                                                                  
## 1702                                                                                                                                                                                                                                                                                                  
## 1703                                                                                                                                                                                                                                                                                                  
## 1704                                                                                                                                                                                                                                                                                                  
## 1705                                                                                                                                                                                                                                                                                                  
## 1706                                                                                                                                                                                                                                                                                                  
## 1707                                                                                                                                                                                                                                                                                                  
## 1708                                                                                                                                                                                                                                                                                                  
## 1709                                                                                                                                                                                                                                                                                                  
## 1710                                                                                                                                                                                                                                                                                                  
## 1711                                                                                                                                                                                                                                                                                                  
## 1712                                                                                                                                                                                                                                                                                                  
## 1713                                                                                                                                                                                                                                                                                                  
## 1714                                                                                                                                                                                                                                                                                                  
## 1715                                                                                                                                                                                                                                                                                                  
## 1716                                                                                                                                                                                                                                                                                                  
## 1717                                                                                                                                                                                                                                                                                                  
## 1718                                                                                                                                                                                                                                                                                                  
## 1719                                                                                                                                                                                                                                                                                                  
## 1720                                                                                                                                                                                                                                                                                                  
## 1721                                                                                                                                                                                                                                                                                                  
## 1722                                                                                                                                                                                                                                                                                                  
## 1723                                                                                                                                                                                                                                                                                                  
## 1724                                                                                                                                                                                                                                                                                                  
## 1725                                                                                                                                                                                                                                                                                                  
## 1726                                                                                                                                                                                                                                                                                                  
## 1727                                                                                                                                                                                                                                                                                                  
## 1728                                                                                                                                                                                                                                                                                                  
## 1729                                                                                                                                                                                                                                                                                                  
## 1730                                                                                                                                                                                                                                                                                                  
## 1731                                                                                                                                                                                                                                                                                                  
## 1732                                                                                                                                                                                                                                                                                                  
## 1733                                                                                                                                                                                                                                                                                                  
## 1734                                                                                                                                                                                                                                                                                                  
## 1735                                                                                                                                                                                                                                                                                                  
## 1736                                                                                                                                                                                                                                                                                                  
## 1737                                                                                                                                                                                                                                                                                                  
## 1738                                                                                                                                                                                                                                                                                                  
## 1739                                                                                                                                                                                                                                                                                                  
## 1740                                                                                                                                                                                                                                                                                                  
## 1741                                                                                                                                                                                                                                                                                                  
##       X                                         X.1
## 1    NA http://promedmail.org/direct.php?id=3587349
## 2    NA                                            
## 3    NA                                            
## 4    NA                                            
## 5    NA                                            
## 6    NA                                            
## 7    NA                                            
## 8    NA                                            
## 9    NA                                            
## 10   NA                                            
## 11   NA                                            
## 12   NA                                            
## 13   NA                                            
## 14   NA                                            
## 15   NA                                            
## 16   NA                                            
## 17   NA                                            
## 18   NA                                            
## 19   NA                                            
## 20   NA                                            
## 21   NA                                            
## 22   NA                                            
## 23   NA                                            
## 24   NA                                            
## 25   NA                                            
## 26   NA                                            
## 27   NA                                            
## 28   NA                                            
## 29   NA                                            
## 30   NA                                            
## 31   NA                                            
## 32   NA                                            
## 33   NA                                            
## 34   NA                                            
## 35   NA                                            
## 36   NA                                            
## 37   NA                                            
## 38   NA                                            
## 39   NA                                            
## 40   NA                                            
## 41   NA                                            
## 42   NA                                            
## 43   NA                                            
## 44   NA                                            
## 45   NA                                            
## 46   NA                                            
## 47   NA                                            
## 48   NA                                            
## 49   NA                                            
## 50   NA                                            
## 51   NA                                            
## 52   NA                                            
## 53   NA                                            
## 54   NA                                            
## 55   NA                                            
## 56   NA                                            
## 57   NA                                            
## 58   NA                                            
## 59   NA                                            
## 60   NA                                            
## 61   NA                                            
## 62   NA                                            
## 63   NA                                            
## 64   NA                                            
## 65   NA                                            
## 66   NA                                            
## 67   NA                                            
## 68   NA                                            
## 69   NA                                            
## 70   NA                                            
## 71   NA                                            
## 72   NA                                            
## 73   NA                                            
## 74   NA                                            
## 75   NA                                            
## 76   NA                                            
## 77   NA                                            
## 78   NA                                            
## 79   NA                                            
## 80   NA                                            
## 81   NA                                            
## 82   NA                                            
## 83   NA                                            
## 84   NA                                            
## 85   NA                                            
## 86   NA                                            
## 87   NA                                            
## 88   NA                                            
## 89   NA                                            
## 90   NA                                            
## 91   NA                                            
## 92   NA                                            
## 93   NA                                            
## 94   NA                                            
## 95   NA                                            
## 96   NA                                            
## 97   NA                                            
## 98   NA                                            
## 99   NA                                            
## 100  NA                                            
## 101  NA                                            
## 102  NA                                            
## 103  NA                                            
## 104  NA                                            
## 105  NA                                            
## 106  NA                                            
## 107  NA                                            
## 108  NA                                            
## 109  NA                                            
## 110  NA                                            
## 111  NA                                            
## 112  NA                                            
## 113  NA                                            
## 114  NA                                            
## 115  NA                                            
## 116  NA                                            
## 117  NA                                            
## 118  NA                                            
## 119  NA                                            
## 120  NA                                            
## 121  NA                                            
## 122  NA                                            
## 123  NA                                            
## 124  NA                                            
## 125  NA                                            
## 126  NA                                            
## 127  NA                                            
## 128  NA                                            
## 129  NA                                            
## 130  NA                                            
## 131  NA                                            
## 132  NA                                            
## 133  NA                                            
## 134  NA                                            
## 135  NA                                            
## 136  NA                                            
## 137  NA                                            
## 138  NA                                            
## 139  NA                                            
## 140  NA                                            
## 141  NA                                            
## 142  NA                                            
## 143  NA                                            
## 144  NA                                            
## 145  NA                                            
## 146  NA                                            
## 147  NA                                            
## 148  NA                                            
## 149  NA                                            
## 150  NA                                            
## 151  NA                                            
## 152  NA                                            
## 153  NA                                            
## 154  NA                                            
## 155  NA                                            
## 156  NA                                            
## 157  NA                                            
## 158  NA                                            
## 159  NA                                            
## 160  NA                                            
## 161  NA                                            
## 162  NA                                            
## 163  NA                                            
## 164  NA                                            
## 165  NA                                            
## 166  NA                                            
## 167  NA                                            
## 168  NA                                            
## 169  NA                                            
## 170  NA                                            
## 171  NA                                            
## 172  NA                                            
## 173  NA                                            
## 174  NA                                            
## 175  NA                                            
## 176  NA                                            
## 177  NA                                            
## 178  NA                                            
## 179  NA                                            
## 180  NA                                            
## 181  NA                                            
## 182  NA                                            
## 183  NA                                            
## 184  NA                                            
## 185  NA                                            
## 186  NA                                            
## 187  NA                                            
## 188  NA                                            
## 189  NA                                            
## 190  NA                                            
## 191  NA                                            
## 192  NA                                            
## 193  NA                                            
## 194  NA                                            
## 195  NA                                            
## 196  NA                                            
## 197  NA                                            
## 198  NA                                            
## 199  NA                                            
## 200  NA                                            
## 201  NA                                            
## 202  NA                                            
## 203  NA                                            
## 204  NA                                            
## 205  NA                                            
## 206  NA                                            
## 207  NA                                            
## 208  NA                                            
## 209  NA                                            
## 210  NA                                            
## 211  NA                                            
## 212  NA                                            
## 213  NA                                            
## 214  NA                                            
## 215  NA                                            
## 216  NA                                            
## 217  NA                                            
## 218  NA                                            
## 219  NA                                            
## 220  NA                                            
## 221  NA                                            
## 222  NA                                            
## 223  NA                                            
## 224  NA                                            
## 225  NA                                            
## 226  NA                                            
## 227  NA                                            
## 228  NA                                            
## 229  NA                                            
## 230  NA                                            
## 231  NA                                            
## 232  NA                                            
## 233  NA                                            
## 234  NA                                            
## 235  NA                                            
## 236  NA                                            
## 237  NA                                            
## 238  NA                                            
## 239  NA                                            
## 240  NA                                            
## 241  NA                                            
## 242  NA                                            
## 243  NA                                            
## 244  NA                                            
## 245  NA                                            
## 246  NA                                            
## 247  NA                                            
## 248  NA                                            
## 249  NA                                            
## 250  NA                                            
## 251  NA                                            
## 252  NA                                            
## 253  NA                                            
## 254  NA                                            
## 255  NA                                            
## 256  NA                                            
## 257  NA                                            
## 258  NA                                            
## 259  NA                                            
## 260  NA                                            
## 261  NA                                            
## 262  NA                                            
## 263  NA                                            
## 264  NA                                            
## 265  NA                                            
## 266  NA                                            
## 267  NA                                            
## 268  NA                                            
## 269  NA                                            
## 270  NA                                            
## 271  NA                                            
## 272  NA                                            
## 273  NA                                            
## 274  NA                                            
## 275  NA                                            
## 276  NA                                            
## 277  NA                                            
## 278  NA                                            
## 279  NA                                            
## 280  NA                                            
## 281  NA                                            
## 282  NA                                            
## 283  NA                                            
## 284  NA                                            
## 285  NA                                            
## 286  NA                                            
## 287  NA                                            
## 288  NA                                            
## 289  NA                                            
## 290  NA                                            
## 291  NA                                            
## 292  NA                                            
## 293  NA                                            
## 294  NA                                            
## 295  NA                                            
## 296  NA                                            
## 297  NA                                            
## 298  NA                                            
## 299  NA                                            
## 300  NA                                            
## 301  NA                                            
## 302  NA                                            
## 303  NA                                            
## 304  NA                                            
## 305  NA                                            
## 306  NA                                            
## 307  NA                                            
## 308  NA                                            
## 309  NA                                            
## 310  NA                                            
## 311  NA                                            
## 312  NA                                            
## 313  NA                                            
## 314  NA                                            
## 315  NA                                            
## 316  NA                                            
## 317  NA                                            
## 318  NA                                            
## 319  NA                                            
## 320  NA                                            
## 321  NA                                            
## 322  NA                                            
## 323  NA                                            
## 324  NA                                            
## 325  NA                                            
## 326  NA                                            
## 327  NA                                            
## 328  NA                                            
## 329  NA                                            
## 330  NA                                            
## 331  NA                                            
## 332  NA                                            
## 333  NA                                            
## 334  NA                                            
## 335  NA                                            
## 336  NA                                            
## 337  NA                                            
## 338  NA                                            
## 339  NA                                            
## 340  NA                                            
## 341  NA                                            
## 342  NA                                            
## 343  NA                                            
## 344  NA                                            
## 345  NA                                            
## 346  NA                                            
## 347  NA                                            
## 348  NA                                            
## 349  NA                                            
## 350  NA                                            
## 351  NA                                            
## 352  NA                                            
## 353  NA                                            
## 354  NA                                            
## 355  NA                                            
## 356  NA                                            
## 357  NA                                            
## 358  NA                                            
## 359  NA                                            
## 360  NA                                            
## 361  NA                                            
## 362  NA                                            
## 363  NA                                            
## 364  NA                                            
## 365  NA                                            
## 366  NA                                            
## 367  NA                                            
## 368  NA                                            
## 369  NA                                            
## 370  NA                                            
## 371  NA                                            
## 372  NA                                            
## 373  NA                                            
## 374  NA                                            
## 375  NA                                            
## 376  NA                                            
## 377  NA                                            
## 378  NA                                            
## 379  NA                                            
## 380  NA                                            
## 381  NA                                            
## 382  NA                                            
## 383  NA                                            
## 384  NA                                            
## 385  NA                                            
## 386  NA                                            
## 387  NA                                            
## 388  NA                                            
## 389  NA                                            
## 390  NA                                            
## 391  NA                                            
## 392  NA                                            
## 393  NA                                            
## 394  NA                                            
## 395  NA                                            
## 396  NA                                            
## 397  NA                                            
## 398  NA                                            
## 399  NA                                            
## 400  NA                                            
## 401  NA                                            
## 402  NA                                            
## 403  NA                                            
## 404  NA                                            
## 405  NA                                            
## 406  NA                                            
## 407  NA                                            
## 408  NA                                            
## 409  NA                                            
## 410  NA                                            
## 411  NA                                            
## 412  NA                                            
## 413  NA                                            
## 414  NA                                            
## 415  NA                                            
## 416  NA                                            
## 417  NA                                            
## 418  NA                                            
## 419  NA                                            
## 420  NA                                            
## 421  NA                                            
## 422  NA                                            
## 423  NA                                            
## 424  NA                                            
## 425  NA                                            
## 426  NA                                            
## 427  NA                                            
## 428  NA                                            
## 429  NA                                            
## 430  NA                                            
## 431  NA                                            
## 432  NA                                            
## 433  NA                                            
## 434  NA                                            
## 435  NA                                            
## 436  NA                                            
## 437  NA                                            
## 438  NA                                            
## 439  NA                                            
## 440  NA                                            
## 441  NA                                            
## 442  NA                                            
## 443  NA                                            
## 444  NA                                            
## 445  NA                                            
## 446  NA                                            
## 447  NA                                            
## 448  NA                                            
## 449  NA                                            
## 450  NA                                            
## 451  NA                                            
## 452  NA                                            
## 453  NA                                            
## 454  NA                                            
## 455  NA                                            
## 456  NA                                            
## 457  NA                                            
## 458  NA                                            
## 459  NA                                            
## 460  NA                                            
## 461  NA                                            
## 462  NA                                            
## 463  NA                                            
## 464  NA                                            
## 465  NA                                            
## 466  NA                                            
## 467  NA                                            
## 468  NA                                            
## 469  NA                                            
## 470  NA                                            
## 471  NA                                            
## 472  NA                                            
## 473  NA                                            
## 474  NA                                            
## 475  NA                                            
## 476  NA                                            
## 477  NA                                            
## 478  NA                                            
## 479  NA                                            
## 480  NA                                            
## 481  NA                                            
## 482  NA                                            
## 483  NA                                            
## 484  NA                                            
## 485  NA                                            
## 486  NA                                            
## 487  NA                                            
## 488  NA                                            
## 489  NA                                            
## 490  NA                                            
## 491  NA                                            
## 492  NA                                            
## 493  NA                                            
## 494  NA                                            
## 495  NA                                            
## 496  NA                                            
## 497  NA                                            
## 498  NA                                            
## 499  NA                                            
## 500  NA                                            
## 501  NA                                            
## 502  NA                                            
## 503  NA                                            
## 504  NA                                            
## 505  NA                                            
## 506  NA                                            
## 507  NA                                            
## 508  NA                                            
## 509  NA                                            
## 510  NA                                            
## 511  NA                                            
## 512  NA                                            
## 513  NA                                            
## 514  NA                                            
## 515  NA                                            
## 516  NA                                            
## 517  NA                                            
## 518  NA                                            
## 519  NA                                            
## 520  NA                                            
## 521  NA                                            
## 522  NA                                            
## 523  NA                                            
## 524  NA                                            
## 525  NA                                            
## 526  NA                                            
## 527  NA                                            
## 528  NA                                            
## 529  NA                                            
## 530  NA                                            
## 531  NA                                            
## 532  NA                                            
## 533  NA                                            
## 534  NA                                            
## 535  NA                                            
## 536  NA                                            
## 537  NA                                            
## 538  NA                                            
## 539  NA                                            
## 540  NA                                            
## 541  NA                                            
## 542  NA                                            
## 543  NA                                            
## 544  NA                                            
## 545  NA                                            
## 546  NA                                            
## 547  NA                                            
## 548  NA                                            
## 549  NA                                            
## 550  NA                                            
## 551  NA                                            
## 552  NA                                            
## 553  NA                                            
## 554  NA                                            
## 555  NA                                            
## 556  NA                                            
## 557  NA                                            
## 558  NA                                            
## 559  NA                                            
## 560  NA                                            
## 561  NA                                            
## 562  NA                                            
## 563  NA                                            
## 564  NA                                            
## 565  NA                                            
## 566  NA                                            
## 567  NA                                            
## 568  NA                                            
## 569  NA                                            
## 570  NA                                            
## 571  NA                                            
## 572  NA                                            
## 573  NA                                            
## 574  NA                                            
## 575  NA                                            
## 576  NA                                            
## 577  NA                                            
## 578  NA                                            
## 579  NA                                            
## 580  NA                                            
## 581  NA                                            
## 582  NA                                            
## 583  NA                                            
## 584  NA                                            
## 585  NA                                            
## 586  NA                                            
## 587  NA                                            
## 588  NA                                            
## 589  NA                                            
## 590  NA                                            
## 591  NA                                            
## 592  NA                                            
## 593  NA                                            
## 594  NA                                            
## 595  NA                                            
## 596  NA                                            
## 597  NA                                            
## 598  NA                                            
## 599  NA                                            
## 600  NA                                            
## 601  NA                                            
## 602  NA                                            
## 603  NA                                            
## 604  NA                                            
## 605  NA                                            
## 606  NA                                            
## 607  NA                                            
## 608  NA                                            
## 609  NA                                            
## 610  NA                                            
## 611  NA                                            
## 612  NA                                            
## 613  NA                                            
## 614  NA                                            
## 615  NA                                            
## 616  NA                                            
## 617  NA                                            
## 618  NA                                            
## 619  NA                                            
## 620  NA                                            
## 621  NA                                            
## 622  NA                                            
## 623  NA                                            
## 624  NA                                            
## 625  NA                                            
## 626  NA                                            
## 627  NA                                            
## 628  NA                                            
## 629  NA                                            
## 630  NA                                            
## 631  NA                                            
## 632  NA                                            
## 633  NA                                            
## 634  NA                                            
## 635  NA                                            
## 636  NA                                            
## 637  NA                                            
## 638  NA                                            
## 639  NA                                            
## 640  NA                                            
## 641  NA                                            
## 642  NA                                            
## 643  NA                                            
## 644  NA                                            
## 645  NA                                            
## 646  NA                                            
## 647  NA                                            
## 648  NA                                            
## 649  NA                                            
## 650  NA                                            
## 651  NA                                            
## 652  NA                                            
## 653  NA                                            
## 654  NA                                            
## 655  NA                                            
## 656  NA                                            
## 657  NA                                            
## 658  NA                                            
## 659  NA                                            
## 660  NA                                            
## 661  NA                                            
## 662  NA                                            
## 663  NA                                            
## 664  NA                                            
## 665  NA                                            
## 666  NA                                            
## 667  NA                                            
## 668  NA                                            
## 669  NA                                            
## 670  NA                                            
## 671  NA                                            
## 672  NA                                            
## 673  NA                                            
## 674  NA                                            
## 675  NA                                            
## 676  NA                                            
## 677  NA                                            
## 678  NA                                            
## 679  NA                                            
## 680  NA                                            
## 681  NA                                            
## 682  NA                                            
## 683  NA                                            
## 684  NA                                            
## 685  NA                                            
## 686  NA                                            
## 687  NA                                            
## 688  NA                                            
## 689  NA                                            
## 690  NA                                            
## 691  NA                                            
## 692  NA                                            
## 693  NA                                            
## 694  NA                                            
## 695  NA                                            
## 696  NA                                            
## 697  NA                                            
## 698  NA                                            
## 699  NA                                            
## 700  NA                                            
## 701  NA                                            
## 702  NA                                            
## 703  NA                                            
## 704  NA                                            
## 705  NA                                            
## 706  NA                                            
## 707  NA                                            
## 708  NA                                            
## 709  NA                                            
## 710  NA                                            
## 711  NA                                            
## 712  NA                                            
## 713  NA                                            
## 714  NA                                            
## 715  NA                                            
## 716  NA                                            
## 717  NA                                            
## 718  NA                                            
## 719  NA                                            
## 720  NA                                            
## 721  NA                                            
## 722  NA                                            
## 723  NA                                            
## 724  NA                                            
## 725  NA                                            
## 726  NA                                            
## 727  NA                                            
## 728  NA                                            
## 729  NA                                            
## 730  NA                                            
## 731  NA                                            
## 732  NA                                            
## 733  NA                                            
## 734  NA                                            
## 735  NA                                            
## 736  NA                                            
## 737  NA                                            
## 738  NA                                            
## 739  NA                                            
## 740  NA                                            
## 741  NA                                            
## 742  NA                                            
## 743  NA                                            
## 744  NA                                            
## 745  NA                                            
## 746  NA                                            
## 747  NA                                            
## 748  NA                                            
## 749  NA                                            
## 750  NA                                            
## 751  NA                                            
## 752  NA                                            
## 753  NA                                            
## 754  NA                                            
## 755  NA                                            
## 756  NA                                            
## 757  NA                                            
## 758  NA                                            
## 759  NA                                            
## 760  NA                                            
## 761  NA                                            
## 762  NA                                            
## 763  NA                                            
## 764  NA                                            
## 765  NA                                            
## 766  NA                                            
## 767  NA                                            
## 768  NA                                            
## 769  NA                                            
## 770  NA                                            
## 771  NA                                            
## 772  NA                                            
## 773  NA                                            
## 774  NA                                            
## 775  NA                                            
## 776  NA                                            
## 777  NA                                            
## 778  NA                                            
## 779  NA                                            
## 780  NA                                            
## 781  NA                                            
## 782  NA                                            
## 783  NA                                            
## 784  NA                                            
## 785  NA                                            
## 786  NA                                            
## 787  NA                                            
## 788  NA                                            
## 789  NA                                            
## 790  NA                                            
## 791  NA                                            
## 792  NA                                            
## 793  NA                                            
## 794  NA                                            
## 795  NA                                            
## 796  NA                                            
## 797  NA                                            
## 798  NA                                            
## 799  NA                                            
## 800  NA                                            
## 801  NA                                            
## 802  NA                                            
## 803  NA                                            
## 804  NA                                            
## 805  NA                                            
## 806  NA                                            
## 807  NA                                            
## 808  NA                                            
## 809  NA                                            
## 810  NA                                            
## 811  NA                                            
## 812  NA                                            
## 813  NA                                            
## 814  NA                                            
## 815  NA                                            
## 816  NA                                            
## 817  NA                                            
## 818  NA                                            
## 819  NA                                            
## 820  NA                                            
## 821  NA                                            
## 822  NA                                            
## 823  NA                                            
## 824  NA                                            
## 825  NA                                            
## 826  NA                                            
## 827  NA                                            
## 828  NA                                            
## 829  NA                                            
## 830  NA                                            
## 831  NA                                            
## 832  NA                                            
## 833  NA                                            
## 834  NA                                            
## 835  NA                                            
## 836  NA                                            
## 837  NA                                            
## 838  NA                                            
## 839  NA                                            
## 840  NA                                            
## 841  NA                                            
## 842  NA                                            
## 843  NA                                            
## 844  NA                                            
## 845  NA                                            
## 846  NA                                            
## 847  NA                                            
## 848  NA                                            
## 849  NA                                            
## 850  NA                                            
## 851  NA                                            
## 852  NA                                            
## 853  NA                                            
## 854  NA                                            
## 855  NA                                            
## 856  NA                                            
## 857  NA                                            
## 858  NA                                            
## 859  NA                                            
## 860  NA                                            
## 861  NA                                            
## 862  NA                                            
## 863  NA                                            
## 864  NA                                            
## 865  NA                                            
## 866  NA                                            
## 867  NA                                            
## 868  NA                                            
## 869  NA                                            
## 870  NA                                            
## 871  NA                                            
## 872  NA                                            
## 873  NA                                            
## 874  NA                                            
## 875  NA                                            
## 876  NA                                            
## 877  NA                                            
## 878  NA                                            
## 879  NA                                            
## 880  NA                                            
## 881  NA                                            
## 882  NA                                            
## 883  NA                                            
## 884  NA                                            
## 885  NA                                            
## 886  NA                                            
## 887  NA                                            
## 888  NA                                            
## 889  NA                                            
## 890  NA                                            
## 891  NA                                            
## 892  NA                                            
## 893  NA                                            
## 894  NA                                            
## 895  NA                                            
## 896  NA                                            
## 897  NA                                            
## 898  NA                                            
## 899  NA                                            
## 900  NA                                            
## 901  NA                                            
## 902  NA                                            
## 903  NA                                            
## 904  NA                                            
## 905  NA                                            
## 906  NA                                            
## 907  NA                                            
## 908  NA                                            
## 909  NA                                            
## 910  NA                                            
## 911  NA                                            
## 912  NA                                            
## 913  NA                                            
## 914  NA                                            
## 915  NA                                            
## 916  NA                                            
## 917  NA                                            
## 918  NA                                            
## 919  NA                                            
## 920  NA                                            
## 921  NA                                            
## 922  NA                                            
## 923  NA                                            
## 924  NA                                            
## 925  NA                                            
## 926  NA                                            
## 927  NA                                            
## 928  NA                                            
## 929  NA                                            
## 930  NA                                            
## 931  NA                                            
## 932  NA                                            
## 933  NA                                            
## 934  NA                                            
## 935  NA                                            
## 936  NA                                            
## 937  NA                                            
## 938  NA                                            
## 939  NA                                            
## 940  NA                                            
## 941  NA                                            
## 942  NA                                            
## 943  NA                                            
## 944  NA                                            
## 945  NA                                            
## 946  NA                                            
## 947  NA                                            
## 948  NA                                            
## 949  NA                                            
## 950  NA                                            
## 951  NA                                            
## 952  NA                                            
## 953  NA                                            
## 954  NA                                            
## 955  NA                                            
## 956  NA                                            
## 957  NA                                            
## 958  NA                                            
## 959  NA                                            
## 960  NA                                            
## 961  NA                                            
## 962  NA                                            
## 963  NA                                            
## 964  NA                                            
## 965  NA                                            
## 966  NA                                            
## 967  NA                                            
## 968  NA                                            
## 969  NA                                            
## 970  NA                                            
## 971  NA                                            
## 972  NA                                            
## 973  NA                                            
## 974  NA                                            
## 975  NA                                            
## 976  NA                                            
## 977  NA                                            
## 978  NA                                            
## 979  NA                                            
## 980  NA                                            
## 981  NA                                            
## 982  NA                                            
## 983  NA                                            
## 984  NA                                            
## 985  NA                                            
## 986  NA                                            
## 987  NA                                            
## 988  NA                                            
## 989  NA                                            
## 990  NA                                            
## 991  NA                                            
## 992  NA                                            
## 993  NA                                            
## 994  NA                                            
## 995  NA                                            
## 996  NA                                            
## 997  NA                                            
## 998  NA                                            
## 999  NA                                            
## 1000 NA                                            
## 1001 NA                                            
## 1002 NA                                            
## 1003 NA                                            
## 1004 NA                                            
## 1005 NA                                            
## 1006 NA                                            
## 1007 NA                                            
## 1008 NA                                            
## 1009 NA                                            
## 1010 NA                                            
## 1011 NA                                            
## 1012 NA                                            
## 1013 NA                                            
## 1014 NA                                            
## 1015 NA                                            
## 1016 NA                                            
## 1017 NA                                            
## 1018 NA                                            
## 1019 NA                                            
## 1020 NA                                            
## 1021 NA                                            
## 1022 NA                                            
## 1023 NA                                            
## 1024 NA                                            
## 1025 NA                                            
## 1026 NA                                            
## 1027 NA                                            
## 1028 NA                                            
## 1029 NA                                            
## 1030 NA                                            
## 1031 NA                                            
## 1032 NA                                            
## 1033 NA                                            
## 1034 NA                                            
## 1035 NA                                            
## 1036 NA                                            
## 1037 NA                                            
## 1038 NA                                            
## 1039 NA                                            
## 1040 NA                                            
## 1041 NA                                            
## 1042 NA                                            
## 1043 NA                                            
## 1044 NA                                            
## 1045 NA                                            
## 1046 NA                                            
## 1047 NA                                            
## 1048 NA                                            
## 1049 NA                                            
## 1050 NA                                            
## 1051 NA                                            
## 1052 NA                                            
## 1053 NA                                            
## 1054 NA                                            
## 1055 NA                                            
## 1056 NA                                            
## 1057 NA                                            
## 1058 NA                                            
## 1059 NA                                            
## 1060 NA                                            
## 1061 NA                                            
## 1062 NA                                            
## 1063 NA                                            
## 1064 NA                                            
## 1065 NA                                            
## 1066 NA                                            
## 1067 NA                                            
## 1068 NA                                            
## 1069 NA                                            
## 1070 NA                                            
## 1071 NA                                            
## 1072 NA                                            
## 1073 NA                                            
## 1074 NA                                            
## 1075 NA                                            
## 1076 NA                                            
## 1077 NA                                            
## 1078 NA                                            
## 1079 NA                                            
## 1080 NA                                            
## 1081 NA                                            
## 1082 NA                                            
## 1083 NA                                            
## 1084 NA                                            
## 1085 NA                                            
## 1086 NA                                            
## 1087 NA                                            
## 1088 NA                                            
## 1089 NA                                            
## 1090 NA                                            
## 1091 NA                                            
## 1092 NA                                            
## 1093 NA                                            
## 1094 NA                                            
## 1095 NA                                            
## 1096 NA                                            
## 1097 NA                                            
## 1098 NA                                            
## 1099 NA                                            
## 1100 NA                                            
## 1101 NA                                            
## 1102 NA                                            
## 1103 NA                                            
## 1104 NA                                            
## 1105 NA                                            
## 1106 NA                                            
## 1107 NA                                            
## 1108 NA                                            
## 1109 NA                                            
## 1110 NA                                            
## 1111 NA                                            
## 1112 NA                                            
## 1113 NA                                            
## 1114 NA                                            
## 1115 NA                                            
## 1116 NA                                            
## 1117 NA                                            
## 1118 NA                                            
## 1119 NA                                            
## 1120 NA                                            
## 1121 NA                                            
## 1122 NA                                            
## 1123 NA                                            
## 1124 NA                                            
## 1125 NA                                            
## 1126 NA                                            
## 1127 NA                                            
## 1128 NA                                            
## 1129 NA                                            
## 1130 NA                                            
## 1131 NA                                            
## 1132 NA                                            
## 1133 NA                                            
## 1134 NA                                            
## 1135 NA                                            
## 1136 NA                                            
## 1137 NA                                            
## 1138 NA                                            
## 1139 NA                                            
## 1140 NA                                            
## 1141 NA                                            
## 1142 NA                                            
## 1143 NA                                            
## 1144 NA                                            
## 1145 NA                                            
## 1146 NA                                            
## 1147 NA                                            
## 1148 NA                                            
## 1149 NA                                            
## 1150 NA                                            
## 1151 NA                                            
## 1152 NA                                            
## 1153 NA                                            
## 1154 NA                                            
## 1155 NA                                            
## 1156 NA                                            
## 1157 NA                                            
## 1158 NA                                            
## 1159 NA                                            
## 1160 NA                                            
## 1161 NA                                            
## 1162 NA                                            
## 1163 NA                                            
## 1164 NA                                            
## 1165 NA                                            
## 1166 NA                                            
## 1167 NA                                            
## 1168 NA                                            
## 1169 NA                                            
## 1170 NA                                            
## 1171 NA                                            
## 1172 NA                                            
## 1173 NA                                            
## 1174 NA                                            
## 1175 NA                                            
## 1176 NA                                            
## 1177 NA                                            
## 1178 NA                                            
## 1179 NA                                            
## 1180 NA                                            
## 1181 NA                                            
## 1182 NA                                            
## 1183 NA                                            
## 1184 NA                                            
## 1185 NA                                            
## 1186 NA                                            
## 1187 NA                                            
## 1188 NA                                            
## 1189 NA                                            
## 1190 NA                                            
## 1191 NA                                            
## 1192 NA                                            
## 1193 NA                                            
## 1194 NA                                            
## 1195 NA                                            
## 1196 NA                                            
## 1197 NA                                            
## 1198 NA                                            
## 1199 NA                                            
## 1200 NA                                            
## 1201 NA                                            
## 1202 NA                                            
## 1203 NA                                            
## 1204 NA                                            
## 1205 NA                                            
## 1206 NA                                            
## 1207 NA                                            
## 1208 NA                                            
## 1209 NA                                            
## 1210 NA                                            
## 1211 NA                                            
## 1212 NA                                            
## 1213 NA                                            
## 1214 NA                                            
## 1215 NA                                            
## 1216 NA                                            
## 1217 NA                                            
## 1218 NA                                            
## 1219 NA                                            
## 1220 NA                                            
## 1221 NA                                            
## 1222 NA                                            
## 1223 NA                                            
## 1224 NA                                            
## 1225 NA                                            
## 1226 NA                                            
## 1227 NA                                            
## 1228 NA                                            
## 1229 NA                                            
## 1230 NA                                            
## 1231 NA                                            
## 1232 NA                                            
## 1233 NA                                            
## 1234 NA                                            
## 1235 NA                                            
## 1236 NA                                            
## 1237 NA                                            
## 1238 NA                                            
## 1239 NA                                            
## 1240 NA                                            
## 1241 NA                                            
## 1242 NA                                            
## 1243 NA                                            
## 1244 NA                                            
## 1245 NA                                            
## 1246 NA                                            
## 1247 NA                                            
## 1248 NA                                            
## 1249 NA                                            
## 1250 NA                                            
## 1251 NA                                            
## 1252 NA                                            
## 1253 NA                                            
## 1254 NA                                            
## 1255 NA                                            
## 1256 NA                                            
## 1257 NA                                            
## 1258 NA                                            
## 1259 NA                                            
## 1260 NA                                            
## 1261 NA                                            
## 1262 NA                                            
## 1263 NA                                            
## 1264 NA                                            
## 1265 NA                                            
## 1266 NA                                            
## 1267 NA                                            
## 1268 NA                                            
## 1269 NA                                            
## 1270 NA                                            
## 1271 NA                                            
## 1272 NA                                            
## 1273 NA                                            
## 1274 NA                                            
## 1275 NA                                            
## 1276 NA                                            
## 1277 NA                                            
## 1278 NA                                            
## 1279 NA                                            
## 1280 NA                                            
## 1281 NA                                            
## 1282 NA                                            
## 1283 NA                                            
## 1284 NA                                            
## 1285 NA                                            
## 1286 NA                                            
## 1287 NA                                            
## 1288 NA                                            
## 1289 NA                                            
## 1290 NA                                            
## 1291 NA                                            
## 1292 NA                                            
## 1293 NA                                            
## 1294 NA                                            
## 1295 NA                                            
## 1296 NA                                            
## 1297 NA                                            
## 1298 NA                                            
## 1299 NA                                            
## 1300 NA                                            
## 1301 NA                                            
## 1302 NA                                            
## 1303 NA                                            
## 1304 NA                                            
## 1305 NA                                            
## 1306 NA                                            
## 1307 NA                                            
## 1308 NA                                            
## 1309 NA                                            
## 1310 NA                                            
## 1311 NA                                            
## 1312 NA                                            
## 1313 NA                                            
## 1314 NA                                            
## 1315 NA                                            
## 1316 NA                                            
## 1317 NA                                            
## 1318 NA                                            
## 1319 NA                                            
## 1320 NA                                            
## 1321 NA                                            
## 1322 NA                                            
## 1323 NA                                            
## 1324 NA                                            
## 1325 NA                                            
## 1326 NA                                            
## 1327 NA                                            
## 1328 NA                                            
## 1329 NA                                            
## 1330 NA                                            
## 1331 NA                                            
## 1332 NA                                            
## 1333 NA                                            
## 1334 NA                                            
## 1335 NA                                            
## 1336 NA                                            
## 1337 NA                                            
## 1338 NA                                            
## 1339 NA                                            
## 1340 NA                                            
## 1341 NA                                            
## 1342 NA                                            
## 1343 NA                                            
## 1344 NA                                            
## 1345 NA                                            
## 1346 NA                                            
## 1347 NA                                            
## 1348 NA                                            
## 1349 NA                                            
## 1350 NA                                            
## 1351 NA                                            
## 1352 NA                                            
## 1353 NA                                            
## 1354 NA                                            
## 1355 NA                                            
## 1356 NA                                            
## 1357 NA                                            
## 1358 NA                                            
## 1359 NA                                            
## 1360 NA                                            
## 1361 NA                                            
## 1362 NA                                            
## 1363 NA                                            
## 1364 NA                                            
## 1365 NA                                            
## 1366 NA                                            
## 1367 NA                                            
## 1368 NA                                            
## 1369 NA                                            
## 1370 NA                                            
## 1371 NA                                            
## 1372 NA                                            
## 1373 NA                                            
## 1374 NA                                            
## 1375 NA                                            
## 1376 NA                                            
## 1377 NA                                            
## 1378 NA                                            
## 1379 NA                                            
## 1380 NA                                            
## 1381 NA                                            
## 1382 NA                                            
## 1383 NA                                            
## 1384 NA                                            
## 1385 NA                                            
## 1386 NA                                            
## 1387 NA                                            
## 1388 NA                                            
## 1389 NA                                            
## 1390 NA                                            
## 1391 NA                                            
## 1392 NA                                            
## 1393 NA                                            
## 1394 NA                                            
## 1395 NA                                            
## 1396 NA                                            
## 1397 NA                                            
## 1398 NA                                            
## 1399 NA                                            
## 1400 NA                                            
## 1401 NA                                            
## 1402 NA                                            
## 1403 NA                                            
## 1404 NA                                            
## 1405 NA                                            
## 1406 NA                                            
## 1407 NA                                            
## 1408 NA                                            
## 1409 NA                                            
## 1410 NA                                            
## 1411 NA                                            
## 1412 NA                                            
## 1413 NA                                            
## 1414 NA                                            
## 1415 NA                                            
## 1416 NA                                            
## 1417 NA                                            
## 1418 NA                                            
## 1419 NA                                            
## 1420 NA                                            
## 1421 NA                                            
## 1422 NA                                            
## 1423 NA                                            
## 1424 NA                                            
## 1425 NA                                            
## 1426 NA                                            
## 1427 NA                                            
## 1428 NA                                            
## 1429 NA                                            
## 1430 NA                                            
## 1431 NA                                            
## 1432 NA                                            
## 1433 NA                                            
## 1434 NA                                            
## 1435 NA                                            
## 1436 NA                                            
## 1437 NA                                            
## 1438 NA                                            
## 1439 NA                                            
## 1440 NA                                            
## 1441 NA                                            
## 1442 NA                                            
## 1443 NA                                            
## 1444 NA                                            
## 1445 NA                                            
## 1446 NA                                            
## 1447 NA                                            
## 1448 NA                                            
## 1449 NA                                            
## 1450 NA                                            
## 1451 NA                                            
## 1452 NA                                            
## 1453 NA                                            
## 1454 NA                                            
## 1455 NA                                            
## 1456 NA                                            
## 1457 NA                                            
## 1458 NA                                            
## 1459 NA                                            
## 1460 NA                                            
## 1461 NA                                            
## 1462 NA                                            
## 1463 NA                                            
## 1464 NA                                            
## 1465 NA                                            
## 1466 NA                                            
## 1467 NA                                            
## 1468 NA                                            
## 1469 NA                                            
## 1470 NA                                            
## 1471 NA                                            
## 1472 NA                                            
## 1473 NA                                            
## 1474 NA                                            
## 1475 NA                                            
## 1476 NA                                            
## 1477 NA                                            
## 1478 NA                                            
## 1479 NA                                            
## 1480 NA                                            
## 1481 NA                                            
## 1482 NA                                            
## 1483 NA                                            
## 1484 NA                                            
## 1485 NA                                            
## 1486 NA                                            
## 1487 NA                                            
## 1488 NA                                            
## 1489 NA                                            
## 1490 NA                                            
## 1491 NA                                            
## 1492 NA                                            
## 1493 NA                                            
## 1494 NA                                            
## 1495 NA                                            
## 1496 NA                                            
## 1497 NA                                            
## 1498 NA                                            
## 1499 NA                                            
## 1500 NA                                            
## 1501 NA                                            
## 1502 NA                                            
## 1503 NA                                            
## 1504 NA                                            
## 1505 NA                                            
## 1506 NA                                            
## 1507 NA                                            
## 1508 NA                                            
## 1509 NA                                            
## 1510 NA                                            
## 1511 NA                                            
## 1512 NA                                            
## 1513 NA                                            
## 1514 NA                                            
## 1515 NA                                            
## 1516 NA                                            
## 1517 NA                                            
## 1518 NA                                            
## 1519 NA                                            
## 1520 NA                                            
## 1521 NA                                            
## 1522 NA                                            
## 1523 NA                                            
## 1524 NA                                            
## 1525 NA                                            
## 1526 NA                                            
## 1527 NA                                            
## 1528 NA                                            
## 1529 NA                                            
## 1530 NA                                            
## 1531 NA                                            
## 1532 NA                                            
## 1533 NA                                            
## 1534 NA                                            
## 1535 NA                                            
## 1536 NA                                            
## 1537 NA                                            
## 1538 NA                                            
## 1539 NA                                            
## 1540 NA                                            
## 1541 NA                                            
## 1542 NA                                            
## 1543 NA                                            
## 1544 NA                                            
## 1545 NA                                            
## 1546 NA                                            
## 1547 NA                                            
## 1548 NA                                            
## 1549 NA                                            
## 1550 NA                                            
## 1551 NA                                            
## 1552 NA                                            
## 1553 NA                                            
## 1554 NA                                            
## 1555 NA                                            
## 1556 NA                                            
## 1557 NA                                            
## 1558 NA                                            
## 1559 NA                                            
## 1560 NA                                            
## 1561 NA                                            
## 1562 NA                                            
## 1563 NA                                            
## 1564 NA                                            
## 1565 NA                                            
## 1566 NA                                            
## 1567 NA                                            
## 1568 NA                                            
## 1569 NA                                            
## 1570 NA                                            
## 1571 NA                                            
## 1572 NA                                            
## 1573 NA                                            
## 1574 NA                                            
## 1575 NA                                            
## 1576 NA                                            
## 1577 NA                                            
## 1578 NA                                            
## 1579 NA                                            
## 1580 NA                                            
## 1581 NA                                            
## 1582 NA                                            
## 1583 NA                                            
## 1584 NA                                            
## 1585 NA                                            
## 1586 NA                                            
## 1587 NA                                            
## 1588 NA                                            
## 1589 NA                                            
## 1590 NA                                            
## 1591 NA                                            
## 1592 NA                                            
## 1593 NA                                            
## 1594 NA                                            
## 1595 NA                                            
## 1596 NA                                            
## 1597 NA                                            
## 1598 NA                                            
## 1599 NA                                            
## 1600 NA                                            
## 1601 NA                                            
## 1602 NA                                            
## 1603 NA                                            
## 1604 NA                                            
## 1605 NA                                            
## 1606 NA                                            
## 1607 NA                                            
## 1608 NA                                            
## 1609 NA                                            
## 1610 NA                                            
## 1611 NA                                            
## 1612 NA                                            
## 1613 NA                                            
## 1614 NA                                            
## 1615 NA                                            
## 1616 NA                                            
## 1617 NA                                            
## 1618 NA                                            
## 1619 NA                                            
## 1620 NA                                            
## 1621 NA                                            
## 1622 NA                                            
## 1623 NA                                            
## 1624 NA                                            
## 1625 NA                                            
## 1626 NA                                            
## 1627 NA                                            
## 1628 NA                                            
## 1629 NA                                            
## 1630 NA                                            
## 1631 NA                                            
## 1632 NA                                            
## 1633 NA                                            
## 1634 NA                                            
## 1635 NA                                            
## 1636 NA                                            
## 1637 NA                                            
## 1638 NA                                            
## 1639 NA                                            
## 1640 NA                                            
## 1641 NA                                            
## 1642 NA                                            
## 1643 NA                                            
## 1644 NA                                            
## 1645 NA                                            
## 1646 NA                                            
## 1647 NA                                            
## 1648 NA                                            
## 1649 NA                                            
## 1650 NA                                            
## 1651 NA                                            
## 1652 NA                                            
## 1653 NA                                            
## 1654 NA                                            
## 1655 NA                                            
## 1656 NA                                            
## 1657 NA                                            
## 1658 NA                                            
## 1659 NA                                            
## 1660 NA                                            
## 1661 NA                                            
## 1662 NA                                            
## 1663 NA                                            
## 1664 NA                                            
## 1665 NA                                            
## 1666 NA                                            
## 1667 NA                                            
## 1668 NA                                            
## 1669 NA                                            
## 1670 NA                                            
## 1671 NA                                            
## 1672 NA                                            
## 1673 NA                                            
## 1674 NA                                            
## 1675 NA                                            
## 1676 NA                                            
## 1677 NA                                            
## 1678 NA                                            
## 1679 NA                                            
## 1680 NA                                            
## 1681 NA                                            
## 1682 NA                                            
## 1683 NA                                            
## 1684 NA                                            
## 1685 NA                                            
## 1686 NA                                            
## 1687 NA                                            
## 1688 NA                                            
## 1689 NA                                            
## 1690 NA                                            
## 1691 NA                                            
## 1692 NA                                            
## 1693 NA                                            
## 1694 NA                                            
## 1695 NA                                            
## 1696 NA                                            
## 1697 NA                                            
## 1698 NA                                            
## 1699 NA                                            
## 1700 NA                                            
## 1701 NA                                            
## 1702 NA                                            
## 1703 NA                                            
## 1704 NA                                            
## 1705 NA                                            
## 1706 NA                                            
## 1707 NA                                            
## 1708 NA                                            
## 1709 NA                                            
## 1710 NA                                            
## 1711 NA                                            
## 1712 NA                                            
## 1713 NA                                            
## 1714 NA                                            
## 1715 NA                                            
## 1716 NA                                            
## 1717 NA                                            
## 1718 NA                                            
## 1719 NA                                            
## 1720 NA                                            
## 1721 NA                                            
## 1722 NA                                            
## 1723 NA                                            
## 1724 NA                                            
## 1725 NA                                            
## 1726 NA                                            
## 1727 NA                                            
## 1728 NA                                            
## 1729 NA                                            
## 1730 NA                                            
## 1731 NA                                            
## 1732 NA                                            
## 1733 NA                                            
## 1734 NA                                            
## 1735 NA                                            
## 1736 NA                                            
## 1737 NA                                            
## 1738 NA                                            
## 1739 NA                                            
## 1740 NA                                            
## 1741 NA
##      number   FT KSA_case code gender age country           province
## 1        14    3           60M      M  60     KSA                   
## 2        16    5           45M      M  45     KSA                   
## 3        18    9           70M      M  70     KSA                   
## 4        19    7           31M      M  31     KSA                   
## 5        20    8           39M      M  39     KSA                   
## 6        21                16M      M  16     KSA                   
## 7        22   10           60M      M  60     KSA                   
## 8        25   13           61F      F  61     KSA                   
## 9        26   14           69M      M  69     KSA Al-Qassim Province
## 10       27  102           51M      M  51     KSA                   
## 11       28   15           39M      M  39     KSA                   
## 12       29   16           40M      M  40     KSA                   
## 13       31                56M      M  56     KSA   Eastern Province
## 14       32   33           58M      M  58     KSA   Eastern Province
## 15       33                55M      M  55     KSA                   
## 16       34   18           59M      M  59     KSA   Eastern Province
## 17       35   19           24M      M  24     KSA                   
## 18       36   20           87M      M  87     KSA                   
## 19       37   29           77M      M  77     KSA   Eastern Province
## 20       38   28           62F      F  62     KSA                   
## 21       39   21           58M      M  58     KSA   Eastern Province
## 22       40   22           94M      M  94     KSA                   
## 23       41   23           56M      M  56     KSA   Eastern Province
## 24       42   24           56M      M  56     KSA   Eastern Province
## 25       43   26           50M      M  50     KSA                   
## 26       44   25           52F      F  52     KSA   Eastern Province
## 27       45   27           33M      M  33     KSA                   
## 28       46   30           58F      F  58     KSA   Eastern Province
## 29       47   36           48M      M  48     KSA                   
## 30       48   40           43F      F  43     KSA                   
## 31       49   38           56M      M  56     KSA   Eastern Province
## 32       50   32           48M      M  48     KSA                   
## 33       51   41           81F      F  81     KSA                   
## 34       52   39           45M      M  45     KSA                   
## 35       53                56M      M  56     KSA   Eastern Province
## 36       54   37           81M      M  81     KSA                   
## 37       55   35           69F      F  69     KSA                   
## 38       61   44           63M      M  63     KSA Al-Qassim Province
## 39       62   45           56M      M  56     KSA   Eastern Province
## 40       63   46           85F      F  85     KSA   Eastern Province
## 41       64   47           76F      F  76     KSA   Eastern Province
## 42       65   48           77M      M  77     KSA   Eastern Province
## 43       66   49           73M      M  73     KSA   Eastern Province
## 44       67   50           61M      M  61     KSA                   
## 45       68   58           21M      M  21     KSA                   
## 46       69   56           63F      F  63     KSA   Eastern Province
## 47       73   54           14F      F  14     KSA   Eastern Province
## 48       74   55           83M      M  83     KSA                   
## 49       75   57           75M      M  75     KSA                   
## 50       76   59           45M      M  45     KSA                   
## 51       77   60           68F      F  68     KSA                   
## 52       78   61           46M      M  46     KSA                   
## 53       79   62           42M      M  42     KSA   Eastern Province
## 54       80   63           63F      F  63     KSA                   
## 55       81   64            2M      M   2     KSA                   
## 56       82   65           42F      F  42     KSA   Eastern Province
## 57       83   66           45F      F  45     KSA                   
## 58       84   67           39F      F  39     KSA                   
## 59       85   68           29F      F  29     KSA                   
## 60       86   69           41F      F  41     KSA                   
## 61       87   70           32M      M  32     KSA   Eastern Province
## 62       88   71            7F      F   7     KSA                   
## 63       89   72           12F      F  12     KSA                   
## 64       90   73           14M      M  14     KSA                   
## 65       91   74           15F      F  15     KSA                   
## 66       92   75            ?F      F   ?     KSA   Eastern Province
## 67       93   76            ?F      F   ?     KSA                   
## 68       94   77           50F      F  50     KSA   Eastern Province
## 69       95   79           66M      M  66     KSA                   
## 70       96   78           69M      M  69     KSA                   
## 71       97   80           56F      F  56     KSA                   
## 72       98   81           66M      M  66     KSA      Asir Province
## 73      100   83           26M      M  26     KSA      Asir Province
## 74      101   84           42F      F  42     KSA      Asir Province
## 75      106   89           41M      M  41     KSA                   
## 76      107   90           59F      F  59     KSA   Eastern Province
## 77      108   91           83M      M  83     KSA      Asir Province
## 78      109   92           67F      F  67     KSA                   
## 79      110   93           39F      F  39     KSA      Asir Province
## 80      111   94           39F      F  39     KSA                   
## 81      112   95           50F      F  50     KSA                   
## 82      113   96           59F      F  59     KSA                   
## 83      114   97           59M      M  59     KSA                   
## 84      115   98           50F      F  50     KSA                   
## 85      116   99           70M      M  70     KSA                   
## 86      117  100           31M      M  31     KSA      Asir Province
## 87      118  101           55M      M  55     KSA      Asir Province
## 88      120  103           54M      M  54     KSA                   
## 89      123  105     SA83  55M      M  55     KSA                   
## 90      124  106     SA84  38M      M  38     KSA                   
## 91      125  107     SA85  16M      M  16     KSA                   
## 92      126  108     SA86   7M      M   7     KSA                   
## 93      127  109           26M      M  26     KSA                   
## 94      128  110           19M      M  19     KSA                   
## 95      130  114           41F      F  41     KSA                   
## 96      131  112           30M      M  30     KSA                   
## 97      132  115           79F      F  79     KSA                   
## 98      133  113           47M      M  47     KSA                   
## 99      134  117           18M      M  18     KSA                   
## 100     135  118            3F      F   3     KSA                   
## 101     136  119           56M      M  56     KSA                   
## 102     137  120           53?      ?  53     KSA                   
## 103     138  121           74F      F  74     KSA                   
## 104     139  122           64F      F  64     KSA                   
## 105     140  123           75F      F  75     KSA                   
## 106     141  124           74M      M  74     KSA                   
## 107     142  125           22M      M  22     KSA                   
## 108     143  126           24M      M  24     KSA                   
## 109     144  127           60M      M  60     KSA                   
## 110     145  128           47M      M  47     KSA                   
## 111     146  129           51F      F  51     KSA                   
## 112     147  130           46F      F  46     KSA                   
## 113     148  131           39F      F  39     KSA                   
## 114     149  132           38M      M  38     KSA                   
## 115     150  133           75F      F  75     KSA                   
## 116     151  134           35M      M  35     KSA                   
## 117     152  135           83M      M  83     KSA                   
## 118     153  136           78F      F  78     KSA                   
## 119     154  137           53F      F  53     KSA                   
## 120     155  138           63M      M  63     KSA                   
## 121     156  139           79M      M  79     KSA                   
## 122     157  140           14F      F  14     KSA                   
## 123     158  141           45M      M  45     KSA                   
## 124     159  142           78M      M  78     KSA                   
## 125     160  143           55M      M  55     KSA                   
## 126     162  145          73M?     M?  73     KSA                   
## 127     163  146           54M      M  54     KSA                   
## 128     164  147           83F      F  83     KSA                   
## 129     165  148           54M      M  54     KSA                   
## 130     166  149           49M      M  49     KSA                   
## 131     169  152           56F      F  56     KSA                   
## 132     170  153           61F      F  61     KSA                   
## 133     171  155           72M      M  72     KSA                   
## 134     172  156           43M      M  43     KSA                   
## 135     178  167            ?F      F   ?     KSA                   
## 136     179  161           73F      F  73     KSA                   
## 137     180  162           65M      M  65     KSA   Al Jawf Province
## 138     181  163           37M      M  37     KSA                   
## 139     185  168           26F      F  26     KSA                   
## 140     186  169           51F      F  51     KSA   Al Jawf Province
## 141     188  177           43F      F  43     KSA                   
## 142     189  178           35F      F  35     KSA                   
## 143     190  172           53M      M  53     KSA                   
## 144     191  173           73M      M  73     KSA                   
## 145     192  175           57M      M  57     KSA                   
## 146     193  176           73M      M  73     KSA                   
## 147     194  179           27M      M  27     KSA                   
## 148     199  183           54M      M  54     KSA                   
## 149     201  185           60M      M  60     KSA                   
## 150     202  186           67M      M  67     KSA                   
## 151     204  188           22M      M  22     KSA                   
## 152     205  189           58M      M  58     KSA                   
## 153     206  190           81F      F  81     KSA                   
## 154     207  192           55M      M  55     KSA                   
## 155     208  193           51M      M  51     KSA                   
## 156     209  191           56F      F  56     KSA                   
## 157     210  194           86M      M  86     KSA                   
## 158     212  196           83M      M  83     KSA                   
## 159     213  197           19M      M  19     KSA                   
## 160     214  198           22F      F  22     KSA                   
## 161     215  199           18F      F  18     KSA                   
## 162     216  200           53M      M  53     KSA                   
## 163     219  201           71M      M  71     KSA                   
## 164     220  202           66M      M  66     KSA                   
## 165     221  203           86M      M  86     KSA                   
## 166     222  206           75M      M  75     KSA                   
## 167     223  207           56M      M  56     KSA                   
## 168     224  208           45M      M  45     KSA                   
## 169     228  211           26M      M  26     KSA                   
## 170     229  213           26M      M  26     KSA                   
## 171     230  214           77F      F  77     KSA                   
## 172     231  215           59M      M  59     KSA                   
## 173     232  219           70M      M  70     KSA                   
## 174     233  220           28M      M  28     KSA                   
## 175     234  221           28M      M  28     KSA                   
## 176     235  222           35M      M  35     KSA                   
## 177     236  216           26F      F  26     KSA                   
## 178     237  217           26M      M  26     KSA                   
## 179     238  218           33M      M  33     KSA                   
## 180     239  223           32M      F  32     KSA                   
## 181     240  224           33M      M  33     KSA                   
## 182     242  226           45M      M  45     KSA                   
## 183     243  227           51M      M  51     KSA                   
## 184     244  228           90M      M  90     KSA                   
## 185     245  229           57M      M  57     KSA                   
## 186     246  230           70M      M  70     KSA                   
## 187     247  231           34M      M  34     KSA                   
## 188     248  232           29M      M  29     KSA                   
## 189     249  239           52M      M  52     KSA                   
## 190     256  240           45M      M  45     KSA                   
## 191     257  241           28F      F  28     KSA                   
## 192     258  242           25M      M  25     KSA                   
## 193     259  243           26F      F  26     KSA                   
## 194     260  244           58M      M  58     KSA                   
## 195     261  245           71M      M  71     KSA                   
## 196     262  246           39M      M  39     KSA                   
## 197     264  248           70M      M  70     KSA                   
## 198     265  249           51M      M  51     KSA                   
## 199     266  250           28F      F  28     KSA                   
## 200     267  251           45F      F  45     KSA                   
## 201     268  252           56M      M  56     KSA                   
## 202     274  257           30M      M  30     KSA                   
## 203     275  258           59M      M  59     KSA                   
## 204     276  259           65M      M  64     KSA                   
## 205     277  260           27F      F  27     KSA                   
## 206     278  261           27F      F  27     KSA                   
## 207     279  262           54M      M  54     KSA                   
## 208     280  263           52M      M  52     KSA                   
## 209     281  264           41M      M  41     KSA                   
## 210     282  265           54M      M  54     KSA                   
## 211     283  266           28M      M  28     KSA                   
## 212     284  267           35M      M  35     KSA                   
## 213     286  269           54M      M  54     KSA                   
## 214     291  282           81?      ?  81     KSA                   
## 215     292  283           32?      ?  32     KSA                   
## 216     293  284           78?      ?  78     KSA                   
## 217     294  285           52?      ?  52     KSA                   
## 218     295  286           27?      ?  27     KSA                   
## 219     296  287           55?      ?  55     KSA                   
## 220     297  288           53M      M  53     KSA                   
## 221     298  289           49M      M  49     KSA                   
## 222     299  290           60M      M  60     KSA                   
## 223     300  291           26?      ?  26     KSA                   
## 224     301  292           38?      ?  38     KSA                   
## 225     302  293           13?      ?  13     KSA                   
## 226     303  294           69M      M  69     KSA                   
## 227     304  295           64M      M  64     KSA                   
## 228     305  296           44M      M  44     KSA                   
## 229     306  297           62?      ?  62     KSA                   
## 230     307  298           47?      ?  47     KSA                   
## 231     308  299           52M      M  52     KSA                   
## 232     309  300           54?      ?  54     KSA                   
## 233     310  301           54?      ?  54     KSA                   
## 234     311  302           49M      M  49     KSA                   
## 235     312  303           57F      F  57     KSA                   
## 236     313  304           32F      F  32     KSA                   
## 237     314  305           53M      M  53     KSA                   
## 238     315  306           54M      M  54     KSA                   
## 239     316  307           23M      M  23     KSA                   
## 240     317  308           37M      M  37     KSA                   
## 241     318  309           69F      F  69     KSA                   
## 242     319  310           88M      M  88     KSA                   
## 243     320  311           57M      M  57     KSA                   
## 244     321  312           41M      M  41     KSA                   
## 245     322  313           68M      M  68     KSA                   
## 246     323  314           68M      M  68     KSA                   
## 247     324  315           52F      F  52     KSA                   
## 248     325  316           45F      F  45     KSA                   
## 249     326  317           90F      F  90     KSA                   
## 250     327  318           52M      M  52     KSA                   
## 251     328  319           60M      M  60     KSA                   
## 252     329  320           42M      M  42     KSA                   
## 253     330  321           24M      M  24     KSA                   
## 254     331  322           17F      F  17     KSA                   
## 255     332  323           61M      M  61     KSA                   
## 256     333  324           81M      M  81     KSA                   
## 257     334  325           78M      M  78     KSA                   
## 258     335  326           79F      F  79     KSA                   
## 259     336  327           89F      F  89     KSA                   
## 260     337  328           73M      M  73     KSA                   
## 261     338  329           41M      M  41     KSA                   
## 262     339  330           18M      M  18     KSA                   
## 263     340  331           25F      F  25     KSA                   
## 264     341  332           11M      M  11     KSA                   
## 265     350  333           25M      M  25     KSA                   
## 266     351  271           72M      M  72     KSA                   
## 267     352  272           70M      M  70     KSA                   
## 268     353  273           60?      ?  60     KSA                   
## 269     354  274           54?      ?  54     KSA                   
## 270     355  275           63F      F  63     KSA                   
## 271     356  276           40F      F  40     KSA                   
## 272     357  277           31F      F  31     KSA                   
## 273     358  334           81M      M  81     KSA                   
## 274     359  335           41F      F  41     KSA                   
## 275     360  336           59F      F  59     KSA                   
## 276     361  337           34F      F  34     KSA                   
## 277     362  338           13F      F  13     KSA                   
## 278     363  339           71M      M  71     KSA                   
## 279     364  340           67M      M  67     KSA                   
## 280     365  341           45M      M  45     KSA                   
## 281     366  342           55M      M  55     KSA                   
## 282     367  343           24M      M  24     KSA                   
## 283     368  344           48F      F  48     KSA                   
## 284     369  353           80M      M  80     KSA                   
## 285     370  354           69F      F  69     KSA                   
## 286     371  355           70M      M  70     KSA                   
## 287     372  356           72F      F  72     KSA                   
## 288     373  357           88M      M  88     KSA                   
## 289     374  358           41M      M  41     KSA                   
## 290     375  359           74F      F  74     KSA                   
## 291     376  360           46M      M  46     KSA                   
## 292     377  361           68M      M  68     KSA                   
## 293     378  362           65M      M  65     KSA                   
## 294     379  363           52M      M  52     KSA                   
## 295     380  364           13M      M  13     KSA                   
## 296     387  365           79M      M  79     KSA                   
## 297     388  366           40F      F  40     KSA                   
## 298     389  367           76M      M  76     KSA                   
## 299     390  368           62M      M  62     KSA                   
## 300     391  369           44M      M  44     KSA                   
## 301     392  370           34F      F  34     KSA                   
## 302     393  371           51M      M  51     KSA                   
## 303     394  372           47M      M  47     KSA                   
## 304     395  373           28F      F  28     KSA                   
## 305     396  374           68M      M  68     KSA                   
## 306     397  375           47M      M  47     KSA                   
## 307     398  376           19M      M  19     KSA                   
## 308     400  377           81M      M  81     KSA                   
## 309     401  378           28F      F  28     KSA                   
## 310     402  379           70F      F  70     KSA                   
## 311     403  380           38F      M  38     KSA                   
## 312     404  381           40F      F  40     KSA                   
## 313     405  382           30M      M  30     KSA                   
## 314     406  383           40F      F  40     KSA                   
## 315     407  384           54M      M  54     KSA                   
## 316     408  385           30F      F  30     KSA                   
## 317     409  386           30M      M  30     KSA                   
## 318     410  387           30M      M  30     KSA                   
## 319     411  388           55M      M  55     KSA                   
## 320     412  389           64M      M  64     KSA                   
## 321     413  390           64M      M  64     KSA                   
## 322     414  391           56M      M  56     KSA                   
## 323     415  392           38F      F  38     KSA                   
## 324     416  393           32M      M  32     KSA                   
## 325     417  394           36M      M  36     KSA                   
## 326     418  395           27M      M  27     KSA                   
## 327     419  396           30F      F  30     KSA                   
## 328     420  397           42M      M  42     KSA                   
## 329     421  398           63F      F  63     KSA                   
## 330     422  399           55M      M  55     KSA                   
## 331     423  400           60M      M  60     KSA                   
## 332     424  408           27M      M  27     KSA                   
## 333     425  409            0M      M   0     KSA                   
## 334     426  410           16F      F  16     KSA                   
## 335     427  411           32M      M  32     KSA                   
## 336     428  412           37M      M  37     KSA                   
## 337     429  413           26F      F  26     KSA                   
## 338     430  414           24F      F  24     KSA                   
## 339     431  415           46F      F  46     KSA                   
## 340     432  416           37M      M  37     KSA                   
## 341     433  417           42F      F  42     KSA                   
## 342     434  418           65F      F  65     KSA                   
## 343     435  419           75M      M  75     KSA                   
## 344     436  420           61F      F  61     KSA                   
## 345     437  421           54F      F  54     KSA                   
## 346     438  422           65M      M  65     KSA                   
## 347     439  423           59M      M  59     KSA                   
## 348     440  424           55M      M  55     KSA                   
## 349     441  425           65F      F  65     KSA                   
## 350     442  428           42M      M  42     KSA                   
## 351     443  429           38F      F  38     KSA                   
## 352     444  430           28M      M  28     KSA                   
## 353     445  426           39M      M  39     KSA                   
## 354     446  427           18F      F  18     KSA                   
## 355     447  431           75M      M  75     KSA                   
## 356     448  432           76M      M  76     KSA                   
## 357     449  433           62M      M  62     KSA                   
## 358     450  434           73M      M  73     KSA                   
## 359     451  435           77M      M  77     KSA                   
## 360     452  436           51F      F  51     KSA                   
## 361     453  437           41F      F  41     KSA                   
## 362     454  438           32M      M  32     KSA                   
## 363     455  439           46M      M  46     KSA                   
## 364     456  440           29F      F  29     KSA                   
## 365     457  441           60M      M  60     KSA                   
## 366     458  442           75F      F  75     KSA                   
## 367     459  443           70F      F  70     KSA                   
## 368     460  444           68M      M  68     KSA                   
## 369     461  445           30F      F  30     KSA                   
## 370     462  446           44M      M  44     KSA                   
## 371     463  447           31M      M  31     KSA                   
## 372     464  448           50M      M  50     KSA                   
## 373     465  449           29F      F  29     KSA                   
## 374     466  450           50F      F  50     KSA                   
## 375     467  451           53F      F  53     KSA                   
## 376     468  452           55M      M  55     KSA                   
## 377     469  453           75F      F  75     KSA                   
## 378     470  454           40M      M  40     KSA                   
## 379     471  455           34M      M  34     KSA                   
## 380     472  456           49F      F  49     KSA                   
## 381     474  458           31F      F  31     KSA                   
## 382     475  459           28F      F  28     KSA                   
## 383     476  460           28M      M  28     KSA                   
## 384     477  461           50F      F  50     KSA                   
## 385     478  462           38F      F  38     KSA                   
## 386     479  463           28F      F  28     KSA                   
## 387     480  464           60M      M  60     KSA                   
## 388     482  465           6?M      M 60+     KSA                   
## 389     483  466           40F      F  40     KSA                   
## 390     484  467           13M      M  13     KSA                   
## 391     485  468           71F      F  71     KSA                   
## 392     486  469           82M      M  82     KSA                   
## 393     487  470           66F      F  66     KSA                   
## 394     488  471           56F      F  56     KSA                   
## 395     489  472           70M      M  70     KSA                   
## 396     490  473           55M      M  55     KSA                   
## 397     491  474           37M      M  37     KSA                   
## 398     492  475           55F      F  55     KSA                   
## 399     493  476           25M      M  25     KSA                   
## 400     494  477           53M      M  53     KSA                   
## 401     495  478           28M      M  28     KSA                   
## 402     496  479           32M      M  32     KSA                   
## 403     497  480           69F      F  69     KSA                   
## 404     498  481           28F      F  28     KSA                   
## 405     499  482           60M      M  60     KSA                   
## 406     500  483           47M      M  47     KSA                   
## 407     501  484           45F      F  45     KSA                   
## 408     502  485           47M      M  47     KSA                   
## 409     503  486           77M      M  77     KSA                   
## 410     504  487           73F      F  73     KSA                   
## 411     505  488           27M      M  27     KSA                   
## 412     506  489           55M      M  55     KSA                   
## 413     507  490           94M      M  94     KSA                   
## 414     508  491           61M      M  61     KSA                   
## 415     509  492           47M      M  47     KSA                   
## 416     510  493           63M      M  63     KSA                   
## 417     511  494           40F      F  40     KSA                   
## 418     512  495           26F      F  26     KSA                   
## 419     513  496           27F      F  27     KSA                   
## 420     514  497           37F      F  37     KSA                   
## 421     515  498           14M      M  14     KSA                   
## 422     516  499           57F      F  57     KSA                   
## 423     517  500           54F      F  54     KSA                   
## 424     518  501           60M      M  60     KSA                   
## 425     519  503           37F      F  37     KSA                   
## 426     520  504           52F      F  52     KSA                   
## 427     521  505           48M      M  48     KSA                   
## 428     522  506           43F      F  43     KSA                   
## 429     523  507           68F      F  68     KSA                   
## 430     524  508           45M      M  45     KSA                   
## 431     525  509           26F      F  26     KSA                   
## 432     526  511           36F      F  36     KSA                   
## 433     527  512           46F      F  46     KSA                   
## 434     528  513           30F      F  30     KSA                   
## 435     529  514           26F      F  26     KSA                   
## 436     530  515           70M      M  70     KSA                   
## 437     531  516           58F      F  58     KSA                   
## 438     532  517           43F      F  43     KSA                   
## 439     533  518           74M      M  74     KSA                   
## 440     534  519           68F      F  68     KSA                   
## 441     535  520           40M      M  40     KSA                   
## 442     537  521           61M      M  61     KSA                   
## 443     538  522           65F      F  65     KSA                   
## 444     539  523           28F      F  28     KSA                   
## 445     540  524           36F      F  36     KSA                   
## 446     541  525           36M      M  36     KSA                   
## 447     542  526           28F      F  28     KSA                   
## 448     543  527           26F      F  26     KSA                   
## 449     544  528           36F      F  36     KSA                   
## 450     545  529           36M      M  36     KSA                   
## 451     546  530           57M      M  57     KSA                   
## 452     547  531           10M      M  10     KSA                   
## 453     548  532           32M      M  32     KSA                   
## 454     549  533           54M      M  54     KSA                   
## 455     550  534           84M      M  84     KSA                   
## 456     551  535           42M      M  42     KSA                   
## 457     552  536           56M      M  56     KSA                   
## 458     553  537           77M      M  77     KSA                   
## 459     554  538           34M      M  34     KSA                   
## 460     555  539           55F      F  55     KSA                   
## 461     556  540           63M      M  63     KSA                   
## 462     557  541           34M      M  34     KSA                   
## 463     558  542           53F      F  53     KSA                   
## 464     559  543           40F      F  40     KSA                   
## 465     560  544           22M      M  22     KSA                   
## 466     561  545           30F      F  30     KSA                   
## 467     562  546           62F      F  62     KSA                   
## 468     563  547           80F      F  80     KSA                   
## 469     564  548           22M      M  22     KSA                   
## 470     565  549           84M      M  84     KSA                   
## 471     566  550           42M      M  42     KSA                   
## 472     567  551           59M      M  59     KSA                   
## 473     568  552           78M      M  78     KSA                   
## 474     570  554           33F      F  33     KSA                   
## 475     571  555           62F      F  62     KSA                   
## 476     572  562           34F      F  34     KSA                   
## 477     573  558           37F      F  37     KSA                   
## 478     580  564           35M      M  35     KSA                   
## 479     581  565           36M      M  36     KSA                   
## 480     582  566           30F      F  30     KSA                   
## 481     583  567           35F      F  35     KSA                   
## 482     584  568           45M      M  45     KSA                   
## 483     585  569           72F      F  72     KSA                   
## 484     586  570           58F      F  58     KSA                   
## 485     587  572           56F      F  56     KSA                   
## 486     588  556           31F      F  31     KSA                   
## 487     588  573           80F      F  80     KSA                   
## 488     589  557           29M      M  29     KSA                   
## 489     589  574           42F      F  42     KSA                   
## 490     590  559           26F      F  26     KSA                   
## 491     590  576           31F      F  31     KSA                   
## 492     591  560           35M      M  35     KSA                   
## 493     591  577           60F      F  60     KSA                   
## 494     592  561           26F      F  26     KSA                   
## 495     592  578           74F      F  74     KSA                   
## 496     593  563           33M      M  33     KSA                   
## 497     593  579           80F      F  80     KSA                   
## 498     594  580           44F      F  44     KSA                   
## 499     595  581           29M      M  29     KSA                   
## 500     596  582           36M      M  36     KSA                   
## 501     597  583           66M      M  66     KSA                   
## 502     598  584           44M      M  44     KSA                   
## 503     600  585           34F      F  34     KSA                   
## 504     601  586           50F      F  50     KSA                   
## 505     602  587           20F      F  20     KSA                   
## 506     603  588           69M      M  69     KSA                   
## 507     604  589           70M      M  70     KSA                   
## 508     605  590           31F      F  31     KSA                   
## 509     606  591           60F      F  60     KSA                   
## 510     607  592           63F      F  63     KSA                   
## 511     608  593           72M      M  72     KSA                   
## 512     609  594           55F      F  55     KSA                   
## 513     610  595           41F      F  41     KSA                   
## 514     611  596           71M      M  71     KSA                   
## 515     612  597           23F      F  23     KSA                   
## 516     613  598           40F      F  40     KSA                   
## 517     614  599           42F      F  42     KSA                   
## 518     615  600           53F      F  53     KSA                   
## 519     616  601           57M      M  57     KSA                   
## 520     617  602           43M      M  43     KSA                   
## 521     618  603           36F      F  36     KSA                   
## 522     619  604            2F      F   2     KSA                   
## 523     620  605           41F      F  41     KSA                   
## 524     621  614           54F      F  54     KSA                   
## 525     622  615           70F      F  70     KSA                   
## 526     623  616           39F      F  39     KSA                   
## 527     637  613           73F      F  73     KSA                   
## 528     638  630           11M      M  11     KSA                   
## 529     639  631           28M      M  28     KSA                   
## 530     640  632           80M      M  80     KSA                   
## 531     641  633           35F      F  35     KSA                   
## 532     642  634           67F      F  67     KSA                   
## 533     643  635           48F      F  48     KSA                   
## 534     644  636           36F      F  36     KSA                   
## 535     645  637           27F      F  27     KSA                   
## 536     646  638           58F      F  58     KSA                   
## 537     647  639           33F      F  33     KSA                   
## 538     648  640           29M      M  29     KSA                   
## 539     649  641           36M      M  36     KSA                   
## 540     650  642           37M      M  37     KSA                   
## 541     651  643           28F      F  28     KSA                   
## 542     652  644           55M      M  55     KSA                   
## 543     654  646           45F      F  45     KSA                   
## 544     655  647           37M      M  37     KSA                   
## 545     656  648           45M      M  45     KSA                   
## 546     657  649           34M      M  34     KSA                   
## 547     658  650           39M      M  39     KSA                   
## 548     659  651           52M      M  52     KSA                   
## 549     660  652           51M      M  51     KSA                   
## 550     661  653           31M      M  31     KSA                   
## 551     662  654           29M      M  29     KSA                   
## 552     663  655           35M      M  35     KSA                   
## 553     664  656           66F      F  66     KSA                   
## 554     665  657           53M      M  53     KSA                   
## 555     666  658           38M      M  38     KSA                   
## 556     667  659           54M      M  54     KSA                   
## 557     668  660           66M      M  66     KSA                   
## 558     669  661           50F      F  50     KSA                   
## 559     670  662           70F      F  70     KSA                   
## 560     671  663           74M      M  74     KSA                   
## 561     672  664           33M      M  33     KSA                   
## 562     673  665           75M      M  75     KSA                   
## 563     674  666           65M      M  65     KSA                   
## 564     675  667           38F      F  38     KSA                   
## 565     676  668           46M      M  46     KSA                   
## 566     677  669           19M      M  19     KSA                   
## 567     678  670           20F      F  20     KSA                   
## 568     682  674           80F      F  80     KSA                   
## 569     683  675           48M      M  48     KSA                   
## 570     684  676           25M      M  25     KSA                   
## 571     685  677           28M      M  28     KSA                   
## 572     686  679           29F      F  29     KSA                   
## 573     687  680           32M      M  32     KSA                   
## 574     688  681           25F      F  25     KSA                   
## 575     689  682           45F      F  45     KSA                   
## 576     695  685           72M      M  72     KSA                   
## 577     696  686           65M      M  65     KSA                   
## 578     697  687           39F      F  39     KSA                   
## 579     698  688           55M      M  55     KSA                   
## 580     699  689           44M      M  44     KSA                   
## 581     700  690           71M      M  71     KSA                   
## 582     701  691           36M      M  36     KSA                   
## 583     702  692           45M      M  45     KSA                   
## 584     703  693           66M      M  66     KSA                   
## 585     704  694           59M      M  59     KSA                   
## 586     705  695           56M      M  56     KSA                   
## 587     706  696           42M      M  42     KSA                   
## 588     707  697           57F      F  57     KSA                   
## 589     708  698           31M      M  31     KSA                   
## 590     709  699           48M      M  48     KSA                   
## 591     710  813           50M      M  50     KSA                   
## 592     711  815           28F      F  28     KSA                   
## 593     712  816           45M      M  45     KSA                   
## 594     713  817           80M      M  80     KSA                   
## 595     714  818           37M      M  37     KSA                   
## 596     715  819           27M      M  27     KSA                   
## 597     716  820           33M      M  33     KSA                   
## 598     717  821           22M      M  22     KSA                   
## 599     718  822           26F      F  26     KSA                   
## 600     719  823           41M      M  41     KSA                   
## 601     720  824           72M      M  72     KSA                   
## 602     721  825           36M      M  36     KSA                   
## 603     722  826           36M      M  36     KSA                   
## 604     723  829           33M      M  33     KSA                   
## 605     724  831           58M      M  58     KSA                   
## 606     726  832           42M      M  42     KSA                   
## 607     727  833           38F      F  38     KSA                   
## 608     728  834           45M      M  45     KSA                   
## 609     729  835           57M      M  57     KSA                   
## 610     730  836           85M      M  85     KSA                   
## 611     731  837           46M      M  46     KSA                   
## 612     732  838           57M      M  57     KSA                   
## 613     734  839           58M      M  58     KSA                   
## 614     736  840           15M      M  15     KSA                   
## 615     737  841           53M      M  53     KSA                   
## 616     738  842           28F      F  28     KSA                   
## 617     741  844           55F      F  55     KSA             Riyadh
## 618     742  845           52M      M  52     KSA             Makkah
## 619     743  846           72M      M  72     KSA   Northern Borders
## 620     744  847           70M      M  70     KSA                   
## 621     745  848           74M      M  74     KSA                   
## 622     746  849           70M      M  70     KSA                   
## 623     747  850           49M      M  49     KSA            Eastern
## 624     748                72M      M  72     KSA                   
## 625     749                59M      M  59     KSA                   
## 626     750                69M      M  69     KSA                   
## 627     751                52F      F  52     KSA                   
## 628     752                34M      M  34     KSA                   
## 629     753                60M      M  60     KSA                   
## 630     754                43M      M  43     KSA                   
## 631     755                38F      F  38     KSA                   
## 632     756                76M      M  76     KSA                   
## 633     757                39M      M  39     KSA                   
## 634     758                27M      M  27     KSA                   
## 635     759                65M      M  65     KSA                   
## 636     760                  ?      ?   ?     KSA                   
## 637     761                37M      M  37     KSA                   
## 638     762                60M      M  60     KSA                   
## 639     763                40M      M  40     KSA                   
## 640     764                70M      M  70     KSA                   
## 641     765                29F      F  29     KSA                   
## 642     766                65M      M  65     KSA                   
## 643     767                60M      M  60     KSA                   
## 644     768                69M      M  69     KSA                   
## 645     769                51M      M  51     KSA                   
## 646     770                77M      M  77     KSA                   
## 647     771                50M      M  50     KSA                   
## 648     772                70M      M  70     KSA                   
## 649     773                44M      M  44     KSA                   
## 650     774                82M      M  82     KSA                   
## 651     775                42M      M  42     KSA                   
## 652     776                66M      M  66     KSA                   
## 653     777                65M      M  65     KSA                   
## 654     778                55F      F  55     KSA                   
## 655     779                17M      M  17     KSA                   
## 656     780                35F      F  35     KSA                   
## 657     781                70M      M  70     KSA                   
## 658     782                46M      M  46     KSA                   
## 659     783                56M      M  56     KSA                   
## 660     786                73F      F  73     KSA                   
## 661     787                45M      M  45     KSA                   
## 662     788                75M      M  75     KSA                   
## 663     789                53M      M  53     KSA                   
## 664     790                44M      M  44     KSA                   
## 665     791                61F      F  61     KSA                   
## 666     792                90F      F  90     KSA                   
## 667     793                53M      M  53     KSA                   
## 668     794                84M      M  84     KSA                   
## 669     795                60M      M  60     KSA                   
## 670     796                30F      F  30     KSA                   
## 671     797                36M      M  36     KSA                   
## 672     798                38M      M  38     KSA                   
## 673     799                54M      M  54     KSA                   
## 674     800                70M      M  70     KSA                   
## 675     801                44M      M  44     KSA                   
## 676     802                82M      M  82     KSA                   
## 677     803                60M      M  60     KSA                   
## 678     804                42F      F  42     KSA                   
## 679     805                75M      M  75     KSA                   
## 680     806                41M      M  41     KSA                   
## 681     807                31F      F  31     KSA                   
## 682     808                33M      M  33     KSA                   
## 683     809                33M      M  33     KSA                   
## 684     810                32F      F  32     KSA                   
## 685     811                75F      F  75     KSA                   
## 686     812                49M      M  49     KSA                   
## 687     813                45M      M  45     KSA                   
## 688     814                45F      F  45     KSA                   
## 689     815                70F      F  70     KSA                   
## 690     816                70F      F  70     KSA                   
## 691     817                22M      M  22     KSA                   
## 692     818                29M      M  29     KSA                   
## 693     819                53M      M  53     KSA                   
## 694     820                58M      M  58     KSA                   
## 695     821                84F      F  84     KSA                   
## 696     822                99M      M  99     KSA                   
## 697     823                48F      F  48     KSA                   
## 698     824                58M      M  58     KSA                   
## 699     825                42M      M  42     KSA                   
## 700     826                79F      F  79     KSA                   
## 701     827                40M      M  40     KSA                   
## 702     828                34M      M  34     KSA                   
## 703     829                62M      M  62     KSA                   
## 704     830                28M      M  28     KSA                   
## 705     831                71M      M  71     KSA                   
## 706     832                52M      M  52     KSA Al-Qassim Province
## 707     833                70F      F  70     KSA                   
## 708     834                61M      M  61     KSA                   
## 709     835                29F      F  29     KSA                   
## 710     836                70M      M  70     KSA                   
## 711     837                53M      M  53     KSA                   
## 712     838                70M      M  70     KSA                   
## 713     839                31F      F  31     KSA                   
## 714     841                84M      M  84     KSA                   
## 715     842                76M      M  76     KSA                   
## 716     843                45M      M  45     KSA                   
## 717     844                69M      M  69     KSA                   
## 718     845                61M      M  61     KSA                   
## 719     847                53M      M  53     KSA                   
## 720     848                80M      M  80     KSA                   
## 721     849                91M      M  91     KSA                   
## 722     850                32M      M  32     KSA                   
## 723     852                67M      M  67     KSA                   
## 724     853                93M      M  93     KSA                   
## 725     855                62M      M  62     KSA                   
## 726     856                67M      M  67     KSA                   
## 727     857                76M      M  76     KSA                   
## 728     858                38M      M  38     KSA                   
## 729     859                84F      F  84     KSA                   
## 730     860                80M      M  80     KSA                   
## 731     861                77M      M  77     KSA                   
## 732     862                80M      M  80     KSA                   
## 733     863                37M      M  37     KSA                   
## 734     864                76M      M  76     KSA                   
## 735     865                62M      M  62     KSA                   
## 736     866                56F      F  56     KSA                   
## 737     867                26M      M  26     KSA                   
## 738     868                59M      M  59     KSA                   
## 739     869                58F      F  58     KSA                   
## 740     870                37M      M  37     KSA                   
## 741     871                34F      F  34     KSA                   
## 742     872                62M      M  62     KSA                   
## 743     873                49M      M  49     KSA                   
## 744     874                57M      M  57     KSA                   
## 745     875                50F      F  50     KSA                   
## 746     876                56M      M  56     KSA                   
## 747     877                48M      M  48     KSA Al-Qassim Province
## 748     878                31F      F  31     KSA                   
## 749     879                73F      F  73     KSA                   
## 750     880                27F      F  27     KSA                   
## 751     881                41M      M  41     KSA                   
## 752     882                58M      M  58     KSA                   
## 753     883                75M      M  75     KSA                   
## 754     884                46M      M  46     KSA                   
## 755     885                70M      M  70     KSA                   
## 756     886                29M      M  29     KSA                   
## 757     887                53M      M  53     KSA                   
## 758     888                52M      M  52     KSA                   
## 759     889                79M      M  79     KSA                   
## 760     890                24M      M  24     KSA                   
## 761     891                46M      M  46     KSA Al-Qassim Province
## 762     892                49F      F  49     KSA                   
## 763     893                83F      F  83     KSA                   
## 764     894                77M      M  77     KSA                   
## 765     895                70F      F  70     KSA                   
## 766     896                54M      M  54     KSA Al-Qassim Province
## 767     897                31F      F  31     KSA                   
## 768     898                41M      M  41     KSA Al-Qassim Province
## 769     899                42M      M  42     KSA Al-Qassim Province
## 770     900                81M      M  81     KSA Al-Qassim Province
## 771     901                31M      M  31     KSA                   
## 772     902                47M      M  47     KSA                   
## 773     903                54F      F  54     KSA                   
## 774     904                35M      M  35     KSA Al-Qassim Province
## 775     905                23M      M  23     KSA Al-Qassim Province
## 776     906                58F      F  58     KSA     Al Jawf Region
## 777     907                43F      F  43     KSA                   
## 778     908                85M      M  85     KSA                   
## 779     909                34F      F  34     KSA                   
## 780     910                38M      M  38     KSA                   
## 781     911                60M      M  60     KSA                   
## 782     912                65M      M  65     KSA              Tabuk
## 783     913                75M      M  75     KSA Al-Qassim Province
## 784     914                37M      M  37     KSA                   
## 785     915                41M      M  41     KSA                   
## 786     916                77M      M  77     KSA     Al Jawf Region
## 787     917                58M      M  58     KSA                   
## 788     918                83M      M  83     KSA                   
## 789     920                89M      M  89     KSA                   
## 790     921                84M      M  84     KSA                   
## 791     922                58F      F  58     KSA Al-Qassim Province
## 792     925                31F      F  31     KSA                   
## 793     926                62M      M  62     KSA                   
## 794     927                58M      M  58     KSA                   
## 795     928                62F      F  62     KSA                   
## 796     929                50M      M  50     KSA                   
## 797     930                65F      F  65     KSA                   
## 798     931                45M      M  45     KSA                   
## 799     932                75M      M  75     KSA                   
## 800     933                83M      M  83     KSA                   
## 801     934                80M      M  80     KSA                   
## 802     935                24F      F  24     KSA                   
## 803     936                35M      M  35     KSA                   
## 804     937                56M      M  56     KSA                   
## 805     939                91F      F  91     KSA                   
## 806     940                46M      M  46     KSA                   
## 807     941                84M      M  84     KSA                   
## 808     942                51M      M  51     KSA                   
## 809     943                56M      M  56     KSA                   
## 810     944 1061           40M      M  40     KSA                   
## 811     945 1062           45M      M  45     KSA Al-Qassim Province
## 812     946 1063           80M      M  80     KSA                   
## 813     947 926?           40F      F  40     KSA     Al Jawf Region
## 814     948 1064           46F      F  46     KSA                   
## 815     949 1065           61M      M  61     KSA                   
## 816     950 1066           34M      M  34     KSA Al-Qassim Province
## 817     951 1067           74M      M  74     KSA                   
## 818     952 1068           64F      F  64     KSA                   
## 819     953 1069           60M      M  60     KSA                   
## 820     954 1070           51F      F  51     KSA                   
## 821     955 1071           57M      M  57     KSA                   
## 822     956 1072           61F      F  61     KSA                   
## 823     957 1073           63M      M  63     KSA                   
## 824     958 1074           53M      M  53     KSA                   
## 825     959                89M      M  89     KSA                   
## 826     960 1075           70F      F  70     KSA                   
## 827     961                58M      M  58     KSA                   
## 828     962 1076           69F      F  69     KSA                   
## 829     963                48M      M  48     KSA                   
## 830     964 1077           30M      M  30     KSA                   
## 831     965 1078           44M      M  44     KSA                   
## 832     966 1079           53M      M  53     KSA                   
## 833     967                76F      F  76     KSA                   
## 834     968 1080           59F      F  59     KSA                   
## 835     969 1081           48F      F  48     KSA                   
## 836     970 1082           56M      M  56     KSA                   
## 837     971 1084           57M      M  57     KSA                   
## 838     972 1085           61M      M  61     KSA                   
## 839     973 1086           48F      F  48     KSA                   
## 840     974 1087           37M      M  37     KSA                   
## 841     975 1088           48F      F  48     KSA                   
## 842     976 1089           61M      M  61     KSA                   
## 843     977 1090           72F      F  72     KSA Al-Qassim Province
## 844     978 1091           55M      M  55     KSA                   
## 845     979 1092           59M      M  59     KSA                   
## 846     980 1093           62F      F  62     KSA                   
## 847     981 1094           45F      F  45     KSA                   
## 848     982 1096           31M      M  31     KSA                   
## 849     983 1097           21M      M  21     KSA                   
## 850     984 1098           47M      M  47     KSA                   
## 851     985 1109           60M      M  60     KSA                   
## 852     986 1100           44M      M  44     KSA                   
## 853     987 1101           56M      M  56     KSA                   
## 854     988 1102           27M      M  27     KSA                   
## 855     989 1103           73M      M  73     KSA                   
## 856     990                75M      M  75     KSA                   
## 857     991 1104           60M      M  60     KSA                   
## 858     992 1105           54M      M  54     KSA                   
## 859     993 1106           50M      M  50     KSA                   
## 860     994 1107           55F      F  55     KSA                   
## 861     995 1108           42M      M  42     KSA                   
## 862     996 1109           20M      M  20     KSA                   
## 863     997                61M      M  61     KSA                   
## 864     998 1110           48M      M  48     KSA                   
## 865    1000                51M      M  51     KSA                   
## 866    1002 1111           65M      M  65     KSA                   
## 867    1003 1112           30M      M  30     KSA                   
## 868    1005 1113           54M      M  54     KSA                   
## 869    1006 1114           39M      M  39     KSA                   
## 870    1007 1115           80M      M  80     KSA                   
## 871    1008 1116           63M      M  63     KSA                   
## 872    1009 1117           60M      M  60     KSA                   
## 873    1010 1118           65F      F  65     KSA                   
## 874    1011 1119           51M      M  51     KSA                   
## 875    1012                66M      M  66     KSA                   
## 876    1013 1120           66M      M  66     KSA                   
## 877    1014 1121           65F      F  65     KSA                   
## 878    1015 1122           82M      M  82     KSA                   
## 879    1016 1123           93M      M  93     KSA                   
## 880    1017                63M      M  63     KSA                   
## 881    1018 1124           65M      M  65     KSA                   
## 882    1019 1125           61M      M  61     KSA                   
## 883    1020 1126           49M      M  49     KSA                   
## 884    1021                54M      M  54     KSA                   
## 885    1022                44M      M  44     KSA                   
## 886    1023 1127           35M      M  35     KSA                   
## 887    1024 1128           41M      M  41     KSA                   
## 888    1025 1129           39M      M  39     KSA                   
## 889    1026 1131           48M      M  48     KSA                   
## 890    1027 1132           61M      M  61     KSA                   
## 891    1028 1133           75M      M  75     KSA                   
## 892    1029 1134           30M      M  30     KSA                   
## 893    1030 1135           24F      F  24     KSA                   
## 894    1031 1136           59F      F  59     KSA                   
## 895    1032 1137           30F      F  30     KSA                   
## 896    1033 1138           74M      M  74     KSA                   
## 897    1034 1139           33M      M  33     KSA                   
## 898    1035 1140           33M      M  33     KSA                   
## 899    1036 1141           71M      M  71     KSA                   
## 900    1037 1142           46M      M  46     KSA                   
## 901    1039 1143           36M      M  36     KSA                   
## 902    1040 1144           31M      M  31     KSA                   
## 903    1041 1145           66M      M  66     KSA                   
## 904    1042 1146           59F      F  59     KSA                   
## 905    1043 1147           73F      F  73     KSA                   
## 906    1045 1153           48M      M  48     KSA                   
## 907    1046 1163           77F      F  77     KSA                   
## 908    1047 1156           68F      F  68     KSA                   
## 909    1048 1157           71M      M  71     KSA                   
## 910    1049 1159           65M      M  65     KSA                   
## 911    1057 1164           26F      F  26     KSA                   
## 912    1066 1168           27F      F  27     KSA                   
## 913    1067 1169           70M      M  70     KSA                   
## 914    1068 1170           74M      M  74     KSA                   
## 915    1069 1175           57F      F  57     KSA                   
## 916    1070 1176           48M      M  48     KSA                   
## 917    1071 1177           50F      F  50     KSA                   
## 918    1072 1178           43M      M  43     KSA                   
## 919    1073                59M      M  59     KSA                   
## 920    1077 1184           54M      M  54     KSA                   
## 921    1078 1185           50M      M  50     KSA                   
## 922    1095  924           65M      M  65     KSA                   
## 923    1096  925           57M      M  57     KSA                   
## 924    1097  926           40F      F  40     KSA                   
## 925    1098 1206           64M      M  64     KSA                   
## 926    1099 1198           45M      M  45     KSA                   
## 927    1100 1199           50M      M  50     KSA                   
## 928    1101 1212           58F      F  58     KSA                   
## 929    1102 1213           41M      M  41     KSA                   
## 930    1103 1214           29M      M  29     KSA                   
## 931    1104 1215           55M      M  55     KSA                   
## 932    1105 1216           58M      M  58     KSA                   
## 933    1112 1226           65M      M  65     KSA                   
## 934    1113 1227           56M      M  56     KSA                   
## 935    1119 1265           72M      M  72     KSA                   
## 936    1129 1274           73M      M  73     KSA                   
## 937    1175 1289           60F      F  60     KSA                   
## 938    1190 1308           77M      M  77     KSA                   
## 939    1191 1321           55F      F  55     KSA                   
## 940    1192 1329           46M      M  46     KSA                   
## 941    1193 1330           54F      F  54     KSA                   
## 942    1231 1336           69F      F  69     KSA                   
## 943    1237                50M      M  50     KSA                   
## 944    1243 1350           28M      M  28     KSA                   
## 945    1252 1357           52M      M  52     KSA                   
## 946    1253 1358           61F      F  61     KSA                   
## 947    1260 1359           60F      F  60     KSA                   
## 948    1274 1374           41M      M  41     KSA                   
## 949    1279 1378           40M      M  40     KSA                   
## 950    1280 1379           65F      F  65     KSA                   
## 951    1281 1380           56F      F  56     KSA                   
## 952    1282 1382           60M      M  60     KSA                   
## 953    1283 1383           76M      M  76     KSA                   
## 954    1285 1386           35M      M  35     KSA                   
## 955    1289 1388           36M      M  36     KSA                   
## 956    1290 1389           77M      M  77     KSA                   
## 957    1291 1390           60F      F  60     KSA                   
## 958    1292 1391           93M      M  93     KSA                   
## 959    1293 1392           32M      M  32     KSA                   
## 960    1294 1393           60F      F  60     KSA            Al Taif
## 961    1295 1394           56M      M  56     KSA                   
## 962    1296 1395           52F      F  52     KSA                   
## 963    1297 1396           54M      M  54     KSA                   
## 964    1298 1397           28M      M  28     KSA                   
## 965    1299 1398           30M      M  30     KSA                   
## 966    1300 1399           44F      F  44     KSA                   
## 967    1301 1400           67M      M  67     KSA                   
## 968    1302 1401           53M      M  53     KSA                   
## 969    1303 1402           75M      M  75     KSA                   
## 970    1304 1403           78M      M  78     KSA                   
## 971    1305 1404           86M      M  86     KSA                   
## 972    1306 1405           31F      F  31     KSA                   
## 973    1307 1406           50M      M  50     KSA                   
## 974    1308                38M      M  38     KSA                   
## 975    1309                29F      F  29     KSA                   
## 976    1310                72F      F  72     KSA                   
## 977    1311                42M      M  42     KSA                   
## 978    1312                55M      M  55     KSA                   
## 979    1313                50F      F  50     KSA                   
## 980    1314                74M      M  74     KSA                   
## 981    1315                31F      F  31     KSA                   
## 982    1316                60F      F  60     KSA                   
## 983    1317                55F      F  55     KSA                   
## 984    1318                49M      M  49     KSA                   
## 985    1319                73F      F  73     KSA                   
## 986    1320                57M      M  57     KSA                   
## 987    1321                57M      M  57     KSA                   
## 988    1322                65M      M  65     KSA                   
## 989    1323                99M      M  99     KSA                   
## 990    1324                56M      M  56     KSA                   
## 991    1325                45M      M  45     KSA                   
## 992    1326                63M      M  63     KSA                   
## 993    1327                58M      M  58     KSA                   
## 994    1328                78F      F  78     KSA                   
## 995    1329                56F      F  56     KSA                   
## 996    1330                57M      M  57     KSA                   
## 997    1331                81F      F  81     KSA                   
## 998    1332                57M      M  57     KSA                   
## 999    1333                47F      F  47     KSA                   
## 1000   1334                28F      F  28     KSA                   
## 1001   1335                 2M      M   2     KSA                   
## 1002   1336                63F      F  63     KSA                   
## 1003   1337                64M      M  64     KSA                   
## 1004   1338                90M      M  90     KSA                   
## 1005   1339                41M      M  41     KSA                   
## 1006   1340                31F      F  31     KSA                   
## 1007   1341                74M      M  74     KSA                   
## 1008   1342                55M      M  55     KSA                   
## 1009   1343                39M      M  39     KSA                   
## 1010   1344                65M      M  65     KSA                   
## 1011   1345                63M      M  63     KSA                   
## 1012   1346                98F      F  98     KSA                   
## 1013   1347                75M      M  75     KSA                   
## 1014   1348                61F      F  61     KSA                   
## 1015   1349                70M      M  70     KSA                   
## 1016   1350                86M      M  86     KSA                   
## 1017   1351                35F      F  35     KSA                   
## 1018   1352                48F      F  48     KSA                   
## 1019   1353                65F      F  65     KSA                   
## 1020   1354                28M      M  28     KSA                   
## 1021   1355                33M      M  33     KSA                   
## 1022   1356                51F      F  51     KSA                   
## 1023   1357                80M      M  80     KSA                   
## 1024   1358                71M      M  71     KSA                   
## 1025   1359                71M      M  71     KSA                   
## 1026   1360                63M      M  63     KSA                   
## 1027   1361                86M      M  86     KSA                   
## 1028   1362                77F      F  77     KSA                   
## 1029   1363                63M      M  63     KSA                   
## 1030   1364                60F      F  60     KSA                   
## 1031   1365                64F      F  64     KSA                   
## 1032   1366                60F      F  60     KSA                   
## 1033   1367                35M      M  35     KSA                   
## 1034   1368                34M      M  34     KSA                   
## 1035   1369                59F      F  59     KSA                   
## 1036   1370                87M      M  87     KSA                   
## 1037   1371                76F      F  76     KSA                   
## 1038   1372                40M      M  40     KSA                   
## 1039   1373               109M      M 109     KSA                   
## 1040   1374                87M      M  87     KSA                   
## 1041   1375                72M      M  72     KSA                   
## 1042   1376                71M      M  71     KSA                   
## 1043   1377                58F      F  58     KSA                   
## 1044   1378                40F      F  40     KSA                   
## 1045   1379                63M      M  63     KSA                   
## 1046   1380                57F      F  57     KSA                   
## 1047   1381                41M      M  41     KSA                   
## 1048   1382                61M      M  61     KSA                   
## 1049   1383                49M      M  49     KSA                   
## 1050   1384                28M      M  28     KSA                   
## 1051   1385                26M      M  26     KSA                   
## 1052   1386                78M      M  78     KSA                   
## 1053   1387                40F      F  40     KSA                   
## 1054   1388                69M      M  69     KSA                   
## 1055   1389                58F      F  58     KSA                   
## 1056   1390                26F      F  26     KSA                   
## 1057   1391                42M      M  42     KSA                   
## 1058   1392                82M      M  82     KSA                   
## 1059   1393                42M      M  42     KSA                   
## 1060   1394                72F      F  72     KSA                   
## 1061   1395                67F      F  67     KSA                   
## 1062   1396                64M      M  64     KSA                   
## 1063   1397                75M      M  75     KSA                   
## 1064   1398                51F      F  51     KSA                   
## 1065   1399                69F      F  69     KSA                   
## 1066   1400                78M      M  78     KSA                   
## 1067   1401                58M      M  58     KSA                   
## 1068   1402                30F      F  30     KSA                   
## 1069   1403                69M      M  69     KSA                   
## 1070   1404                51M      M  51     KSA                   
## 1071   1405                81M      M  81     KSA                   
## 1072   1406                68F      F  68     KSA                   
## 1073   1407                60M      M  60     KSA                   
## 1074   1408                65M      M  65     KSA                   
## 1075   1409                32M      M  32     KSA                   
## 1076   1410                78M      M  78     KSA                   
## 1077   1411                30F      F  30     KSA                   
## 1078   1412                87F      F  87     KSA                   
## 1079   1413                58F      F  58     KSA                   
## 1080   1414                25F      F  25     KSA                   
## 1081   1415                77F      F  77     KSA                   
## 1082   1416                50M      M  50     KSA                   
## 1083   1417                68F      F  68     KSA                   
## 1084   1418                54M      M  54     KSA                   
## 1085   1419                55M      M  55     KSA                   
## 1086   1420                24M      M  24     KSA                   
## 1087   1421                67M      M  67     KSA                   
## 1088   1422                34M      M  34     KSA                   
## 1089   1423                80F      F  80     KSA                   
## 1090   1424                33F      F  33     KSA                   
## 1091   1425                70F      F  70     KSA                   
## 1092   1426                38M      M  38     KSA                   
## 1093   1427                58M      M  58     KSA                   
## 1094   1428                57M      M  57     KSA                   
## 1095   1429                47M      M  47     KSA                   
## 1096   1430                51F      F  51     KSA                   
## 1097   1431                31M      M  31     KSA                   
## 1098   1432                44M      M  44     KSA                   
## 1099   1433                50F      F  50     KSA                   
## 1100   1434                32F      F  32     KSA                   
## 1101   1435                40M      M  40     KSA                   
## 1102   1436                53M      M  53     KSA                   
## 1103   1437                27M      M  27     KSA                   
## 1104   1438                30F      F  30     KSA                   
## 1105   1439                16M      M  16     KSA                   
## 1106   1440                44F      F  44     KSA                   
## 1107   1441                29F      F  29     KSA                   
## 1108   1442                36F      F  36     KSA                   
## 1109   1443                46M      M  46     KSA                   
## 1110   1444                73M      M  73     KSA                   
## 1111   1445                65M      M  65     KSA                   
## 1112   1446                60F      F  60     KSA                   
## 1113   1447                76M      M  76     KSA                   
## 1114   1448                24F      F  24     KSA                   
## 1115   1449                45M      M  45     KSA                   
## 1116   1450                30M      M  30     KSA                   
## 1117   1451                45M      M  45     KSA                   
## 1118   1452                61M      M  61     KSA                   
## 1119   1453                51M      M  51     KSA                   
## 1120   1454                48M      M  48     KSA                   
## 1121   1455                30F      F  30     KSA                   
## 1122   1456                77M      M  77     KSA                   
## 1123   1457                27M      M  27     KSA                   
## 1124   1458                41M      M  41     KSA                   
## 1125   1459                30M      M  30     KSA                   
## 1126   1460                38F      F  38     KSA                   
## 1127   1461                85M      M  85     KSA                   
## 1128   1462                26F      F  26     KSA                   
## 1129   1463                80M      M  80     KSA                   
## 1130   1464                76F      F  76     KSA                   
## 1131   1465                49M      M  49     KSA                   
## 1132   1466                62F      F  62     KSA                   
## 1133   1467                55M      M  55     KSA                   
## 1134   1468                58F      F  58     KSA                   
## 1135   1469                23M      M  23     KSA                   
## 1136   1470                61M      M  61     KSA                   
## 1137   1471                60M      M  60     KSA                   
## 1138   1477                33M      M  33     KSA                   
## 1139   1478                33M      M  33     KSA                   
## 1140   1479                45M      M  45     KSA                   
## 1141   1480                82M      M  82     KSA                   
## 1142   1481                35F      F  35     KSA                   
## 1143   1482                34M      M  34     KSA                   
## 1144   1483                71F      F  71     KSA                   
## 1145   1484                24F      F  24     KSA                   
## 1146   1485                34F      F  34     KSA                   
## 1147   1486                30M      M  30     KSA                   
## 1148   1487                28F      F  28     KSA                   
## 1149   1488                29F      F  29     KSA                   
## 1150   1489                55M      M  55     KSA                   
## 1151   1495                21F      F  21     KSA                   
## 1152   1496                38M      M  38     KSA                   
## 1153   1497                14M      M  14     KSA                   
## 1154   1498                63M      M  63     KSA                   
## 1155   1499                72F      F  72     KSA                   
## 1156   1501                30M      M  30     KSA                   
## 1157   1502                48M      M  48     KSA                   
## 1158   1503                90M      M  90     KSA                   
## 1159   1504                38M      M  38     KSA                   
## 1160   1505                46M      M  46     KSA                   
## 1161   1506                59F      F  59     KSA                   
## 1162   1507                27F      F  27     KSA                   
## 1163   1509                44M      M  44     KSA                   
## 1164   1510                30M      M  30     KSA                   
## 1165   1514                29F      F  29     KSA                   
## 1166   1515                38M      M  38     KSA                   
## 1167   1518                26F      F  26     KSA                   
## 1168   1519                27F      F  27     KSA                   
## 1169   1520                58F      F  58     KSA                   
## 1170   1521                26F      F  26     KSA                   
## 1171   1522                26F      F  26     KSA                   
## 1172   1523                29F      F  29     KSA                   
## 1173   1524                65M      M  65     KSA                   
## 1174   1525                76M      M  76     KSA                   
## 1175   1526                61F      F  61     KSA                   
## 1176   1527                29F      F  29     KSA                   
## 1177   1528                37M      M  37     KSA                   
## 1178   1529                52F      F  52     KSA                   
## 1179   1530                75M      M  75     KSA                   
## 1180   1531                28F      F  28     KSA                   
## 1181   1532                47F      F  47     KSA                   
## 1182   1533                60F      F  60     KSA                   
## 1183   1534                45M      M  45     KSA                   
## 1184   1535                36F      F  36     KSA                   
## 1185   1536                61M      M  61     KSA                   
## 1186   1537                57M      M  57     KSA                   
## 1187   1538                81M      M  81     KSA                   
## 1188   1539                24F      F  24     KSA                   
## 1189   1540                56F      F  56     KSA                   
## 1190   1541                28F      F  28     KSA                   
## 1191   1542                50F      F  50     KSA                   
## 1192   1543                70M      M  70     KSA                   
## 1193   1544                65F      F  65     KSA                   
## 1194   1545                47M      M  47     KSA                   
## 1195   1547                70M      M  70     KSA                   
## 1196   1548                35F      F  35     KSA                   
## 1197   1549                21F      F  21     KSA                   
## 1198   1550                41F      F  41     KSA                   
## 1199   1551                48M      M  48     KSA                   
## 1200   1552                54M      M  54     KSA                   
## 1201   1553                59M      M  59     KSA                   
## 1202   1554                85M      M  85     KSA                   
## 1203   1555                50M      M  50     KSA                   
## 1204   1559                85M      M  85     KSA                   
## 1205   1560                58M      M  58     KSA                   
## 1206   1561                21M      M  21     KSA                   
## 1207   1562                45M      M  45     KSA                   
## 1208   1563                47M      M  47     KSA                   
## 1209   1565                43M      M  43     KSA                   
## 1210   1566                78M      M  78     KSA                   
## 1211   1567                34M      M  34     KSA                   
## 1212   1568                41M      M  41     KSA                   
## 1213   1569                66M      M  66     KSA                   
## 1214   1570                80M      M  80     KSA                   
## 1215   1571                75M      M  75     KSA                   
## 1216   1576                56M      M  56     KSA                   
## 1217   1577                60M      M  60     KSA                   
## 1218   1578                53M      M  53     KSA                   
## 1219   1579                74M      M  74     KSA                   
## 1220   1580                28F      F  28     KSA                   
## 1221   1581                24M      M  24     KSA                   
## 1222   1582                53M      M  53     KSA                   
## 1223   1583                24M      M  24     KSA                   
## 1224   1584                56M      M  56     KSA                   
## 1225   1585                68F      F  68     KSA                   
## 1226   1586                41M      M  41     KSA                   
## 1227   1587                81M      M  81     KSA                   
## 1228   1588                42M      M  42     KSA                   
## 1229   1589                36M      M  36     KSA                   
## 1230   1590                68M      M  68     KSA                   
## 1231   1591                76M      M  76     KSA                   
## 1232   1592                62M      M  62     KSA                   
## 1233   1593                49M      M  49     KSA                   
## 1234   1594                70M      M  70     KSA                   
## 1235   1595                82M      M  82     KSA                   
## 1236   1596                23M      M  23     KSA                   
## 1237   1597                49M      M  49     KSA                   
## 1238   1598                67F      F  67     KSA                   
## 1239   1599                52F      F  52     KSA                   
## 1240   1600                40M      M  40     KSA                   
## 1241   1601                30M      M  30     KSA                   
## 1242   1602                68M      M  68     KSA                   
## 1243   1603                72M      M  72     KSA                   
## 1244   1604                30M      M  30     KSA                   
## 1245   1605                50M      M  50     KSA                   
## 1246   1606                68M      M  68     KSA                   
## 1247   1607                72M      M  72     KSA                   
## 1248   1608                75M      M  75     KSA                   
## 1249   1609                62M      M  62     KSA                   
## 1250   1610                26M      M  26     KSA                   
## 1251   1611                22F      F  22     KSA                   
## 1252   1612                29M      M  29     KSA                   
## 1253   1613                64M      M  64     KSA                   
## 1254   1614                50M      M  50     KSA                   
## 1255   1615                48M      M  48     KSA                   
## 1256   1616                74F      F  74     KSA                   
## 1257   1617                83M      M  83     KSA                   
## 1258   1618                31F      F  31     KSA                   
## 1259   1619                29F      F  29     KSA                   
## 1260   1620                25F      F  25     KSA                   
## 1261   1621                47M      M  47     KSA                   
## 1262   1622                45M      M  45     KSA                   
## 1263   1623                60M      M  60     KSA                   
## 1264   1624                33M      M  33     KSA                   
## 1265   1625                54M      M  54     KSA                   
## 1266   1626                84M      M  84     KSA                   
## 1267   1627                45M      M  45     KSA                   
## 1268   1628                78F      F  78     KSA                   
## 1269   1629                56M      M  56     KSA                   
## 1270   1630                55M      M  55     KSA                   
## 1271   1631                72M      M  72     KSA                   
## 1272   1632                78M      M  78     KSA                   
## 1273   1633                76M      M  76     KSA                   
## 1274   1634                76F      F  76     KSA                   
## 1275   1635                57M      M  57     KSA                   
## 1276   1636                65M      M  65     KSA                   
## 1277   1637                57M      M  57     KSA                   
## 1278   1638                78F      F  78     KSA                   
## 1279   1639                29F      F  29     KSA                   
## 1280   1640                55M      M  55     KSA                   
## 1281   1641                21M      M  21     KSA                   
## 1282   1642                56F      F  56     KSA                   
## 1283   1643                66M      M  66     KSA                   
## 1284   1644                60M      M  60     KSA                   
## 1285   1645                54M      M  54     KSA                   
## 1286   1646                25M      M  25     KSA                   
## 1287   1647                73M      M  73     KSA                   
## 1288   1648                71M      M  71     KSA                   
## 1289   1649                21M      M  21     KSA                   
## 1290   1650                59M      M  59     KSA                   
## 1291   1651                70M      M  70     KSA                   
## 1292   1652                53M      M  53     KSA                   
## 1293   1653                74M      M  74     KSA                   
## 1294   1654                75F      F  75     KSA                   
## 1295   1655                61M      M  61     KSA                  ?
## 1296   1656                58F      F  58     KSA                   
## 1297   1657                31M      M  31     KSA                   
## 1298   1658                24M      M  24     KSA                   
## 1299   1660                39M      M  39     KSA                   
## 1300   1661                40M      M  40     KSA                   
## 1301   1662                55M      M  55     KSA                   
## 1302   1663                70M      M  70     KSA                   
## 1303   1664                49F      F  49     KSA                   
## 1304   1665                68M      M  68     KSA                   
## 1305   1666                54M      M  54     KSA                   
## 1306   1667                59M      M  59     KSA                   
## 1307   1668                85F      F  85     KSA                   
## 1308   1669                72M      M  72     KSA                   
## 1309   1670                55F      F  55     KSA                   
## 1310   1671                64F      F  64     KSA                   
## 1311   1672                28F      F  28     KSA                   
## 1312   1673                38F      F  38     KSA                   
## 1313   1674                47F      F  47     KSA                   
## 1314   1675                82M      M  82     KSA                   
## 1315   1676                48M      M  48     KSA                   
## 1316   1677                77M      M  77     KSA                   
## 1317   1678                61F      F  61     KSA                   
## 1318   1679                51F      F  51     KSA                   
## 1319   1680                69F      F  69     KSA                   
## 1320   1681                51M      M  51     KSA                   
## 1321   1682                33F      F  33     KSA                   
## 1322   1683                59F      F  59     KSA                   
## 1323   1684                35F      F  35     KSA                   
## 1324   1685                36F      F  36     KSA                   
## 1325   1686                30F      F  30     KSA                   
## 1326   1687                58M      M  58     KSA                   
## 1327   1688                20F      F  20     KSA                   
## 1328   1689                31F      F  31     KSA                   
## 1329   1690                57F      F  57     KSA                   
## 1330   1691                55F      F  55     KSA                   
## 1331   1693                34F      F  34     KSA                   
## 1332   1694                31F      F  31     KSA                   
## 1333   1695                58M      M  58     KSA                   
## 1334   1696                32F      F  32     KSA                   
## 1335   1697                42M      M  42     KSA                   
## 1336   1698                44M      M  44     KSA                   
## 1337   1700                38M      M  38     KSA                   
## 1338   1701                40M      M  40     KSA                   
## 1339   1702                27F      F  27     KSA                   
## 1340   1703                58F      F  58     KSA                   
## 1341   1704                75M      M  75     KSA                   
## 1342   1705                84M      M  84     KSA                   
## 1343   1706                62M      M  62     KSA                   
## 1344   1707                28M      M  28     KSA                   
## 1345   1708                33F      F  33     KSA                   
## 1346   1709                25F      F  25     KSA                   
## 1347   1710                55M      M  55     KSA                   
## 1348   1711                57F      F  57     KSA                   
## 1349   1712                66M      M  66     KSA                   
## 1350   1713                86M      M  86     KSA                   
## 1351   1714                44M      M  44     KSA                   
## 1352   1715                73F      F  73     KSA                   
## 1353   1716                24M      M  24     KSA                   
## 1354   1717                80F      F  80     KSA                   
## 1355   1718                74M      M  74     KSA                   
## 1356   1719                67M      M  67     KSA                   
## 1357   1720                24M      M  24     KSA                   
## 1358   1721                74F      F  74     KSA                   
## 1359   1722                18M      M  18     KSA                   
## 1360   1723                49M      M  49     KSA                   
## 1361   1724                27M      M  27     KSA                   
## 1362   1725                58M      M  58     KSA                   
## 1363   1726                52F      F  52     KSA                   
## 1364   1727                49M      M  49     KSA                   
## 1365   1728                76M      M  76     KSA                   
## 1366   1729                36M      M  36     KSA                   
## 1367   1730                39M      M  39     KSA                   
## 1368   1731                43M      M  43     KSA                   
## 1369   1732                69M      M  69     KSA                   
## 1370   1733                40M      M  40     KSA                   
## 1371   1734                65M      M  65     KSA                   
## 1372   1735                59M      M  55     KSA                   
## 1373   1736                72M      M  72     KSA                   
## 1374   1737                70M      M  70     KSA                   
## 1375   1738                50M      M  50     KSA                   
## 1376   1739                78F      F  78     KSA                   
## 1377   1740                43M      M  43     KSA                   
## 1378   1741                52M      M  52     KSA                   
## 1379   1742                51F      F  51     KSA                   
## 1380   1743                67M      M  67     KSA                   
##                  city    district                              prior_travel
## 1               Bisha                                                      
## 2              Riyadh                                                      
## 3              Riyadh                                                      
## 4              Riyadh                                                      
## 5              Riyadh                                                      
## 6              Riyadh                                                      
## 7              Makkah                                                      
## 8              Riyadh                                                      
## 9            Buraydah                                                      
## 10             Riyadh                                                      
## 11             Riyadh                                                      
## 12             Riyadh                                                      
## 13           Al-Hofuf                                                      
## 14           Al-Hofuf                                                      
## 15           Al-Hofuf                                                      
## 16           Al-Hofuf                                                      
## 17           Al-Hofuf                                                      
## 18           Al-Hofuf                                                      
## 19           Al-Hofuf                                                      
## 20           Al-Hofuf                                                      
## 21           Al-Hofuf                                                      
## 22           Al-Hofuf                                                      
## 23           Al-Hofuf                                                      
## 24           Al-Hofuf                                                      
## 25           Al-Hofuf                                                      
## 26             Dammam                                                      
## 27           Al-Hofuf                                                      
## 28           Al-Hofuf                                                      
## 29           Al-Hofuf                                                      
## 30           Al-Hofuf                                                      
## 31           Al-Hofuf                                                      
## 32           Al-Hofuf                                                      
## 33           Al-Hofuf                                                      
## 34             Dammam                                                      
## 35           Al-Hofuf                                                      
## 36             Dammam                                                      
## 37             Dammam                                                      
## 38           Buraydah                                                      
## 39   Eastern Province                                                      
## 40   Eastern Province                                                      
## 41   Eastern Province                                                      
## 42   Eastern Province                                                      
## 43   Eastern Province                                                      
## 44            Al-Ahsa                                                      
## 45      Hafr Al-Batin                                                      
## 46   Eastern Province                                                      
## 47   Eastern Province                                                      
## 48            Al-Ahsa                                                      
## 49           Al-Hofuf                                                      
## 50               Taif                                                      
## 51               Taif                                                      
## 52    Wadi al-Dawasir                                                      
## 53            Dhahran                                                      
## 54             Riyadh                                                      
## 55             Jeddah                                                      
## 56   Eastern Province                                                      
## 57               Taif                                                      
## 58               Taif                                                      
## 59               Taif                                                      
## 60             Riyadh                                                      
## 61           Al-Hofuf                                                      
## 62      Hafr Al-Batin                                                      
## 63              Qatif                                                      
## 64              Qatif                                                      
## 65             Riyadh                                                      
## 66   Eastern Province                                                      
## 67            Al-Ahsa                                                      
## 68              Qatif                                                      
## 69             Riyadh                                                      
## 70             Riyadh                                                      
## 71      Hafr Al-Batin                                                      
## 72     Khamis Mushait                                                      
## 73     Khamis Mushait                                                      
## 74     Khamis Mushait                                                      
## 75             Riyadh                                                      
## 76             Dammam                                                      
## 77      Asir Province                                                      
## 78             Riyadh                                                      
## 79     Khamis Mushait                                                      
## 80             Riyadh                                                      
## 81             Riyadh                                                      
## 82             Riyadh                                                      
## 83            Madinah                                                      
## 84             Riyadh                                                      
## 85             Riyadh                                                      
## 86      Asir Province                                                      
## 87      Asir Province                                                      
## 88             Riyadh                                                      
## 89            Madinah                                                      
## 90      Hafr Al-Batin                                                      
## 91      Hafr Al-Batin                                                      
## 92      Hafr Al-Batin                                                      
## 93      Hafr Al-Batin                                                      
## 94             Riyadh                                                      
## 95             Riyadh                                                      
## 96             Riyadh                                                      
## 97      Hafr Al-Batin                                                      
## 98      Hafr Al-Batin                                                      
## 99      Hafr Al-Batin                                                      
## 100     Hafr Al-Batin                                                      
## 101           Madinah                                                      
## 102            Riyadh                                                      
## 103     Hafr Al-Batin                                                      
## 104            Riyadh                                                      
## 105            Riyadh                                                      
## 106           Madinah                                                      
## 107           Madinah                                                      
## 108           Madinah                                                      
## 109            Riyadh                                                      
## 110            Riyadh                                                      
## 111            Riyadh                                                      
## 112     Hafr Al-Batin                                                      
## 113            Riyadh                                                      
## 114            Riyadh                                                      
## 115           Madinah                                                      
## 116           Madinah                                                      
## 117            Riyadh                                                      
## 118            Riyadh                                                      
## 119            Riyadh                                                      
## 120            Riyadh                                                      
## 121            Riyadh                                                      
## 122            Riyadh                                                      
## 123            Riyadh                                                      
## 124            Riyadh                                                      
## 125            Riyadh                                                      
## 126            Riyadh                                                      
## 127            Riyadh                                                      
## 128            Jubail                                                      
## 129  Eastern Province                                                      
## 130  Eastern Province                                                      
## 131  Eastern Province                                                      
## 132            Makkah                                                      
## 133            Riyadh                                                      
## 134            Jeddah                                                      
## 135            Makkah                                                      
## 136            Riyadh                                                      
## 137    Al Jawf Region                                                      
## 138            Riyadh                                                      
## 139            Riyadh                                                      
## 140    Al Jawf Region                                                      
## 141            Riyadh                                                      
## 142            Riyadh                                                      
## 143            Riyadh                                                      
## 144            Riyadh                                                      
## 145            Riyadh                                                      
## 146            Riyadh                                                      
## 147            Riyadh                                                      
## 148            Riyadh                                                      
## 149            Riyadh                                                      
## 150            Riyadh                                                      
## 151  Eastern Province                                                      
## 152           Al-Ahsa                                                      
## 153            Riyadh                                                      
## 154            Riyadh                                                      
## 155            Riyadh                                                      
## 156            Riyadh                                                      
## 157            Riyadh                                                      
## 158            Riyadh                                                      
## 159          Al-Kharj                                                      
## 160          Al-Kharj                                                      
## 161          Al-Kharj                                                      
## 162            Riyadh                                                      
## 163            Riyadh                                                      
## 164            Riyadh                                                      
## 165            Riyadh                                                      
## 166            Riyadh                                                      
## 167            Riyadh                                                      
## 168            Riyadh                                                      
## 169            Jeddah                                                      
## 170            Jeddah                                                      
## 171            Riyadh                                                      
## 172            Riyadh                                                      
## 173            Jeddah                                                      
## 174            Jeddah                                                      
## 175            Jeddah                                                      
## 176            Jeddah                                                      
## 177            Jeddah                                                      
## 178            Jeddah                                                      
## 179            Jeddah                                                      
## 180            Jeddah                                                      
## 181            Jeddah                                                      
## 182            Riyadh                                                      
## 183            Riyadh                                                      
## 184            Riyadh                                                      
## 185            Riyadh                                                      
## 186            Jeddah                                                      
## 187            Jeddah                                                      
## 188            Jeddah                                                      
## 189            Jeddah                                                      
## 190            Jeddah                                                      
## 191            Jeddah                                                      
## 192            Jeddah                                                      
## 193            Jeddah                                                      
## 194            Jeddah                                                      
## 195            Jeddah                                                      
## 196            Jeddah                                                      
## 197            Jeddah                                                      
## 198            Jeddah                                                      
## 199            Jeddah                                                      
## 200            Jeddah                                                      
## 201            Jeddah                                                      
## 202            Jeddah                                                      
## 203            Jeddah                                                      
## 204            Jeddah                                                      
## 205            Jeddah                                                      
## 206            Jeddah                                                      
## 207            Jeddah                                                      
## 208            Jeddah                                                      
## 209            Jeddah                                                      
## 210            Jeddah                                                      
## 211            Jeddah                                                      
## 212            Jeddah                                                      
## 213            Jeddah                                                      
## 214            Riyadh                                                      
## 215            Riyadh                                                      
## 216            Riyadh                                                      
## 217            Riyadh                                                      
## 218            Riyadh                                                      
## 219            Riyadh                                                      
## 220            Jeddah                                                      
## 221            Jeddah                                                      
## 222            Jeddah                                                      
## 223            Jeddah                                                      
## 224            Jeddah                                                      
## 225            Jeddah                                                      
## 226            Jeddah                                                      
## 227            Jeddah                                                      
## 228            Jeddah                                                      
## 229            Jeddah                                                      
## 230            Jeddah                                                      
## 231            Jeddah                                                      
## 232            Jeddah                                                      
## 233            Jeddah                                                      
## 234            Jeddah                                                      
## 235            Jeddah                                                      
## 236            Jeddah                                                      
## 237            Jeddah                                                      
## 238            Jeddah                                                      
## 239            Jeddah                                                      
## 240            Jeddah                                                      
## 241            Riyadh                                                      
## 242            Riyadh                                                      
## 243            Riyadh                                                      
## 244            Riyadh                                                      
## 245            Najran                                                      
## 246           Madinah                                                      
## 247            Jeddah                                                      
## 248            Jeddah                                                      
## 249            Jeddah                                                      
## 250            Jeddah                                                      
## 251            Jeddah                                                      
## 252            Jeddah                                                      
## 253            Jeddah                                                      
## 254            Jeddah                                                      
## 255            Riyadh                                                      
## 256            Riyadh                                                      
## 257            Riyadh                                                      
## 258            Riyadh                                                      
## 259            Riyadh                                                      
## 260            Riyadh                                                      
## 261             Tabuk                                                      
## 262           Madinah                                                      
## 263           Madinah                                                      
## 264           Madinah                                                      
## 265          Qurayyat                                      Mecca and Jeddah
## 266            Jeddah                                                      
## 267            Jeddah                                                      
## 268            Jeddah                                                      
## 269            Jeddah                                                      
## 270            Jeddah                                                      
## 271            Jeddah                                                      
## 272            Jeddah                                                      
## 273            Riyadh                                                      
## 274            Riyadh                                                      
## 275            Riyadh                                                      
## 276            Riyadh                                                      
## 277            Jeddah                                                      
## 278            Jeddah                                                      
## 279            Jeddah                                                      
## 280            Jeddah                                                      
## 281            Jeddah                                                      
## 282            Makkah                                                      
## 283            Jeddah                                                      
## 284            Riyadh                                                      
## 285            Riyadh                                                      
## 286            Riyadh                                                      
## 287            Riyadh                                                      
## 288            Riyadh                                                      
## 289            Jeddah                                                      
## 290            Jeddah                                                      
## 291            Makkah                                                      
## 292            Makkah                                                      
## 293            Makkah                                                      
## 294            Makkah                                                      
## 295           Madinah                                                      
## 296            Riyadh                                                      
## 297            Riyadh                                                      
## 298            Riyadh                                                      
## 299            Riyadh                                                      
## 300            Riyadh                                                      
## 301            Makkah                                                      
## 302            Jeddah                                                      
## 303            Jeddah                                                      
## 304            Jeddah                                                      
## 305            Jeddah                                                      
## 306            Jeddah                                                      
## 307            Jeddah                                                      
## 308            Riyadh                                                      
## 309            Riyadh                                                      
## 310            Riyadh                                                      
## 311            Jeddah                                                      
## 312            Makkah                                                      
## 313            Makkah                                                      
## 314            Makkah                                                      
## 315            Jeddah                                                      
## 316            Jeddah                                                      
## 317            Jeddah                                                      
## 318            Jeddah                                                      
## 319            Jeddah                                                      
## 320            Jeddah                                                      
## 321            Jeddah                                                      
## 322            Riyadh                                                      
## 323            Riyadh                                                      
## 324            Makkah                                                      
## 325            Jeddah                                                      
## 326            Jeddah                                                      
## 327            Jeddah                                                      
## 328            Jeddah                                                      
## 329            Jeddah                                                      
## 330            Jeddah                                                      
## 331            Jeddah                                                      
## 332            Riyadh                                                      
## 333            Riyadh                                                      
## 334            Riyadh                                                      
## 335             Tabuk                                                      
## 336             Tabuk                                                      
## 337             Tabuk                                                      
## 338             Tabuk                                                      
## 339             Tabuk                                                      
## 340             Tabuk                                                      
## 341            Jeddah                                                      
## 342            Jeddah                                                      
## 343            Jeddah                                                      
## 344            Jeddah                                                      
## 345            Jeddah                                                      
## 346            Jeddah                                                      
## 347            Jeddah                                                      
## 348            Jeddah                                                      
## 349            Riyadh                                                      
## 350            Jeddah                                                      
## 351            Jeddah                                                      
## 352            Jeddah                                                      
## 353             Tabuk                                                      
## 354            Makkah                                                      
## 355            Riyadh                                                      
## 356            Riyadh                                                      
## 357            Riyadh                                                      
## 358            Riyadh                                                      
## 359            Riyadh                                                      
## 360            Riyadh                                                      
## 361            Riyadh                                                      
## 362             Tabuk                                                      
## 363             Tabuk                                                      
## 364            Makkah                                                      
## 365            Jeddah                                                      
## 366            Jeddah                                                      
## 367            Jeddah                                                      
## 368            Najran                                                      
## 369     Hafr Al-Batin                                                      
## 370           Madinah                                                      
## 371            Riyadh                                                      
## 372            Riyadh                                                      
## 373            Riyadh                                                      
## 374            Jeddah                                                      
## 375            Jeddah                                                      
## 376            Jeddah                                                      
## 377            Jeddah                                                      
## 378            Makkah                                                      
## 379            Makkah                                                      
## 380            Makkah                                                      
## 381            Riyadh                                                      
## 382            Riyadh                                                      
## 383            Riyadh                                                      
## 384            Riyadh                                                      
## 385            Jeddah                                                      
## 386            Jeddah                                                      
## 387            Jeddah                                                      
## 388            Riyadh                                                      
## 389            Riyadh                                                      
## 390            Riyadh                                                      
## 391            Riyadh                                                      
## 392            Riyadh                                                      
## 393            Riyadh                                                      
## 394            Jeddah                                                      
## 395            Jeddah                                                      
## 396            Jeddah                                                      
## 397            Jeddah                                                      
## 398            Jeddah                                                      
## 399            Jeddah                                                      
## 400            Jeddah                                                      
## 401            Makkah                                                      
## 402            Makkah                                                      
## 403            Makkah                                                      
## 404            Makkah                                                      
## 405           Madinah                                                      
## 406           Madinah                                                      
## 407            Riyadh                                                      
## 408            Riyadh                                                      
## 409            Riyadh                                                      
## 410            Riyadh                                                      
## 411            Riyadh                                                      
## 412            Riyadh                                                      
## 413            Jeddah                                                      
## 414            Jeddah                                                      
## 415            Jeddah                                                      
## 416            Jeddah                                                      
## 417            Makkah                                                      
## 418            Makkah                                                      
## 419            Makkah                                                      
## 420            Makkah                                                      
## 421            Makkah                                                      
## 422            Riyadh                                                      
## 423            Riyadh                                                      
## 424           Madinah                                                      
## 425            Riyadh                                                      
## 426            Riyadh                                                      
## 427            Riyadh                                                      
## 428            Riyadh                                                      
## 429            Jeddah                                                      
## 430            Jeddah                                                      
## 431           Madinah                                                      
## 432            Riyadh                                                      
## 433            Riyadh                                                      
## 434            Riyadh                                                      
## 435            Riyadh                                                      
## 436            Jeddah                                                      
## 437            Jeddah                                                      
## 438            Makkah                                                      
## 439              Taif                                                      
## 440           Madinah                                                      
## 441           Madinah                                                      
## 442            Riyadh                                                      
## 443            Riyadh                                                      
## 444            Riyadh                                                      
## 445            Riyadh                                                      
## 446            Riyadh                                                      
## 447            Jeddah                                                      
## 448            Jeddah                                                      
## 449            Jeddah                                                      
## 450            Jeddah                                                      
## 451            Jeddah                                                      
## 452            Jeddah                                                      
## 453            Jeddah                                                      
## 454            Jeddah                                                      
## 455            Makkah                                                      
## 456           Madinah                                                      
## 457           Madinah                                                      
## 458           Madinah                                                      
## 459            Najran                                                      
## 460            Riyadh                                                      
## 461            Riyadh                                                      
## 462            Riyadh                                                      
## 463            Riyadh                                                      
## 464            Riyadh                                                      
## 465            Riyadh                                                      
## 466            Riyadh                                                      
## 467            Riyadh                                                      
## 468            Riyadh                                                      
## 469            Jeddah                                                      
## 470            Jeddah                                                      
## 471            Jeddah                                                      
## 472              Taif                                                      
## 473           Madinah                                                      
## 474            Riyadh                                                      
## 475            Riyadh                                                      
## 476            Makkah                                                      
## 477            Riyadh                                                      
## 478            Riyadh                                                      
## 479            Riyadh                                                      
## 480            Riyadh                                                      
## 481            Riyadh                                                      
## 482            Jeddah                                                      
## 483            Jeddah                                                      
## 484            Makkah                                                      
## 485            Riyadh                                                      
## 486            Riyadh                                                      
## 487            Jeddah                                                      
## 488            Riyadh                                                      
## 489            Jeddah                                                      
## 490            Jeddah                                                      
## 491            Riyadh                                                      
## 492            Jeddah                                                      
## 493            Riyadh                                                      
## 494            Jeddah                                                      
## 495            Riyadh                                                      
## 496              Taif                                                      
## 497            Riyadh                                                      
## 498            Jeddah                                                      
## 499            Jeddah                                                      
## 500           Madinah                                                      
## 501           Madinah                                                      
## 502            Jeddah                                                      
## 503            Riyadh                                                      
## 504            Riyadh                                                      
## 505            Riyadh                                                      
## 506            Riyadh                                                      
## 507           Madinah                                                      
## 508            Riyadh                                                      
## 509            Riyadh                                                      
## 510            Riyadh                                                      
## 511            Riyadh                                                      
## 512            Riyadh                                                      
## 513            Riyadh                                                      
## 514            Riyadh                                                      
## 515            Riyadh                                                      
## 516            Riyadh                                                      
## 517            Jeddah                                                      
## 518            Jeddah                                                      
## 519            Jeddah                                                      
## 520            Jeddah                                                      
## 521            Jeddah                                                      
## 522           Madinah                                                      
## 523           Madinah                                                      
## 524            Riyadh                                                      
## 525            Riyadh                                                      
## 526            Riyadh                                                      
## 527           Madinah                                                      
## 528            Riyadh                                                      
## 529            Riyadh                                                      
## 530            Jeddah                                                      
## 531            Makkah                                                      
## 532              Taif                                                      
## 533              Taif                                                      
## 534            Riyadh                                                      
## 535            Riyadh                                                      
## 536            Jeddah                                                      
## 537            Jeddah                                                      
## 538            Jeddah                                                      
## 539           Madinah                                                      
## 540           Madinah                                                      
## 541           Madinah                                                      
## 542            Makkah                                                      
## 543            Riyadh                                                      
## 544            Jeddah                                                      
## 545            Riyadh                                                      
## 546            Riyadh                                                      
## 547            Jeddah                                                      
## 548            Jeddah                                                      
## 549           Madinah                                                      
## 550              Taif                                                      
## 551            Riyadh                                                      
## 552           Madinah                                                      
## 553              Taif                                                      
## 554      Al Qunfudhah                                                      
## 555            Makkah                                                      
## 556           Madinah                                                      
## 557           Madinah                                                      
## 558            Jeddah                                                      
## 559            Jeddah                                                      
## 560            Jeddah                                                      
## 561            Jeddah                                                      
## 562           Madinah                                                      
## 563      Al Qunfudhah                                                      
## 564            Riyadh                                                      
## 565            Jeddah                                                      
## 566            Makkah                                                      
## 567           Madinah                                                      
## 568            Riyadh                                                      
## 569           Madinah                                                      
## 570      Al Qunfudhah                                                      
## 571      Al Qunfudhah                                                      
## 572            Riyadh                                                      
## 573            Jeddah                                                      
## 574      Al Qunfudhah                                                      
## 575      Al Qunfudhah                                                      
## 576            Riyadh                                                      
## 577            Makkah                                                      
## 578            Makkah                                                      
## 579            Riyadh                                                      
## 580           Madinah                                                      
## 581     Hafr Al-Batin                                                      
## 582      Al Qunfudhah                                                      
## 583      Al Qunfudhah                                                      
## 584            Makkah                                                      
## 585            Makkah                                                      
## 586            Makkah                                                      
## 587    Al Jawf Region                                                      
## 588            Jeddah                                                      
## 589           Madinah                                                      
## 590           Madinah                                                      
## 591           Madinah                                                      
## 592    Al Jawf Region                                                      
## 593           Dhahran                                                      
## 594          Al-Kharj       Dilam                                          
## 595            Jeddah                                                      
## 596    Al Jawf Region                                                      
## 597    Al Jawf Region                                                      
## 598    Al Jawf Region                                                      
## 599    Al Jawf Region                                                      
## 600            Dammam                                                      
## 601            Makkah                                                      
## 602           Madinah                                                      
## 603        Al Makhwah        Baha                                          
## 604      Al Qunfudhah                                                      
## 605            Riyadh                                                      
## 606            Jeddah                                                      
## 607            Riyadh                                                      
## 608            Riyadh                                                      
## 609             Tabuk                                                      
## 610            Jeddah                                                      
## 611            Riyadh                                                      
## 612            Jeddah                                                      
## 613             Bisha                                                      
## 614            Riyadh                                                      
## 615            Najran                                                      
## 616            Riyadh                                                      
## 617   Wadi al-Dawasir                                                      
## 618            Jeddah                                                      
## 619              Arar                                                      
## 620              Taif                                                      
## 621            Riyadh                                                      
## 622            Riyadh                                                      
## 623           Al-Ahsa                                                      
## 624            Riyadh                                                      
## 625   Wadi al-Dawasir                                                      
## 626            Dammam                                                      
## 627            Dammam                                                      
## 628            Jubail                                                      
## 629            Jubail                                                      
## 630              Taif                                                      
## 631            Riyadh                                                      
## 632            Najran                                                      
## 633            Riyadh                                                      
## 634              Taif                                                      
## 635              Taif                                                      
## 636            Riyadh                                                      
## 637              Taif                                                      
## 638            Riyadh                                                      
## 639              Taif                                                      
## 640           Madinah                                                      
## 641              Afif                                          Riyadh, Doha
## 642            Jubail                                                      
## 643              Taif                                                      
## 644              Taif                                                      
## 645            Haradh                                                      
## 646              Taif                                                      
## 647            Najran                                                      
## 648              Taif                                                      
## 649            Riyadh                                                      
## 650          Al-Kharj                                                      
## 651            Jeddah                                                      
## 652              Taif                                                      
## 653              Taif                                                      
## 654          Al-Kharj                                                      
## 655            Riyadh                                                      
## 656              Taif                                                      
## 657              Taif                                                      
## 658           Madinah                                                      
## 659              Taif                                                      
## 660            Riyadh                                                      
## 661              Taif                                                      
## 662              Taif                                                      
## 663            Riyadh                                                      
## 664            Riyadh                                                      
## 665            Riyadh                                                      
## 666            Jeddah                                                      
## 667            Riyadh                                                      
## 668              Taif                                                      
## 669     Hafr Al-Batin                                                      
## 670            Riyadh                                                      
## 671              Taif                                                      
## 672              Taif                                                      
## 673            Riyadh                                                      
## 674        Al Hawiyah                                                      
## 675            Riyadh                                                Dammam
## 676  Hotat Bani Tamim                                              Al-Kharj
## 677              Taif                                                      
## 678              Taif                                                      
## 679            Riyadh                                                      
## 680            Riyadh                                                      
## 681            Riyadh                                                      
## 682            Riyadh                                                      
## 683            Riyadh                                                      
## 684            Riyadh                                                      
## 685              Taif                                                      
## 686            Jeddah                                                      
## 687            Riyadh                                                      
## 688            Riyadh                                                      
## 689          Al-Kharj                                                      
## 690              Taif                                                      
## 691              Taif                                                      
## 692           Sakakah                                                      
## 693           Sakakah                                                      
## 694            Riyadh                                                      
## 695          Al-Kharj                                                      
## 696          Al-Kharj                                                      
## 697          Al-Kharj                                                      
## 698              Taif                                                      
## 699              Taif                                                      
## 700          Al-Kharj                                                      
## 701              Taif                                                      
## 702           Sakakah                                                      
## 703             Rafha                                                      
## 704            Najran                                                      
## 705            Riyadh                                                      
## 706          Buraydah                                                      
## 707              Taif                                                      
## 708            Najran                                                      
## 709              Taif                                                      
## 710            Jubail                                                      
## 711          Al-Kharj                                                      
## 712          Qurayyat                                                Jordan
## 713            Riyadh                                                      
## 714            Najran                                                      
## 715              Taif                                                      
## 716            Dammam                                                      
## 717            Najran                                                 Yemen
## 718            Riyadh                                                      
## 719            Riyadh                                                      
## 720            Riyadh                                                      
## 721            Riyadh                                                      
## 722              Taif                                                      
## 723              Taif                                                      
## 724            Riyadh                                                      
## 725            Riyadh                                                      
## 726            Riyadh                                                      
## 727            Riyadh                                                      
## 728            Riyadh                                                      
## 729            Riyadh                                                      
## 730            Riyadh                                                      
## 731            Riyadh                                                      
## 732            Riyadh                                                      
## 733            Riyadh                                                      
## 734          Al-Hofuf                                                      
## 735          Al-Hofuf                                                      
## 736          Al-Kharj                                                      
## 737          Al-Kharj                                                      
## 738          Al-Hofuf                                                      
## 739            Riyadh                                                      
## 740            Riyadh                                                      
## 741            Riyadh                                                      
## 742            Riyadh                                                      
## 743            Dammam                                                      
## 744            Riyadh                                                      
## 745            Najran                                                      
## 746           Dhahran                                                      
## 747          Buraydah                                                      
## 748            Khobar                                                      
## 749            Jeddah                                                      
## 750           Unaizah                                                      
## 751            Riyadh                                                      
## 752            Riyadh                                                      
## 753            Riyadh                                                      
## 754            Jeddah                                                      
## 755           Madinah                                                      
## 756            Riyadh                                                      
## 757           Dhahran                                                      
## 758           Dhahran                                                      
## 759            Riyadh                                                      
## 760            Riyadh                                                      
## 761          Buraydah Badea-Qseem                                          
## 762            Riyadh                                                      
## 763            Khobar                                                      
## 764            Khobar                                                      
## 765            Khobar                                                      
## 766         Al Badaya Badea-Qseem                                          
## 767            Khobar                                                      
## 768          Buraydah                                                      
## 769          Buraydah                                                      
## 770           Ar Rass                                                      
## 771            Najran                                                      
## 772            Najran                                                      
## 773            Riyadh                                                      
## 774          Buraydah                                                      
## 775          Buraydah                                                      
## 776           Sakakah                                                      
## 777            Jeddah                                                      
## 778            Riyadh                                                      
## 779            Riyadh                                                      
## 780            Khobar                                                      
## 781            Riyadh                                                      
## 782            Taimah                                                      
## 783          Buraydah                                                      
## 784            Riyadh                                                      
## 785            Jubail                                                      
## 786    Al Jawf Region                                                      
## 787            Khobar                                                      
## 788            Riyadh                                                      
## 789            Riyadh                                                      
## 790            Khobar                                                      
## 791          Buraydah                                                      
## 792            Riyadh                                                      
## 793            Riyadh                                                      
## 794            Khobar                                                      
## 795            Riyadh                                                      
## 796            Riyadh                                                      
## 797            Jeddah                                                      
## 798            Najran                                                      
## 799            Riyadh                                                      
## 800           Ar Rass                                                      
## 801            Riyadh                                                      
## 802            Riyadh                                                      
## 803          Al-Hofuf                                                      
## 804            Riyadh                                                      
## 805            Riyadh                                                      
## 806            Khobar                                                      
## 807          Al-Hofuf                                                      
## 808     Al-Quway'iyah                                                      
## 809            Riyadh                                                      
## 810            Riyadh                                                      
## 811          Buraydah                                                      
## 812            Riyadh                                                      
## 813    Al Jawf Region                                                      
## 814            Riyadh                                                      
## 815            Riyadh                                                      
## 816          Buraydah                                                      
## 817            Riyadh                                                      
## 818            Riyadh                                                      
## 819            Riyadh                                                      
## 820            Riyadh                                                      
## 821            Riyadh                                                      
## 822            Riyadh                                                      
## 823            Riyadh                                                      
## 824            Riyadh                                                      
## 825            Riyadh                                                      
## 826            Riyadh                                                      
## 827            Dammam                                                      
## 828            Riyadh                                                      
## 829            Dammam                                                      
## 830           Unaizah                                                      
## 831           Shaqraa                                                      
## 832            Riyadh                                                      
## 833            Riyadh                                                      
## 834           Khurmah                                                      
## 835            Riyadh                                                      
## 836            Riyadh                                                      
## 837          Al-Hofuf                                                      
## 838            Riyadh                                                      
## 839            Riyadh                                                      
## 840            Riyadh                                                      
## 841            Riyadh                                                      
## 842            Riyadh                                                      
## 843          Buraydah                                                      
## 844            Jeddah                                                      
## 845            Riyadh                                                      
## 846            Riyadh                                                      
## 847            Riyadh                                                      
## 848            Riyadh                                                      
## 849            Riyadh                                                      
## 850          Al-Hofuf                                                      
## 851            Taimah                                                      
## 852            Khafji                                                      
## 853            Riyadh                                                      
## 854            Riyadh                                                      
## 855            Riyadh                                                      
## 856            Riyadh                                                      
## 857            Jeddah                                                      
## 858            Riyadh                                                      
## 859            Najran                                                      
## 860              Arar                                                      
## 861            Makkah                                                      
## 862            Jeddah                                                      
## 863            Riyadh                                                      
## 864            Riyadh                                                      
## 865            Khobar                                                      
## 866              Taif                                                      
## 867            Riyadh                                                      
## 868          Al-Hofuf                                                      
## 869            Khafji                                                      
## 870            Taimah                                                      
## 871            Jeddah                                                      
## 872            Jeddah                                                      
## 873            Riyadh                                                      
## 874            Jeddah                                                      
## 875            Taimah                                                      
## 876            Makkah                                                      
## 877            Riyadh                                                      
## 878             Ha'il                                                      
## 879            Makkah                                                      
## 880            Jeddah                                                      
## 881              Duba                                                      
## 882          Al-Hofuf                                                      
## 883            Riyadh                                                      
## 884            Riyadh                                                      
## 885            Khafji                                                      
## 886    Khamis Mushait                                                      
## 887         Huraymila                                                      
## 888          Al-Hofuf                                                      
## 889              Taif                                                      
## 890            Najran                                                      
## 891            Abqaiq                                                      
## 892          Al-Hofuf                                                      
## 893          Al-Hofuf                                                      
## 894          Al-Hofuf                                                      
## 895          Al-Hofuf                                                      
## 896              Taif                                                      
## 897            Riyadh                                                      
## 898            Riyadh                                                      
## 899            Riyadh                                                      
## 900            Riyadh                                                      
## 901            Jeddah                                                      
## 902          Al-Hofuf                                                      
## 903      Al Qunfudhah                                                      
## 904            Riyadh                                                      
## 905          Al-Aflaj                                                      
## 906          Al-Hofuf                                                      
## 907          Al-Hofuf                                                      
## 908          Al-Hofuf                                                      
## 909          Al-Hofuf                                                      
## 910              Taif                                                      
## 911          Al-Hofuf                                                      
## 912          Al-Hofuf                                                      
## 913          Al-Hofuf                                                      
## 914              Taif                                                      
## 915          Al-Hofuf                                                      
## 916          Al-Hofuf                                                      
## 917          Al-Hofuf                                                      
## 918          Al-Hofuf                                                      
## 919            Riyadh                                                      
## 920          Al-Hofuf                                                      
## 921          Al-Hofuf                                                      
## 922              Taif                                                      
## 923            Riyadh                                                      
## 924    Al Jawf Region                                                      
## 925          Al-Hofuf                                                      
## 926          Al-Hofuf                                                      
## 927          Al-Hofuf                                                      
## 928          Al-Hofuf                                                      
## 929          Al-Hofuf                                                      
## 930          Al-Hofuf                                                      
## 931             Asfan                                                      
## 932            Riyadh                                                      
## 933          Al-Hofuf                                                      
## 934          Al-Hofuf                                                      
## 935          Al-Hofuf                                                      
## 936            Turaba                                                      
## 937          Al-Hofuf                                                      
## 938          Al-Hofuf                                                      
## 939          Al-Hofuf                                                      
## 940         Huraymila                                                      
## 941          Al-Hofuf                                                      
## 942          Al-Hofuf                                                      
## 943          Al-Hofuf                                                      
## 944          Al-Hofuf                                                      
## 945          Al-Hofuf                                                      
## 946          Al-Hofuf                                                      
## 947          Al-Hofuf                                                      
## 948          Al-Hofuf                                                      
## 949            Riyadh                                                      
## 950            Riyadh                                                      
## 951            Riyadh                                                      
## 952           Nairyah                                                      
## 953            Riyadh                                                      
## 954            Turaba                                                      
## 955                               Riyadh, Jeddah, Dammam [KSA]; Dubai [UAE]
## 956            Jeddah                                                      
## 957          Alqahmah                                                      
## 958          Al-Hofuf                                                      
## 959            Riyadh                                                      
## 960            Raniah                                                      
## 961            Riyadh                                                      
## 962            Riyadh                                                      
## 963            Riyadh                                                      
## 964            Riyadh                                                      
## 965            Riyadh                                                      
## 966          Al-Kharj                                                      
## 967            Riyadh                                                      
## 968            Riyadh                                                      
## 969            Riyadh                                                      
## 970            Riyadh                                                      
## 971            Riyadh                                                      
## 972            Riyadh                                                      
## 973            Najran                                                      
## 974            Riyadh                                                      
## 975            Riyadh                                                      
## 976            Riyadh                                                      
## 977            Riyadh                                                      
## 978            Riyadh                                                      
## 979            Riyadh                                                      
## 980            Riyadh                                                      
## 981            Riyadh                                                      
## 982            Riyadh                                                      
## 983            Riyadh                                                      
## 984            Riyadh                                                      
## 985            Riyadh                                                      
## 986            Riyadh                                                      
## 987            Riyadh                                                      
## 988            Riyadh                                                      
## 989            Riyadh                                                      
## 990            Riyadh                                                      
## 991            Riyadh                                                      
## 992            Riyadh                                                      
## 993              Abha                                                      
## 994            Riyadh                                                      
## 995            Riyadh                                                      
## 996            Riyadh                                                      
## 997            Riyadh                                                      
## 998            Riyadh                                                      
## 999            Riyadh                                                      
## 1000           Riyadh                                                      
## 1001           Riyadh                                                      
## 1002           Riyadh                                                      
## 1003           Najran                                                      
## 1004           Riyadh                                                      
## 1005           Riyadh                                                      
## 1006           Riyadh                                                      
## 1007           Riyadh                                                      
## 1008           Riyadh                                                      
## 1009           Riyadh                                                      
## 1010           Riyadh                                                      
## 1011           Riyadh                                                      
## 1012           Riyadh                                                      
## 1013           Riyadh                                                      
## 1014           Riyadh                                                      
## 1015           Riyadh                                                      
## 1016           Riyadh                                                      
## 1017           Riyadh                                                      
## 1018           Riyadh                                                      
## 1019           Riyadh                                                      
## 1020           Riyadh                                                      
## 1021           Riyadh                                                      
## 1022           Riyadh                                                      
## 1023           Riyadh                                                      
## 1024           Riyadh                                                      
## 1025           Riyadh                                                      
## 1026           Riyadh                                                      
## 1027           Riyadh                                                      
## 1028           Riyadh                                                      
## 1029           Riyadh                                                      
## 1030           Riyadh                                                      
## 1031           Riyadh                                                      
## 1032           Riyadh                                                      
## 1033           Riyadh                                                      
## 1034           Riyadh                                                      
## 1035           Riyadh                                                      
## 1036           Riyadh                                                      
## 1037           Riyadh                                                      
## 1038           Riyadh                                                      
## 1039           Riyadh                                                      
## 1040           Riyadh                                                      
## 1041           Riyadh                                                      
## 1042           Riyadh                                                      
## 1043           Riyadh                                                      
## 1044           Riyadh                                                      
## 1045           Riyadh                                                      
## 1046           Riyadh                                                      
## 1047           Riyadh                                                      
## 1048           Riyadh                                                      
## 1049           Riyadh                                                      
## 1050           Riyadh                                                      
## 1051           Riyadh                                                      
## 1052           Riyadh                                                      
## 1053           Riyadh                                                      
## 1054           Riyadh                                                      
## 1055           Riyadh                                                      
## 1056           Riyadh                                                      
## 1057           Riyadh                                                      
## 1058           Riyadh                                                      
## 1059           Riyadh                                                      
## 1060            Delam                                                      
## 1061          Alzulfi                                                      
## 1062           Riyadh                                                      
## 1063           Riyadh                                                      
## 1064           Riyadh                                                      
## 1065           Riyadh                                                      
## 1066           Riyadh                                                      
## 1067           Riyadh                                                      
## 1068           Riyadh                                                      
## 1069           Riyadh                                                      
## 1070           Riyadh                                                      
## 1071           Riyadh                                                      
## 1072           Riyadh                                                      
## 1073           Riyadh                                                      
## 1074         Al-Hofuf                                                      
## 1075            Delam                                                      
## 1076           Riyadh                                                      
## 1077           Riyadh                                                      
## 1078           Riyadh                                                      
## 1079           Riyadh                                                      
## 1080           Riyadh                                                      
## 1081           Riyadh                                                      
## 1082            Delam                                                      
## 1083           Riyadh                                                      
## 1084           Najran                                                      
## 1085    Al-Muzahmiyya                                                      
## 1086           Riyadh                                                      
## 1087            Ha'il                                                      
## 1088           Riyadh                                                      
## 1089           Riyadh                                                      
## 1090           Riyadh                                                      
## 1091           Riyadh                                                      
## 1092           Riyadh                                                      
## 1093           Riyadh                                                      
## 1094           Riyadh                                                      
## 1095           Riyadh                                                      
## 1096           Riyadh                                                      
## 1097           Riyadh                                                      
## 1098           Riyadh                                                      
## 1099           Najran                                                      
## 1100           Najran                                                      
## 1101           Riyadh                                                      
## 1102           Riyadh                                                      
## 1103           Riyadh                                                      
## 1104           Riyadh                                                      
## 1105           Riyadh                                                      
## 1106           Riyadh                                                      
## 1107           Riyadh                                                      
## 1108         Al-Kharj                                                      
## 1109           Najran                                                      
## 1110           Riyadh                                                      
## 1111           Alnmas                                                      
## 1112           Alnmas                                                      
## 1113           Riyadh                                                      
## 1114           Riyadh                                                      
## 1115         Al-Kharj                                                      
## 1116           Riyadh                                                      
## 1117           Riyadh                                                      
## 1118           Riyadh                                                      
## 1119           Riyadh                                                      
## 1120           Riyadh                                                      
## 1121           Riyadh                                                      
## 1122           Riyadh                                                      
## 1123           Riyadh                                                      
## 1124           Riyadh                                                      
## 1125           Riyadh                                                      
## 1126           Riyadh                                                      
## 1127           Riyadh                                                      
## 1128           Shaqra                                                      
## 1129           Riyadh                                                      
## 1130          Madinah                                                      
## 1131           Riyadh                                                      
## 1132           Riyadh                                                      
## 1133         Al-Kharj                                                      
## 1134           Riyadh                                                      
## 1135           Riyadh                                                      
## 1136         Aldwadmi                                                      
## 1137           Jeddah                                           Jeddah, KSA
## 1138          Madinah                                                      
## 1139           Riyadh                                                      
## 1140           Riyadh                                                      
## 1141          Madinah                                                      
## 1142          Madinah                                                      
## 1143          Madinah                                                      
## 1144           Riyadh                                                      
## 1145           Jeddah                                           Philippines
## 1146          Madinah                                                      
## 1147          Madinah                                                Riyadh
## 1148           Riyadh                                                      
## 1149           Riyadh                                                      
## 1150    Al-Quway'iyah                                                      
## 1151           Riyadh                                                      
## 1152           Riyadh                                                      
## 1153           Riyadh                                                      
## 1154           Riyadh                                                      
## 1155           Jeddah                                                 Amman
## 1156           Jeddah                                                      
## 1157           Riyadh                                                      
## 1158           Najran                                                      
## 1159           Riyadh                                                      
## 1160          Aloyoun                                                      
## 1161           Riyadh                                                      
## 1162           Riyadh                                                      
## 1163           Riyadh                                                      
## 1164           Riyadh                                                      
## 1165           Riyadh                                                      
## 1166           Riyadh                                                      
## 1167           Riyadh                                                      
## 1168           Riyadh                                                      
## 1169           Riyadh                                                      
## 1170           Riyadh                                                      
## 1171           Riyadh                                                      
## 1172           Riyadh                                                      
## 1173          Dawadmi                                                      
## 1174         Al-Hofuf                                                      
## 1175           Riyadh                                                      
## 1176           Riyadh                                                      
## 1177         Al-Hofuf                                                      
## 1178           Riyadh                                                      
## 1179         Al-Hofuf                                                      
## 1180           Riyadh                                                      
## 1181           Riyadh                                                      
## 1182           Riyadh                                                      
## 1183         Al-Kharj                                                      
## 1184         Al-Hofuf                                                      
## 1185         Al-Hofuf                                                      
## 1186         Al-Hofuf                                                      
## 1187         Al-Hofuf                                                      
## 1188           Riyadh                                                      
## 1189           Riyadh                                                      
## 1190         Al-Hofuf                                                      
## 1191             Afif                                                      
## 1192           Riyadh                                                      
## 1193           Riyadh                                                      
## 1194           Riyadh                                                      
## 1195           Riyadh                                                      
## 1196         Buraidah                                                      
## 1197           Riyadh                                                      
## 1198         Buraidah                                                      
## 1199           Najran                                                      
## 1200           Jeddah                                                      
## 1201          Unaizah                                                      
## 1202            Bisha                                                      
## 1203          Madinah                                                      
## 1204          Muthnab                                                      
## 1205           Jeddah                                                      
## 1206         Alkhumra                                                      
## 1207         Alkhumra                                                      
## 1208         Al-Kharj                                                      
## 1209           Riyadh                                                      
## 1210             Taif                                                      
## 1211           Najran                                                      
## 1212         Al-Kharj                                                      
## 1213         El-Hassa                                                      
## 1214          Alkharj                                                      
## 1215          Alkharj                                                      
## 1216             Hail                                                      
## 1217           Najran                                                      
## 1218             Abha                                                      
## 1219             Afif                                                      
## 1220           Alkarj                                                      
## 1221           Riyadh                                                      
## 1222           Riyadh                                                      
## 1223         Buraidah                                                      
## 1224         Buraidah                                                      
## 1225         Buraidah                                                      
## 1226          Alzulfi                                                      
## 1227         Buraidah                                                      
## 1228         Buraidah                                                      
## 1229         Buraidah                                                      
## 1230           Alrass                                                      
## 1231         Buraidah                                                      
## 1232         Buraidah                                                      
## 1233           Riyadh                                                      
## 1234         Buraidah                                                      
## 1235             Hail                                                      
## 1236         Buraidah                                                      
## 1237           Jeddah                                                      
## 1238         Buraidah                                                      
## 1239           Riyadh                                                      
## 1240         Buraidah                                                      
## 1241           Riyadh                                                      
## 1242           Shaqra                                                      
## 1243     Al Artawiyah                                                      
## 1244           Riyadh                                                      
## 1245          Muhayil                                                      
## 1246           Riyadh                                                      
## 1247      Arruwaidhah                                                      
## 1248             Taif                                                      
## 1249           Jubail                                                      
## 1250         Buraidah                                                      
## 1251         Buraidah                                                      
## 1252         Buraidah                                                      
## 1253           Jeddah                                                      
## 1254         Buraidah                                                      
## 1255             Hail                                                      
## 1256           Riyadh                                                      
## 1257       Al Makhwah                                                      
## 1258         Buraidah                                                      
## 1259         Buraidah                                                      
## 1260         Buraidah                                                      
## 1261             Taif                                                      
## 1262          Alkharj                                                      
## 1263             Hail                                                      
## 1264         Buraidah                                                      
## 1265         Buraidah                                                      
## 1266         Buraidah                                                      
## 1267           Riyadh                                                      
## 1268          Alkharj                                                      
## 1269         Buraidah                                                      
## 1270            Jazan                                                      
## 1271           Turbah                                                      
## 1272             Hail                                                      
## 1273           Makkah                                                      
## 1274 Riyadh Al Khabra                                                      
## 1275         Buraidah                                                      
## 1276           Alrass                                                      
## 1277         Buraidah                                                      
## 1278         Buraidah                                                      
## 1279         Buraidah                                                      
## 1280             Hail                                                      
## 1281          Alkharj                                                      
## 1282         Buraidah                                                      
## 1283         Buraidah                                                      
## 1284         Buraidah                                                      
## 1285           Najran                                                      
## 1286           Riyadh                                                      
## 1287           Riyadh                                                      
## 1288          Khayber                                                      
## 1289         Al-Hofuf                                                      
## 1290           Dammam                                                      
## 1291             Abha                                                      
## 1292           Najran                                                      
## 1293          Alkharj                                                      
## 1294         Buraidah                                                      
## 1295                ?                                                      
## 1296             Abha                                                      
## 1297           Riyadh                                                      
## 1298         Al-Hofuf                                                      
## 1299           Riyadh                                                      
## 1300           Riyadh                                                      
## 1301         Al-Hofuf                                                      
## 1302             Hail                                                      
## 1303          Buridah                                                      
## 1304          Madinah                                                      
## 1305          Alkharj                                                      
## 1306            Tabuk                                                      
## 1307           Riyadh                                                      
## 1308             Hail                                                      
## 1309           Riyadh                                                      
## 1310           Riyadh                                                      
## 1311           Riyadh                                                      
## 1312           Riyadh                                                      
## 1313           Riyadh                                                      
## 1314           Najran                                                      
## 1315             Taif                                                      
## 1316           Riyadh                                                      
## 1317           Riyadh                                                      
## 1318           Riyadh                                                      
## 1319           Riyadh                                                      
## 1320           Riyadh                                                      
## 1321           Riyadh                                                      
## 1322           Riyadh                                                      
## 1323           Riyadh                                                      
## 1324           Riyadh                                                      
## 1325           Riyadh                                                      
## 1326           Riyadh                                                      
## 1327           Riyadh                                                      
## 1328           Riyadh                                                      
## 1329           Riyadh                                                      
## 1330           Riyadh                                                      
## 1331           Riyadh                                                      
## 1332           Riyadh                                                      
## 1333             Taif                                                      
## 1334           Riyadh                                                      
## 1335           Riyadh                                                      
## 1336           Najran                                                      
## 1337          Al Aqiq                                                      
## 1338           Dammam                                                      
## 1339           Riyadh                                                      
## 1340           Riyadh                                                      
## 1341         Al Aflaj                                                      
## 1342         Al-Hofuf                                                      
## 1343           Riyadh                                                      
## 1344           Najran                                                      
## 1345           Riyadh                                                      
## 1346           Riyadh                                                      
## 1347           Jeddah                                                      
## 1348           Jeddah                                                      
## 1349           Jeddah                                                      
## 1350         Al Aflaj                                                      
## 1351           Najran                                                      
## 1352           Najran                                                      
## 1353      Al Duwadimi                                                      
## 1354           Jeddah                                                      
## 1355           Najran                                                      
## 1356           Riyadh                                                      
## 1357      Al Duwadimi                                                      
## 1358          Alkharj                                                      
## 1359                                                                       
## 1360           Najran                                                      
## 1361         Buraidah                                                      
## 1362           Jubail                                                      
## 1363           Jubail                                                      
## 1364         Al-Hofuf                                                      
## 1365          Madinah                                                      
## 1366        Huraymila                                                      
## 1367         Al Kharj                                                      
## 1368        Huraymila                                                      
## 1369             Taif                                                      
## 1370         Al-Hofuf                                                      
## 1371           Riyadh                                                      
## 1372             Arar                                                      
## 1373         Al-Hofuf                                                      
## 1374             Hail                                                      
## 1375           Riyadh                                                      
## 1376           Sakaka                                                      
## 1377           Riyadh                                                      
## 1378   Wadi Aldawasir                                                      
## 1379         Al Kharj                                                      
## 1380                                                                       
##                                                   hospital
## 1                                                         
## 2                                                         
## 3                                                         
## 4                                                         
## 5                                                         
## 6                                                         
## 7                                               Birmingham
## 8                                                         
## 9                                                         
## 10                                                        
## 11                                                        
## 12                                                        
## 13                                                        
## 14                                                        
## 15                                                        
## 16                                                        
## 17                                                        
## 18                                                        
## 19                                                        
## 20                                                        
## 21                                                        
## 22                                                        
## 23                                                        
## 24                                                        
## 25                                                        
## 26                                                        
## 27                                                        
## 28                                                        
## 29                                                        
## 30                                                        
## 31                                                        
## 32                                                        
## 33                                                        
## 34                                                        
## 35                                                        
## 36                                                        
## 37                                                        
## 38                                                        
## 39                                                        
## 40                                                        
## 41                                                        
## 42                                                        
## 43                                                        
## 44                                                        
## 45                                                        
## 46                                                        
## 47                                                        
## 48                                                        
## 49                                                        
## 50                                                        
## 51                                                        
## 52                                                        
## 53                                                        
## 54                                                        
## 55                                                        
## 56                                                        
## 57                                                        
## 58                                                        
## 59                                                        
## 60                                                        
## 61                                                        
## 62                                                        
## 63                                                        
## 64                                                        
## 65                                                        
## 66                                                        
## 67                                                        
## 68                                                        
## 69                                                        
## 70                                                        
## 71                                                        
## 72                                                        
## 73                                                        
## 74                                                        
## 75                                                        
## 76                                                        
## 77                                                        
## 78                                                        
## 79                                                        
## 80                                                        
## 81                                                        
## 82                                                        
## 83                                                    Doha
## 84                                                        
## 85                                                        
## 86                                                        
## 87                                                        
## 88                                                        
## 89                                                        
## 90                                                        
## 91                                                        
## 92                                                        
## 93                                                        
## 94                                                        
## 95                                                        
## 96                                                        
## 97                                                        
## 98                                                        
## 99                                                        
## 100                                                       
## 101                                                       
## 102                                                       
## 103                                                       
## 104                                                       
## 105                                                       
## 106                                                       
## 107                                                       
## 108                                                       
## 109                                                       
## 110                                                       
## 111                                                       
## 112                                                       
## 113                                                       
## 114                                                       
## 115                                                       
## 116                                                       
## 117                                                       
## 118                                                       
## 119                                                       
## 120                                                       
## 121                                                       
## 122                                                       
## 123                                                       
## 124                                                       
## 125                                                       
## 126                                                       
## 127                                                 Jubail
## 128                                                       
## 129                                                Jubail?
## 130                                                Jubail?
## 131                                                Jubail?
## 132                                                 Madrid
## 133                                                       
## 134                                                       
## 135                                                 Madrid
## 136                                                       
## 137                                                       
## 138                                                       
## 139                                                       
## 140                                                 Riyadh
## 141                                                       
## 142                                                       
## 143                                                       
## 144                                                       
## 145                                                       
## 146                                                       
## 147                                                       
## 148                                                       
## 149                                                       
## 150                                                       
## 151                                                       
## 152                                                       
## 153                                                       
## 154                                                       
## 155                                                       
## 156                                                       
## 157                                                       
## 158                                                       
## 159                                                       
## 160                                                       
## 161                                                       
## 162                                                       
## 163                                                       
## 164                                                       
## 165                                                       
## 166                                                       
## 167                                                       
## 168                                                       
## 169                                                       
## 170                                                       
## 171                                                       
## 172                                                       
## 173                                                       
## 174                                                       
## 175                                                       
## 176                                                       
## 177                                                       
## 178                                                       
## 179                                                       
## 180                                                       
## 181                                                       
## 182                                                       
## 183                                                       
## 184                                                       
## 185                                                       
## 186                                                       
## 187                                                       
## 188                                                       
## 189                                                 Jordan
## 190                                                       
## 191                                                       
## 192                                                       
## 193                                                       
## 194                                                       
## 195                                                       
## 196                                                       
## 197                                                       
## 198                                                       
## 199                                                       
## 200                                                       
## 201                                                       
## 202                                                       
## 203                                                       
## 204                                                       
## 205                                                       
## 206                                                       
## 207                                                       
## 208                                                       
## 209                                                       
## 210                                                       
## 211                                                       
## 212                                                       
## 213                                               Malaysia
## 214                                                       
## 215                                                       
## 216                                                       
## 217                                                       
## 218                                                       
## 219                                                       
## 220                                                       
## 221                                                       
## 222                                                       
## 223                                                       
## 224                                                       
## 225                                                       
## 226                                                 Greece
## 227                                                       
## 228                                                       
## 229                                                       
## 230                                                       
## 231                                                       
## 232                                                       
## 233                                                       
## 234                                                       
## 235                                                       
## 236                                                       
## 237                                                       
## 238                                                       
## 239                                                       
## 240                                                       
## 241                                                       
## 242                                                       
## 243                                                       
## 244                                                       
## 245                                                       
## 246                                                       
## 247                                              Abu Dhabi
## 248                                                       
## 249                                                       
## 250                                                       
## 251                                                       
## 252                                                       
## 253                                                       
## 254                                                       
## 255                                                       
## 256                                                       
## 257                                                       
## 258                                                       
## 259                                                       
## 260                                                       
## 261                                                       
## 262                                                       
## 263                                                       
## 264                                                       
## 265                                    Amman/Zarqa, Jordan
## 266                                                       
## 267                                                       
## 268                                                       
## 269                                                       
## 270                                                       
## 271                                                       
## 272                                                       
## 273                                                       
## 274                                                       
## 275                                                       
## 276                                                       
## 277                                                       
## 278                                                       
## 279                                                       
## 280                                                       
## 281                                                       
## 282                                                       
## 283                                                       
## 284                               Riyadh Military Hospital
## 285                               Riyadh Military Hospital
## 286                               Riyadh Military Hospital
## 287                               Riyadh Military Hospital
## 288                               Riyadh Military Hospital
## 289                                                       
## 290                King Faisal Specialist Hospital, Jeddah
## 291                       Security Forces Hospital, Makkah
## 292                               Al Noor Hospital, Makkah
## 293                               Al Noor Hospital, Makkah
## 294                               Al Noor Hospital, Makkah
## 295                                 Ohud Hospital, Madinah
## 296                       Security Forces Hospital, Riyadh
## 297                               Riyadh Military Hospital
## 298                               Riyadh Military Hospital
## 299                               Riyadh Military Hospital
## 300                      King Saud Chest Diseases Hospital
## 301                               Al Noor Hospital, Makkah
## 302                                    King Fahad Hospital
## 303                                    King Fahad Hospital
## 304                                     King Saud Hospital
## 305                                        Bakhsh Hospital
## 306                                        Bakhsh Hospital
## 307                                United Doctors Hospital
## 308                               Riyadh Military Hospital
## 309                         Dr. Sulaiman Al-Habib Hospital
## 310                        King Khalid University Hospital
## 311                     Al-Kharj Military Factory Hospital
## 312                                       Al-Noor Hospital
## 313                                       Al-Noor Hospital
## 314                                       Al-Noor Hospital
## 315                King Faisal Specialist Hospital, Jeddah
## 316                                    King Fahad Hospital
## 317                                    King Fahad Hospital
## 318                                    King Fahad Hospital
## 319                                    King Fahad Hospital
## 320                                    King Fahad Hospital
## 321                               Riyadh Military Hospital
## 322                                King Fahad Medical City
## 323                                King Fahad Medical City
## 324                                       Al-Noor Hospital
## 325                                King Abdulaziz Hospital
## 326                                King Abdulaziz Hospital
## 327                                    King Fahad Hospital
## 328                                    King Fahad Hospital
## 329                                    King Fahad Hospital
## 330                           International Medical Center
## 331                        King Faisal Specialist Hospital
## 332                                                  Egypt
## 333                               Riyadh Military Hospital
## 334                               Riyadh Military Hospital
## 335                                                       
## 336                                                       
## 337                                                       
## 338                                                       
## 339                                                       
## 340                                                       
## 341                               Jeddah Military Hospital
## 342                               Jeddah Military Hospital
## 343                                         Erfan Hospital
## 344                                    King Fahad Hospital
## 345                                    King Fahad Hospital
## 346                                    King Fahad Hospital
## 347                                    King Fahad Hospital
## 348                                National Guard Hospital
## 349                                                       
## 350                                                       
## 351                                                       
## 352                                                       
## 353                                                       
## 354                                                       
## 355                                                       
## 356                                                       
## 357                                                       
## 358                                                       
## 359                                                       
## 360                                                       
## 361                                                       
## 362                                                       
## 363                                                       
## 364                                                       
## 365                                                       
## 366                                                       
## 367                                                       
## 368                                                       
## 369                                                       
## 370                                                       
## 371                                                       
## 372                                    Government Hospital
## 373                                                       
## 374                                    Government Hospital
## 375                                    Government Hospital
## 376                                       Private Hospital
## 377                                       Private Hospital
## 378                                    Government Hospital
## 379                                    Government Hospital
## 380                                    Government Hospital
## 381                                    Government Hospital
## 382                                    Government Hospital
## 383                                       Private Hospital
## 384                                    Government Hospital
## 385                                    Government Hospital
## 386                                       Private Hospital
## 387                                       Private Hospital
## 388                                            Indiana,USA
## 389                                                       
## 390                                                       
## 391                                                       
## 392                                    Government Hospital
## 393                                    Government Hospital
## 394                                    Government Hospital
## 395                                    Government Hospital
## 396                                       Private Hospital
## 397                                                       
## 398                                National Guard Hospital
## 399                                    Government Hospital
## 400                                                       
## 401                                                       
## 402                                    Government Hospital
## 403                                                       
## 404                                                       
## 405                                                       
## 406                                                       
## 407                                    Government Hospital
## 408                                    Government Hospital
## 409                                    Government Hospital
## 410                                    Government Hospital
## 411                                    Government Hospital
## 412                                                       
## 413                                    Government Hospital
## 414                                       Private Hospital
## 415                                    Government Hospital
## 416                                    Government Hospital
## 417                            Government Hospital, Jeddah
## 418                                                       
## 419                                                       
## 420                                                       
## 421                                                       
## 422                                        Public Hospital
## 423                                        Public Hospital
## 424                                    Government Hospital
## 425                                                       
## 426                                    Government Hospital
## 427                                    Government Hospital
## 428                                                       
## 429                                       Private Hospital
## 430                                    Government Hospital
## 431                                    Government Hospital
## 432                                    Government Hospital
## 433                                                       
## 434                                                       
## 435                                                       
## 436                                       Private Hospital
## 437                                    Government Hospital
## 438                                                       
## 439                                    Government Hospital
## 440                                    Government Hospital
## 441                                                       
## 442                                    Government Hospital
## 443                                    Government Hospital
## 444                                    Government Hospital
## 445                                                       
## 446                                                       
## 447                                       Private Hospital
## 448                                                       
## 449                                                       
## 450                                                       
## 451                                       Private Hospital
## 452                                    Government Hospital
## 453                                                       
## 454                                       Private Hospital
## 455                                    Government Hospital
## 456                                    Government Hospital
## 457                                                       
## 458                                                       
## 459                                    Government Hospital
## 460                                    Government Hospital
## 461                                    Government Hospital
## 462                                                       
## 463                                    Government Hospital
## 464                                    Government Hospital
## 465                                    Government Hospital
## 466                                    Government Hospital
## 467                                       Private Hospital
## 468                                    Government Hospital
## 469                                                       
## 470                                    Government Hospital
## 471                                    Government Hospital
## 472                                    Government Hospital
## 473                                    Government Hospital
## 474                                       Private Hospital
## 475                                    Government Hospital
## 476                                          Jeddah/Makkah
## 477                                    Government Hospital
## 478                                                       
## 479                                                       
## 480                                                       
## 481                                    Government Hospital
## 482                                       Private Hospital
## 483                                    Government Hospital
## 484                                                       
## 485                                                       
## 486                                                       
## 487                                    Government Hospital
## 488                                                       
## 489                                    Government Hospital
## 490                                       Private Hospital
## 491                                    Government Hospital
## 492                                                       
## 493                                    Government Hospital
## 494                                                       
## 495                                    Government Hospital
## 496                                                       
## 497                                       Private Hospital
## 498                                       Private Hospital
## 499                                    Government Hospital
## 500                                    Government Hospital
## 501                                    Government Hospital
## 502                                       Orlando, Florida
## 503                                                       
## 504                                                       
## 505                                    Government Hospital
## 506                                    Government Hospital
## 507                                            Netherlands
## 508                                                       
## 509                                    Government Hospital
## 510                                    Government Hospital
## 511                                    Government Hospital
## 512                                    Government Hospital
## 513                                                       
## 514                                    Government Hospital
## 515                                    Government Hospital
## 516                                                       
## 517                                    Government Hospital
## 518                                       Private Hospital
## 519                                       Private Hospital
## 520                                    Government Hospital
## 521                                    Government Hospital
## 522                                    Government Hospital
## 523                                                       
## 524                                    Government Hospital
## 525                                                       
## 526                                    Government Hospital
## 527                                            Netherlands
## 528                                    Government Hospital
## 529                                    Government Hospital
## 530                                       Private Hospital
## 531                                                 Jeddah
## 532                                    Government Hospital
## 533                                    Government Hospital
## 534                                    Government Hospital
## 535                                    Government Hospital
## 536                                    Government Hospital
## 537                                    Government Hospital
## 538                                                       
## 539                                    Government Hospital
## 540                                    Government Hospital
## 541                                    Government Hospital
## 542                                    Government Hospital
## 543                                    Government Hospital
## 544                                    Government Hospital
## 545                                                       
## 546                                                       
## 547                                    Government Hospital
## 548                                                       
## 549                                       Private Hospital
## 550                                    Government Hospital
## 551                                    Government Hospital
## 552                                                       
## 553                                                       
## 554                                       Gonfotha; Jeddah
## 555                                                       
## 556                                                       
## 557                                                       
## 558                                    Government Hospital
## 559                                    Government Hospital
## 560                                    Government Hospital
## 561                                       Private Hospital
## 562                                    Government Hospital
## 563                                    Government Hospital
## 564                                                       
## 565                                                       
## 566                                    Government Hospital
## 567                                                       
## 568                                    Government Hospital
## 569                                    Government Hospital
## 570                                       Isolated at home
## 571                                       Isolated at home
## 572                                       Isolated at home
## 573                                       Isolated at home
## 574                                       Isolated at home
## 575                                    Government Hospital
## 576                                       Isolated at home
## 577                                    Government Hospital
## 578                                    Government Hospital
## 579                                    Government Hospital
## 580                                    Government Hospital
## 581                                    Government Hospital
## 582                            Government Hospital, Jeddah
## 583                            Government Hospital, Jeddah
## 584                            Kolea Hospital EPH, Algeria
## 585                              Tlemcen Hospital, Algeria
## 586                                       Isolated at home
## 587                                    Government Hospital
## 588                                       Private Hospital
## 589                                    Government Hospital
## 590                                       Private Hospital
## 591                                                       
## 592                                                       
## 593                                                       
## 594                                                       
## 595                                                       
## 596                                                       
## 597                                                       
## 598                                                       
## 599                                                       
## 600                                                       
## 601                                                       
## 602                                                       
## 603                                                       
## 604                                                       
## 605                                                       
## 606                                                       
## 607                                                       
## 608                                                       
## 609                                                       
## 610                                                       
## 611                                                       
## 612                                                       
## 613                                                       
## 614                                                       
## 615                                                       
## 616                                                       
## 617                                                       
## 618                                                       
## 619                                                       
## 620                                                       
## 621                                                       
## 622                                                       
## 623                                                       
## 624                                                       
## 625                                                       
## 626                                                       
## 627                                                       
## 628                                                       
## 629                                                       
## 630                                                       
## 631                                                       
## 632                                                       
## 633                                                       
## 634                                                       
## 635                                                       
## 636                                                       
## 637                                                       
## 638                                                       
## 639                                                       
## 640                                                       
## 641                                        Vienna, Austria
## 642                                                       
## 643                                                       
## 644                                                       
## 645                                                       
## 646                                                       
## 647                                                       
## 648                                                       
## 649                                                       
## 650                                                       
## 651                                          Hatay, Turkey
## 652                                                       
## 653                                                       
## 654                                                       
## 655                                                       
## 656                                                       
## 657                                                       
## 658                                                       
## 659                                                       
## 660                                                       
## 661                                                       
## 662                                                       
## 663                                                       
## 664                                                       
## 665                                                       
## 666                                                       
## 667                                                       
## 668                                                       
## 669                                                       
## 670                                                       
## 671                                                       
## 672                                                       
## 673                                                       
## 674                                                   Taif
## 675                                                       
## 676                                                 Riyadh
## 677                                                       
## 678                                                       
## 679                                                       
## 680                                                       
## 681                                                       
## 682                                                       
## 683                                                       
## 684                                                       
## 685                                                       
## 686                                                       
## 687                                                       
## 688                                                       
## 689                                                       
## 690                                                       
## 691                                                       
## 692                                                   Jouf
## 693                                                   Jouf
## 694                                                       
## 695                                                       
## 696                                                       
## 697                                                       
## 698                                                       
## 699                                                       
## 700                                                       
## 701                                                       
## 702                                                       
## 703                                                       
## 704                                                       
## 705                                                       
## 706                                                       
## 707                                                       
## 708                                                       
## 709                                                       
## 710                                                       
## 711                                                       
## 712                                                       
## 713                                                       
## 714                                                       
## 715                                                       
## 716                                                       
## 717                                                       
## 718                                                       
## 719                                                       
## 720                                                       
## 721                                                       
## 722                                                       
## 723                                                       
## 724                                                       
## 725                                                       
## 726                                                       
## 727                                                       
## 728                                                       
## 729                                                       
## 730                                                       
## 731                                                       
## 732                                                       
## 733                                                       
## 734                                                       
## 735                                                       
## 736                                                       
## 737                                                       
## 738                                                       
## 739                                                       
## 740                                                       
## 741                                                       
## 742                                                       
## 743                                                       
## 744                                                       
## 745                                                       
## 746                                                       
## 747                                                       
## 748                                                       
## 749                                                       
## 750                                                       
## 751                                                       
## 752                                                       
## 753                                                       
## 754                                                       
## 755                                                       
## 756                                                       
## 757                                                       
## 758                                                       
## 759                                                       
## 760                                                       
## 761                                                       
## 762                                                       
## 763                                                       
## 764                                                       
## 765                                                       
## 766                                                       
## 767                                                       
## 768                                                       
## 769                                                       
## 770                                                       
## 771                                                       
## 772                                                       
## 773                                                       
## 774                                                       
## 775                                                       
## 776                                                       
## 777                                                       
## 778                                                       
## 779                                                       
## 780                                                       
## 781                                                       
## 782                                                       
## 783                                                       
## 784                                                       
## 785                                                       
## 786                                                       
## 787                                                       
## 788                                                       
## 789                                                       
## 790                                                       
## 791                                                       
## 792                                    Manila, Philippines
## 793                                                       
## 794                                                       
## 795                                                       
## 796                                                       
## 797                                                       
## 798                                                       
## 799                                                       
## 800                                                       
## 801                                                       
## 802                                                       
## 803                                                       
## 804                                                       
## 805                                                       
## 806                                                       
## 807                                                       
## 808                                                       
## 809                                                       
## 810                                                       
## 811                                                       
## 812                                                       
## 813                                                       
## 814                                                       
## 815                                                       
## 816                                                       
## 817                                                       
## 818                                                       
## 819                                                       
## 820                                                       
## 821                                                       
## 822                                                       
## 823                                                       
## 824                                                       
## 825                                                       
## 826                                                       
## 827                                                       
## 828                                                       
## 829                                                       
## 830                                                       
## 831                                                       
## 832                                                       
## 833                                                       
## 834                                                 Jeddah
## 835                                                       
## 836                                                       
## 837                                                       
## 838                                                       
## 839                                                       
## 840                                                       
## 841                                                       
## 842                                                       
## 843                                                       
## 844                                                       
## 845                                                       
## 846                                                       
## 847                                                       
## 848                                                       
## 849                                                       
## 850                                                       
## 851                                                       
## 852                                                       
## 853                                                       
## 854                                                       
## 855                                                       
## 856                                                       
## 857                                                       
## 858                                                       
## 859                                                       
## 860                                                       
## 861                                                       
## 862                                                       
## 863                                                       
## 864                                                       
## 865                                                       
## 866                                                  ?Taif
## 867                                                       
## 868                                                       
## 869                                                       
## 870                                                       
## 871                                                       
## 872                                                       
## 873                                                       
## 874                                                       
## 875                                                       
## 876                                                       
## 877                                                       
## 878                                           Ha'il/Riyadh
## 879                                                       
## 880                                                       
## 881                                                 Tabouk
## 882                                                       
## 883                                                       
## 884                                                       
## 885                                                       
## 886                                                       
## 887                                                       
## 888                                                       
## 889                                                       
## 890                                                       
## 891                                                       
## 892                                                       
## 893                                                       
## 894                                                       
## 895                                                       
## 896                                                       
## 897                                                       
## 898                                                       
## 899                                                       
## 900                                                       
## 901                                                       
## 902                                                       
## 903                                                       
## 904                                                       
## 905                                                       
## 906                                                       
## 907                                                       
## 908                                                       
## 909                                                       
## 910                                                       
## 911                                                       
## 912                                                       
## 913                                                       
## 914                                                       
## 915                                                       
## 916                                                       
## 917                                                       
## 918                                                       
## 919                                                       
## 920                                                       
## 921                                                       
## 922                                                       
## 923                                                       
## 924                                                       
## 925                                                       
## 926                                                       
## 927                                                       
## 928                                                       
## 929                                                       
## 930                                                       
## 931                                                       
## 932                                                       
## 933                                                       
## 934                                                       
## 935                                                       
## 936                                                       
## 937                                                       
## 938                                                       
## 939                                                       
## 940                                                       
## 941                                                       
## 942                                                       
## 943                                                       
## 944                                                       
## 945                                                       
## 946                                                       
## 947                                                       
## 948                                                       
## 949                                                       
## 950                                                       
## 951                                                       
## 952                                                       
## 953                                                       
## 954                                                       
## 955  Research Institute for Tropical Medicine, Philippines
## 956                                                       
## 957                                                 Jeddah
## 958                                                       
## 959                                                       
## 960                                                       
## 961                                                       
## 962                                                       
## 963                                                       
## 964                                                       
## 965                                                       
## 966                                                       
## 967                                                       
## 968                                                       
## 969                                                       
## 970                                                       
## 971                                                       
## 972                                                       
## 973                                                       
## 974                                                       
## 975                                                       
## 976                                                       
## 977                                                       
## 978                                                       
## 979                                                       
## 980                                                       
## 981                                                       
## 982                                                       
## 983                                                       
## 984                                                       
## 985                                                       
## 986                                                       
## 987                                                       
## 988                                                       
## 989                                                       
## 990                                                       
## 991                                                       
## 992                                                       
## 993                                                       
## 994                            King Abdulaziz Medical City
## 995                            King Abdulaziz Medical City
## 996                            King Abdulaziz Medical City
## 997                            King Abdulaziz Medical City
## 998                                                       
## 999                            King Abdulaziz Medical City
## 1000                                                      
## 1001                                                      
## 1002                           King Abdulaziz Medical City
## 1003                                                      
## 1004                           King Abdulaziz Medical City
## 1005                           King Abdulaziz Medical City
## 1006                           King Abdulaziz Medical City
## 1007                           King Abdulaziz Medical City
## 1008                           King Abdulaziz Medical City
## 1009                           King Abdulaziz Medical City
## 1010                           King Abdulaziz Medical City
## 1011                           King Abdulaziz Medical City
## 1012                           King Abdulaziz Medical City
## 1013                           King Abdulaziz Medical City
## 1014                           King Abdulaziz Medical City
## 1015                           King Abdulaziz Medical City
## 1016                           King Abdulaziz Medical City
## 1017                                                      
## 1018                           King Abdulaziz Medical City
## 1019                           King Abdulaziz Medical City
## 1020                           King Abdulaziz Medical City
## 1021                           King Abdulaziz Medical City
## 1022                           King Abdulaziz Medical City
## 1023                           King Abdulaziz Medical City
## 1024                           King Abdulaziz Medical City
## 1025                           King Abdulaziz Medical City
## 1026                                                      
## 1027                                                      
## 1028                                                      
## 1029                                                      
## 1030                                                      
## 1031                                                      
## 1032                                                      
## 1033                                                      
## 1034                                                      
## 1035                                                      
## 1036                                                      
## 1037                                                      
## 1038                                                      
## 1039                                                      
## 1040                                                      
## 1041                                                      
## 1042                                                      
## 1043                                                      
## 1044                                                      
## 1045                                                      
## 1046                                                      
## 1047                                                      
## 1048                                                      
## 1049                                                      
## 1050                                                      
## 1051                                                      
## 1052                                                      
## 1053                                                      
## 1054                                                      
## 1055                                                      
## 1056                                                      
## 1057                                                      
## 1058                                                      
## 1059                                                      
## 1060                                                      
## 1061                                                      
## 1062                                                      
## 1063                                                      
## 1064                                                      
## 1065                                                      
## 1066                                                      
## 1067                                                      
## 1068                                                      
## 1069                                                      
## 1070                                                      
## 1071                                                      
## 1072                                                      
## 1073                                                      
## 1074                                                      
## 1075                                                      
## 1076                                                      
## 1077                                                      
## 1078                                                      
## 1079                                                      
## 1080                                                      
## 1081                                                      
## 1082                                                      
## 1083                                                      
## 1084                                                      
## 1085                                                      
## 1086                                                      
## 1087                                                      
## 1088                                                      
## 1089                                                      
## 1090                                                      
## 1091                                                      
## 1092                                                      
## 1093                                                      
## 1094                                                      
## 1095                                                      
## 1096                                                      
## 1097                                                      
## 1098                                                      
## 1099                                                      
## 1100                                                      
## 1101                                                      
## 1102                                                      
## 1103                                                      
## 1104                                                      
## 1105                                                      
## 1106                                                      
## 1107                                                      
## 1108                                                      
## 1109                                                      
## 1110                                                      
## 1111                                                      
## 1112                                                      
## 1113                                                      
## 1114                                                      
## 1115                                                      
## 1116                                                      
## 1117                                                      
## 1118                                                      
## 1119                                                      
## 1120                                                      
## 1121                                                      
## 1122                                                      
## 1123                                                      
## 1124                                                      
## 1125                                                      
## 1126                                                      
## 1127                                                      
## 1128                                                      
## 1129                                                      
## 1130                                                      
## 1131                                                      
## 1132                                                      
## 1133                                                      
## 1134                                                      
## 1135                                                      
## 1136                                                      
## 1137                                         Amman, Jordan
## 1138                                                      
## 1139                                                      
## 1140                                                      
## 1141                                                      
## 1142                                                ?Ha'il
## 1143                                                ?Ha'il
## 1144                                                      
## 1145                                                      
## 1146                                                      
## 1147                                                      
## 1148                                                      
## 1149                                                      
## 1150                                                      
## 1151                                                      
## 1152                                                      
## 1153                                                      
## 1154                                                      
## 1155                                                      
## 1156                                                      
## 1157                                                      
## 1158                                                      
## 1159                                                      
## 1160                                                      
## 1161                                                      
## 1162                                                      
## 1163                                                      
## 1164                                                      
## 1165                                                      
## 1166                                                      
## 1167                                                      
## 1168                                                      
## 1169                                                      
## 1170                                                      
## 1171                                                      
## 1172                                                      
## 1173                                                      
## 1174                                                      
## 1175                                                      
## 1176                                                      
## 1177                                                      
## 1178                                                      
## 1179                                                      
## 1180                                                      
## 1181                                                      
## 1182                                                      
## 1183                                                      
## 1184                                                      
## 1185                                                      
## 1186                                                      
## 1187                                                      
## 1188                                                      
## 1189                                                      
## 1190                                                      
## 1191                                                      
## 1192                                                      
## 1193                                                      
## 1194                                                      
## 1195                                                      
## 1196                                                      
## 1197                                                      
## 1198                                                      
## 1199                                                      
## 1200                                                      
## 1201                                                      
## 1202                                                Riyadh
## 1203                                                      
## 1204                                                      
## 1205                                                      
## 1206                                                      
## 1207                                                      
## 1208                                                      
## 1209                                                      
## 1210                                                      
## 1211                                                      
## 1212                                                      
## 1213                                           Doha, Qatar
## 1214                                                      
## 1215                                                      
## 1216                                                      
## 1217                                                      
## 1218                                                      
## 1219                                                      
## 1220                                                      
## 1221                                                      
## 1222                                                      
## 1223                                                      
## 1224                                                      
## 1225                                                      
## 1226                                                      
## 1227                                                      
## 1228                                                      
## 1229                                                      
## 1230                                                      
## 1231                                                      
## 1232                                                      
## 1233                                                      
## 1234                                                      
## 1235                                                      
## 1236                                                      
## 1237                                                      
## 1238                                                      
## 1239                                                      
## 1240                                                      
## 1241                                                      
## 1242                                                      
## 1243                                                      
## 1244                                                      
## 1245                                                      
## 1246                                                      
## 1247                                                      
## 1248                                                      
## 1249                                                      
## 1250                                                      
## 1251                                                      
## 1252                                                      
## 1253                                                      
## 1254                                                      
## 1255                                                      
## 1256                                                      
## 1257                                                      
## 1258                                                      
## 1259                                                      
## 1260                                                      
## 1261                                                      
## 1262                                                      
## 1263                                                      
## 1264                                                      
## 1265                                                      
## 1266                                                      
## 1267                                                      
## 1268                                                      
## 1269                                                      
## 1270                                                      
## 1271                                                      
## 1272                                                      
## 1273                                                      
## 1274                                                      
## 1275                                                      
## 1276                                                      
## 1277                                                      
## 1278                                                      
## 1279                                                      
## 1280                                                      
## 1281                                                      
## 1282                                                      
## 1283                                                      
## 1284                                                      
## 1285                                                      
## 1286                                                      
## 1287                                                      
## 1288                                                      
## 1289                                                      
## 1290                                                      
## 1291                                                      
## 1292                                                      
## 1293                                                      
## 1294                                                      
## 1295                                               Bahrain
## 1296                                                      
## 1297                                                      
## 1298                                                      
## 1299                                                      
## 1300                                                      
## 1301                                                      
## 1302                                                      
## 1303                                                      
## 1304                                                      
## 1305                                                      
## 1306                                                      
## 1307                                                      
## 1308                                                      
## 1309                                                      
## 1310                                                      
## 1311                                                      
## 1312                                                      
## 1313                                                      
## 1314                                                      
## 1315                                                      
## 1316                                                      
## 1317                                                      
## 1318                                                      
## 1319                                                      
## 1320                                                      
## 1321                                                      
## 1322                                                      
## 1323                                                      
## 1324                                                      
## 1325                                                      
## 1326                                                      
## 1327                                                      
## 1328                                                      
## 1329                                                      
## 1330                                                      
## 1331                                                      
## 1332                                                      
## 1333                                                      
## 1334                                                      
## 1335                                                      
## 1336                                                      
## 1337                                                      
## 1338                                                      
## 1339                                                      
## 1340                                                      
## 1341                                                      
## 1342                                                      
## 1343                                                      
## 1344                                                      
## 1345                                                      
## 1346                                                      
## 1347                                                      
## 1348                                                      
## 1349                                                      
## 1350                                                      
## 1351                                                      
## 1352                                                      
## 1353                                                      
## 1354                                                      
## 1355                                                      
## 1356                                                      
## 1357                                                      
## 1358                                                      
## 1359                                     Bangkok, Thailand
## 1360                                                      
## 1361                                                      
## 1362                                                      
## 1363                                                      
## 1364                                                      
## 1365                                                      
## 1366                                                      
## 1367                                                      
## 1368                                                      
## 1369                                                      
## 1370                                                      
## 1371                                                      
## 1372                                                      
## 1373                                                      
## 1374                                                      
## 1375                                                      
## 1376                                                      
## 1377                                                      
## 1378                                                      
## 1379                                                      
## 1380                                       Vienna, Austria
##                                                 exposure      onset
## 1                                                        2012-06-06
## 2                                                        2012-10-09
## 3                                                        2012-10-05
## 4                                                        2012-11-03
## 5                                                        2012-10-24
## 6                                                        2012-11-02
## 7                                                        2013-01-24
## 8                                                                  
## 9                                                                  
## 10                                                       2013-02-13
## 11                                                       2013-02-24
## 12                                                       2013-03-02
## 13                                                       2013-04-08
## 14                                                       2013-04-06
## 15                                            2013-04-08 2013-04-11
## 16                                                       2013-04-14
## 17                                                       2013-04-15
## 18                                                       2013-04-17
## 19                                            2013-04-11 2013-04-18
## 20                                                       2013-04-19
## 21                                                       2013-04-22
## 22                                                       2013-04-22
## 23                                                       2013-04-20
## 24                                                       2013-04-22
## 25                                                       2013-04-30
## 26                                                       2013-04-25
## 27                                 2013-04-07,2013-04-15 2013-04-27
## 28                                                       2013-05-01
## 29                                                       2013-04-24
## 30                                                       2013-05-08
## 31                                                       2013-05-07
## 32                                                       2013-04-29
## 33                                                       2013-05-28
## 34                                                       2013-05-02
## 35                                                       2013-05-11
## 36                                 2013-04-24,2013-04-28 2013-05-02
## 37                                                       2013-04-25
## 38                                                                 
## 39                                                       2013-05-12
## 40                                                       2013-05-17
## 41                                                       2013-05-24
## 42                                                       2013-05-19
## 43                                                       2013-05-18
## 44                                                       2013-05-20
## 45                                                                 
## 46                                                                 
## 47                                                       2013-05-29
## 48                                                       2013-05-27
## 49                                                                 
## 50                                                       2013-05-31
## 51                                                       2013-06-06
## 52                                                       2013-05-29
## 53                                                                 
## 54                                                                 
## 55                                                                 
## 56                                                                 
## 57                                                                 
## 58                                                                 
## 59                                                                 
## 60                                                                 
## 61                                                                 
## 62                                                                 
## 63                                                                 
## 64                                                                 
## 65                                                                 
## 66                                                                 
## 67                                                                 
## 68                                                                 
## 69                                                                 
## 70                                                                 
## 71                                                                 
## 72                                                                 
## 73                                                                 
## 74                                                                 
## 75                                                                 
## 76                                                                 
## 77                                                       2013-07-17
## 78                                                       2013-07-25
## 79                                                                 
## 80                                                                 
## 81                                                       2013-08-01
## 82                                                       2013-07-23
## 83                                                       2013-08-15
## 84                                                                 
## 85                                                                 
## 86                                                                 
## 87                                                                 
## 88                                                                 
## 89                                                       2013-08-17
## 90                                                       2013-08-08
## 91                                                                 
## 92                                                                 
## 93                                                                 
## 94                                                                 
## 95                                                       2013-08-15
## 96                                                       2013-09-01
## 97                                                       2013-08-21
## 98                                                       2013-08-23
## 99                                                                 
## 100                                                                
## 101                                                                
## 102                                                                
## 103                                                                
## 104                                                                
## 105                                                                
## 106                                                                
## 107                                                                
## 108                                                                
## 109                                                                
## 110                                                                
## 111                                                                
## 112                                                                
## 113                                                                
## 114                                                                
## 115                                                                
## 116                                                                
## 117                                                                
## 118                                                                
## 119                                                                
## 120                                                                
## 121                                                                
## 122                                                                
## 123                                                                
## 124                                                      2013-09-30
## 125                                                      2013-09-30
## 126                                                                
## 127                                                                
## 128                                                                
## 129                                                                
## 130                                                                
## 131                                                      2013-10-26
## 132                               2013-10-02, 2013-11-01 2013-10-15
## 133                                                      2013-10-23
## 134                                                      2013-10-27
## 135                                                                
## 136                                                      2013-11-12
## 137                                                      2013-11-04
## 138                                                      2013-11-09
## 139                                                                
## 140                                                      2013-11-20
## 141                                                                
## 142                                                                
## 143                                                                
## 144                                                                
## 145                                                                
## 146                                                                
## 147                                                                
## 148                                                      2013-12-29
## 149                                                      2014-01-19
## 150                                                      2014-01-23
## 151                                                      2014-02-03
## 152                                                      2014-02-02
## 153                                                      2014-02-05
## 154                                                      2014-02-17
## 155                                                      2014-02-28
## 156                                                      2014-02-12
## 157                                                                
## 158                                                      2014-02-24
## 159                                                      2014-03-01
## 160                                                      2014-03-10
## 161                                                      2014-03-14
## 162                                                                
## 163                                                      2014-02-24
## 164                                                      2014-03-09
## 165                                                      2014-03-11
## 166                                                      2014-02-23
## 167                                                      2014-03-06
## 168                                                      2014-03-05
## 169                                                      2014-03-22
## 170                                                      2014-03-16
## 171                                                      2014-03-25
## 172                                                      2014-03-22
## 173                                                      2014-03-24
## 174                                                                
## 175                                                      2014-03-28
## 176                                                                
## 177                                                                
## 178                                                                
## 179                                                                
## 180                                                                
## 181                                                                
## 182                                                      2014-03-30
## 183                                                                
## 184                                                      2014-03-30
## 185                                                      2014-03-16
## 186                                                                
## 187                                                                
## 188                                                                
## 189                                                      2014-03-25
## 190                                                                
## 191                                                                
## 192                                                                
## 193                                                                
## 194                                                                
## 195                                                                
## 196                                                                
## 197                                                                
## 198                                                                
## 199                                                                
## 200                                                                
## 201                                                                
## 202                                                                
## 203                                                                
## 204                                                                
## 205                                                                
## 206                                                                
## 207                                                                
## 208                                                                
## 209                                                                
## 210                                                                
## 211                                                                
## 212                                                                
## 213                                           2014-03-26 2014-04-04
## 214                                                                
## 215                                                                
## 216                                                                
## 217                                                                
## 218                                                                
## 219                                                                
## 220                                                                
## 221                                                                
## 222                                                                
## 223                                                                
## 224                                                                
## 225                                                                
## 226  2014-03-31,2014-04-08,Al-Jedaani Group of Hospitals           
## 227                                                                
## 228                                                                
## 229                                                                
## 230                                                                
## 231                                                                
## 232                                                                
## 233                                                                
## 234                                                                
## 235                                                                
## 236                                                                
## 237                                                                
## 238                                                                
## 239                                                                
## 240                                                                
## 241                                                                
## 242                                                                
## 243                                                                
## 244                                                                
## 245                                                                
## 246                                                                
## 247                    2014-04-05,2014-04-16, Jeddah KSA           
## 248                                                                
## 249                                                                
## 250                                                                
## 251                                                                
## 252                                                                
## 253                                                                
## 254                                                                
## 255                                                                
## 256                                                                
## 257                                                                
## 258                                                                
## 259                                                                
## 260                                                                
## 261                                                                
## 262                                                                
## 263                                                                
## 264                                                                
## 265                                                      2014-04-09
## 266                                                                
## 267                                                                
## 268                                                                
## 269                                                                
## 270                                                                
## 271                                                                
## 272                                                                
## 273                                                                
## 274                                                                
## 275                                                                
## 276                                                                
## 277                                                                
## 278                                                                
## 279                                                                
## 280                                                                
## 281                                                                
## 282                                                                
## 283                                                                
## 284                                                                
## 285                                                                
## 286                                                                
## 287                                                                
## 288                                                                
## 289                                                                
## 290                                                      2014-04-20
## 291                                                                
## 292                                                                
## 293                                                                
## 294                                                                
## 295                                                                
## 296                                                                
## 297                                                                
## 298                                                                
## 299                                                                
## 300                                                                
## 301                                                      2014-04-21
## 302                                                      2014-04-19
## 303                                                                
## 304                                                      2014-04-15
## 305                                                      2014-04-20
## 306                                                      2014-04-19
## 307                                                      2014-04-15
## 308                                                      2014-03-30
## 309                                                                
## 310                                                      2014-04-20
## 311                                                      2014-04-21
## 312                                                                
## 313                                                      2014-04-22
## 314                                                                
## 315                                                      2014-04-16
## 316                                                                
## 317                                                                
## 318                                                                
## 319                                                                
## 320                                                                
## 321                                                      2014-04-19
## 322                                                                
## 323                                                                
## 324                                                                
## 325                                                                
## 326                                                      2014-04-18
## 327                                                      2014-04-23
## 328                                                      2014-04-20
## 329                                                      2014-04-26
## 330                                                      2014-04-10
## 331                                                      2014-04-23
## 332                                                                
## 333                                                      2014-04-07
## 334                                                                
## 335                                                                
## 336                                                                
## 337                                                                
## 338                                                                
## 339                                                                
## 340                                                                
## 341                                                      2014-04-20
## 342                                                      2014-04-17
## 343                                                      2014-04-21
## 344                                                                
## 345                                                                
## 346                                                                
## 347                                                                
## 348                                                                
## 349                                                                
## 350                                                      2014-04-22
## 351                                                                
## 352                                                      2014-04-23
## 353                                                                
## 354                                                                
## 355                                                      2014-04-24
## 356                                                      2014-04-24
## 357                                                                
## 358                                                      2014-04-23
## 359                                                      2014-04-23
## 360                                                                
## 361                                                                
## 362                                                                
## 363                                                                
## 364                                                                
## 365                                                      2014-04-23
## 366                                                      2014-04-21
## 367                                                      2014-04-01
## 368                                                      2014-04-20
## 369                                                                
## 370                                                      2014-04-26
## 371                                                                
## 372                                                      2014-04-19
## 373                                                                
## 374                                                      2014-04-12
## 375                                                      2014-04-24
## 376                                                      2014-04-19
## 377                                                      2014-04-22
## 378                                                      2014-04-19
## 379                                                      2014-04-13
## 380                                                      2014-04-26
## 381                                                                
## 382                                                                
## 383                                                      2014-04-26
## 384                                                      2014-04-01
## 385                                                      2014-04-19
## 386                                                      2014-04-24
## 387                                                      2014-04-23
## 388                                                      2014-04-14
## 389                                                                
## 390                                                                
## 391                                                                
## 392                                                      2014-04-14
## 393                                                      2014-04-24
## 394                                                      2014-04-21
## 395                                                      2014-04-30
## 396                                                      2014-04-23
## 397                                                                
## 398                                                      2014-04-29
## 399                                                      2014-04-24
## 400                                                                
## 401                                                                
## 402                                                                
## 403                                                      2014-04-26
## 404                                                                
## 405                                                      2014-04-30
## 406                                                                
## 407                                                                
## 408                                                                
## 409                                                      2014-04-29
## 410                                                      2014-04-29
## 411                                                      2014-05-01
## 412                                                                
## 413                                                      2014-04-26
## 414                                                      2014-04-22
## 415                                                      2014-04-29
## 416                                                      2014-04-29
## 417                                                                
## 418                                                      2014-04-21
## 419                                                                
## 420                                                                
## 421                                                                
## 422                                                      2014-04-24
## 423                                                      2014-04-28
## 424                                                                
## 425                                                                
## 426                                                      2014-04-30
## 427                                                                
## 428                                                                
## 429                                                                
## 430                                                                
## 431                                                                
## 432                                                      2014-04-20
## 433                                                      2014-05-05
## 434                                                      2014-05-02
## 435                                                      2014-05-02
## 436                                                      2014-04-25
## 437                                                      2014-04-30
## 438                                                                
## 439                                                      2014-04-25
## 440                                                                
## 441                                                      2014-05-05
## 442                                                      2014-04-30
## 443                                                                
## 444                                                      2014-04-25
## 445                                                                
## 446                                                                
## 447                                                      2014-04-27
## 448                                                                
## 449                                                                
## 450                                                                
## 451                                                      2014-04-24
## 452                                                      2014-05-04
## 453                                                      2014-05-04
## 454                                                      2014-04-29
## 455                                                      2014-04-30
## 456                                                      2014-05-03
## 457                                                                
## 458                                                                
## 459                                                      2014-05-03
## 460                                                      2014-04-29
## 461                                                      2014-05-05
## 462                                                                
## 463                                                      2014-05-01
## 464                                                      2014-04-27
## 465                                                      2014-05-04
## 466                                                      2014-04-29
## 467                                                      2014-04-08
## 468                                                      2014-04-25
## 469                                                                
## 470                                                      2014-04-24
## 471                                                                
## 472                                                      2014-05-02
## 473                                                      2014-04-30
## 474                                                                
## 475                                                                
## 476                                                      2014-04-25
## 477                                                      2014-05-08
## 478                                                      2014-05-08
## 479                                                                
## 480                                                                
## 481                                                      2014-04-28
## 482                                                      2014-05-02
## 483                                                      2014-05-03
## 484                                                      2014-04-30
## 485                                                                
## 486                                                                
## 487                                                      2014-05-06
## 488                                                                
## 489                                                      2014-05-04
## 490                                                      2014-05-05
## 491                                                      2014-05-08
## 492                                                                
## 493                                                      2014-05-11
## 494                                                                
## 495                                                      2014-05-11
## 496                                                                
## 497                                                      2014-05-01
## 498                                                      2014-05-09
## 499                                                      2014-04-18
## 500                                                      2014-05-08
## 501                                                      2014-05-01
## 502                                                      2014-05-01
## 503                                                      2014-05-11
## 504                                                      2014-05-11
## 505                                                      2014-05-11
## 506                                                      2014-05-11
## 507                                                      2014-05-01
## 508                                                      2014-05-11
## 509                                                                
## 510                                                      2014-05-09
## 511                                                      2014-04-30
## 512                                                      2014-05-12
## 513                                                                
## 514                                                      2014-04-26
## 515                                                      2014-04-21
## 516                                                                
## 517                                                      2014-04-30
## 518                                                      2014-04-21
## 519                                                      2014-05-07
## 520                                                                
## 521                                                      2014-05-08
## 522                                                      2014-04-19
## 523                                                                
## 524                                                      2014-05-05
## 525                                                                
## 526                                                      2014-04-23
## 527                                                      2014-05-05
## 528                                                      2014-05-14
## 529                                                                
## 530                                                      2014-05-08
## 531                                                      2014-05-13
## 532                                                      2014-04-28
## 533                                                      2014-05-10
## 534                                                                
## 535                                                      2014-05-16
## 536                                                      2014-05-11
## 537                                                      2014-04-27
## 538                                                      2014-05-13
## 539                                                      2014-05-11
## 540                                                      2014-05-06
## 541                                                      2014-05-16
## 542                                                      2014-05-15
## 543                                                                
## 544                                                      2014-05-09
## 545                                                                
## 546                                                                
## 547                                                      2014-05-06
## 548                                                                
## 549                                                      2014-05-03
## 550                                                      2014-05-11
## 551                                                                
## 552                                                                
## 553                                                                
## 554                                                      2014-05-05
## 555                                                                
## 556                                                      2014-05-10
## 557                                                      2014-05-08
## 558                                                      2014-05-10
## 559                                                      2014-05-16
## 560                                                      2014-05-18
## 561                                                      2014-05-13
## 562                                                      2014-05-20
## 563                                                                
## 564                                                                
## 565                                                                
## 566                                                      2014-05-23
## 567                                                                
## 568                                                      2014-05-20
## 569                                                      2014-05-18
## 570                                                                
## 571                                                                
## 572                                                                
## 573                                                                
## 574                                                                
## 575                                                      2014-05-17
## 576                                                      2014-05-05
## 577                                                                
## 578                                                                
## 579                                                      2014-05-22
## 580                                                      2014-05-18
## 581                                                      2014-05-21
## 582                                                      2014-05-26
## 583                                                                
## 584                                                      2014-05-23
## 585                                                      2014-05-23
## 586                                                                
## 587                                                                
## 588                                                                
## 589                                                                
## 590                                                                
## 591                                                                
## 592                                                                
## 593                                                                
## 594                                                                
## 595                                                                
## 596                                                                
## 597                                                                
## 598                                                                
## 599                                                                
## 600                                                                
## 601                                                                
## 602                                                                
## 603                                                      2014-06-04
## 604                                                                
## 605                                                      2014-06-04
## 606                                                      2014-06-13
## 607                                                      2014-06-11
## 608                                                      2014-06-06
## 609                                                                
## 610                                                      2014-06-15
## 611                                                      2014-06-21
## 612                                                      2014-06-13
## 613                                                      2014-06-15
## 614                                                      2014-06-26
## 615                                                      2014-06-16
## 616                                                      2014-06-23
## 617                                                      2014-06-25
## 618                                                      2014-06-24
## 619                                                      2014-07-03
## 620                                                      2014-06-28
## 621                                                      2014-07-04
## 622                                                      2014-07-01
## 623                                                      2014-06-28
## 624                                                                
## 625                                                                
## 626                                                                
## 627                                                                
## 628                                                                
## 629                                                                
## 630                                                                
## 631                                                                
## 632                                                                
## 633                                                                
## 634                                                                
## 635                                                                
## 636                                                                
## 637                                                                
## 638                                                                
## 639                                                                
## 640                                                      2014-09-24
## 641                                                      2014-09-22
## 642                                                      2014-09-24
## 643                                                      2014-10-01
## 644                                                      2014-09-17
## 645                                                      2014-09-30
## 646                                                      2014-10-03
## 647                                                      2014-10-03
## 648                                                                
## 649                                                                
## 650                                                                
## 651                                                      2014-09-25
## 652                                                                
## 653                                                                
## 654                                                                
## 655                                                                
## 656                                                                
## 657                                                                
## 658                                                                
## 659                                                                
## 660                                                                
## 661                                                                
## 662                                                                
## 663                                                                
## 664                                                                
## 665                                                                
## 666                                                                
## 667                                                                
## 668                                                                
## 669                                                                
## 670                                                                
## 671                                                                
## 672                                                                
## 673                                                                
## 674                                                      2014-10-08
## 675                                                      2014-10-07
## 676                                                      2014-10-03
## 677                                           2014-10-08 2014-10-14
## 678                                                      2014-10-13
## 679                                                                
## 680                                                      2014-10-29
## 681                                                      2014-10-18
## 682                                                      2014-10-18
## 683                                                      2014-10-31
## 684                                                      2014-10-28
## 685                                                      2014-10-28
## 686                                                      2014-10-29
## 687                                                      2014-10-28
## 688                                                      2014-11-03
## 689                                                                
## 690                                           2014-11-02 2014-11-10
## 691                                                      2014-11-08
## 692                                                      2014-11-02
## 693                                                      2014-11-08
## 694                                                      2014-11-12
## 695                                                      2014-11-15
## 696                                                      2014-11-10
## 697                                                      2014-11-18
## 698                                                      2014-11-15
## 699                                                      2014-11-17
## 700                                           2014-10-31 2014-11-20
## 701                                                      2014-11-26
## 702                                                      2014-11-18
## 703                                                      2014-11-22
## 704                                                      2014-11-27
## 705                                                      2014-11-26
## 706                                                      2014-11-24
## 707                                                                
## 708                                                      2014-12-01
## 709                                                      2014-12-09
## 710                                                      2014-12-10
## 711                                                      2014-12-12
## 712                                                      2014-12-20
## 713                                                      2014-12-20
## 714                                                      2014-12-26
## 715                                                      2014-12-26
## 716                                                      2014-12-31
## 717                                                      2014-12-23
## 718                                                      2015-01-02
## 719                                                                
## 720                                               Jeddah 2015-01-04
## 721                                                      2015-01-04
## 722                                                      2014-12-28
## 723                                                      2015-01-05
## 724                                                      2015-01-11
## 725                                                      2015-01-14
## 726                                                                
## 727                                                      2015-01-12
## 728                                           2014-01-12 2015-01-14
## 729                                                      2015-01-19
## 730                                                      2014-12-26
## 731                                                      2015-01-18
## 732                                           2014-12-30 2015-01-21
## 733                                                      2015-01-16
## 734                                                      2015-01-19
## 735                                                      2015-01-29
## 736                                                      2015-01-24
## 737                                                      2015-02-01
## 738                                                      2015-01-28
## 739                                                      2015-01-28
## 740                                                      2015-01-16
## 741                                                      2015-01-31
## 742                                                      2015-01-30
## 743                                                      2015-02-02
## 744                                                      2015-01-25
## 745                                                      2015-01-31
## 746                                                      2015-01-30
## 747                                                      2015-02-07
## 748                                                      2015-02-12
## 749                                                      2015-02-02
## 750                                                      2015-02-01
## 751                                                      2015-02-07
## 752                                                      2015-02-01
## 753                                                      2015-02-10
## 754                                                      2015-02-01
## 755                                                      2015-02-08
## 756                                                      2015-02-09
## 757                                                      2015-02-01
## 758                                                      2015-01-30
## 759                                                      2015-02-08
## 760                                                      2015-02-07
## 761                                                      2015-02-09
## 762                                                      2015-02-07
## 763                                                      2015-02-07
## 764                                                      2015-02-11
## 765                                                      2015-02-11
## 766                                                      2015-02-09
## 767                                                      2015-02-06
## 768                                                      2015-02-01
## 769                                                      2015-02-06
## 770                                                      2015-02-08
## 771                                                                
## 772                                                      2015-02-01
## 773                                                      2015-01-28
## 774                                                      2015-02-10
## 775                                                      2015-02-07
## 776                                                      2015-02-13
## 777                                                      2015-02-12
## 778                                                      2015-02-15
## 779                                                      2015-02-01
## 780                                                      2015-02-14
## 781                                                      2015-02-09
## 782                                                      2015-02-11
## 783                                                      2015-02-11
## 784                                                      2015-02-10
## 785                                                      2015-02-14
## 786                                                                
## 787                                                      2015-02-16
## 788                                                      2015-02-13
## 789                                                                
## 790                                                      2015-02-16
## 791                                                      2015-02-16
## 792                                                      2015-01-26
## 793                                                                
## 794                                                      2015-02-18
## 795                                                      2015-02-16
## 796                                                      2015-02-13
## 797                                                      2015-02-17
## 798                                                      2015-02-13
## 799                                                      2015-02-12
## 800                                                      2015-02-16
## 801                                                      2015-02-21
## 802                                                      2015-02-19
## 803                                                                
## 804                                                      2015-02-22
## 805                                                      2015-02-24
## 806                                                      2015-02-17
## 807                                                      2015-02-21
## 808                                                      2015-02-02
## 809                                                      2015-02-25
## 810                                                      2015-02-20
## 811                                                      2015-02-22
## 812                                                      2015-02-22
## 813                                                      2015-02-21
## 814                                                      2015-02-22
## 815                                                      2015-02-21
## 816                                                      2015-02-18
## 817                                                      2015-02-20
## 818                                                      2015-02-22
## 819                                                      2015-02-23
## 820                                                      2015-02-21
## 821                                                      2015-02-24
## 822                                                      2015-02-21
## 823                                                      2015-02-25
## 824                                                      2015-02-25
## 825                                                                
## 826                                                      2015-02-24
## 827                                                                
## 828                                                      2015-03-03
## 829                                                                
## 830                                                      2015-03-02
## 831                                                      2015-02-23
## 832                                                      2015-03-03
## 833                                                                
## 834                                                      2015-02-23
## 835                                                      2015-03-03
## 836                                                      2015-03-04
## 837                                                      2015-03-04
## 838                                                      2015-02-27
## 839                                                      2015-03-07
## 840                                                      2015-03-07
## 841                                                      2015-03-04
## 842                                                      2015-03-07
## 843                                                      2015-02-23
## 844                                                      2015-03-05
## 845                                                      2015-03-07
## 846                                                      2015-03-03
## 847                                                      2015-03-08
## 848                                                      2015-03-01
## 849                                                      2015-03-08
## 850                                                      2015-03-02
## 851                                                      2015-03-07
## 852                                                      2015-03-04
## 853                                                      2015-03-12
## 854                                                      2015-03-08
## 855                                                      2015-03-13
## 856                                                                
## 857                                                      2015-03-15
## 858                                                      2015-03-19
## 859                                                      2015-03-11
## 860                                                      2015-03-06
## 861                                                      2015-03-18
## 862                                                      2015-03-22
## 863                                                                
## 864                                                      2015-03-21
## 865                                                      2015-02-17
## 866                                                      2015-03-21
## 867                                                      2015-03-02
## 868                                                      2015-03-20
## 869                                                      2015-03-23
## 870                                                      2015-03-09
## 871                                                      2015-03-26
## 872                                                      2015-03-14
## 873                                                      2015-03-28
## 874                                                      2015-03-28
## 875                                                                
## 876                                                      2015-03-27
## 877                                                      2015-04-03
## 878                                                      2015-03-26
## 879                                                      2015-04-06
## 880                                                                
## 881                                                      2015-04-09
## 882                                                      2015-04-16
## 883                                                      2015-04-11
## 884                                                                
## 885                                                                
## 886                                                      2015-04-27
## 887                                                      2015-04-13
## 888                                                      2015-04-28
## 889                                                      2015-05-03
## 890                                                      2015-04-28
## 891                                                      2015-04-30
## 892                                                      2015-05-04
## 893                                                      2015-05-04
## 894                                                      2015-05-04
## 895                                                      2015-05-04
## 896                                                      2015-05-09
## 897                                                      2015-05-01
## 898                                                      2015-05-01
## 899                                                      2015-05-03
## 900                                                      2015-04-25
## 901                                                      2015-05-10
## 902                                                      2015-05-04
## 903                                                      2015-05-12
## 904                                                      2015-05-15
## 905                                                      2015-05-14
## 906                                                      2015-05-01
## 907                                                      2015-05-17
## 908                                                      2015-05-13
## 909                                                      2015-05-21
## 910                                                      2015-05-20
## 911                                           2015-05-22 2015-05-26
## 912                                                      2015-05-22
## 913                                                      2015-05-27
## 914                                                      2014-05-27
## 915                                                      2015-05-24
## 916                                                      2015-05-23
## 917                                                      2015-05-28
## 918                                                      2015-05-27
## 919                                                                
## 920                                                      2015-05-27
## 921                                                      2015-05-19
## 922                                                                
## 923                                                                
## 924                                                                
## 925                                                      2015-05-20
## 926                                                      2015-05-26
## 927                                                      2015-05-22
## 928                                                      2015-06-01
## 929                                                      2015-06-01
## 930                                                      2015-06-02
## 931                                                      2015-05-31
## 932                                                      2015-05-30
## 933                                                      2015-05-27
## 934                                                      2015-06-01
## 935                                                      2015-05-20
## 936                                                      2015-05-23
## 937                                                      2015-06-02
## 938                                                      2015-05-26
## 939                                                      2015-05-23
## 940                                                      2015-06-09
## 941                                                      2015-06-05
## 942                                                      2015-06-12
## 943                                                                
## 944                                                      2015-06-02
## 945                                                      2015-06-16
## 946                                                      2015-05-30
## 947                                                      2015-06-14
## 948                                                      2015-06-19
## 949                                                      2015-06-24
## 950                                                      2015-06-15
## 951                                                      2015-06-23
## 952                                                      2015-06-28
## 953                                                      2015-06-17
## 954                                                      2015-06-28
## 955                                                      2015-06-30
## 956                                                      2015-06-27
## 957                                                      2015-07-05
## 958                                                      2015-07-12
## 959                                                      2015-07-15
## 960                                                      2015-07-12
## 961                                                      2015-07-13
## 962                                                      2015-07-17
## 963                                                      2015-07-20
## 964                                                      2015-07-22
## 965                                                      2015-07-22
## 966                                                      2015-07-16
## 967                                                      2015-06-11
## 968                                                      2015-07-20
## 969                                                      2015-07-21
## 970                                                      2015-07-10
## 971                                                      2015-07-25
## 972                                                      2015-07-27
## 973                                                      2015-07-29
## 974                                                      2015-07-29
## 975                                                      2015-08-03
## 976                                                      2015-08-02
## 977                                                      2015-08-01
## 978                                                      2015-07-23
## 979                                                      2015-08-06
## 980                                                      2015-08-05
## 981                                                      2015-07-30
## 982                                                      2015-07-30
## 983                                                      2015-08-05
## 984                                                      2015-07-24
## 985                                                      2015-07-31
## 986                                                      2015-07-29
## 987                                                      2015-08-01
## 988                                                      2015-08-08
## 989                                                      2015-08-06
## 990                                                      2015-08-04
## 991                                                      2015-08-04
## 992                                                      2015-07-29
## 993                                                      2015-08-06
## 994                                                      2015-08-07
## 995                                                      2015-08-07
## 996                                                      2015-08-08
## 997                                                      2015-08-06
## 998                                                      2015-08-05
## 999                                                      2015-08-12
## 1000                                                     2015-08-12
## 1001                                                     2015-08-12
## 1002                                                     2015-08-08
## 1003                                                     2015-08-09
## 1004                                                     2015-08-07
## 1005                                                     2015-08-08
## 1006                                                     2015-08-13
## 1007                                                     2015-08-08
## 1008                                                     2015-08-11
## 1009                                                     2015-08-11
## 1010                                                     2015-08-08
## 1011                                                     2015-08-09
## 1012                                                     2015-08-09
## 1013                                                     2015-07-30
## 1014                                                     2015-08-09
## 1015                                                     2015-08-12
## 1016                                                     2015-08-09
## 1017                                                     2015-08-11
## 1018                                                     2015-08-15
## 1019                                                     2015-08-15
## 1020                                                     2015-08-14
## 1021                                                     2015-08-14
## 1022                                                     2015-08-14
## 1023                                                     2015-08-14
## 1024                                                     2015-08-13
## 1025                                                     2015-08-14
## 1026                                                     2015-08-16
## 1027                                                     2015-08-16
## 1028                                                     2015-08-16
## 1029                                                     2015-08-15
## 1030                                                     2015-08-15
## 1031                                                     2015-08-13
## 1032                                                     2015-08-18
## 1033                                                     2015-08-17
## 1034                                                     2015-08-16
## 1035                                                     2015-08-11
## 1036                                                     2015-07-30
## 1037                                                     2015-08-19
## 1038                                                     2015-08-17
## 1039                                                     2015-08-13
## 1040                                                     2015-08-17
## 1041                                                     2015-08-05
## 1042                                                     2015-08-17
## 1043                                                     2015-08-13
## 1044                                                     2015-08-18
## 1045                                                     2015-08-19
## 1046                                                     2015-08-17
## 1047                                                     2015-08-19
## 1048                                                     2015-08-17
## 1049                                                     2015-08-16
## 1050                                                     2015-08-18
## 1051                                                     2015-08-19
## 1052                                                     2015-08-18
## 1053                                                     2015-08-18
## 1054                                                     2015-08-16
## 1055                                                     2015-08-20
## 1056                                                     2015-08-20
## 1057                                                     2015-08-20
## 1058                                                     2015-08-05
## 1059                                                     2015-08-21
## 1060                                                     2015-08-17
## 1061                                                     2015-08-18
## 1062                                                     2015-08-19
## 1063                                                     2015-08-13
## 1064                                          2015-08-14 2015-08-17
## 1065                                                     2015-08-19
## 1066                                                     2015-08-18
## 1067                                                     2015-08-19
## 1068                                                     2015-08-20
## 1069                                                     2015-08-19
## 1070                                                     2015-08-23
## 1071                                                     2015-08-09
## 1072                                                     2015-08-13
## 1073                                                     2015-08-16
## 1074                                                     2015-08-16
## 1075                                                     2015-08-23
## 1076                                                     2015-08-19
## 1077                                                     2015-08-20
## 1078                                                     2015-08-19
## 1079                                                     2015-08-20
## 1080                                                     2015-08-24
## 1081                                          2015-08-17 2015-08-24
## 1082                                                     2015-08-19
## 1083                                                     2015-08-24
## 1084                                                     2015-08-12
## 1085                                                     2015-08-27
## 1086                                                     2015-08-23
## 1087                                                     2015-08-25
## 1088                                                     2015-08-28
## 1089                                                     2015-08-27
## 1090                                                     2015-08-24
## 1091                                                     2015-08-24
## 1092                                                     2015-08-27
## 1093                                                     2015-08-26
## 1094                                                     2015-08-26
## 1095                                                     2015-08-24
## 1096                                                     2015-08-27
## 1097                                                     2015-08-26
## 1098                                                     2015-08-29
## 1099                                                     2015-08-29
## 1100                                                     2015-08-30
## 1101                                                     2015-09-01
## 1102                                                     2015-08-28
## 1103                                                     2015-08-31
## 1104                                                     2015-08-28
## 1105                                                     2015-08-28
## 1106                                                     2015-08-28
## 1107                                                     2015-08-31
## 1108                                                     2015-08-24
## 1109                                                     2015-08-31
## 1110                                                     2015-09-02
## 1111                                                     2015-08-31
## 1112                                                     2015-08-31
## 1113                                                     2015-08-31
## 1114                                                     2015-09-01
## 1115                                                     2015-09-01
## 1116                                                     2015-09-03
## 1117                                                     2015-08-29
## 1118                                                     2015-09-01
## 1119                                                     2015-08-30
## 1120                                                     2015-08-29
## 1121                                                     2015-09-03
## 1122                                                     2015-08-27
## 1123                                                     2015-08-29
## 1124                                                     2015-08-29
## 1125                                                     2015-09-03
## 1126                                                     2015-09-02
## 1127                                                     2015-09-02
## 1128                                                     2015-08-29
## 1129                                                     2015-08-27
## 1130                                                     2015-09-05
## 1131                                                               
## 1132                                                     2015-09-03
## 1133                                                     2015-09-01
## 1134                                                     2015-08-28
## 1135                                                     2015-09-04
## 1136                                                     2015-08-31
## 1137                                                     2015-07-31
## 1138                                                     2015-09-05
## 1139                                                     2015-09-04
## 1140                                                     2015-08-31
## 1141                                                     2015-09-04
## 1142                                                     2015-06-05
## 1143                                                     2015-06-05
## 1144                                                     2015-09-06
## 1145                                                     2015-09-04
## 1146                                                     2015-09-08
## 1147                                                     2015-09-04
## 1148                                                     2015-09-11
## 1149                                                     2015-09-11
## 1150                                                     2015-09-13
## 1151                                                     2015-09-11
## 1152                                                     2015-09-12
## 1153                                                               
## 1154                                          2015-09-13 2015-09-16
## 1155                                                     2015-08-30
## 1156                                                     2015-09-11
## 1157                                                     2015-09-18
## 1158                                                     2015-09-13
## 1159                                                               
## 1160                                                     2015-09-16
## 1161                                                     2015-09-20
## 1162                                                               
## 1163                                                     2015-09-23
## 1164                                                               
## 1165                                                               
## 1166                                                     2015-09-21
## 1167                                                     2015-10-01
## 1168                                                     2015-10-01
## 1169                                                               
## 1170                                                     2015-10-07
## 1171                                                     2015-10-10
## 1172                                                     2015-10-13
## 1173                                                     2015-10-11
## 1174                                                     2015-10-03
## 1175                                                     2015-10-14
## 1176                                                     2015-10-15
## 1177                                                     2015-10-08
## 1178                                                               
## 1179                                                     2015-10-20
## 1180                                                     2015-10-15
## 1181                                                     2015-10-15
## 1182                                                     2015-10-13
## 1183                                                     2015-10-13
## 1184                                                     2015-10-15
## 1185                                                     2015-10-20
## 1186                                                     2015-10-24
## 1187                                                     2015-10-22
## 1188                                                     2015-10-23
## 1189                                                               
## 1190                                                     2015-10-18
## 1191                                                     2015-10-30
## 1192                                                     2015-10-28
## 1193                                                               
## 1194                                                     2015-11-04
## 1195                                                               
## 1196                                                     2015-11-22
## 1197                                                     2015-11-25
## 1198                                                     2015-12-13
## 1199                                                     2015-12-10
## 1200                                                     2015-12-14
## 1201                                                     2015-12-18
## 1202                                                     2016-01-03
## 1203                                                     2016-01-03
## 1204                                                     2016-01-11
## 1205                                                     2016-01-12
## 1206                                                               
## 1207                                                               
## 1208                                                     2016-01-24
## 1209                                                     2016-01-21
## 1210                                                     2016-01-31
## 1211                                                     2016-02-01
## 1212                                                     2016-02-03
## 1213                                                     2016-02-18
## 1214                                                     2016-02-06
## 1215                                                     2016-02-08
## 1216                                                     2016-02-20
## 1217                                                     2016-02-20
## 1218                                                     2016-02-11
## 1219                                                     2016-02-15
## 1220                                                               
## 1221                                                     2016-02-14
## 1222                                                     2016-02-13
## 1223                                                     2016-02-19
## 1224                                                     2016-02-06
## 1225                                                     2016-03-02
## 1226                                                     2016-02-25
## 1227                                                     2016-03-01
## 1228                                                     2016-02-26
## 1229                                                     2016-02-28
## 1230                                                     2016-03-03
## 1231                                                     2016-03-03
## 1232                                                     2016-03-03
## 1233                                                     2016-03-01
## 1234                                                     2016-02-10
## 1235                                                     2016-02-10
## 1236                                                     2016-03-02
## 1237                                                     2016-02-26
## 1238                                                     2016-02-28
## 1239                                                     2016-02-22
## 1240                                                     2016-02-22
## 1241                                                     2016-02-26
## 1242                                                     2016-02-15
## 1243                                                     2016-02-23
## 1244                                                     2016-02-19
## 1245                                                     2016-02-19
## 1246                                                     2016-02-15
## 1247                                                     2016-02-17
## 1248                                                     2016-03-01
## 1249                                                     2016-03-05
## 1250                                                     2016-03-06
## 1251                                                     2016-03-04
## 1252                                                     2016-03-06
## 1253                                                     2016-03-01
## 1254                                                     2016-03-04
## 1255                                                     2016-03-10
## 1256                                                     2016-03-03
## 1257                                                     2016-03-08
## 1258                                                               
## 1259                                                               
## 1260                                                               
## 1261                                                     2016-03-09
## 1262                                                     2016-03-11
## 1263                                                               
## 1264                                                     2016-03-02
## 1265                                                     2016-03-04
## 1266                                                     2016-03-02
## 1267                                                     2016-02-29
## 1268                                                     2016-03-10
## 1269                                                     2016-03-26
## 1270                                                     2016-03-10
## 1271                                                     2016-03-20
## 1272                                                     2016-03-22
## 1273                                                     2016-03-18
## 1274                                                     2016-03-10
## 1275                                                     2016-03-15
## 1276                                                     2016-03-19
## 1277                                                     2016-03-16
## 1278                                                     2016-03-13
## 1279                                                     2016-03-18
## 1280                                                     2016-03-11
## 1281                                                     2016-03-14
## 1282                                                               
## 1283                                                     2016-03-13
## 1284                                                     2016-03-13
## 1285                                                     2016-04-03
## 1286                                                     2016-04-10
## 1287                                                     2016-04-09
## 1288                                                     2016-04-03
## 1289                                                     2016-04-09
## 1290                                                     2016-04-06
## 1291                                                     2016-04-02
## 1292                                                               
## 1293                                                     2016-03-20
## 1294                                                     2016-03-29
## 1295                                                     2016-04-04
## 1296                                                     2016-04-16
## 1297                                                     2016-04-15
## 1298                                                               
## 1299                                                               
## 1300                                                     2016-04-14
## 1301                                                     2016-04-26
## 1302                                                     2016-04-26
## 1303                                                     2016-06-09
## 1304                                                     2016-06-08
## 1305                                                     2016-06-07
## 1306                                                     2016-06-01
## 1307                                                     2016-05-27
## 1308                                                     2016-05-08
## 1309                                                               
## 1310                                                               
## 1311                                                               
## 1312                                                               
## 1313                                                               
## 1314                                                     2016-06-14
## 1315                                                     2016-06-11
## 1316                                                               
## 1317                                                               
## 1318                                                               
## 1319                                                     2016-06-16
## 1320                                                               
## 1321                                                               
## 1322                                                               
## 1323                                                               
## 1324                                                               
## 1325                                                               
## 1326                                                               
## 1327                                                               
## 1328                                                               
## 1329                                                               
## 1330                                                               
## 1331                                                               
## 1332                                                               
## 1333                                                     2016-06-15
## 1334                                                               
## 1335                                                     2016-06-16
## 1336                                                     2016-06-04
## 1337                                                     2016-06-23
## 1338                                                     2016-06-17
## 1339                                                               
## 1340                                                               
## 1341                                                     2016-06-24
## 1342                                                     2016-06-22
## 1343                                                               
## 1344                                                     2016-06-24
## 1345                                                               
## 1346                                                               
## 1347                                                     2016-06-14
## 1348                                                     2016-06-18
## 1349                                                     2016-06-16
## 1350                                                     2016-07-08
## 1351                                                     2016-06-30
## 1352                                                     2016-07-05
## 1353                                                     2016-07-04
## 1354                                                     2016-06-28
## 1355                                                     2016-06-25
## 1356                                                     2016-06-21
## 1357                                                     2016-06-23
## 1358                                                     2016-06-26
## 1359                                                     2016-07-25
## 1360                                                     2016-07-16
## 1361                                                     2016-07-17
## 1362                                                     2016-07-19
## 1363                                                     2016-07-31
## 1364                                                     2016-07-24
## 1365                                                     2016-07-31
## 1366                                                     2016-08-04
## 1367                                                     2016-08-11
## 1368                                                     2016-08-12
## 1369                                                     2016-08-21
## 1370                                                     2016-08-15
## 1371                                                     2016-08-29
## 1372                                                     2016-09-03
## 1373                                                               
## 1374                                                               
## 1375                                                               
## 1376                                                               
## 1377                                                               
## 1378                                                               
## 1379                                                               
## 1380                                                     2016-09-06
##        hospitalized     sampled   reported       death  discharged comorbidity
## 1        2012-06-13             2012-09-20  2012-06-24                    TRUE
## 2        2012-10-12  2012-10-23 2012-11-23              2012-11-04        TRUE
## 3        2012-10-13             2012-11-23  2012-10-23                    TRUE
## 4        2012-11-06             2012-11-23              2012-11-14            
## 5        2012-10-28 2012-10-30? 2012-11-30  2012-11-02                    TRUE
## 6        2012-11-07                                     2012-11-11       FALSE
## 7                               2013-02-11  2013-03-16                        
## 8        2013-01-29             2013-02-21  2013-02-10                        
## 9        2013-02-10             2013-03-06  2013-02-19                        
## 10                                          2013-02-24                    TRUE
## 11       2013-02-28             2013-03-12  2013-03-02                   FALSE
## 12       2013-03-04             2013-03-23              2013-03-11       FALSE
## 13       2013-04-09                         2013-04-15                        
## 14                   2013-04-22                         2013-05-04            
## 15                                          2013-04-19                        
## 16                                          2013-04-20                    TRUE
## 17                   2013-04-21             2013-05-29                    TRUE
## 18                                          2013-04-28                    TRUE
## 19       2013-04-20  2013-05-03             2013-05-03                SEE NOTE
## 20                                          2013-05-03                SEE NOTE
## 21                   2013-05-07             2013-05-29                    TRUE
## 22                   2013-04-21             2013-04-26                    TRUE
## 23                                          2013-04-30                    TRUE
## 24                                          2013-04-29                    TRUE
## 25                   2013-05-02                                           TRUE
## 26                   2013-05-02             2013-05-10                    TRUE
## 27       2013-04-29  2013-05-01                         2013-05-15        TRUE
## 28                   2013-05-05                                           TRUE
## 29                                                                        TRUE
## 30                   2013-05-14                                           TRUE
## 31                                                                        TRUE
## 32                                          2013-06-09                    TRUE
## 33                                          2013-05-25                    TRUE
## 34                   2013-05-09                                               
## 35       2013-05-11                         2013-05-23                        
## 36                   2013-05-09                      ?                    TRUE
## 37                   2013-05-11 2013-05-14  2013-05-08                    TRUE
## 38       2013-05-15  2013-05-13 2013-05-23  2013-05-20                    TRUE
## 39                                          2013-05-20                    TRUE
## 40                              2013-05-29                                TRUE
## 41                              2013-05-29              2013-05-27        TRUE
## 42                              2013-05-29  2013-05-26                    TRUE
## 43                              2013-05-29  2013-05-26                    TRUE
## 44                              2013-05-29                                TRUE
## 45                   2013-06-04 2013-06-14  2013-06-12                   FALSE
## 46                              2013-06-14  2013-06-16                    TRUE
## 47                              2013-06-05                                TRUE
## 48                              2013-07-07  2013-05-31                    TRUE
## 49                   2013-06-19 2013-06-14  2013-07-05                    TRUE
## 50                   2013-06-12 2013-06-14  2013-06-16                    TRUE
## 51                              2013-06-14  2013-06-16                    TRUE
## 52       2013-06-08  2013-06-12             2013-06-14                   FALSE
## 53                              2013-06-16                                TRUE
## 54                   2013-06-16 2013-06-16  2013-07-05                    TRUE
## 55                   2013-06-15 2013-06-17  2013-07-08                    TRUE
## 56                              2013-06-22                                    
## 57       2013-06-13             2013-06-20                                    
## 58       2013-06-13             2013-06-20                                    
## 59       2013-06-13             2013-06-20                                    
## 60                   2013-06-19 2013-06-21              2013-07-02            
## 61                   2013-06-19 2013-06-21  2013-06-26                    TRUE
## 62                   2013-06-19 2013-06-26                                    
## 63                   2013-06-19 2013-06-26                                    
## 64                   2013-06-19 2013-06-26                                    
## 65                   2013-06-19 2013-06-26                                    
## 66                              2013-06-26                                    
## 67                              2013-06-26                                    
## 68                   2013-06-22 2013-06-26              2013-07-02            
## 69       2013-06-28  2013-06-02 2013-07-05                                    
## 70       2013-06-28  2013-06-02 2013-07-05                                    
## 71                   2013-06-23 2013-07-07                               FALSE
## 72                   2013-07-02 2013-07-08  2013-07-21                    TRUE
## 73                   2013-07-11 2013-07-18                                    
## 74                   2013-07-11 2013-07-18                                    
## 75       2013-07-15  2013-07-17 2013-07-18                                TRUE
## 76       2013-07-11             2013-07-18                                TRUE
## 77                              2013-07-29                                    
## 78                   2013-07-29 2013-08-01                                TRUE
## 79                   2013-07-11 2013-08-01                                    
## 80                              2013-08-01                                    
## 81                   2013-08-13 2013-08-19                                TRUE
## 82                   2013-08-08 2013-08-19                                TRUE
## 83                              2013-08-20                                TRUE
## 84                   2013-08-20 2013-08-21                                TRUE
## 85                   2013-08-15 2013-08-21                                TRUE
## 86                   2013-08-05 2013-08-28                                TRUE
## 87                   2013-08-13 2013-08-28                               FALSE
## 88                              2013-08-21           ?                    TRUE
## 89                              2013-08-28                                TRUE
## 90                   2013-08-19 2013-08-28  2013-08-17                    TRUE
## 91                   2013-08-25 2013-08-29                               FALSE
## 92                   2013-08-25 2013-08-29                               FALSE
## 93                   2013-08-25 2013-09-01              2013-09-01       FALSE
## 94                   2013-08-19 2013-09-01              2013-09-01            
## 95                   2013-08-26 2013-09-06  2013-08-29                   FALSE
## 96       2013-09-04             2013-09-06                                    
## 97                   2013-08-25 2013-09-06  2013-09-02                    TRUE
## 98                   2013-08-28 2013-09-06                                TRUE
## 99                   2013-09-04 2013-09-07                               FALSE
## 100                  2013-09-04 2013-09-07                               FALSE
## 101                  2013-08-26 2013-09-07  2013-09-07                        
## 102                             2013-09-07  2013-09-07                    TRUE
## 103                  2013-09-05 2013-09-08                                TRUE
## 104                  2013-09-05 2013-09-08                                TRUE
## 105                  2013-09-07 2013-09-08                                TRUE
## 106                             2013-09-08  2013-09-08                        
## 107                             2013-09-10                                    
## 108                             2013-09-10                                    
## 109                  2013-09-07 2013-09-10                                    
## 110                  2013-09-07 2013-09-10                                    
## 111                  2013-09-07 2013-09-11                                    
## 112                  2013-09-04 2013-09-11                                    
## 113                             2013-09-11                                    
## 114                             2013-09-11                                    
## 115                  2013-09-10 2013-09-18  2013-09-18                    TRUE
## 116                  2013-09-11 2013-09-18                                TRUE
## 117                             2013-09-18  2013-09-18                    TRUE
## 118                             2013-09-27                                TRUE
## 119                             2013-09-27                                TRUE
## 120                             2013-09-27                                TRUE
## 121                             2013-10-01                                TRUE
## 122                             2013-10-01                                    
## 123                             2013-10-01                                TRUE
## 124                             2013-10-10  2013-10-10                    TRUE
## 125                             2013-10-10  2013-10-10                    TRUE
## 126                             2013-10-18                                TRUE
## 127                             2013-10-18  2013-10-22                    TRUE
## 128                             2013-10-26  2013-10-27                    TRUE
## 129                             2013-10-26                                TRUE
## 130                             2013-10-26                                    
## 131                             2013-10-31  2013-10-30                    TRUE
## 132      2013-11-01             2013-11-05                                    
## 133      2013-10-31             2013-11-07                                TRUE
## 134      2013-11-03             2013-11-07                               FALSE
## 135                             2013-11-18                                    
## 136      2013-11-14             2013-11-19  2013-11-18                    TRUE
## 137      2013-11-14             2013-11-19                                TRUE
## 138      2013-11-13             2013-11-21  2013-11-18                        
## 139                             2013-11-21                                    
## 140                             2013-12-05                                TRUE
## 141                             2013-12-20                               FALSE
## 142                             2013-12-20                               FALSE
## 143      2013-11-26             2013-12-20                                TRUE
## 144      2013-12-15             2013-12-20  2013-12-18                    TRUE
## 145      2013-12-17             2013-12-25                                TRUE
## 146      2013-11-25             2013-12-25  2013-12-17                    TRUE
## 147                             2013-12-25                                    
## 148      2014-01-04             2014-01-27  2014-01-14                    TRUE
## 149      2014-01-24             2014-02-04  2014-01-28                    TRUE
## 150      2014-01-25             2014-02-03                                TRUE
## 151      2014-02-09             2014-02-15  2014-02-12                    TRUE
## 152      2014-02-04             2014-02-20              2014-02-24        TRUE
## 153      2014-02-02             2014-02-20  2014-02-08                    TRUE
## 154      2014-02-25             2014-02-26  2014-03-03                    TRUE
## 155      2014-03-02             2014-03-05                                TRUE
## 156      2014-02-22             2014-02-26                                TRUE
## 157                             2014-03-06                                    
## 158      2014-03-01             2014-03-14                                TRUE
## 159      2014-03-07             2014-03-14  2014-03-07                        
## 160                             2014-03-14                                    
## 161                             2014-03-14                                    
## 162                             2014-03-14                                    
## 163      2014-03-05             2014-03-20                                TRUE
## 164      2014-03-11             2014-03-20                                TRUE
## 165                             2014-03-20  2014-03-19                    TRUE
## 166      2014-02-26             2014-03-21                                TRUE
## 167      2014-03-13             2014-03-21                                TRUE
## 168      2014-03-15             2014-03-21                                TRUE
## 169      2014-03-23             2014-03-28  2014-04-06                        
## 170      2014-03-25             2014-03-28                                    
## 171                             2014-04-01              2014-05-04        TRUE
## 172                             2014-04-01                                TRUE
## 173      2014-03-29             2014-04-06  2014-04-05                    TRUE
## 174                             2014-04-06                                    
## 175      2014-04-03             2014-04-06                                    
## 176                             2014-04-06                                    
## 177                             2014-04-06                                    
## 178                             2014-04-06                                    
## 179                             2014-04-06                                    
## 180                             2014-04-06                                    
## 181                             2014-04-06                                    
## 182      2014-04-05             2014-04-07              2014-05-04            
## 183                             2014-04-07                                TRUE
## 184      2014-04-01             2014-04-07                                TRUE
## 185      2014-03-19             2014-04-07  2014-03-30                    TRUE
## 186                             2014-04-11                                    
## 187                             2014-04-11                                    
## 188                             2014-04-11  2014-04-22                        
## 189      2014-04-02             2014-04-09                                TRUE
## 190                             2014-04-11  2014-04-11                        
## 191                             2014-04-11                                    
## 192                             2014-04-11                                    
## 193                             2014-04-12                                    
## 194                             2014-04-12                                    
## 195                             2014-04-12                                    
## 196                             2014-04-12                                    
## 197                             2014-04-14  2014-04-14                        
## 198                             2014-04-14  2014-05-07                        
## 199                             2014-04-14                                    
## 200                             2014-04-14                                    
## 201                             2014-04-14                                    
## 202                             2014-04-15                                    
## 203                             2014-04-15  2014-04-15                        
## 204                             2014-04-15                                    
## 205                             2014-04-15                                    
## 206                             2014-04-15                                    
## 207                             2014-04-16                                    
## 208                             2014-04-16  2014-04-16                        
## 209                             2014-04-16                                    
## 210                             2014-04-16                                    
## 211                             2014-04-16                                    
## 212                             2014-04-16                                    
## 213      2014-04-09             2014-04-16  2014-04-13                        
## 214                             2014-04-18                                TRUE
## 215                             2014-04-18                                TRUE
## 216                             2014-04-18                                TRUE
## 217                             2014-04-18                                TRUE
## 218                             2014-04-18                                TRUE
## 219                             2014-04-18  2014-04-18                    TRUE
## 220                             2014-04-18  2014-04-18                        
## 221                             2014-04-18                                    
## 222                             2014-04-18  2014-05-06                        
## 223                             2014-04-18                                    
## 224                             2014-04-18                                    
## 225                             2014-04-18                                    
## 226      2014-04-17             2014-04-18                                    
## 227                             2014-04-19                                    
## 228                             2014-04-19                                    
## 229                             2014-04-19                                    
## 230                             2014-04-19                                    
## 231                             2014-04-19                                    
## 232                             2014-04-19                                    
## 233                             2014-04-19                                    
## 234                             2014-04-20                                    
## 235                             2014-04-20                                    
## 236                             2014-04-20                                    
## 237                             2014-04-20                                    
## 238                             2014-04-20              2014-05-09            
## 239                             2014-04-20                                    
## 240                             2014-04-20                                    
## 241                             2014-04-20  2014-05-18                    TRUE
## 242                             2014-04-20  2014-04-30                    TRUE
## 243                             2014-04-20              2014-05-06        TRUE
## 244                             2014-04-20              2014-05-06            
## 245                             2014-04-20                                TRUE
## 246                             2014-04-20                                TRUE
## 247      2014-04-16             2014-04-21                                TRUE
## 248      2014-04-08             2014-04-22 2014-06-01?                        
## 249                             2014-04-22                                    
## 250                             2014-04-22                                    
## 251                             2014-04-22                                    
## 252                             2014-04-22                                    
## 253                             2014-04-22                                    
## 254                             2014-04-22                                    
## 255                             2014-04-22  2014-04-29                    TRUE
## 256                             2014-04-22              2014-05-04        TRUE
## 257                             2014-04-22  2014-04-27                    TRUE
## 258                             2014-04-22                                TRUE
## 259                             2014-04-22                                TRUE
## 260                             2014-04-22                                TRUE
## 261                             2014-04-22  2014-04-30                        
## 262                             2014-04-22                                    
## 263                             2014-04-22                                    
## 264                             2014-04-22                                    
## 265      2014-04-10             2014-04-24                                TRUE
## 266                             2014-04-23                                    
## 267                             2014-04-23                                    
## 268                             2014-04-23                                    
## 269                             2014-04-23                                    
## 270                             2014-04-23                                    
## 271                             2014-04-23                                    
## 272                             2014-04-23                                    
## 273                             2014-04-23  2014-05-09                    TRUE
## 274                             2014-04-23              2014-05-05        TRUE
## 275                             2014-04-23  2014-04-25                    TRUE
## 276                             2014-04-23                                    
## 277                             2014-04-23                                    
## 278                             2014-04-23                                TRUE
## 279                             2014-04-23  2014-05-16                    TRUE
## 280                             2014-04-23  2014-05-03                        
## 281                             2014-04-23                                TRUE
## 282                             2014-04-23                                    
## 283                             2014-04-23                                    
## 284      2014-03-28             2014-04-23  2014-04-22                    TRUE
## 285      2014-04-18             2014-04-23                                TRUE
## 286      2014-04-04             2014-04-23                                TRUE
## 287      2014-04-04             2014-04-23  2014-04-23                    TRUE
## 288      2014-03-27             2014-04-23                                TRUE
## 289                             2014-04-23                                    
## 290      2014-04-14             2014-04-23  2014-05-19                        
## 291      2014-04-21             2014-04-23                                    
## 292      2014-04-12             2014-04-23  2014-04-23                        
## 293                             2014-04-23                                    
## 294      2014-04-18             2014-04-23  2014-04-22                        
## 295      2014-04-21             2014-04-23                                    
## 296      2014-04-01             2014-04-24  2014-04-29                    TRUE
## 297                             2014-04-24                                    
## 298      2014-04-01             2014-04-24                                TRUE
## 299      2014-04-21             2014-04-24                                TRUE
## 300      2014-04-21             2014-04-24                                    
## 301                             2014-04-24                                    
## 302                             2014-04-24                                    
## 303      2014-04-21             2014-04-24                                    
## 304      2014-04-19             2014-04-24              2014-05-06            
## 305      2014-04-22             2014-04-24                                    
## 306                             2014-04-24                                    
## 307      2014-04-18             2014-04-24              2014-05-09            
## 308      2014-03-30             2014-04-25  2014-04-20                    TRUE
## 309                             2014-04-25                                    
## 310      2014-04-24             2014-04-25                                    
## 311      2014-04-22             2014-04-25                                    
## 312                             2014-04-25                                    
## 313                             2014-04-25                                    
## 314      2014-04-01             2014-04-25                                TRUE
## 315      2014-04-18             2014-04-25                                    
## 316                             2014-04-25                                    
## 317      2014-04-17             2014-04-25                                    
## 318                             2014-04-25                                    
## 319      2014-04-22             2014-04-25                                    
## 320      2014-04-04             2014-04-25                                TRUE
## 321      2014-04-21             2014-04-25                                    
## 322      2014-03-13             2014-04-26  2014-04-29                        
## 323      2014-04-22             2014-04-26                                    
## 324      2014-04-18             2014-04-26                                    
## 325                             2014-04-26                                    
## 326      2014-04-22             2014-04-26                                    
## 327      2014-04-09             2014-04-26                                TRUE
## 328      2014-04-17             2014-04-26                                TRUE
## 329      2014-04-15             2014-04-26                                TRUE
## 330      2014-04-13             2014-04-26                                    
## 331      2014-04-17             2014-04-26                                    
## 332      2014-04-24             2014-04-26                                    
## 333      2014-04-04             2014-04-27                                TRUE
## 334      2014-04-21             2014-04-27              2014-05-07            
## 335                             2014-04-27                                    
## 336                             2014-04-27                                    
## 337                             2014-04-27                                    
## 338                             2014-04-27                                    
## 339                             2014-04-27                                    
## 340                             2014-04-27                                    
## 341      2014-04-22             2014-04-27                                    
## 342      2014-04-19             2014-04-27                                    
## 343      2014-03-21             2014-04-27                                TRUE
## 344      2014-04-16             2014-04-27                                TRUE
## 345      2014-04-24             2014-04-27  2014-05-03                        
## 346      2014-04-25             2014-04-27                                    
## 347      2014-04-25             2014-04-27                                    
## 348      2014-04-18             2014-04-27                                    
## 349                             2014-04-28                                TRUE
## 350      2014-04-23             2014-04-28                                    
## 351                             2014-04-28                                    
## 352      2014-04-25             2014-04-28                                TRUE
## 353      2014-04-14             2014-04-28                                TRUE
## 354      2014-04-22             2014-04-28                                    
## 355      2014-04-20             2014-04-29                                TRUE
## 356      2014-04-20             2014-04-29                                TRUE
## 357      2014-04-27             2014-04-29                                TRUE
## 358      2014-04-20             2014-04-29                                TRUE
## 359      2014-03-31             2014-04-29                                TRUE
## 360      2014-04-27             2014-04-29                                    
## 361                             2014-04-29                                    
## 362      2014-04-26             2014-04-29  2014-05-18                    TRUE
## 363      2014-04-12             2014-04-29                       ?       ?TRUE
## 364                             2014-04-29                                    
## 365      2014-04-26             2014-04-29                                    
## 366      2014-04-26             2014-04-29  2014-05-05                        
## 367      2014-04-27             2014-04-29                                    
## 368      2014-04-25             2014-04-29              2014-04-27        TRUE
## 369                             2014-04-29                                    
## 370      2014-04-27             2014-04-29                                TRUE
## 371                             2014-04-30                                    
## 372      2014-04-27             2014-04-30                                    
## 373                             2014-04-30                                    
## 374      2014-04-16             2014-04-30  2014-05-03                        
## 375      2014-04-27             2014-04-30  2014-05-12                        
## 376      2014-04-22             2014-04-30  2014-05-16                        
## 377      2014-04-24             2014-04-30                                    
## 378      2014-04-26             2014-04-30                                    
## 379      2014-04-27             2014-04-30                                    
## 380      2014-04-13             2014-04-30                                TRUE
## 381      2014-04-28             2014-05-01                                    
## 382                             2014-05-01                                    
## 383      2014-04-26             2014-05-01                                    
## 384      2014-04-22             2014-05-01                                TRUE
## 385      2014-04-24             2014-05-01                                    
## 386      2014-04-27             2014-05-01                                    
## 387      2014-04-24             2014-05-01                                    
## 388      2014-04-28             2014-05-02                                    
## 389                             2014-05-02                                    
## 390                             2014-05-02                                TRUE
## 391      2014-04-27             2014-05-02  2014-05-08                    TRUE
## 392      2014-04-14             2014-05-02  2014-05-11                    TRUE
## 393      2014-04-29             2014-05-02                                TRUE
## 394      2014-04-24             2014-05-02                                TRUE
## 395      2014-04-30             2014-05-02                                TRUE
## 396                             2014-05-02                                TRUE
## 397                             2014-05-02                                    
## 398      2014-04-29             2014-05-02                                    
## 399      2014-04-27             2014-05-02  2014-04-30                        
## 400                             2014-05-02                                    
## 401                             2014-05-02                                    
## 402                             2014-05-02                                    
## 403      2014-03-05             2014-05-02  2014-04-29                    TRUE
## 404                             2014-05-02                                    
## 405      2014-04-30             2014-05-02  2014-05-05                    TRUE
## 406      2014-04-22             2014-05-02  2014-05-07                    TRUE
## 407      2014-04-29             2014-05-03  2014-05-06                        
## 408      2014-04-21             2014-05-03                                    
## 409      2013-12-01             2014-05-03  2014-05-02                   ?TRUE
## 410      2014-01-01             2014-05-03  2014-05-11                   ?TRUE
## 411      2014-05-03             2014-05-03                                    
## 412                             2014-05-03                                    
## 413      2014-04-28             2014-05-03  2014-05-08                        
## 414      2014-04-24             2014-05-03                                TRUE
## 415      2014-04-29             2014-05-03                                TRUE
## 416      2014-02-17             2014-05-03  2014-05-14                   ?TRUE
## 417      2014-04-29             2014-05-03                                    
## 418                             2014-05-03                                    
## 419                             2014-05-03                                    
## 420                             2014-05-03                                    
## 421                             2014-05-03                                    
## 422      2014-04-07             2014-05-04  2014-05-16                    TRUE
## 423      2014-04-30             2014-05-04                                TRUE
## 424      2014-05-03             2014-05-04  2014-05-07                    TRUE
## 425                             2014-05-05                                    
## 426      2014-03-28             2014-05-05                                TRUE
## 427      2014-05-02             2014-05-05              2014-06-12       FALSE
## 428                             2014-05-05                                    
## 429      2014-04-10             2014-05-05  2014-05-05                    TRUE
## 430      2014-05-03             2014-05-05                                TRUE
## 431             ???             2014-05-05                                    
## 432      2014-04-30             2014-05-06                                    
## 433                             2014-05-06                                    
## 434                             2014-05-06                                    
## 435                             2014-05-06                                    
## 436      2014-05-01             2014-05-06                                TRUE
## 437      2014-05-04             2014-05-06                                    
## 438                             2014-05-06                                TRUE
## 439      2014-04-29             2014-05-06  2014-05-08                    TRUE
## 440                             2014-05-06  2014-05-10                    TRUE
## 441                             2014-05-06                                    
## 442      2014-04-30             2014-05-07                                    
## 443      2014-04-12             2014-05-07  2014-05-06                    TRUE
## 444      2014-04-28             2014-05-07                                TRUE
## 445                             2014-05-07                                    
## 446                             2014-05-07                                    
## 447      2014-04-30             2014-05-07  2014-05-18                        
## 448                             2014-05-07                                    
## 449                             2014-05-07                                    
## 450                             2014-05-07                                    
## 451  3/5/14, 5/5/14             2014-05-07                                    
## 452      2014-05-04             2014-05-07                       ?       ?TRUE
## 453      2014-05-04             2014-05-07                                    
## 454      2014-05-01             2014-05-07                                    
## 455      2014-02-08             2014-05-07  2014-05-07                    TRUE
## 456      2014-05-05             2014-05-07                                    
## 457                             2014-05-07                                TRUE
## 458                             2014-05-07  2014-05-16                    TRUE
## 459      2014-05-05             2014-05-07                                    
## 460      2014-05-02             2014-05-08                                TRUE
## 461      2014-03-18             2014-05-08                                TRUE
## 462                             2014-05-08                                    
## 463      2014-05-04             2014-05-08                                    
## 464      2014-05-03             2014-05-08  2014-05-23                        
## 465                             2014-05-08  2014-05-09                    TRUE
## 466      2014-05-04             2014-05-08                                TRUE
## 467      2014-04-29             2014-05-08  2014-04-29                    TRUE
## 468      2014-05-05             2014-05-08  2014-05-10                    TRUE
## 469                             2014-05-08                                    
## 470      2014-04-25             2014-05-08                                    
## 471      2014-04-26             2014-05-08  2014-05-08                    TRUE
## 472      2014-04-17             2014-05-08  2014-05-18                    TRUE
## 473      2014-05-07             2014-05-08  2014-05-10                        
## 474                             2014-05-09                                    
## 475      2014-05-08             2014-05-09  2014-05-10                        
## 476      2014-05-07             2014-05-09                               ?TRUE
## 477      2014-02-18             2014-05-09                               ?TRUE
## 478                             2014-05-10                                    
## 479                             2014-05-10                                    
## 480                             2014-05-10                                    
## 481      2014-05-01             2014-05-10  2014-05-09                        
## 482      2014-05-05             2014-05-10                                    
## 483      2014-05-07             2014-05-10  2014-05-14                    TRUE
## 484                             2014-05-10                                    
## 485                             2014-05-11                                    
## 486                             2014-05-09                                    
## 487                             2014-05-11  2014-05-11                        
## 488                             2014-05-09                                    
## 489      2014-05-05             2014-05-11                                    
## 490      2014-05-06             2014-05-09                                    
## 491      2014-05-12             2014-05-12                                    
## 492                             2014-05-09                                    
## 493      2014-04-04             2014-05-12  2014-05-13                        
## 494                             2014-05-09                                    
## 495      2014-03-21             2014-05-12              2014-06-17       FALSE
## 496                             2014-05-09                                    
## 497      2014-04-19             2014-05-12  2014-05-11                    TRUE
## 498      2014-05-10             2014-05-12                                    
## 499      2014-04-23             2014-05-12  2014-05-12                        
## 500      2014-05-08             2014-05-12  2014-05-27                        
## 501      2014-05-01             2014-05-12  2014-05-11                        
## 502      2014-05-09             2014-05-12                                    
## 503                             2014-05-13                                    
## 504                             2014-05-13                                    
## 505      2014-05-09             2014-05-13                                TRUE
## 506      2014-04-28             2014-05-13  2014-05-12                    TRUE
## 507      2014-05-10             2014-05-14                                TRUE
## 508                             2014-05-14                                    
## 509      2014-05-09             2014-05-14  2014-05-13                    TRUE
## 510      2014-04-22             2014-05-14  2014-05-13                    TRUE
## 511      2014-04-30             2014-05-14  2014-05-19                    TRUE
## 512      2014-05-12             2014-05-14  2014-05-27                    TRUE
## 513                             2014-05-14                                    
## 514      2014-04-01             2014-05-14  2014-05-16                    TRUE
## 515      2014-04-21             2014-05-14              2014-06-05            
## 516                             2014-05-14                                    
## 517      2014-05-01             2014-05-14                                    
## 518      2014-04-22             2014-05-14  2014-05-15                        
## 519      2014-05-07             2014-05-14                                    
## 520                             2014-05-14                                    
## 521      2014-05-11             2014-05-14                                    
## 522      2014-04-25             2014-05-14                                TRUE
## 523                             2014-05-14                                    
## 524      2014-05-03             2014-05-15  2014-05-13                    TRUE
## 525                             2014-05-15                                TRUE
## 526      2014-04-24             2014-05-15                                TRUE
## 527                             2014-05-15                                TRUE
## 528      2014-01-17             2014-05-16  2014-05-28                    TRUE
## 529                             2014-05-16                                    
## 530      2014-05-10             2014-05-16  2014-05-26                    TRUE
## 531      2014-05-15             2014-05-16                                    
## 532      2014-05-12             2014-05-16  2014-05-15                    TRUE
## 533      2014-05-13             2014-05-16                                TRUE
## 534                             2014-05-17                                    
## 535      2014-05-16             2014-05-17              2014-06-11            
## 536      2014-05-13             2014-05-17                                    
## 537      2014-05-02             2014-05-17                                    
## 538                             2014-05-17                                    
## 539      2014-05-13             2014-05-17                                    
## 540      2014-05-16             2014-05-17                                    
## 541      2014-05-16             2014-05-17                                    
## 542      2014-05-15             2014-05-17  2014-05-18                    TRUE
## 543      2014-05-14             2014-05-18                                    
## 544      2014-05-09             2014-05-18                                    
## 545                             2014-05-19                                    
## 546                             2014-05-19                                    
## 547      2014-05-16             2014-05-19                                    
## 548                             2014-05-19                                    
## 549      2014-05-13             2014-05-19  2014-05-27                        
## 550      2014-05-16             2014-05-19                                TRUE
## 551                             2014-05-20                                    
## 552                             2014-05-20                                    
## 553      2014-03-13             2014-05-20                                TRUE
## 554      2014-05-09             2014-05-21                                TRUE
## 555                             2014-05-21              2014-06-17        TRUE
## 556      2014-05-19             2014-05-21                                TRUE
## 557      2014-05-15             2014-05-21                                TRUE
## 558      2014-05-20             2014-05-22              2014-06-17       FALSE
## 559      2014-05-22             2014-05-22  2014-06-03                        
## 560      2014-05-19             2014-05-22  2014-05-20                    TRUE
## 561      2014-05-19             2014-05-22                                    
## 562      2014-05-12             2014-05-22  2014-06-08                    TRUE
## 563                             2014-05-22              2014-06-09            
## 564                             2014-05-22              2014-06-11            
## 565                             2014-05-23                                    
## 566      2014-05-17             2014-05-23  2014-06-19                    TRUE
## 567                             2014-05-23                                    
## 568      2014-05-23             2014-05-24  2014-05-27                        
## 569      2014-05-22             2014-05-24  2014-06-08                    TRUE
## 570                             2014-05-24                                    
## 571                             2014-05-24                                    
## 572                             2014-05-25              2014-06-09            
## 573                             2014-05-25                                    
## 574                             2014-05-25              2014-06-11            
## 575      2014-05-22             2014-05-25                                TRUE
## 576      2014-05-26             2014-05-28              2014-06-19        TRUE
## 577      2014-05-26             2014-05-28  2014-05-27                    TRUE
## 578      2014-05-21             2014-05-28  2014-05-27                    TRUE
## 579      2014-05-26             2014-05-29  2014-05-31                    TRUE
## 580      2014-05-28             2014-05-29                                    
## 581      2014-05-23             2014-05-29                                TRUE
## 582      2014-05-28             2014-05-30                                TRUE
## 583      2014-05-27             2014-05-31                                TRUE
## 584      2014-05-28             2014-05-31                                    
## 585      2014-05-29             2014-05-31  2014-06-10                        
## 586      2014-05-21             2014-06-01                                TRUE
## 587      2014-05-20  2014-05-30 2014-06-02  2014-06-01                    TRUE
## 588      2014-05-24  2014-05-26 2014-06-02  2014-06-05                    TRUE
## 589      2014-05-28  2014-06-01 2014-06-02              2014-06-04            
## 590      2014-05-21  2014-05-28 2014-06-02              2014-06-05            
## 591                             2014-06-03              2014-06-05       FALSE
## 592                             2014-06-04              2014-06-17            
## 593                             2014-06-04  2014-06-15                    TRUE
## 594                             2014-06-05                                TRUE
## 595                             2014-06-05                               FALSE
## 596                             2014-06-06              2014-06-12       FALSE
## 597                             2014-06-06                               FALSE
## 598                             2014-06-06                               FALSE
## 599                             2014-06-06              2014-06-15       FALSE
## 600                             2014-06-07              2014-06-12        TRUE
## 601                             2014-06-09                                TRUE
## 602                             2014-06-09                               FALSE
## 603      2014-06-09             2014-06-12  2014-06-24                    TRUE
## 604                             2014-06-13                               FALSE
## 605      2014-06-12             2014-06-15                               FALSE
## 606                             2014-06-17  2014-06-18                    TRUE
## 607      2014-04-20             2014-06-19                                TRUE
## 608      2014-06-19             2014-06-20                               FALSE
## 609      2014-06-16             2014-06-22                                TRUE
## 610      2014-06-21             2014-06-23                                TRUE
## 611      2014-06-24  2014-06-24 2014-06-25                               FALSE
## 612      2014-06-21  2014-06-23 2014-06-25                                TRUE
## 613      2014-06-22  2014-06-24 2014-06-27                               FALSE
## 614      2014-06-30  2014-06-28 2014-06-30                                    
## 615      2014-06-28             2014-07-01                                TRUE
## 616      2014-06-29             2014-07-01                               FALSE
## 617      2014-07-02             2014-07-03                                TRUE
## 618      2014-07-02             2014-07-05                                    
## 619      2014-07-03             2014-07-06  2014-07-06                    TRUE
## 620      2014-07-04             2014-07-08                                TRUE
## 621      2014-07-05             2014-07-08  2014-08-11                    TRUE
## 622      2014-07-05             2014-07-08                                TRUE
## 623      2014-07-08             2014-07-10                                TRUE
## 624                             2014-08-11                                TRUE
## 625                             2014-08-12                                TRUE
## 626                             2014-08-25                                TRUE
## 627                             2014-08-26                                TRUE
## 628                             2014-08-29                               FALSE
## 629                             2014-09-08                               FALSE
## 630                             2014-09-12  2014-10-01                    TRUE
## 631                             2014-09-12                               FALSE
## 632                             2014-09-15                                TRUE
## 633                             2014-09-16                                TRUE
## 634                             2014-09-17                                TRUE
## 635                             2014-09-19              2014-10-11        TRUE
## 636                             2014-09-21                                    
## 637                             2014-09-22                               FALSE
## 638                             2014-09-25                                TRUE
## 639                             2014-09-28                                TRUE
## 640                             2014-09-30                                TRUE
## 641      2014-09-24             2014-09-30                                    
## 642                             2014-10-01                                TRUE
## 643                             2014-10-04  2014-12-14                    TRUE
## 644                             2014-10-06  2014-10-18                    TRUE
## 645                             2014-10-07  2014-10-05                    TRUE
## 646                             2014-10-07                                TRUE
## 647                             2014-10-11                               FALSE
## 648                             2014-10-12                               FALSE
## 649                             2014-10-13                                TRUE
## 650                             2014-10-14                                TRUE
## 651      2014-10-06             2014-10-17  2014-10-11                        
## 652                             2014-10-18  2014-10-19                    TRUE
## 653                             2014-10-19                                TRUE
## 654                             2014-10-19                                TRUE
## 655                             2014-10-20              2014-11-04        TRUE
## 656                             2014-10-20                               FALSE
## 657                             2014-10-21                                TRUE
## 658                             2014-10-22                               FALSE
## 659                             2014-10-22  2014-10-22                    TRUE
## 660                             2014-10-23                                TRUE
## 661                             2014-10-24                                TRUE
## 662                             2014-10-25              2014-11-11        TRUE
## 663                             2014-10-26  2014-10-26                    TRUE
## 664                             2014-10-26              2014-11-11        TRUE
## 665                             2014-10-27                                TRUE
## 666                             2014-10-27  2014-10-28                    TRUE
## 667                             2014-10-28                                TRUE
## 668                             2014-10-29  2014-10-29                    TRUE
## 669                             2014-10-29  2014-11-02                    TRUE
## 670                             2014-10-29  2014-11-25                    TRUE
## 671                             2014-10-29              2014-11-12        TRUE
## 672                             2014-10-29              2014-11-04        TRUE
## 673                             2014-10-29              2014-11-06        TRUE
## 674      2014-10-10             2014-10-29  2014-10-28                    TRUE
## 675      2014-10-11             2014-10-29              2014-02-02        TRUE
## 676      2014-10-11             2014-10-30                                TRUE
## 677      2014-10-14             2014-10-30  2014-10-15                    TRUE
## 678      2014-10-14             2014-10-30                                TRUE
## 679      2014-10-30             2014-11-03              2014-11-25        TRUE
## 680      2014-10-30             2014-11-03              2014-11-11       FALSE
## 681      2014-10-29             2014-11-04              2014-11-11       FALSE
## 682      2014-11-02             2014-11-04                               FALSE
## 683      2014-11-03             2014-11-05              2014-11-18        TRUE
## 684      2014-11-02             2014-11-05              2014-11-17       FALSE
## 685      2014-11-01             2014-11-05  2014-11-10                    TRUE
## 686      2014-11-03             2014-11-07              2014-11-21       FALSE
## 687      2014-11-04             2014-11-07              2014-12-02        TRUE
## 688      2014-11-01             2014-11-10              2014-11-10        TRUE
## 689      2014-11-04             2014-11-11  2014-11-13                    TRUE
## 690                             2014-11-12  2014-11-20                    TRUE
## 691      2014-11-10             2014-11-12  2014-12-14                   FALSE
## 692      2014-11-10             2014-11-13  2014-11-13                   FALSE
## 693      2014-11-10             2014-11-13              2014-11-28        TRUE
## 694                             2014-11-14              2014-11-27        TRUE
## 695      2014-11-01             2014-11-18  2014-11-19                    TRUE
## 696      2014-11-14             2014-11-19  2014-11-19                    TRUE
## 697                             2014-11-20              2014-11-27       FALSE
## 698      2014-11-20             2014-11-22  2014-12-07                    TRUE
## 699      2014-11-20             2014-11-24  2014-11-28                    TRUE
## 700                             2014-11-26  2014-12-01                    TRUE
## 701      2014-11-27             2014-11-28              2014-12-12       FALSE
## 702      2014-11-23             2014-11-28                               FALSE
## 703      2014-11-25             2014-11-29              2014-12-05       FALSE
## 704      2014-11-30             2014-12-02              2014-12-17        TRUE
## 705      2014-11-28             2014-12-03              2015-01-12        TRUE
## 706      2014-11-26             2014-12-03  2014-12-29                    TRUE
## 707                             2014-12-05              2014-12-25        TRUE
## 708      2014-12-06             2014-12-08  2014-12-14                    TRUE
## 709      2014-12-15             2014-12-16              2014-12-22       FALSE
## 710      2014-12-15             2014-12-16                                TRUE
## 711      2014-12-17             2014-12-19              2014-12-25        TRUE
## 712      2014-12-21             2014-12-26              2015-01-04        TRUE
## 713      2014-12-23             2014-12-26                                TRUE
## 714      2014-12-28             2014-12-30  2015-01-01                    TRUE
## 715      2014-12-31             2015-01-03              2015-02-12        TRUE
## 716      2015-01-01             2015-01-03                               FALSE
## 717      2015-01-02             2015-01-05                                TRUE
## 718      2015-01-03             2015-01-06              2015-01-25        TRUE
## 719      2014-12-24             2015-01-07  2015-01-05                    TRUE
## 720      2015-01-06             2015-01-08              2015-01-12        TRUE
## 721      2015-01-06             2015-01-09              2015-01-14        TRUE
## 722      2015-01-07             2015-01-09              2015-01-20        TRUE
## 723      2015-01-09             2015-01-14  2015-01-21                    TRUE
## 724      2014-12-28             2015-01-14  2015-01-15                    TRUE
## 725      2015-01-16             2015-01-18                                TRUE
## 726      2015-01-12  2015-01-16 2015-01-19              2015-02-09        TRUE
## 727      2014-11-03             2015-01-21  2015-01-18                    TRUE
## 728      2015-01-01             2015-01-21              2015-02-11        TRUE
## 729      2015-01-20             2015-01-22              2015-01-27        TRUE
## 730      2014-12-26             2015-01-22  2015-01-23                    TRUE
## 731      2015-01-21             2015-01-22              2015-01-28        TRUE
## 732      2015-01-24             2015-01-27  2015-02-01                    TRUE
## 733      2015-01-28             2015-01-30                                TRUE
## 734      2015-01-25             2015-01-30              2015-02-13        TRUE
## 735      2015-01-29             2015-02-02              2015-03-01        TRUE
## 736      2015-01-30             2015-02-03  2015-02-06                    TRUE
## 737      2015-02-01             2015-02-03                                TRUE
## 738      2015-02-03             2015-02-03              2015-02-12        TRUE
## 739      2015-01-31             2015-02-04              2015-02-17        TRUE
## 740      2015-01-28             2015-02-04              2015-03-07        TRUE
## 741      2015-02-03             2014-02-05                               FALSE
## 742      2015-02-04             2014-02-06  2015-03-15                    TRUE
## 743      2015-02-04             2014-02-06  2015-02-11                    TRUE
## 744      2015-01-29             2014-02-06  2015-03-06                    TRUE
## 745      2015-02-05             2015-02-07  2015-02-12                    TRUE
## 746      2015-02-01             2015-02-08              2015-02-11       FALSE
## 747      2015-02-09             2015-02-11                                TRUE
## 748                             2015-02-11              2015-02-14       FALSE
## 749      2015-02-05             2015-02-11  2015-02-08                    TRUE
## 750      2015-02-07             2015-02-11                                TRUE
## 751      2015-01-27             2015-02-11  2015-03-09                    TRUE
## 752      2015-02-10             2015-02-12  2015-02-25                    TRUE
## 753      2015-01-24             2015-02-12                                TRUE
## 754      2015-02-10             2015-02-12           ?                    TRUE
## 755      2015-02-09             2015-02-12  2015-02-14                    TRUE
## 756      2015-02-11             2015-02-12              2015-02-19        TRUE
## 757      2015-02-06             2015-02-12              2015-02-18        TRUE
## 758      2015-02-04             2015-02-12              2015-02-18        TRUE
## 759      2015-02-11             2015-02-13  2015-02-11                    TRUE
## 760      2015-01-24             2015-02-13              2015-02-23        TRUE
## 761      2015-02-11             2015-02-13                                TRUE
## 762      2015-02-11             2015-02-13              2015-02-23        TRUE
## 763      2012-02-20             2015-02-13  2015-02-19                    TRUE
## 764      2015-02-02             2015-02-13  2015-02-17                    TRUE
## 765      2014-10-01             2015-02-13  2015-02-19                    TRUE
## 766      2015-01-31             2015-02-13  2015-02-18                    TRUE
## 767      2015-02-09             2015-02-14              2015-03-08       FALSE
## 768      2015-01-21             2015-02-14  2015-02-13                    TRUE
## 769      2015-02-12             2015-02-14              2015-02-19       FALSE
## 770      2015-02-11             2015-02-14  2015-02-23                    TRUE
## 771      2015-02-08  2015-02-12 2015-02-14                               FALSE
## 772      2015-02-12             2015-02-14           ?                    TRUE
## 773      2015-02-11             2015-02-15              2015-02-25        TRUE
## 774      2015-01-28             2015-02-15  2015-02-19                    TRUE
## 775      2015-01-13             2015-02-15  2015-02-19                    TRUE
## 776      2015-02-13             2015-02-16                                TRUE
## 777      2015-02-13             2015-02-16              2015-02-23       FALSE
## 778      2015-02-17             2015-02-16  2015-02-19                    TRUE
## 779      2015-02-12             2015-02-16                               FALSE
## 780                             2015-02-16                               FALSE
## 781      2015-02-11             2015-02-17  2015-02-18                    TRUE
## 782      2015-02-14             2015-02-17  2015-02-18                    TRUE
## 783      2015-01-19             2015-02-17  2015-02-15                    TRUE
## 784      2015-02-15             2015-02-17                                TRUE
## 785      2014-02-15             2015-02-17              2015-03-08       FALSE
## 786                             2015-02-17  2015-02-17                    TRUE
## 787      2015-01-27             2015-02-18  2015-02-20                    TRUE
## 788      2015-02-14             2015-02-23  2015-02-19                    TRUE
## 789                             2015-02-19  2015-03-01                    TRUE
## 790      2015-01-25             2015-02-19           ?                    TRUE
## 791      2014-12-29             2015-02-20  2015-02-21                    TRUE
## 792      2015-02-02             2015-02-12                               FALSE
## 793                             2015-02-04                               FALSE
## 794      2015-02-20             2015-02-22                               FALSE
## 795      2015-02-18             2015-02-23                                TRUE
## 796      2015-02-20             2015-02-23              2015-03-05        TRUE
## 797      2015-02-22             2015-02-23           ?                    TRUE
## 798      2015-02-20             2015-02-23              2015-02-28       FALSE
## 799      2015-02-22             2015-02-24  2015-03-09                    TRUE
## 800      2015-02-17             2015-02-24  2015-03-08                    TRUE
## 801      2014-08-14             2015-02-24           ?                    TRUE
## 802      2015-01-31             2015-02-24              2015-04-14        TRUE
## 803                             2015-02-24                                TRUE
## 804      2015-02-02             2015-02-25              2015-03-15        TRUE
## 805      2015-02-12             2015-02-26  2015-03-02                    TRUE
## 806      2015-02-17             2015-02-26              2015-04-03        TRUE
## 807      2015-02-22             2015-02-27  2015-02-27                    TRUE
## 808      2015-02-18             2015-02-27  2015-02-27                    TRUE
## 809      2015-02-25             2015-02-28              2015-03-26        TRUE
## 810      2015-02-24             2015-02-28              2015-03-26       FALSE
## 811      2015-02-26             2015-02-28  2015-03-02                    TRUE
## 812      2015-02-23             2015-02-28  2015-03-02                    TRUE
## 813      2015-02-21             2015-02-28  2015-02-28                    TRUE
## 814      2015-02-27             2015-03-01              2015-03-15       FALSE
## 815      2015-02-26             2015-03-01  2015-03-15                    TRUE
## 816      2015-02-25             2015-03-01              2015-03-05       FALSE
## 817      2015-02-27             2015-03-01  2015-03-10                    TRUE
## 818      2015-02-28             2015-03-01              2015-03-09        TRUE
## 819      2015-02-14             2015-03-01  2015-03-02                    TRUE
## 820                             2015-03-01              2015-03-24        TRUE
## 821      2015-02-28             2015-03-02              2015-03-13       FALSE
## 822      2015-03-01             2015-03-02                                TRUE
## 823      2015-02-28             2015-03-02  2015-03-20                    TRUE
## 824      2015-02-16             2015-03-02              2015-03-06        TRUE
## 825                             2015-03-02                                TRUE
## 826      2015-02-25             2015-03-03  2015-03-04                    TRUE
## 827                             2015-03-03              2015-03-03       FALSE
## 828      2015-02-20             2015-03-04  2015-04-10                    TRUE
## 829                             2015-03-04              2015-03-04        TRUE
## 830      2015-03-02             2015-03-05  2015-03-08                   FALSE
## 831      2015-02-25             2015-03-05  2015-03-11                   FALSE
## 832      2014-07-13             2015-03-05  2014-03-05                    TRUE
## 833                             2015-03-05              2015-03-05        TRUE
## 834      2015-02-28             2015-03-06              2015-04-16        TRUE
## 835      2015-03-05             2015-03-06              2015-03-24       FALSE
## 836      2015-04-05             2015-03-07              2015-03-27        TRUE
## 837      2015-03-06             2015-03-08  2015-03-31                   FALSE
## 838      2015-03-05             2015-03-08  2015-03-09                    TRUE
## 839      2015-03-07             2015-03-09  2015-03-11                    TRUE
## 840      2015-03-08             2015-03-09              2015-03-24        TRUE
## 841      2015-01-19             2015-03-09              2015-04-11        TRUE
## 842      2015-02-22             2015-03-09              2015-03-13        TRUE
## 843      2015-03-02             2015-03-10  2015-03-09                    TRUE
## 844      2015-03-08             2015-03-11              2015-03-30       FALSE
## 845      2015-03-08             2015-03-11  2015-03-14                   FALSE
## 846      2014-12-23             2015-03-12              2015-03-21        TRUE
## 847      2015-03-10             2015-03-12              2015-03-21       FALSE
## 848      2015-03-10             2015-03-13  2015-03-12                    TRUE
## 849      2015-03-12             2015-03-13              2015-03-20        TRUE
## 850      2015-03-12             2015-03-14              2015-03-26        TRUE
## 851      2015-03-11             2015-03-14                                TRUE
## 852      2015-03-14             2015-03-15              2015-03-25       FALSE
## 853      2015-03-14             2015-03-15              2015-03-18        TRUE
## 854      2015-03-14             2015-03-15              2015-03-21        TRUE
## 855      2015-01-09             2015-03-17              2015-04-01        TRUE
## 856                             2015-03-18  2015-03-18                    TRUE
## 857      2015-03-19             2015-03-21              2015-04-22        TRUE
## 858      2015-03-20             2015-03-22                                TRUE
## 859      2015-03-20             2015-03-22              2015-03-31       FALSE
## 860      2015-03-20             2015-03-24              2015-04-03        TRUE
## 861      2015-03-23             2015-03-24              2015-04-03            
## 862      2015-03-23             2015-03-24              2015-04-02            
## 863                             2015-03-24  2015-03-24                    TRUE
## 864      2015-03-23             2015-03-25              2015-04-27            
## 865      2015-02-24             2015-03-11                                TRUE
## 866      2015-03-24             2015-03-26              2015-04-14        TRUE
## 867      2015-03-09             2015-03-26              2015-03-25        TRUE
## 868      2015-03-27             2015-03-29                                TRUE
## 869      2015-03-26             2015-03-29  2015-04-07                   FALSE
## 870      2015-03-12             2015-03-29  2015-03-27                    TRUE
## 871      2015-03-29             2015-03-30              2015-04-08        TRUE
## 872      2015-03-28             2015-03-30  2015-04-04                    TRUE
## 873      2015-03-30             2015-03-31              2015-04-05        TRUE
## 874      2015-03-29             2015-04-02                                TRUE
## 875                             2015-04-03              2015-04-03        TRUE
## 876      2015-04-03             2015-04-05              2015-04-15           ?
## 877      2015-04-03             2015-04-05  2015-04-05                    TRUE
## 878      2015-04-02             2015-04-09  2015-04-12                    TRUE
## 879      2015-04-11             2015-04-14  2015-04-19                    TRUE
## 880                             2015-04-16              2015-04-16        TRUE
## 881      2015-04-15             2015-04-17              2015-04-23       FALSE
## 882      2015-04-18             2015-04-20  2015-05-07                    TRUE
## 883      2015-04-18             2015-04-20              2015-05-02        TRUE
## 884                             2015-04-04              2015-04-04        TRUE
## 885                             2015-03-25              2015-03-25       FALSE
## 886      2015-04-29             2015-05-01  2015-05-22                    TRUE
## 887      2015-04-23             2015-05-04  2015-06-01                    TRUE
## 888      2015-05-03             2015-05-05  2015-05-13                   ?TRUE
## 889      2015-05-08             2015-05-09  2015-05-28                    TRUE
## 890      2015-05-01             2015-05-09  2015-05-08                    TRUE
## 891      2015-05-03             2015-05-09  2015-05-24                    TRUE
## 892      2015-05-04             2015-05-11              2015-05-29      ?FALSE
## 893      2015-05-04             2015-05-11              2015-05-19       FALSE
## 894      2015-05-04             2015-05-11              2015-05-19        TRUE
## 895      2015-05-04             2015-05-11  2015-05-22                   FALSE
## 896      2015-04-28             2015-05-11  2015-05-10                    TRUE
## 897      2015-05-06             2015-05-11  2015-05-14                   FALSE
## 898      2015-05-07             2015-05-11              2015-05-18       FALSE
## 899      2015-05-06             2015-05-11  2015-05-23                    TRUE
## 900      2015-05-09             2015-05-11              2015-05-19        TRUE
## 901      2015-05-10             2015-05-12              2015-05-19       FALSE
## 902      2015-05-04             2015-05-13              2015-05-19        TRUE
## 903      2015-05-03             2015-05-13              2015-05-23        TRUE
## 904      2015-05-16             2015-05-18                                TRUE
## 905      2015-05-02             2015-05-18  2015-05-18                    TRUE
## 906      2015-05-10             2015-05-21  2015-05-27                    TRUE
## 907      2015-05-17             2015-05-23  2015-05-25                    TRUE
## 908      2015-05-13             2015-05-24  2015-05-25                    TRUE
## 909      2015-05-10             2015-05-25              2015-05-28        TRUE
## 910      2015-05-20             2015-05-26  2015-05-30                    TRUE
## 911      2015-05-27             2015-05-28              2015-06-02       FALSE
## 912      2015-05-18             2015-05-29           ?                   FALSE
## 913      2015-05-20             2015-05-29  2015-05-30                    TRUE
## 914      2014-05-17             2015-05-29              2015-06-14        TRUE
## 915      2015-05-20             2015-05-30  2015-05-31                    TRUE
## 916      2015-05-04             2015-05-30              2015-06-09       FALSE
## 917      2015-05-08             2015-05-30  2015-05-29                    TRUE
## 918      2015-05-21             2015-05-30  2015-06-03                    TRUE
## 919                             2015-05-31              2015-05-31        TRUE
## 920      2015-05-16             2015-06-01  2015-06-02                    TRUE
## 921      2015-05-25             2015-06-01                               FALSE
## 922                             2014-10-30                                TRUE
## 923                             2014-10-30  2014-11-16                    TRUE
## 924                             2014-10-30                                TRUE
## 925      2015-06-01             2015-06-04           ? ?09/06/2015        TRUE
## 926      2015-05-29             2015-06-02  2015-06-15                    TRUE
## 927                             2015-06-03              2015-06-18       FALSE
## 928      2015-06-01             2015-06-05              2015-06-09        TRUE
## 929      2015-06-01             2015-06-05              2015-06-09        TRUE
## 930      2015-06-03             2015-06-05              2015-06-09       FALSE
## 931      2015-06-03             2015-06-05  2015-06-10                    TRUE
## 932      2015-06-04             2015-06-05              2015-06-16        TRUE
## 933      2015-06-02             2015-06-06  2015-06-15                    TRUE
## 934      2015-06-04             2015-06-06  2015-06-17                    TRUE
## 935      2015-05-23             2015-06-08  2015-06-09                    TRUE
## 936      2015-06-01             2015-06-09  2015-06-14                    TRUE
## 937      2015-06-08             2015-06-10              2015-06-20        TRUE
## 938      2015-05-27             2015-06-12  2015-06-11  2015-05-31        TRUE
## 939      2015-05-25             2015-06-13              2015-06-27        TRUE
## 940      2015-06-12             2015-06-14              2015-06-21        TRUE
## 941      2015-06-12             2015-06-14  2015-06-19                    TRUE
## 942      2015-06-13             2015-06-15  2015-07-22                    TRUE
## 943                             2015-06-16  2015-06-16                    TRUE
## 944      2015-06-14             2015-06-17              2015-06-27        TRUE
## 945      2015-04-29             2015-06-19              2015-06-24        TRUE
## 946      2015-05-30             2015-06-19  2015-06-23                    TRUE
## 947      2015-06-15             2015-06-20              2015-06-23        TRUE
## 948      2015-06-23             2015-06-25              2015-06-30        TRUE
## 949      2015-06-26             2015-06-28              2015-07-29        TRUE
## 950      2015-06-25             2015-06-29              2015-07-28        TRUE
## 951      2015-06-28             2015-07-01  2015-07-18                    TRUE
## 952      2015-06-29             2015-07-02              2015-07-06        TRUE
## 953      2015-06-21             2015-07-02  2015-07-22                    TRUE
## 954      2015-07-01             2015-07-03              2015-07-12       FALSE
## 955      2015-07-04             2015-07-06              2015-07-10       FALSE
## 956      2015-07-06             2015-07-13  2015-07-17                    TRUE
## 957      2015-07-09             2015-07-13              2015-08-11        TRUE
## 958      2015-07-12             2015-07-16  2015-07-22                    TRUE
## 959      2015-07-19             2015-07-21  2015-08-04                   FALSE
## 960      2015-07-19             2015-07-22  2015-07-28                    TRUE
## 961      2015-07-15             2015-07-22              2015-10-19        TRUE
## 962      2015-07-17             2015-07-23  2015-07-22                    TRUE
## 963      2015-07-20             2015-07-23  2015-07-27                    TRUE
## 964      2015-07-23             2015-07-24              2015-08-07       FALSE
## 965      2015-07-22             2015-07-25              2015-08-06       FALSE
## 966      2015-07-26             2015-07-28              2015-08-10        TRUE
## 967      2015-06-14             2015-07-29  2015-08-04                    TRUE
## 968      2015-07-20             2015-08-03  2015-08-12                    TRUE
## 969      2015-07-15             2015-08-03  2015-08-04                    TRUE
## 970      2015-07-11             2015-08-04  2015-07-31                    TRUE
## 971      2015-07-27             2015-08-04  2015-08-12                    TRUE
## 972      2015-07-27             2015-08-04              2015-09-07        TRUE
## 973      2015-08-02             2015-08-04              2015-08-19       FALSE
## 974      2015-08-02             2014-08-05              2015-08-31       FALSE
## 975      2015-08-03             2015-08-07              2015-08-25       FALSE
## 976      2015-07-29             2015-08-07  2015-08-09                    TRUE
## 977      2015-07-10             2015-08-07              2015-10-19        TRUE
## 978      2015-07-27             2015-08-08                                TRUE
## 979      2015-08-06             2015-08-08              2015-09-06        TRUE
## 980      2015-08-06             2015-08-08              2015-08-16        TRUE
## 981      2015-07-12             2015-08-09              2015-08-26        TRUE
## 982      2015-08-06             2015-08-09              2015-08-17        TRUE
## 983      2015-08-06             2015-08-09              2015-08-25       FALSE
## 984      2015-07-24             2015-08-06              2015-08-26        TRUE
## 985      2015-08-02             2015-08-10  2015-08-11                    TRUE
## 986      2015-07-30             2015-08-10              2015-10-01        TRUE
## 987      2015-08-04             2015-08-10  2015-08-17                    TRUE
## 988      2015-08-08             2015-08-10              2015-08-25        TRUE
## 989      2015-05-23             2015-08-11              2015-09-06        TRUE
## 990      2015-07-23             2015-08-11  2015-08-25                    TRUE
## 991      2015-07-30             2015-08-11              2015-09-09        TRUE
## 992      2015-08-03             2015-08-11                                TRUE
## 993      2015-08-10             2015-08-12  2015-08-16                    TRUE
## 994      2015-07-26             2015-08-12  2015-08-14                    TRUE
## 995      2015-07-29             2015-08-12  2015-08-17                    TRUE
## 996      2010-??-??             2015-08-12  2015-08-30                    TRUE
## 997      2015-07-24             2015-08-13              2015-10-09        TRUE
## 998      2015-08-09             2015-08-14  2015-08-31                    TRUE
## 999      2015-08-12             2015-08-14              2015-09-03       FALSE
## 1000     2015-08-13             2015-08-14                               FALSE
## 1001     2015-08-13             2015-08-14              2015-08-25       FALSE
## 1002     2015-08-08             2015-08-15              2015-09-16        TRUE
## 1003     2015-08-11             2015-08-16              2015-08-19        TRUE
## 1004     2015-08-02             2015-08-16  2015-08-13                    TRUE
## 1005     2015-08-11             2015-08-16  2015-09-09                    TRUE
## 1006     2015-08-14             2015-08-16              2015-08-27       FALSE
## 1007     2015-08-09             2015-08-17  2015-08-24                    TRUE
## 1008     2015-08-02             2015-08-17                                TRUE
## 1009     2015-08-12             2015-08-17              2015-10-19       FALSE
## 1010     2015-08-05             2015-08-17  2015-08-19                    TRUE
## 1011     2015-08-10             2015-08-17                                TRUE
## 1012     2015-08-10             2015-08-17  2015-08-24                    TRUE
## 1013     2015-07-30             2015-08-17  2015-08-27                    TRUE
## 1014     2015-08-12             2015-08-17              2015-09-06        TRUE
## 1015     2015-04-20             2015-08-17              2015-09-28        TRUE
## 1016     2015-07-06  2015-08-11 2015-08-18  2015-08-21                    TRUE
## 1017     2015-08-14  2015-08-16 2015-08-18              2015-08-25       FALSE
## 1018     2015-08-16  2015-08-17 2015-08-18              2015-08-25       FALSE
## 1019     2015-08-16  2015-08-17 2015-08-18              2015-09-01        TRUE
## 1020     2015-08-15  2015-08-17 2015-08-18              2015-08-26        TRUE
## 1021     2015-08-15  2015-08-17 2015-08-18              2015-08-26       FALSE
## 1022     2015-08-16  2015-08-17 2015-08-18              2015-09-09        TRUE
## 1023     2015-08-01  2015-08-15 2015-08-18  2015-08-19                    TRUE
## 1024     2015-08-13  2015-08-15 2015-08-18  2015-08-20                    TRUE
## 1025     2015-06-26  2015-08-15 2015-08-18  2015-08-17                    TRUE
## 1026     2015-07-27  2015-08-17 2015-08-19  2015-08-22                    TRUE
## 1027     2015-08-08  2015-08-18 2015-08-19  2015-08-18                    TRUE
## 1028     2015-08-06  2015-08-17 2015-08-19  2015-08-24                    TRUE
## 1029     2015-08-02  2015-08-17 2015-08-20                                TRUE
## 1030     2015-07-24  2015-08-17 2015-08-20  2015-08-30                    TRUE
## 1031     2015-07-24  2015-08-17 2015-08-20  2015-08-24                    TRUE
## 1032     2015-08-18  2015-08-19 2015-08-20  2015-08-25                    TRUE
## 1033     2015-08-17  2015-08-19 2015-08-20  2015-08-20                    TRUE
## 1034     2015-08-16  2015-08-18 2015-08-20              2015-08-30       FALSE
## 1035     2015-08-12  2015-08-18 2015-08-20              2015-09-14        TRUE
## 1036     2015-08-02  2015-08-19 2015-08-20  2015-09-19                    TRUE
## 1037     2015-08-19  2015-08-20 2015-08-20  2015-08-24                    TRUE
## 1038     2015-08-18  2015-08-20 2015-08-20              2015-09-27        TRUE
## 1039     2015-08-03  2015-08-17 2015-08-21                                TRUE
## 1040     2015-08-13  2015-08-20 2015-08-21  2015-08-25                    TRUE
## 1041     2015-08-09  2015-08-19 2015-08-21  2015-08-25                    TRUE
## 1042     2015-08-16  2015-08-20 2015-08-21              2015-09-13        TRUE
## 1043     2015-08-20  2015-08-21 2015-08-21  2015-09-14                    TRUE
## 1044     2015-08-18  2015-08-20 2015-08-21              2015-10-04       FALSE
## 1045     2015-08-19  2015-08-21 2015-08-22                                TRUE
## 1046     2015-08-17  2015-08-19 2015-08-22              2015-08-30        TRUE
## 1047     2015-08-20  2015-08-21 2015-08-22              2015-08-28       FALSE
## 1048     2015-08-20  2015-08-21 2015-08-22              2015-09-16        TRUE
## 1049     2015-08-16  2015-08-20 2015-08-22              2015-09-06        TRUE
## 1050     2015-08-19  2015-08-21 2015-08-22              2015-09-06       FALSE
## 1051     2015-08-20  2015-08-22 2015-08-22              2015-09-06        TRUE
## 1052     2015-08-18  2015-08-21 2015-08-23  2015-09-29                    TRUE
## 1053     2015-08-18  2015-08-21 2015-08-23              2015-08-27       FALSE
## 1054     2015-08-21  2015-08-22 2015-08-23  2015-08-30                    TRUE
## 1055     2015-08-20  2015-08-21 2015-08-23              2015-09-13        TRUE
## 1056     2015-08-20  2015-08-21 2015-08-23              2015-09-08        TRUE
## 1057     2015-08-20             2015-08-23  2015-09-17                   FALSE
## 1058     2015-08-20  2015-08-22 2015-08-24              2015-08-30        TRUE
## 1059     2015-08-21  2015-08-23 2015-08-24                                TRUE
## 1060     2015-08-22  2015-08-24 2015-08-24  2015-09-17                    TRUE
## 1061     2015-08-21  2015-08-23 2015-08-24              2015-09-18        TRUE
## 1062     2015-08-22  2015-08-24 2015-08-24  2015-09-03                    TRUE
## 1063     2015-08-02  2015-08-19 2015-08-24  2015-08-25                    TRUE
## 1064     2015-08-18  2015-08-20 2015-08-24              2015-09-14        TRUE
## 1065     2015-08-17  2015-08-21 2015-08-25  2015-08-24                    TRUE
## 1066                 2015-08-20 2015-08-25  2015-08-30                    TRUE
## 1067     2015-08-07  2015-08-21 2015-08-25  2015-08-27                    TRUE
## 1068     2015-08-20  2015-08-22 2015-08-25              2015-09-13       FALSE
## 1069     2015-08-21  2015-08-22 2015-08-25  2015-09-03                    TRUE
## 1070     2015-08-23  2015-08-24 2015-08-25              2015-09-15       FALSE
## 1071     2015-08-11  2015-08-18 2015-08-25  2015-08-31                    TRUE
## 1072     2015-08-15  2015-08-22 2015-08-25  2015-10-10                    TRUE
## 1073     2015-08-18  2015-08-20 2015-08-26  2015-09-14                    TRUE
## 1074     2015-08-19  2015-08-23 2015-08-26              2015-09-06        TRUE
## 1075     2015-08-23  2015-08-24 2015-08-26              2015-09-21       FALSE
## 1076     2015-08-08  2015-08-19 2015-08-27  2015-09-05                    TRUE
## 1077     2015-08-02  2015-08-22 2015-08-27  2015-09-01                    TRUE
## 1078     2015-08-04  2015-08-21 2015-08-27  2015-08-27                    TRUE
## 1079     2015-08-04  2015-08-22 2015-08-27              2015-09-01        TRUE
## 1080     2015-08-24  2015-08-25 2015-08-27              2015-09-12       FALSE
## 1081     2015-08-25  2015-08-26 2015-08-27  2015-09-04                    TRUE
## 1082     2015-08-23  2015-08-25 2015-08-28              2015-09-12        TRUE
## 1083     2015-08-27  2015-08-28 2015-08-28  2015-08-28                    TRUE
## 1084     2015-08-27  2015-08-28 2015-08-29  2015-08-29                    TRUE
## 1085     2015-08-28  2015-08-29 2015-08-29                                TRUE
## 1086     2015-08-24  2015-08-26 2015-08-30              2015-09-15       FALSE
## 1087     2015-08-27  2015-08-29 2015-08-30  2015-09-06                    TRUE
## 1088     2015-08-30  2015-08-30 2015-08-30              2015-09-08       FALSE
## 1089     2015-08-28  2015-08-30 2015-08-31  2015-09-07                    TRUE
## 1090     2015-08-25  2015-08-27 2015-08-31              2015-09-21       FALSE
## 1091     2015-08-26  2015-08-28 2015-08-31  2015-09-16                    TRUE
## 1092     2015-08-27  2015-08-29 2015-08-31              2015-09-12        TRUE
## 1093     2015-05-09  2015-08-28 2015-08-31              2015-10-19        TRUE
## 1094     2015-08-30  2015-08-31 2015-08-31  2015-09-06                    TRUE
## 1095     2015-08-28  2015-08-30 2015-09-01              2015-09-13        TRUE
## 1096     2015-08-30  2015-08-31 2015-09-01              2015-09-16        TRUE
## 1097     2015-08-31  2015-09-01 2015-09-01                               FALSE
## 1098     2015-08-30  2015-08-31 2015-09-01  2015-09-06                    TRUE
## 1099     2015-08-30  2015-08-31 2015-09-02              2015-09-13        TRUE
## 1100     2015-08-31  2015-09-01 2015-09-02              2015-09-10       FALSE
## 1101     2015-09-01  2015-09-02 2015-09-02              2015-09-15       FALSE
## 1102     2015-08-31  2015-09-02 2015-09-02              2015-09-13       FALSE
## 1103     2015-08-31  2015-09-02 2015-09-02              2015-09-09       FALSE
## 1104     2015-08-16  2015-08-30 2015-09-02              2015-09-27        TRUE
## 1105     2015-08-21  2015-08-30 2015-09-02  2015-09-07                    TRUE
## 1106     2015-08-30  2015-08-31 2015-09-03              2015-09-27       FALSE
## 1107     2015-08-31  2015-09-02 2015-09-03              2015-09-15        TRUE
## 1108     2015-08-29  2015-08-31 2015-09-03              2015-09-14        TRUE
## 1109     2015-09-01  2015-09-02 2015-09-03              2015-09-14       FALSE
## 1110     2015-09-02  2015-09-03 2015-09-04              2015-09-10        TRUE
## 1111     2015-09-01  2015-09-03 2015-09-04              2015-09-13        TRUE
## 1112     2015-09-01  2015-09-03 2015-09-04              2015-09-13        TRUE
## 1113     2015-08-09  2015-09-02 2015-09-04  2015-09-07                    TRUE
## 1114     2015-09-01  2015-09-03 2015-09-04              2015-09-15       FALSE
## 1115     2015-09-02  2015-09-03 2015-09-04              2015-09-09       FALSE
## 1116     2015-09-03  2015-09-05 2015-09-05              2015-09-13       FALSE
## 1117     2015-09-03  2015-09-04 2015-09-05  2015-09-19                    TRUE
## 1118     2015-09-04  2015-09-05 2015-09-05              2015-10-02        TRUE
## 1119     2015-09-02  2015-09-05 2015-09-05              2015-09-09        TRUE
## 1120     2015-09-04  2015-09-05 2015-09-06              2015-09-22        TRUE
## 1121     2015-09-03  2015-09-05 2015-09-06              2015-09-09       FALSE
## 1122     2015-09-03  2015-09-05 2015-09-06              2015-09-13        TRUE
## 1123     2015-08-29  2015-09-01 2015-09-06              2015-09-20       FALSE
## 1124     2015-09-04  2015-09-05 2015-09-06              2015-09-17        TRUE
## 1125     2015-09-03  2015-09-05 2015-09-06              2015-09-13       FALSE
## 1126     2015-09-02  2015-09-04 2015-09-06              2015-09-15       FALSE
## 1127     2015-08-07  2015-09-04 2015-09-07  2015-09-28                    TRUE
## 1128     2015-09-05  2015-09-06 2015-09-07              2015-09-13       FALSE
## 1129     2015-09-04  2015-09-05 2015-09-07  2015-09-17                    TRUE
## 1130     2015-03-16  2015-09-06 2015-09-07              2015-09-28        TRUE
## 1131                            2015-09-07              2015-09-07        TRUE
## 1132     2015-09-05  2015-09-06 2015-09-08              2015-09-24        TRUE
## 1133     2015-09-05  2015-09-07 2015-09-08              2015-09-21        TRUE
## 1134     2015-09-05  2015-09-06 2015-09-08  2015-10-11                    TRUE
## 1135     2015-09-06  2015-09-08 2015-09-09  2015-09-27                    TRUE
## 1136     2015-09-06  2015-09-08 2015-09-09                                TRUE
## 1137     2015-08-10  2015-08-25 2015-09-01  2015-08-27                    TRUE
## 1138     2015-09-05  2015-09-07 2015-09-10              2015-09-19       FALSE
## 1139     2015-07-29  2015-09-06 2015-09-10  2015-09-17                    TRUE
## 1140     2015-09-08  2015-09-09 2015-09-10              2015-09-28        TRUE
## 1141     2015-08-22  2015-09-06 2015-09-11  2015-09-19                    TRUE
## 1142     2015-06-06  2015-09-07 2015-09-11              2015-10-04       FALSE
## 1143     2015-06-06  2015-09-07 2015-09-11              2015-10-19       FALSE
## 1144     2015-09-09  2015-09-11 2015-09-12  2015-10-10                    TRUE
## 1145     2015-09-10  2015-09-10 2015-09-12              2015-10-10       FALSE
## 1146     2015-09-09  2015-09-10 2015-09-13              2015-09-27       FALSE
## 1147     2015-09-06  2015-09-07 2015-09-14              2015-10-19       FALSE
## 1148     2015-09-11  2015-09-13 2015-09-15              2015-09-30       FALSE
## 1149     2015-09-12  2015-09-14 2015-09-15              2015-09-18       FALSE
## 1150     2015-09-14  2015-09-15 2015-09-15  2015-11-27                    TRUE
## 1151     2015-09-14  2015-09-15 2015-09-16              2015-09-19       FALSE
## 1152     2015-09-14  2015-09-15 2015-09-16              2015-09-21       FALSE
## 1153                 2015-09-17 2015-09-17              2015-10-01       FALSE
## 1154     2015-09-16  2015-09-17 2015-09-17  2015-09-18                    TRUE
## 1155     2015-08-09  2015-09-16 2015-09-18              2015-10-14        TRUE
## 1156     2015-09-16  2015-09-18 2015-09-19              2015-09-30       FALSE
## 1157     2015-09-19  2015-09-20 2015-09-20              2015-09-30        TRUE
## 1158     2015-09-17  2015-09-19 2015-09-21  2015-09-25                    TRUE
## 1159                            2015-09-20              2015-09-20       FALSE
## 1160     2015-09-18  2015-09-20 2015-09-24              2015-10-02        TRUE
## 1161     2015-09-21  2015-09-23 2015-09-24              2015-10-07        TRUE
## 1162                 2015-09-24 2015-09-24              2015-10-01       FALSE
## 1163     2015-09-24  2015-09-25 2015-09-26              2015-10-01        TRUE
## 1164                            2015-09-13              2015-09-13        TRUE
## 1165                            2015-09-21              2015-09-21       FALSE
## 1166     2015-09-28  2015-09-30 2015-10-01              2015-11-03       FALSE
## 1167     2015-10-08  2015-10-09 2015-10-10              2015-10-23       FALSE
## 1168     2015-10-10  2015-10-11 2015-10-11              2015-11-10       FALSE
## 1169                            2015-10-06              2015-10-06        TRUE
## 1170     2015-10-11  2015-10-12 2015-10-12              2015-10-27       FALSE
## 1171     2015-10-11  2015-10-12 2015-10-13              2015-10-22       FALSE
## 1172     2015-10-14  2015-10-17 2015-10-17              2015-10-28       FALSE
## 1173     2015-10-16  2015-10-17 2015-10-17              2015-10-28        TRUE
## 1174     2015-10-14  2015-10-16 2015-10-18  2015-10-29                    TRUE
## 1175     2015-10-16  2015-10-18 2015-10-19              2015-10-29        TRUE
## 1176     2015-10-16  2015-10-18 2015-10-19              2015-10-28       FALSE
## 1177     2015-10-11  2015-10-17 2015-10-20  2015-11-01                    TRUE
## 1178                 2015-10-21 2015-10-21              2015-11-03        TRUE
## 1179     2015-10-08  2015-10-21 2015-10-22  2015-10-26                    TRUE
## 1180     2015-10-16  2015-10-21 2015-10-22              2015-11-03       FALSE
## 1181     2015-10-19  2015-10-21 2015-10-22              2015-11-03       FALSE
## 1182     2015-10-22  2015-10-23 2015-10-24              2015-11-05        TRUE
## 1183     2015-10-22  2015-10-23 2015-10-24  2015-10-23                    TRUE
## 1184     2015-10-16  2015-10-23 2015-10-26              2015-11-17       FALSE
## 1185     2007-xx-xx  2015-10-22 2015-10-26  2015-10-30                    TRUE
## 1186     2015-10-25  2015-10-26 2015-10-27  2015-11-21                    TRUE
## 1187     2015-10-18  2015-10-27 2015-10-27  2015-11-04                    TRUE
## 1188     2015-10-24  2015-10-26 2015-10-27              2015-11-02       FALSE
## 1189                 2015-10-26 2015-10-27                                TRUE
## 1190     2015-10-23  2015-10-28 2015-10-29              2015-11-06       FALSE
## 1191     2015-10-31  2015-11-01 2015-11-02  2015-11-04                    TRUE
## 1192     2015-10-30  2015-11-01 2015-11-03  2015-11-11                    TRUE
## 1193                            2015-11-05              2015-11-05        TRUE
## 1194     2015-11-12  2015-11-12 2015-11-12              2015-11-23        TRUE
## 1195                            2015-10-09              2015-10-09        TRUE
## 1196     2015-11-27  2015-11-28 2015-11-29  2015-12-05                    TRUE
## 1197     2015-11-30  2015-12-01 2015-12-01              2016-01-18       FALSE
## 1198     2015-12-14  2015-12-15 2015-12-16              2015-12-28       FALSE
## 1199     2015-12-15  2015-12-16 2015-12-17  2015-12-18                    TRUE
## 1200     2015-12-24  2015-12-26 2015-12-27              2016-01-21        TRUE
## 1201     2015-12-27  2015-12-28 2015-12-30              2016-01-19        TRUE
## 1202     2016-01-09  2016-01-11 2016-01-12              2016-01-26        TRUE
## 1203     2016-01-10  2016-01-12 2016-01-13              2016-02-07        TRUE
## 1204     2016-01-19  2016-01-21 2016-01-22              2016-02-19        TRUE
## 1205     2016-01-19  2016-01-21 2016-01-22              2016-02-10        TRUE
## 1206                 2016-01-23 2016-01-24              2016-02-08       FALSE
## 1207                 2016-01-23 2016-01-24              2016-02-08       FALSE
## 1208     2016-06-26  2016-01-27 2016-01-27              2016-02-06        TRUE
## 1209     2016-01-31  2016-01-31 2016-02-01              2016-02-05       FALSE
## 1210     2016-02-02  2016-02-03 2016-02-03              2016-02-13        TRUE
## 1211     2016-02-10  2016-02-11 2016-02-12  2016-02-11                   FALSE
## 1212     2016-02-10  2016-02-11 2016-02-12              2016-02-20       FALSE
## 1213     2016-02-20  2016-02-21 2016-02-21  2016-03-07                    TRUE
## 1214     2016-02-13  2016-02-14 2016-02-16  2016-02-16                    TRUE
## 1215     2016-02-10  2016-02-12 2016-02-16  2016-02-12                    TRUE
## 1216     2016-02-23  2016-02-24 2016-02-25              2016-03-07        TRUE
## 1217     2016-02-22  2016-02-24 2016-02-25  2016-03-06                    TRUE
## 1218     2016-02-20  2016-02-22 2016-02-23              2016-03-04        TRUE
## 1219     2016-02-21  2016-02-22 2016-02-22              2016-03-07        TRUE
## 1220                 2016-02-18 2016-02-19              2016-03-05       FALSE
## 1221     2016-02-16  2016-02-17 2016-02-17  2016-03-01                   FALSE
## 1222     2016-02-16  2016-02-17 2016-02-17              2016-03-30        TRUE
## 1223     2016-02-19  2016-03-07 2016-03-08  2016-03-11                   FALSE
## 1224     2016-03-07  2016-03-07 2016-03-08                                TRUE
## 1225     2016-03-05  2016-03-07 2016-03-07              2016-03-14        TRUE
## 1226     2016-03-04  2016-03-06 2016-03-07              2016-03-25       FALSE
## 1227     2016-03-04  2016-03-06 2016-03-07              2016-03-16        TRUE
## 1228     2016-03-04  2016-03-06 2016-03-07              2016-03-14       FALSE
## 1229     2016-03-04  2016-03-06 2016-03-07              2016-03-16       FALSE
## 1230     2016-03-05  2016-03-07 2016-03-07  2016-03-13                    TRUE
## 1231     2016-02-04  2016-03-05 2016-03-07              2016-03-14        TRUE
## 1232     2016-03-04  2016-03-05 2016-03-07              2016-04-05        TRUE
## 1233     2016-03-05  2016-03-06 2016-03-06              2016-03-22       FALSE
## 1234     2016-02-17  2016-03-04 2016-03-05  2016-03-31                    TRUE
## 1235     2016-02-22  2016-03-04 2016-03-05  2016-03-09                    TRUE
## 1236     2016-02-15  2016-03-04 2016-03-05  2016-03-10                    TRUE
## 1237     2016-03-02  2016-03-04 2016-03-05              2016-03-16        TRUE
## 1238     2016-03-01  2016-03-03 2016-03-04  2016-03-06                    TRUE
## 1239     2016-02-25  2016-03-03 2016-03-04              2016-03-15        TRUE
## 1240     2016-02-22  2016-03-01 2016-03-03  2016-03-04                    TRUE
## 1241     2016-02-27  2016-02-28 2016-02-29              2016-03-04       FALSE
## 1242     2016-02-25  2016-02-27 2016-02-29              2016-03-25        TRUE
## 1243     2016-02-27  2016-02-28 2016-02-29              2016-04-06        TRUE
## 1244     2016-02-20  2016-02-27 2016-02-28              2016-03-10        TRUE
## 1245     2016-02-25  2016-02-27 2016-02-27  2016-02-26                    TRUE
## 1246     2016-02-23  2016-02-25 2016-02-26              2016-03-20        TRUE
## 1247     2016-02-23  2016-02-25 2016-02-26              2016-03-23        TRUE
## 1248     2016-03-07  2016-03-09 2016-03-10  2016-03-11                    TRUE
## 1249     2016-03-07             2016-03-10              2016-03-18        TRUE
## 1250     2016-03-07  2016-03-09 2016-03-10              2016-04-05        TRUE
## 1251     2016-03-06  2016-03-08 2016-03-10  2016-03-13                    TRUE
## 1252     2016-02-28  2016-03-08 2016-03-10  2016-03-09                    TRUE
## 1253     2016-03-07  2016-03-08 2016-03-09  2016-03-09                    TRUE
## 1254     2016-02-02  2016-03-08 2016-03-09  2016-03-11                    TRUE
## 1255     2016-03-09  2016-03-11 2016-03-12              2016-05-29        TRUE
## 1256     2016-03-09  2016-03-11 2016-03-12  2016-03-17                    TRUE
## 1257     2016-03-06  2016-03-10 2016-03-12              2016-04-18        TRUE
## 1258                            2016-03-12              2016-04-05       FALSE
## 1259                 2016-03-10 2016-03-11              2016-04-05       FALSE
## 1260                 2016-03-10 2016-03-11              2016-04-05        TRUE
## 1261     2016-03-10  2016-03-11 2016-03-14              2016-03-23       FALSE
## 1262     2016-03-13  2016-03-14 2016-03-14  2016-03-18                    TRUE
## 1263     2016-03-10  2016-03-12 2016-03-13  2016-03-15                    TRUE
## 1264     2016-03-10  2016-03-12 2016-03-13  2016-03-15                   FALSE
## 1265     2016-03-09  2016-03-14 2016-03-16              2016-03-30        TRUE
## 1266     2016-03-09  2016-03-11 2016-03-16                                TRUE
## 1267     2016-02-13  2016-03-14 2016-03-15              2016-03-22        TRUE
## 1268     2016-03-13  2016-03-14 2016-03-15  2016-03-29                    TRUE
## 1269     2016-03-28  2016-03-30 2016-03-31  2016-05-06                    TRUE
## 1270     2016-03-23  2016-03-25 2016-03-29              2016-04-05        TRUE
## 1271     2016-03-25  2016-03-27 2016-03-28              2016-04-30        TRUE
## 1272     2016-03-24  2016-03-26 2016-03-27  2016-03-26                    TRUE
## 1273     2016-03-24  2016-03-26 2016-03-27  2016-05-04                    TRUE
## 1274     2016-03-13  2016-03-23 2016-03-25  2016-03-25                    TRUE
## 1275     2016-03-21  2016-03-23 2016-03-25              2016-03-31       FALSE
## 1276     2016-03-21  2016-03-23 2016-03-23  2016-04-10                    TRUE
## 1277     2016-03-19  2016-03-23 2016-03-23              2016-04-10        TRUE
## 1278     2016-03-19  2016-03-21 2016-03-22  2016-04-10                    TRUE
## 1279     2016-03-11  2016-03-20 2016-03-22                                TRUE
## 1280     2016-03-15  2016-03-19 2016-03-19  2016-03-25                    TRUE
## 1281     2016-03-16  2016-03-18 2016-03-19              2016-03-26       FALSE
## 1282     2016-03-17  2016-03-18 2016-03-19  2016-03-19                    TRUE
## 1283     2016-03-15  2016-03-17 2016-03-18  2016-03-22                    TRUE
## 1284     2016-03-15  2016-03-17 2016-03-18              2016-04-13        TRUE
## 1285     2016-04-12  2016-04-14 2016-04-15              2016-04-21        TRUE
## 1286     2016-03-29  2016-04-12 2016-04-13  2016-05-02                    TRUE
## 1287     2016-04-11  2016-04-12 2016-04-13              2016-05-15        TRUE
## 1288     2016-04-10  2016-04-11 2016-04-12              2016-04-22        TRUE
## 1289     2016-04-09  2016-04-10 2016-04-11  2016-05-11                   FALSE
## 1290     2016-04-07  2016-04-08 2016-04-09              2016-04-27        TRUE
## 1291     2016-04-05  2016-04-06 2016-04-07  2016-04-06                    TRUE
## 1292                 2016-04-04 2016-04-06  2016-05-01                    TRUE
## 1293     2016-03-24  2016-04-04 2016-04-05  2016-04-05                    TRUE
## 1294     2016-03-12  2016-03-30 2016-04-01  2016-03-29                    TRUE
## 1295     2016-03-29  2016-04-09 2016-04-25  2016-04-12                    TRUE
## 1296     2016-04-16  2016-04-22 2016-04-23              2016-05-12        TRUE
## 1297     2016-04-16  2016-04-18 2016-04-19              2016-04-28       FALSE
## 1298                 2016-04-18 2016-04-19              2016-04-29       FALSE
## 1299                            2016-05-05              2016-05-11       FALSE
## 1300     2016-05-01  2016-05-02 2016-05-02              2016-05-13        TRUE
## 1301     2016-04-29  2016-04-30 2016-05-01  2016-05-04                    TRUE
## 1302     2016-04-28  2016-03-30 2016-04-30              2016-05-18        TRUE
## 1303     2016-06-10  2016-06-15 2016-06-15  2016-06-20                    TRUE
## 1304     2016-06-13  2016-06-15 2016-06-15  2016-06-24                    TRUE
## 1305     2016-06-11  2016-06-13 2016-06-13              2016-06-22        TRUE
## 1306     2016-06-06  2016-06-08 2016-06-09  2016-06-12                    TRUE
## 1307     2016-06-01  2016-06-02 2016-06-03              2016-07-07        TRUE
## 1308     2016-05-12  2016-05-14 2016-05-15  2016-06-28                    TRUE
## 1309     2016-06-10  2016-06-18 2016-06-18              2016-07-12        TRUE
## 1310     2016-05-19  2016-06-18 2016-06-18              2016-06-29        TRUE
## 1311                 2016-06-18 2016-06-18              2016-07-04       FALSE
## 1312                 2016-06-18 2016-06-18              2016-07-05       FALSE
## 1313                 2016-06-18 2016-06-18              2016-07-14       FALSE
## 1314     2016-06-17  2016-06-18 2016-06-18  2016-06-23                    TRUE
## 1315     2016-06-15  2016-06-12 2016-06-17              2016-07-01        TRUE
## 1316     2016-06-16  2016-06-16 2016-06-17              2016-07-12        TRUE
## 1317     2016-06-12  2016-06-16 2016-06-17              2016-06-29        TRUE
## 1318                 2016-06-16 2016-06-17              2016-07-13        TRUE
## 1319     2016-02-24  2016-06-16 2016-06-17              2016-07-11        TRUE
## 1320                 2016-06-17 2016-06-17              2016-07-09        TRUE
## 1321                 2016-06-17 2016-06-17              2016-07-09       FALSE
## 1322                 2016-06-17 2016-06-17              2016-07-13        TRUE
## 1323                 2016-06-17 2016-06-17              2016-07-04       FALSE
## 1324                 2016-06-17 2016-06-17              2016-07-07       FALSE
## 1325                 2016-06-17 2016-06-17              2016-07-13       FALSE
## 1326                 2016-06-16 2016-06-16              2016-06-29        TRUE
## 1327                 2016-06-16 2016-06-16              2016-06-29       FALSE
## 1328                 2016-06-16 2016-06-16              2016-06-29       FALSE
## 1329                 2016-06-16 2016-06-16              2016-07-07        TRUE
## 1330                 2016-06-16 2016-06-16              2016-07-05        TRUE
## 1331                 2016-06-20 2016-06-20              2016-07-13       FALSE
## 1332                 2016-06-20 2016-06-20              2016-07-18       FALSE
## 1333     2016-06-17  2016-06-20 2016-06-20  2016-07-12                    TRUE
## 1334                 2016-06-19 2016-06-19              2016-07-02       FALSE
## 1335                 2016-06-18 2016-06-19              2016-07-10        TRUE
## 1336     2016-06-16  2016-06-18 2016-06-19  2016-07-25                   FALSE
## 1337     2016-06-27  2016-06-29 2016-06-30  2016-06-30                   FALSE
## 1338     2016-06-27  2016-06-28 2016-06-30  2016-07-02                    TRUE
## 1339                 2016-06-29 2016-06-29              2016-07-01       FALSE
## 1340                 2016-06-27 2016-06-29              2016-07-12        TRUE
## 1341     2016-06-26  2016-06-28 2016-06-28              2016-07-10        TRUE
## 1342     2016-06-27  2016-06-28 2016-06-28  2016-07-07                    TRUE
## 1343                 2016-06-24 2016-06-26              2016-06-29        TRUE
## 1344     2016-06-24  2016-06-25 2016-06-26              2016-07-14       FALSE
## 1345                 2016-06-24 2016-06-25              2016-07-09       FALSE
## 1346                 2016-06-23 2016-06-24              2016-07-13       FALSE
## 1347     2016-06-21  2016-06-22 2016-06-23              2016-07-17       FALSE
## 1348     2016-06-18  2016-06-21 2016-06-21              2016-08-01        TRUE
## 1349     2016-06-17  2016-06-19 2016-06-21  2016-07-13                    TRUE
## 1350     2016-07-11  2016-07-12 2016-07-14              2016-07-25        TRUE
## 1351     2016-06-09  2016-07-11 2016-07-11              2016-07-25        TRUE
## 1352     2016-07-07  2016-07-08 2016-07-08  2016-07-19                    TRUE
## 1353     2016-07-06  2016-07-07 2016-07-08              2016-07-16        TRUE
## 1354     2016-06-29  2016-07-01 2016-07-07  2016-07-10                    TRUE
## 1355     2016-07-02  2016-07-04 2016-07-05              2016-07-07        TRUE
## 1356     2016-06-28  2016-06-30 2016-07-04              2016-07-12        TRUE
## 1357     2016-06-27  2016-06-30 2016-07-03              2016-07-14       FALSE
## 1358     2016-06-18  2016-06-28 2016-07-03  2016-07-05                    TRUE
## 1359     2016-07-26  2016-07-28 2016-08-26              2016-08-04            
## 1360     2016-07-17  2016-07-19 2016-07-20  2016-07-20                    TRUE
## 1361     2016-07-20  2016-07-22 2016-07-22  2016-07-24                   FALSE
## 1362     2016-07-27  2016-07-28 2016-07-29              2016-08-10        TRUE
## 1363     2016-08-01  2016-08-02 2016-08-02              2016-08-11        TRUE
## 1364     2016-07-31  2016-08-02 2016-08-02              2016-08-08        TRUE
## 1365     2016-08-02  2016-08-03 2016-08-04              2016-08-12        TRUE
## 1366     2016-08-07  2016-08-08 2016-08-08              2016-08-13       FALSE
## 1367     2016-08-16  2016-08-17 2016-08-18              2016-09-02       FALSE
## 1368     2016-08-17  2016-08-21 2016-08-23              2016-09-05       FALSE
## 1369     2016-08-24  2016-08-25 2016-08-26  2016-09-10                    TRUE
## 1370     2016-08-28  2016-08-30 2016-08-31  2016-09-01                    TRUE
## 1371     2016-09-04  2016-09-05 2016-09-05              2016-09-23        TRUE
## 1372     2016-09-08  2016-09-10 2016-09-11              2016-09-19       FALSE
## 1373                            2016-05-04  2016-05-04                    TRUE
## 1374                            2016-09-16  2016-09-27                    TRUE
## 1375                            2016-09-17                                    
## 1376                            2016-09-21              2016-09-27        TRUE
## 1377                            2016-09-23              2016-09-30       FALSE
## 1378                            2016-09-23              2016-09-29        TRUE
## 1379                            2016-09-29                                    
## 1380     2016-09-07  2016-09-08 2016-09-08                                TRUE
##                           severity    outcome           clinical old_cluster
## 1                            fatal      fatal              fatal            
## 2                           severe  recovered           clinical            
## 3                            fatal      fatal              fatal           B
## 4                        pneumonia                      clinical           B
## 5                            fatal      fatal              fatal           B
## 6                             mild                   subclinical           B
## 7                            fatal      fatal              fatal           C
## 8                            fatal      fatal              fatal            
## 9                            fatal      fatal              fatal            
## 10                           fatal      fatal              fatal           D
## 11                           fatal      fatal              fatal           D
## 12                            mild                   subclinical           D
## 13                           fatal      fatal              fatal           F
## 14                       pneumonia  recovered           clinical           F
## 15                           fatal      fatal              fatal           F
## 16                           fatal      fatal              fatal           F
## 17                           fatal      fatal              fatal           F
## 18                           fatal      fatal              fatal           F
## 19                           fatal      fatal              fatal           F
## 20                           fatal      fatal              fatal           F
## 21                           fatal      fatal              fatal           F
## 22                           fatal      fatal              fatal           F
## 23                           fatal      fatal              fatal           F
## 24                           fatal      fatal              fatal           F
## 25                       pneumonia  recovered           clinical           F
## 26                           fatal      fatal              fatal           F
## 27                       pneumonia                      clinical           F
## 28                                                   subclinical           F
## 29                        critical      fatal              fatal           F
## 30                       pneumonia                      clinical           F
## 31                       pneumonia                      clinical           F
## 32                           fatal      fatal              fatal           F
## 33                           fatal      fatal              fatal           F
## 34                          severe                      clinical           F
## 35                           fatal      fatal              fatal           F
## 36                           fatal      fatal              fatal           F
## 37                           fatal      fatal              fatal           F
## 38                           fatal      fatal              fatal            
## 39                           fatal      fatal              fatal            
## 40                        critical                      clinical            
## 41                                                      clinical            
## 42                           fatal      fatal              fatal            
## 43                           fatal      fatal              fatal            
## 44                                                      clinical            
## 45                           fatal      fatal              fatal           R
## 46                           fatal      fatal              fatal            
## 47                                                      clinical            
## 48                           fatal      fatal              fatal            
## 49                           fatal      fatal              fatal            
## 50                           fatal      fatal              fatal           I
## 51                           fatal      fatal              fatal            
## 52                           fatal      fatal              fatal            
## 53                                                     clinical?            
## 54                           fatal      fatal              fatal            
## 55                           fatal      fatal              fatal            
## 56                                  recovered           clinical            
## 57                    asymptomatic                   subclinical           I
## 58                    asymptomatic                   subclinical          I?
## 59                    asymptomatic                   subclinical           I
## 60                                                                         P
## 61                           fatal      fatal              fatal            
## 62                    asymptomatic                   subclinical           P
## 63                    asymptomatic                   subclinical          P2
## 64                    asymptomatic                   subclinical          P2
## 65                    asymptomatic                   subclinical           P
## 66                    asymptomatic                   subclinical           Q
## 67                    asymptomatic                   subclinical           Q
## 68                                                      clinical            
## 69                             ICU                      clinical            
## 70                             ICU                      clinical            
## 71                                  recovered                              R
## 72                           fatal      fatal              fatal           K
## 73                            mild  recovered        subclinical           K
## 74                            mild  recovered        subclinical           K
## 75                          severe                      clinical            
## 76                          severe                      clinical            
## 77                    hospitalized                      clinical            
## 78                    hospitalized                      clinical            
## 79                            mild                   subclinical           K
## 80                            mild                   subclinical           P
## 81                          severe                      clinical            
## 82                        critical                      clinical            
## 83                          stable                      clinical           N
## 84                          severe                      clinical            
## 85                          severe                      clinical            
## 86                          severe                      clinical            
## 87                    asymptomatic                   subclinical            
## 88                           fatal      fatal              fatal            
## 89                                      fatal              fatal           N
## 90                           fatal      fatal              fatal           L
## 91                    asymptomatic  recovered        subclinical           L
## 92                    asymptomatic  recovered        subclinical           L
## 93                                  recovered           clinical            
## 94                                                      clinical            
## 95                           fatal      fatal              fatal            
## 96                        critical                      clinical           P
## 97                           fatal      fatal              fatal           L
## 98                        critical      fatal              fatal           L
## 99                    asymptomatic  recovered        subclinical           L
## 100                   asymptomatic  recovered        subclinical           L
## 101                          fatal      fatal              fatal           O
## 102                          fatal      fatal              fatal            
## 103                            ICU      fatal              fatal           L
## 104                            ICU                      clinical            
## 105                                                     clinical            
## 106                          fatal      fatal              fatal           O
## 107                   asymptomatic                   subclinical           O
## 108                   asymptomatic                   subclinical           O
## 109                   asymptomatic                   subclinical           P
## 110                         stable                      clinical           P
## 111                         stable            clinical - implied           P
## 112                           mild  recovered        subclinical           L
## 113                           mild                   subclinical           P
## 114                         stable            clinical - implied           P
## 115                          fatal      fatal              fatal           O
## 116                            ICU                      clinical           O
## 117                          fatal      fatal              fatal            
## 118                            ICU                      clinical            
## 119                            ICU                      clinical            
## 120                            ICU                      clinical            
## 121                   hospitalized                      clinical            
## 122                   hospitalized                      clinical            
## 123                            ICU                      clinical            
## 124                          fatal      fatal              fatal            
## 125                          fatal      fatal              fatal            
## 126                            ICU                      clinical            
## 127                          fatal      fatal              fatal           T
## 128                          fatal      fatal              fatal           T
## 129                            ICU                      clinical            
## 130                            ICU                      clinical            
## 131                          fatal      fatal              fatal           T
## 132                                 recovered           clinical           U
## 133                            ICU                      clinical            
## 134                            ICU                      clinical            
## 135                                 recovered                              U
## 136                          fatal      fatal              fatal            
## 137                            ICU                      clinical            
## 138                          fatal      fatal              fatal           W
## 139                           mild                   subclinical           W
## 140                            ICU                      clinical            
## 141                   asymptomatic                   subclinical            
## 142                   asymptomatic                   subclinical            
## 143                            ICU                      clinical            
## 144                          fatal      fatal              fatal            
## 145                            ICU                      clinical            
## 146                          fatal      fatal              fatal            
## 147                   asymptomatic                   subclinical            
## 148                          fatal      fatal              fatal            
## 149                          fatal      fatal              fatal            
## 150                            ICU                      clinical            
## 151                          fatal      fatal              fatal            
## 152                                                     clinical            
## 153                          fatal      fatal              fatal            
## 154                          fatal      fatal              fatal            
## 155                            ICU                      clinical            
## 156                            ICU                      clinical            
## 157                   asymptomatic                   subclinical           X
## 158                            ICU                      clinical            
## 159                          fatal      fatal              fatal           Y
## 160                           mild                   subclinical           Y
## 161                           mild  recovered        subclinical           Y
## 162                   asymptomatic                   subclinical           Y
## 163                            ICU                      clinical            
## 164                            ICU                      clinical            
## 165                          fatal      fatal              fatal            
## 166                            ICU                      clinical            
## 167                            ICU                      clinical            
## 168                            ICU                      clinical            
## 169                          fatal      fatal              fatal            
## 170                            ICU                      clinical            
## 171                            ICU  recovered           clinical            
## 172                            ICU                      clinical            
## 173                          fatal      fatal              fatal            
## 174                   asymptomatic                   subclinical            
## 175                            ICU                      clinical            
## 176                   asymptomatic                   subclinical            
## 177                   asymptomatic                   subclinical            
## 178                   asymptomatic                   subclinical            
## 179                   asymptomatic                   subclinical            
## 180                   asymptomatic                   subclinical            
## 181                  asymptomatic?                  subclinical?            
## 182                            ICU recovered?           clinical            
## 183                            ICU                      clinical            
## 184                            ICU                      clinical            
## 185                          fatal      fatal              fatal            
## 186                                                                         
## 187                                                                         
## 188                          fatal      fatal              fatal            
## 189                            ICU                      clinical            
## 190                          fatal      fatal              fatal            
## 191                   asymptomatic                   subclinical            
## 192                   asymptomatic                   subclinical            
## 193                   asymptomatic                   subclinical            
## 194                    symptomatic                      clinical            
## 195                    symptomatic                      clinical            
## 196                   asymptomatic                   subclinical            
## 197                          fatal      fatal              fatal            
## 198                            ICU      fatal           clinical            
## 199                   asymptomatic                   subclinical            
## 200                   asymptomatic                   subclinical            
## 201                         stable                      clinical            
## 202                              ?  recovered                  ?            
## 203                          fatal      fatal              fatal            
## 204                         stable                      clinical            
## 205                   asymptomatic                   subclinical            
## 206                   asymptomatic                   subclinical            
## 207                            ICU                      clinical            
## 208                          fatal      fatal              fatal            
## 209                         stable                      clinical            
## 210                         stable                      clinical            
## 211                         stable                      clinical            
## 212                         stable                      clinical            
## 213                          fatal      fatal              fatal            
## 214                            ICU                      clinical            
## 215                            ICU                      clinical            
## 216                            ICU                      clinical            
## 217                            ICU                      clinical            
## 218                            ICU                      clinical            
## 219                          fatal      fatal              fatal            
## 220                          fatal      fatal              fatal            
## 221                            ICU                      clinical            
## 222                            ICU     fatal?           clinical            
## 223                   asymptomatic                   subclinical            
## 224                   asymptomatic                   subclinical            
## 225                    symptomatic                      clinical            
## 226                         stable                      clinical            
## 227                          fatal                         fatal            
## 228                          fatal                         fatal            
## 229                            ICU                      clinical            
## 230                            ICU                      clinical            
## 231                         stable                      clinical            
## 232                   asymptomatic                   subclinical            
## 233                   asymptomatic                   subclinical            
## 234                          fatal                         fatal            
## 235                            ICU                      clinical            
## 236                         stable                      clinical            
## 237                         stable                      clinical            
## 238                         stable  recovered           clinical            
## 239                   asymptomatic                   subclinical            
## 240                         stable                      clinical            
## 241                            ICU      fatal              fatal            
## 242                            ICU     fatal?           clinical            
## 243                         stable  recovered           clinical            
## 244                         stable  recovered           clinical            
## 245                          fatal                         fatal            
## 246                          fatal                         fatal            
## 247                         stable                      clinical            
## 248                            ICU                      clinical            
## 249                            ICU                      clinical            
## 250                         stable                      clinical            
## 251                         stable                      clinical            
## 252                   asymptomatic                   subclinical            
## 253                   asymptomatic                   subclinical            
## 254                   asymptomatic                   subclinical            
## 255                         stable      fatal           clinical            
## 256                         stable recovered?           clinical            
## 257                            ICU      fatal              fatal            
## 258                            ICU                      clinical            
## 259                            ICU      fatal              fatal            
## 260                          fatal                         fatal            
## 261                            ICU      fatal           clinical            
## 262                   asymptomatic                   subclinical            
## 263                   asymptomatic                   subclinical            
## 264                   asymptomatic                   subclinical            
## 265                       clinical                      clinical            
## 266                          fatal                         fatal            
## 267                            ICU                      clinical            
## 268                            ICU                      clinical            
## 269                         stable                      clinical            
## 270                         stable                      clinical            
## 271                         stable                      clinical            
## 272                         stable                      clinical            
## 273                            ICU     fatal?           clinical            
## 274                         stable recovered?           clinical            
## 275                          fatal      fatal              fatal            
## 276                            ICU                      clinical            
## 277                   asymptomatic                   subclinical            
## 278                            ICU                      clinical            
## 279                            ICU                         fatal            
## 280                            ICU      fatal           clinical            
## 281                            ICU                      clinical            
## 282                         stable                      clinical            
## 283                            ICU                      clinical            
## 284                          fatal      fatal           clinical            
## 285                      pneumonia      fatal           clinical            
## 286                      pneumonia                      clinical            
## 287                          fatal                         fatal            
## 288                      pneumonia                      clinical            
## 289                   asymptomatic                   subclinical            
## 290                      pneumonia                        fatal?            
## 291                            ICU                      clinical            
## 292                          fatal                         fatal            
## 293                         stable                      clinical            
## 294                          fatal      fatal              fatal            
## 295                         stable                      clinical            
## 296                            ICU      fatal           clinical            
## 297                   asymptomatic                   subclinical            
## 298                         stable                      clinical            
## 299                         stable                      clinical            
## 300                         stable                      clinical            
## 301                         stable                      clinical            
## 302                         stable                      clinical            
## 303                            ICU                      clinical            
## 304                            ICU  recovered           clinical            
## 305                            ICU      fatal           clinical            
## 306                            ICU                      clinical            
## 307                            ICU  recovered           clinical            
## 308                          fatal      fatal              fatal            
## 309                   asymptomatic                   subclinical            
## 310                            ICU                      clinical            
## 311                         stable                      clinical            
## 312                   asymptomatic                   subclinical            
## 313                           mild                  subclinical?            
## 314                          fatal      fatal              fatal            
## 315                            ICU                      clinical            
## 316                   asymptomatic                   subclinical            
## 317                          fatal      fatal              fatal            
## 318                   asymptomatic                   subclinical            
## 319                         stable                      clinical            
## 320                          fatal      fatal              fatal            
## 321                         stable                      clinical            
## 322                            ICU      fatal           clinical            
## 323                            ICU                      clinical            
## 324                         stable                      clinical            
## 325                   asymptomatic                   subclinical            
## 326                         stable                      clinical            
## 327                            ICU                      clinical            
## 328                         stable                      clinical            
## 329                          fatal      fatal              fatal            
## 330                            ICU                      clinical            
## 331                            ICU                      clinical            
## 332                         stable                      clinical            
## 333                          fatal      fatal              fatal            
## 334                         stable  recovered           clinical            
## 335                   asymptomatic                   subclinical            
## 336                   asymptomatic                   subclinical            
## 337                   asymptomatic                   subclinical            
## 338                   asymptomatic                   subclinical            
## 339                   asymptomatic                   subclinical            
## 340                   asymptomatic                   subclinical            
## 341                         stable                      clinical            
## 342                          fatal      fatal              fatal            
## 343                            ICU                      clinical            
## 344                          fatal      fatal              fatal            
## 345                         stable      fatal           clinical            
## 346                         stable                      clinical            
## 347                         stable                      clinical            
## 348                          fatal      fatal              fatal            
## 349                   asymptomatic                   subclinical            
## 350                         stable                      clinical            
## 351                   asymptomatic                   subclinical            
## 352                         stable                      clinical            
## 353                            ICU                      clinical            
## 354                   asymptomatic                   subclinical            
## 355                            ICU                      clinical            
## 356                            ICU                      clinical            
## 357                   asymptomatic                   subclinical            
## 358                            ICU                      clinical            
## 359                            ICU                      clinical            
## 360                         stable                      clinical            
## 361                         stable                      clinical            
## 362                            ICU      fatal              fatal            
## 363                         stable  recovered           clinical            
## 364                   asymptomatic                   subclinical            
## 365                            ICU                      clinical            
## 366                            ICU      fatal           clinical            
## 367                         stable                      clinical            
## 368                         stable                      clinical            
## 369                   asymptomatic                   subclinical            
## 370                         stable                      clinical            
## 371                   asymptomatic                   subclinical            
## 372                            ICU                      clinical            
## 373                   asymptomatic                   subclinical            
## 374                         stable      fatal           clinical            
## 375                         stable                         fatal            
## 376                         stable                      clinical            
## 377                         stable                      clinical            
## 378                         stable                      clinical            
## 379                            ICU                      clinical            
## 380                         stable                      clinical            
## 381                         stable                      clinical            
## 382                   asymptomatic                   subclinical            
## 383                         stable                      clinical            
## 384                            ICU                      clinical            
## 385                         stable                      clinical            
## 386                         stable                      clinical            
## 387                            ICU                      clinical            
## 388                    symptomatic                      clinical            
## 389                   asymptomatic                   subclinical            
## 390                   symptomatic?                     clinical?            
## 391                            ICU      fatal              fatal            
## 392                            ICU                         fatal            
## 393                            ICU                      clinical            
## 394                         stable                      clinical            
## 395                         stable                      clinical            
## 396                         stable                      clinical            
## 397                   asymptomatic                   subclinical            
## 398                         stable                      clinical            
## 399                          fatal                         fatal            
## 400                   asymptomatic                   subclinical            
## 401                   asymptomatic                   subclinical            
## 402                           mild                   subclinical            
## 403                          fatal                         fatal            
## 404                   asymptomatic                   subclinical            
## 405                            ICU      fatal           clinical            
## 406                            ICU      fatal           clinical            
## 407                            ICU      fatal           clinical            
## 408                            ICU                      clinical            
## 409                          fatal                         fatal            
## 410                            ICU                         fatal            
## 411                         stable                      clinical            
## 412                   asymptomatic                      clinical            
## 413                            ICU      fatal           clinical            
## 414                         stable                      clinical            
## 415                         stable                      clinical            
## 416                            ICU                         fatal            
## 417                         stable                      clinical            
## 418                    mild/stable                  ?subclinical            
## 419                   asymptomatic                   subclinical            
## 420                   asymptomatic                   subclinical            
## 421                   asymptomatic                   subclinical            
## 422                            ICU                         fatal            
## 423                            ICU                      clinical            
## 424                            ICU      fatal           clinical            
## 425                   asymptomatic                   subclinical            
## 426                         stable                      clinical            
## 427                            ICU                      clinical            
## 428                   asymptomatic                   subclinical            
## 429                            ICU      fatal           clinical            
## 430                            ICU                      clinical            
## 431                   asymptomatic                   subclinical            
## 432                            ICU                      clinical            
## 433                         stable                      clinical            
## 434                            ICU                      clinical            
## 435                    mild/stable                  ?subclinical            
## 436                            ICU                      clinical            
## 437                            ICU                      clinical            
## 438                   asymptomatic                   subclinical            
## 439                            ICU      fatal           clinical            
## 440                   asymptomatic                         fatal            
## 441                         stable                      clinical            
## 442                            ICU                      clinical            
## 443                          fatal                         fatal            
## 444                         stable                      clinical            
## 445                   asymptomatic                   subclinical            
## 446                   asymptomatic                   subclinical            
## 447                            ICU      fatal              fatal            
## 448                   asymptomatic                   subclinical            
## 449                   asymptomatic                   subclinical            
## 450                   asymptomatic                   subclinical            
## 451                            ICU                      clinical            
## 452                            ICU  recovered           clinical            
## 453                           mild                   subclinical            
## 454                         stable                      clinical            
## 455                            ICU      fatal           clinical            
## 456                    mild/stable                  ?subclinical            
## 457                   asymptomatic                   subclinical            
## 458                   asymptomatic                         fatal            
## 459                            ICU                      clinical            
## 460                            ICU                      clinical            
## 461                         stable                      clinical            
## 462                   asymptomatic                   subclinical            
## 463                         stable                      clinical            
## 464                            ICU      fatal              fatal            
## 465                            ICU                         fatal            
## 466                         stable                      clinical            
## 467                          fatal                         fatal            
## 468                            ICU                         fatal            
## 469                   asymptomatic                   subclinical            
## 470                         stable                      clinical            
## 471                            ICU     fatal?           clinical            
## 472                            ICU                         fatal            
## 473                         stable                         fatal            
## 474                   asymptomatic                   subclinical            
## 475                         stable                         fatal            
## 476                            ICU                      clinical            
## 477                         stable                      clinical            
## 478                         stable                      clinical            
## 479                   asymptomatic                   subclinical            
## 480                   asymptomatic                   subclinical            
## 481                          fatal                         fatal            
## 482                            ICU                      clinical            
## 483                         stable                         fatal            
## 484                         stable                      clinical            
## 485                    stable/mild                     ?clinical            
## 486                   asymptomatic                   subclinical            
## 487                         stable                         fatal            
## 488                         stable                      clinical            
## 489                         stable                      clinical            
## 490                         stable                  ?subclinical            
## 491                         stable                      clinical            
## 492                   asymptomatic                   subclinical            
## 493                            ICU                         fatal            
## 494                   asymptomatic                   subclinical            
## 495                            ICU                      clinical            
## 496                   asymptomatic                   subclinical            
## 497                          fatal                         fatal            
## 498                         stable                      clinical            
## 499                            ICU                         fatal            
## 500                            ICU                         fatal            
## 501                          fatal                         fatal            
## 502                         stable                      clinical            
## 503                         stable                      clinical            
## 504                         stable                      clinical            
## 505                         stable                      clinical            
## 506                          fatal      fatal              fatal            
## 507                            ICU                      clinical            
## 508                         stable                      clinical            
## 509                          fatal                         fatal            
## 510                          fatal      fatal              fatal            
## 511                            ICU                         fatal            
## 512                            ICU                         fatal            
## 513                   asymptomatic                   subclinical            
## 514                            ICU                         fatal            
## 515                            ICU                      clinical            
## 516                   asymptomatic                   subclinical            
## 517                         stable                      clinical            
## 518                            ICU                         fatal            
## 519                         stable                      clinical            
## 520                         stable                      clinical            
## 521                         stable                      clinical            
## 522                            ICU                      clinical            
## 523                   asymptomatic                   subclinical            
## 524                          fatal                         fatal            
## 525                   asymptomatic                   subclinical            
## 526                         stable                      clinical            
## 527                         stable                         fatal            
## 528                         stable                      clinical            
## 529                   asymptomatic                   subclinical            
## 530                            ICU      fatal           clinical            
## 531                         stable                      clinical            
## 532                          fatal                         fatal            
## 533                         stable                      clinical            
## 534                   asymptomatic                   subclinical            
## 535                         stable                      clinical            
## 536                         stable                      clinical            
## 537                         stable                      clinical            
## 538                           mild                   subclinical            
## 539                         stable                      clinical            
## 540                            ICU                      clinical            
## 541                         stable                      clinical            
## 542                            ICU      fatal              fatal            
## 543                         stable                      clinical            
## 544                         stable                      clinical            
## 545                   asymptomatic                   subclinical            
## 546                   asymptomatic                   subclinical            
## 547                           mild                   subclinical            
## 548                   asymptomatic                   subclinical            
## 549                            ICU      fatal              fatal            
## 550                              ?                      clinical            
## 551                   asymptomatic                   subclinical            
## 552                   asymptomatic                   subclinical            
## 553                            ICU                      clinical            
## 554                         stable                      clinical            
## 555                   asymptomatic                   subclinical            
## 556                         stable                      clinical            
## 557                         stable      fatal              fatal            
## 558                            ICU                      clinical            
## 559                         stable      fatal              fatal            
## 560                          fatal      fatal              fatal            
## 561                    symptomatic                     clinical?            
## 562                          fatal      fatal              fatal            
## 563                   asymptomatic                   subclinical            
## 564                   asymptomatic                   subclinical            
## 565                   asymptomatic                   subclinical            
## 566                            ICU                      clinical            
## 567                   asymptomatic                   subclinical            
## 568                            ICU      fatal              fatal            
## 569                         stable      fatal              fatal            
## 570                   asymptomatic                   subclinical            
## 571                   asymptomatic                   subclinical            
## 572                   asymptomatic                   subclinical            
## 573                   asymptomatic                   subclinical            
## 574                   asymptomatic                   subclinical            
## 575                         stable                      clinical            
## 576                         stable                     clinical?            
## 577                          fatal      fatal              fatal            
## 578                          fatal      fatal              fatal            
## 579                         stable                      clinical            
## 580                         stable                      clinical            
## 581                         stable                      clinical            
## 582                            ICU                      clinical            
## 583                            ICU                      clinical            
## 584                   hospitalized                      clinical            
## 585                   hospitalized      fatal              fatal            
## 586                    stable/mild                   subclinical            
## 587                          fatal      fatal              fatal            
## 588                            ICU      fatal              fatal            
## 589                         stable                     clinical?            
## 590                         stable                     clinical?            
## 591                   hospitalized                      clinical            
## 592   symptomatic on hospital ward                  subclinical?            
## 593                            ICU      fatal              fatal            
## 594   symptomatic on hospital ward                  subclinical?            
## 595                   asymptomatic                   subclinical            
## 596                   asymptomatic                   subclinical            
## 597                          fatal      fatal              fatal            
## 598                   asymptomatic                   subclinical            
## 599                   asymptomatic                   subclinical            
## 600   symptomatic on hospital ward                  subclinical?            
## 601                            ICU                      clinical            
## 602  symptomatic; isolated at home                  subclinical?            
## 603                         stable      fatal              fatal            
## 604                   asymptomatic                   subclinical            
## 605                         stable                      clinical            
## 606                            ICU      fatal              fatal            
## 607   symptomatic on hospital ward                  subclinical?            
## 608                   hospitalized                      clinical            
## 609                            ICU                      clinical            
## 610                   hospitalized                      clinical            
## 611                   hospitalized                      clinical            
## 612                   hospitalized                      clinical            
## 613                            ICU                      clinical            
## 614                   hospitalized                      clinical            
## 615                   hospitalized                      clinical            
## 616                   hospitalized                      clinical            
## 617                   hospitalized                      clinical            
## 618                            ICU                      clinical            
## 619                          fatal      fatal              fatal            
## 620                            ICU                      clinical            
## 621                   hospitalized      fatal              fatal            
## 622                   hospitalized                      clinical            
## 623                   hospitalized                      clinical            
## 624                            ICU                      clinical            
## 625                   hospitalized                      clinical            
## 626                            ICU                      clinical            
## 627                   hospitalized                      clinical            
## 628  symptomatic; isolated at home                      clinical            
## 629                            ICU                      clinical            
## 630                            ICU      fatal              fatal            
## 631                            ICU                      clinical            
## 632                            ICU                      clinical            
## 633                            ICU                      clinical            
## 634                   hospitalized                      clinical            
## 635                   hospitalized recovered?           clinical            
## 636                                                                         
## 637                   hospitalized                      clinical            
## 638                            ICU                      clinical            
## 639                            ICU                      clinical            
## 640                   hospitalized                      clinical            
## 641                   hospitalized                      clinical            
## 642                            ICU                      clinical            
## 643                            ICU      fatal           clinical            
## 644                            ICU      fatal              fatal            
## 645                            ICU      fatal              fatal            
## 646                            ICU                      clinical            
## 647                   hospitalized  recovered           clinical            
## 648                            ICU                      clinical            
## 649                            ICU                      clinical            
## 650                   hospitalized                      clinical            
## 651                          fatal      fatal              fatal            
## 652                            ICU      fatal              fatal            
## 653                            ICU                      clinical            
## 654                          fatal      fatal              fatal            
## 655                            ICU  recovered           clinical            
## 656                   hospitalized                      clinical            
## 657                   hospitalized                      clinical            
## 658                   hospitalized                      clinical            
## 659                          fatal      fatal              fatal            
## 660                   hospitalized                      clinical            
## 661                            ICU                      clinical            
## 662                   hospitalized  recovered           clinical            
## 663                   hospitalized      fatal              fatal            
## 664                   hospitalized  recovered           clinical            
## 665                            ICU                      clinical            
## 666                            ICU      fatal              fatal            
## 667                            ICU                      clinical            
## 668                          fatal      fatal              fatal            
## 669                   hospitalized      fatal           clinical            
## 670                   hospitalized      fatal           clinical            
## 671                   hospitalized  recovered           clinical            
## 672                   hospitalized  recovered           clinical            
## 673                   hospitalized  recovered           clinical            
## 674                            ICU      fatal              fatal            
## 675                            ICU  recovered           clinical            
## 676                   hospitalized                      clinical            
## 677                          fatal      fatal              fatal            
## 678                   hospitalized                      clinical            
## 679                            ICU      fatal           clinical            
## 680                   hospitalized  recovered           clinical            
## 681                   hospitalized  recovered           clinical            
## 682                   hospitalized                      clinical            
## 683                           ward  recovered           clinical            
## 684                           ward  recovered           clinical            
## 685                            ICU      fatal           clinical            
## 686                            ICU  recovered           clinical            
## 687                         stable  recovered           clinical            
## 688                   hospitalized  recovered           clinical            
## 689                            ICU      fatal              fatal            
## 690                   hospitalized      fatal           clinical            
## 691                            ICU      fatal           clinical            
## 692                            ICU      fatal              fatal            
## 693                   hospitalized  recovered           clinical            
## 694                           home  recovered          clinical?            
## 695                            ICU      fatal              fatal            
## 696                            ICU      fatal              fatal            
## 697                            ICU  recovered           clinical            
## 698                            ICU      fatal              fatal            
## 699                            ICU      fatal              fatal            
## 700                            ICU      fatal              fatal            
## 701                   hospitalized  recovered           clinical            
## 702                            ICU                      clinical            
## 703                   hospitalized  recovered           clinical            
## 704                            ICU  recovered           clinical            
## 705                            ICU  recovered           clinical            
## 706                          fatal      fatal              fatal            
## 707                            ICU  recovered           clinical            
## 708                            ICU      fatal           clinical            
## 709                   hospitalized  recovered           clinical            
## 710                            ICU                      clinical            
## 711                   hospitalized  recovered           clinical            
## 712                   hospitalized  recovered           clinical            
## 713                            ICU                      clinical            
## 714                            ICU      fatal              fatal            
## 715                            ICU  recovered           clinical            
## 716                   hospitalized      fatal           clinical            
## 717                   hospitalized                      clinical            
## 718                            ICU  recovered           clinical            
## 719                          fatal      fatal              fatal            
## 720                            ICU  recovered           clinical            
## 721                         stable  recovered           clinical            
## 722                   hospitalized  recovered           clinical            
## 723                            ICU      fatal           clinical            
## 724                            ICU      fatal           clinical            
## 725                   hospitalized recovered?           clinical            
## 726                   hospitalized  recovered           clinical            
## 727                          fatal      fatal              fatal            
## 728                   hospitalized  recovered           clinical            
## 729                            ICU  recovered           clinical            
## 730                            ICU      fatal           clinical            
## 731                            ICU  recovered           clinical            
## 732                          fatal      fatal           clinical            
## 733                            ICU                      clinical            
## 734                         stable  recovered           clinical            
## 735                         stable  recovered           clinical            
## 736                          fatal      fatal           clinical            
## 737                         stable                      clinical            
## 738                         stable                      clinical            
## 739                         stable  recovered           clinical            
## 740                            ICU  recovered           clinical            
## 741                         stable                      clinical            
## 742                         stable      fatal           clinical            
## 743                          fatal      fatal           clinical            
## 744                            ICU      fatal           clinical            
## 745                          fatal      fatal           clinical            
## 746                         stable  recovered           clinical            
## 747                            ICU                      clinical            
## 748                           home                      clinical            
## 749                          fatal      fatal           clinical            
## 750                         stable                      clinical            
## 751                            ICU      fatal           clinical            
## 752                            ICU      fatal           clinical            
## 753                            ICU      fatal           clinical            
## 754                            ICU      fatal           clinical            
## 755                          fatal      fatal           clinical            
## 756                            ICU  recovered           clinical            
## 757                         stable  recovered           clinical            
## 758                         stable  recovered           clinical            
## 759                          fatal      fatal           clinical            
## 760                         stable  recovered           clinical            
## 761                         stable                      clinical            
## 762                         stable  recovered           clinical            
## 763                          fatal      fatal           clinical            
## 764                         fatal?     fatal?           clinical            
## 765                          fatal      fatal           clinical            
## 766                          fatal      fatal           clinical            
## 767                         stable  recovered           clinical            
## 768                          fatal      fatal              fatal            
## 769                         stable  recovered           clinical            
## 770                         stable      fatal           clinical            
## 771                         stable                      clinical            
## 772                          fatal      fatal              fatal            
## 773                         stable  recovered           clinical            
## 774                          fatal      fatal           clinical            
## 775                          fatal      fatal           clinical            
## 776                         stable                      clinical            
## 777                         stable  recovered           clinical            
## 778                            ICU      fatal           clinical            
## 779                            ICU                      clinical            
## 780                           home                      clinical            
## 781                          fatal      fatal           clinical            
## 782                          fatal      fatal           clinical            
## 783                          fatal      fatal           clinical            
## 784                         stable                      clinical            
## 785                         stable  recovered           clinical            
## 786                          fatal      fatal           clinical            
## 787                          fatal      fatal           clinical            
## 788                          fatal      fatal              fatal            
## 789                          fatal      fatal              fatal            
## 790                          fatal      fatal              fatal            
## 791                          fatal      fatal              fatal            
## 792                   hospitalized                      clinical            
## 793                   asymptomatic                   subclinical            
## 794                   hospitalized                      clinical            
## 795                         stable                      clinical            
## 796                         stable  recovered           clinical            
## 797                            ICU      fatal           clinical            
## 798                         stable  recovered           clinical            
## 799                            ICU      fatal           clinical            
## 800                            ICU      fatal           clinical            
## 801                            ICU      fatal           clinical            
## 802                            ICU  recovered           clinical            
## 803                         stable                      clinical            
## 804                            ICU  recovered           clinical            
## 805                          fatal      fatal              fatal            
## 806                            ICU  recovered           clinical            
## 807                            ICU      fatal           clinical            
## 808                            ICU      fatal           clinical            
## 809                            ICU  recovered           clinical            
## 810                         stable  recovered           clinical            
## 811                          fatal      fatal              fatal            
## 812                            ICU      fatal           clinical            
## 813                          fatal      fatal              fatal            
## 814                            ICU  recovered           clinical            
## 815                            ICU      fatal           clinical            
## 816                         stable  recovered           clinical            
## 817                            ICU      fatal           clinical            
## 818                         stable  recovered           clinical            
## 819                            ICU      fatal           clinical            
## 820                         stable  recovered           clinical            
## 821                         stable  recovered           clinical            
## 822                            ICU                      clinical            
## 823                            ICU      fatal           clinical            
## 824                         stable  recovered           clinical            
## 825                          fatal      fatal              fatal            
## 826                          fatal      fatal              fatal            
## 827                                 recovered                               
## 828                         stable      fatal           clinical            
## 829                                 recovered                               
## 830                          fatal      fatal              fatal            
## 831                            ICU      fatal           clinical            
## 832                          fatal      fatal              fatal            
## 833                                 recovered                               
## 834                            ICU  recovered           clinical            
## 835                         stable  recovered           clinical            
## 836                         stable  recovered           clinical            
## 837                            ICU      fatal           clinical            
## 838                            ICU      fatal           clinical            
## 839                            ICU      fatal           clinical            
## 840                            ICU  recovered           clinical            
## 841                            ICU ?recovered           clinical            
## 842                         stable  recovered           clinical            
## 843                          fatal      fatal              fatal            
## 844                         stable  recovered           clinical            
## 845                         stable      fatal           clinical            
## 846                            ICU  recovered           clinical            
## 847                         stable  recovered           clinical            
## 848                          fatal      fatal              fatal            
## 849                            ICU  recovered           clinical            
## 850                         stable  recovered           clinical            
## 851                         stable                      clinical            
## 852                         stable      fatal           clinical            
## 853                         stable  recovered           clinical            
## 854                         stable  recovered           clinical            
## 855                            ICU  recovered           clinical            
## 856                                     fatal                               
## 857                         stable  recovered           clinical            
## 858                         stable      fatal           clinical            
## 859                         stable  recovered           clinical            
## 860                         stable  recovered           clinical            
## 861                         stable  recovered           clinical            
## 862                         stable  recovered           clinical            
## 863                          fatal      fatal           clinical            
## 864                         stable  recovered           clinical            
## 865                         stable                      clinical            
## 866                         stable  recovered           clinical            
## 867                         stable  recovered           clinical            
## 868                          fatal      fatal           clinical            
## 869                            ICU      fatal           clinical            
## 870                          fatal      fatal           clinical            
## 871                         stable  recovered           clinical            
## 872                            ICU      fatal           clinical            
## 873                         stable  recovered           clinical            
## 874                         stable                      clinical            
## 875                                 recovered                               
## 876                         stable  recovered           clinical            
## 877                          fatal      fatal              fatal            
## 878                         stable      fatal           clinical            
## 879                            ICU      fatal           clinical            
## 880                                 recovered                               
## 881                         stable  recovered           clinical            
## 882                         stable      fatal           clinical            
## 883                         stable  recovered           clinical            
## 884                                 recovered                               
## 885                                 recovered                               
## 886                            ICU      fatal           clinical            
## 887                            ICU      fatal           clinical            
## 888                            ICU      fatal           clinical            
## 889                            ICU      fatal           clinical            
## 890                          fatal      fatal              fatal            
## 891                         stable      fatal           clinical            
## 892                         stable  recovered           clinical            
## 893                         stable  recovered           clinical            
## 894                         stable  recovered           clinical            
## 895                         stable      fatal           clinical            
## 896                          fatal      fatal              fatal            
## 897                            ICU      fatal           clinical            
## 898                           ward  recovered           clinical            
## 899                            ICU      fatal           clinical            
## 900                           ward  recovered           clinical            
## 901                         stable  recovered           clinical            
## 902                         stable  recovered           clinical            
## 903                         stable  recovered           clinical            
## 904                         stable                      clinical            
## 905                          fatal      fatal              fatal            
## 906                            ICU      fatal           clinical            
## 907                            ICU      fatal           clinical            
## 908                            ICU      fatal           clinical            
## 909                         stable  recovered           clinical            
## 910                            ICU      fatal           clinical            
## 911                         stable  recovered           clinical            
## 912                            ICU      fatal           clinical            
## 913                            ICU      fatal           clinical            
## 914                         stable  recovered           clinical            
## 915                         stable      fatal           clinical            
## 916                         stable  recovered           clinical            
## 917                          fatal      fatal           clinical            
## 918                            ICU      fatal           clinical            
## 919                      recovered  recovered                               
## 920                            ICU      fatal           clinical            
## 921                         stable                      clinical            
## 922                         stable                                          
## 923                         stable      fatal           clinical            
## 924                            ICU                                          
## 925                         stable     ?fatal           clinical            
## 926                            ICU      fatal           clinical            
## 927                   asymptomatic  recovered       subclinical?            
## 928                         stable  recovered           clinical            
## 929                         stable  recovered           clinical            
## 930                         stable  recovered           clinical            
## 931                            ICU      fatal           clinical            
## 932                            ICU  recovered           clinical            
## 933                            ICU      fatal           clinical            
## 934                         stable      fatal           clinical            
## 935                            ICU      fatal           clinical            
## 936                            ICU      fatal           clinical            
## 937                         stable  recovered           clinical            
## 938                          fatal      fatal              fatal            
## 939                            ICU  recovered           clinical            
## 940                         stable  recovered           clinical            
## 941                         stable      fatal           clinical            
## 942                         stable      fatal           clinical            
## 943                          fatal      fatal              fatal            
## 944                         stable  recovered           clinical            
## 945                         stable  recovered           clinical            
## 946                            ICU      fatal           clinical            
## 947                         stable  recovered           clinical            
## 948                         stable  recovered           clinical            
## 949                            ICU  recovered           clinical            
## 950                            ICU  recovered           clinical            
## 951                         stable      fatal           clinical            
## 952                         stable  recovered           clinical            
## 953                            ICU      fatal           clinical            
## 954                         stable  recovered           clinical            
## 955                         stable  recovered           clinical            
## 956                            ICU      fatal           clinical            
## 957                           ward  recovered           clinical            
## 958                         stable  recovered           clinical            
## 959                            ICU      fatal           clinical            
## 960                         stable      fatal           clinical            
## 961                            ICU  recovered           clinical            
## 962                          fatal      fatal           clinical            
## 963                            ICU      fatal           clinical            
## 964                         stable  recovered           clinical            
## 965                         stable  recovered           clinical            
## 966                         stable  recovered           clinical            
## 967                            ICU      fatal           clinical            
## 968                         stable      fatal           clinical            
## 969                            ICU      fatal           clinical            
## 970                          fatal      fatal              fatal            
## 971                            ICU     ?fatal           clinical            
## 972                            ICU  recovered           clinical            
## 973                         stable  recovered           clinical            
## 974                            ICU  recovered           clinical            
## 975                           home  recovered           clinical            
## 976                            ICU      fatal           clinical            
## 977                            ICU  recovered           clinical            
## 978                            ICU  recovered           clinical            
## 979                           home  recovered           clinical            
## 980                         stable  recovered           clinical            
## 981                         stable  recovered           clinical            
## 982                         stable  recovered           clinical            
## 983                         stable  recovered           clinical            
## 984                         stable  recovered           clinical            
## 985                            ICU      fatal           clinical            
## 986                         stable ?recovered           clinical            
## 987                            ICU      fatal           clinical            
## 988                         stable  recovered           clinical            
## 989                            ICU  recovered           clinical            
## 990                            ICU      fatal           clinical            
## 991                            ICU  recovered           clinical            
## 992                            ICU                      clinical            
## 993                            ICU      fatal           clinical            
## 994                         stable      fatal           clinical            
## 995                            ICU      fatal           clinical            
## 996                            ICU      fatal           clinical            
## 997                            ICU  recovered           clinical            
## 998                         stable      fatal           clinical            
## 999                         stable  recovered           clinical            
## 1000                        stable                      clinical            
## 1001                        stable  recovered           clinical            
## 1002                        stable  recovered           clinical            
## 1003                        stable  recovered           clinical            
## 1004                         fatal      fatal              fatal            
## 1005                        stable      fatal           clinical            
## 1006                        stable  recovered           clinical            
## 1007                        stable      fatal           clinical            
## 1008                           ICU  recovered           clinical            
## 1009                           ICU  recovered           clinical            
## 1010                           ICU      fatal           clinical            
## 1011                        stable                      clinical            
## 1012                        stable      fatal           clinical            
## 1013                           ICU      fatal           clinical            
## 1014                        stable  recovered           clinical            
## 1015                           ICU  recovered           clinical            
## 1016                           ICU      fatal           clinical            
## 1017                           ICU  recovered           clinical            
## 1018                        stable  recovered           clinical            
## 1019                        stable  recovered           clinical            
## 1020                        stable  recovered           clinical            
## 1021                        stable  recovered           clinical            
## 1022                        stable  recovered           clinical            
## 1023                           ICU      fatal           clinical            
## 1024                           ICU      fatal           clinical            
## 1025                         fatal      fatal              fatal            
## 1026                           ICU      fatal           clinical            
## 1027                         fatal      fatal              fatal            
## 1028                           ICU      fatal           clinical            
## 1029                        stable                      clinical            
## 1030                        stable      fatal           clinical            
## 1031                        stable      fatal           clinical            
## 1032                           ICU      fatal           clinical            
## 1033                         fatal      fatal              fatal            
## 1034                        stable  recovered           clinical            
## 1035                           ICU ?recovered           clinical            
## 1036                        stable      fatal           clinical            
## 1037                        stable      fatal           clinical            
## 1038                        stable  recovered           clinical            
## 1039                        stable                      clinical            
## 1040                        stable      fatal           clinical            
## 1041                        stable      fatal           clinical            
## 1042                        stable  recovered           clinical            
## 1043                        stable      fatal           clinical            
## 1044                        stable ?recovered           clinical            
## 1045                        stable                      clinical            
## 1046                        stable  recovered           clinical            
## 1047                        stable  recovered           clinical            
## 1048                        stable  recovered           clinical            
## 1049                        stable  recovered           clinical            
## 1050                        stable  recovered           clinical            
## 1051                        stable  recovered           clinical            
## 1052                           ICU      fatal           clinical            
## 1053                           ICU  recovered           clinical            
## 1054                           ICU      fatal           clinical            
## 1055                        stable  recovered           clinical            
## 1056                        stable  recovered           clinical            
## 1057                        stable      fatal           clinical            
## 1058                        stable  recovered           clinical            
## 1059                        stable                      clinical            
## 1060                           ICU      fatal           clinical            
## 1061                        stable  recovered           clinical            
## 1062                           ICU      fatal           clinical            
## 1063                        stable      fatal           clinical            
## 1064                        stable  recovered           clinical            
## 1065                         fatal      fatal              fatal            
## 1066                        stable      fatal           clinical            
## 1067                        stable      fatal           clinical            
## 1068                        stable  recovered           clinical            
## 1069                           ICU     ?fatal           clinical            
## 1070                           ICU  recovered           clinical            
## 1071                        stable      fatal           clinical            
## 1072                        stable      fatal           clinical            
## 1073                           ICU      fatal           clinical            
## 1074                           ICU  recovered           clinical            
## 1075                        stable  recovered           clinical            
## 1076                           ICU      fatal           clinical            
## 1077                           ICU      fatal           clinical            
## 1078                         fatal      fatal              fatal            
## 1079                           ICU  recovered           clinical            
## 1080                        stable  recovered           clinical            
## 1081                           ICU      fatal           clinical            
## 1082                        stable  recovered           clinical            
## 1083                           ICU      fatal           clinical            
## 1084                         fatal      fatal              fatal            
## 1085                        stable  recovered           clinical            
## 1086                           ICU  recovered           clinical            
## 1087                           ICU      fatal           clinical            
## 1088                        stable  recovered           clinical            
## 1089                        stable      fatal           clinical            
## 1090                        stable  recovered           clinical            
## 1091                           ICU      fatal           clinical            
## 1092                        stable  recovered           clinical            
## 1093                        stable  recovered           clinical            
## 1094                           ICU      fatal           clinical            
## 1095                        stable  recovered           clinical            
## 1096                        stable  recovered           clinical            
## 1097                           ICU                      clinical            
## 1098                        stable      fatal           clinical            
## 1099                        stable  recovered           clinical            
## 1100                        stable  recovered           clinical            
## 1101                        stable  recovered           clinical            
## 1102                        stable  recovered           clinical            
## 1103                        stable  recovered           clinical            
## 1104                           ICU  recovered           clinical            
## 1105                           ICU      fatal           clinical            
## 1106                        stable  recovered           clinical            
## 1107                        stable ?recovered           clinical            
## 1108                           ICU  recovered           clinical            
## 1109                        stable  recovered           clinical            
## 1110                           ICU  recovered           clinical            
## 1111                        stable  recovered           clinical            
## 1112                        stable  recovered           clinical            
## 1113                           ICU      fatal           clinical            
## 1114                        stable  recovered           clinical            
## 1115                        stable  recovered           clinical            
## 1116                        stable  recovered           clinical            
## 1117                           ICU      fatal           clinical            
## 1118                        stable  recovered           clinical            
## 1119                        stable  recovered           clinical            
## 1120                           ICU  recovered           clinical            
## 1121                        stable  recovered           clinical            
## 1122                        stable  recovered           clinical            
## 1123                        stable  recovered           clinical            
## 1124                        stable  recovered           clinical            
## 1125                        stable  recovered           clinical            
## 1126                        stable  recovered           clinical            
## 1127                        stable      fatal           clinical            
## 1128                        stable  recovered           clinical            
## 1129                           ICU      fatal           clinical            
## 1130                        stable  recovered           clinical            
## 1131                                recovered                               
## 1132                        stable  recovered           clinical            
## 1133                        stable ?recovered           clinical            
## 1134                           ICU      fatal           clinical            
## 1135                           ICU      fatal           clinical            
## 1136                        stable                      clinical            
## 1137                         fatal      fatal           clinical            
## 1138                           ICU  recovered           clinical            
## 1139                        stable      fatal           clinical            
## 1140                           ICU  recovered           clinical            
## 1141                           ICU      fatal           clinical            
## 1142                           ICU  recovered           clinical            
## 1143                           ICU  recovered           clinical            
## 1144                        stable      fatal           clinical            
## 1145                           ICU  recovered           clinical            
## 1146                        stable  recovered           clinical            
## 1147                           ICU  recovered           clinical            
## 1148                        stable  recovered           clinical            
## 1149                        stable  recovered           clinical            
## 1150                        stable      fatal           clinical            
## 1151                        stable  recovered           clinical            
## 1152                        stable  recovered           clinical            
## 1153                  asymptomatic  recovered        subclinical            
## 1154                           ICU      fatal           clinical            
## 1155                           ICU  recovered           clinical            
## 1156                        stable  recovered           clinical            
## 1157                        stable  recovered           clinical            
## 1158                           ICU      fatal           clinical            
## 1159                                recovered                               
## 1160                        stable  recovered           clinical            
## 1161                        stable  recovered           clinical            
## 1162                  asymptomatic  recovered        subclinical            
## 1163                        stable  recovered           clinical            
## 1164                                recovered                               
## 1165                                recovered                               
## 1166                        stable  recovered           clinical            
## 1167                        stable  recovered           clinical            
## 1168                        stable  recovered           clinical            
## 1169                                recovered                               
## 1170                        stable  recovered           clinical            
## 1171                        stable  recovered           clinical            
## 1172                        stable  recovered           clinical            
## 1173                        stable  recovered           clinical            
## 1174                        stable      fatal           clinical            
## 1175                           ICU  recovered           clinical            
## 1176                        stable  recovered           clinical            
## 1177                           ICU      fatal           clinical            
## 1178                  asymptomatic  recovered        subclinical            
## 1179                        stable      fatal           clinical            
## 1180                        stable  recovered           clinical            
## 1181                        stable  recovered           clinical            
## 1182                           ICU  recovered           clinical            
## 1183                         fatal      fatal           clinical            
## 1184                        stable  recovered           clinical            
## 1185                        stable      fatal           clinical            
## 1186                        stable      fatal           clinical            
## 1187                           ICU      fatal           clinical            
## 1188                        stable  recovered           clinical            
## 1189                  asymptomatic                   subclinical            
## 1190                           ICU  recovered           clinical            
## 1191                           ICU      fatal           clinical            
## 1192                        stable      fatal           clinical            
## 1193                                recovered                               
## 1194                           ICU  recovered           clinical            
## 1195                                recovered                               
## 1196                           ICU      fatal           clinical            
## 1197                           ICU  recovered           clinical            
## 1198                        stable  recovered           clinical            
## 1199                           ICU      fatal           clinical            
## 1200                        stable  recovered           clinical            
## 1201                           ICU  recovered           clinical            
## 1202                        stable  recovered           clinical            
## 1203                           ICU  recovered           clinical            
## 1204                        stable                      clinical            
## 1205                        stable  recovered           clinical            
## 1206                  asymptomatic  recovered        subclinical            
## 1207                  asymptomatic  recovered        subclinical            
## 1208                        stable  recovered           clinical            
## 1209                        stable  recovered           clinical            
## 1210                        stable  recovered           clinical            
## 1211                         fatal      fatal           clinical            
## 1212                        stable  recovered           clinical            
## 1213                         fatal      fatal           clinical            
## 1214                         fatal      fatal           clinical            
## 1215                         fatal      fatal           clinical            
## 1216                           ICU  recovered           clinical            
## 1217                        stable      fatal           clinical            
## 1218                           ICU  recovered           clinical            
## 1219                        stable  recovered           clinical            
## 1220                  asymptomatic  recovered        subclinical            
## 1221                           ICU      fatal           clinical            
## 1222                        stable  recovered           clinical            
## 1223                        stable      fatal           clinical            
## 1224                         fatal      fatal           clinical            
## 1225                        stable  recovered           clinical            
## 1226                        stable  recovered           clinical            
## 1227                           ICU  recovered           clinical            
## 1228                        stable  recovered           clinical            
## 1229                        stable  recovered           clinical            
## 1230                        stable      fatal           clinical            
## 1231                        stable  recovered           clinical            
## 1232                        stable  recovered           clinical            
## 1233                        stable  recovered           clinical            
## 1234                        stable      fatal           clinical            
## 1235                           ICU      fatal           clinical            
## 1236                           ICU      fatal           clinical            
## 1237                        stable  recovered           clinical            
## 1238                           ICU      fatal           clinical            
## 1239                           ICU  recovered           clinical            
## 1240                           ICU      fatal           clinical            
## 1241                        stable  recovered           clinical            
## 1242                        stable  recovered           clinical            
## 1243                        stable  recovered           clinical            
## 1244                           ICU  recovered           clinical            
## 1245                         fatal      fatal           clinical            
## 1246                        stable  recovered           clinical            
## 1247                           ICU  recovered           clinical            
## 1248                           ICU      fatal           clinical            
## 1249                        stable  recovered           clinical            
## 1250                        stable  recovered           clinical            
## 1251                           ICU      fatal           clinical            
## 1252                         fatal      fatal           clinical            
## 1253                         fatal      fatal           clinical            
## 1254                           ICU      fatal           clinical            
## 1255                           ICU  recovered           clinical            
## 1256                           ICU      fatal           clinical            
## 1257                        stable  recovered           clinical            
## 1258                  asymptomatic  recovered        subclinical            
## 1259                  asymptomatic  recovered        subclinical            
## 1260                  asymptomatic  recovered        subclinical            
## 1261                        stable  recovered           clinical            
## 1262                           ICU      fatal           clinical            
## 1263                           ICU      fatal           clinical            
## 1264                           ICU      fatal           clinical            
## 1265                           ICU  recovered           clinical            
## 1266                         fatal      fatal           clinical            
## 1267                        stable  recovered           clinical            
## 1268                        stable      fatal           clinical            
## 1269                           ICU      fatal           clinical            
## 1270                        stable  recovered           clinical            
## 1271                           ICU  recovered           clinical            
## 1272                         fatal      fatal           clinical            
## 1273                        stable      fatal           clinical            
## 1274                         fatal      fatal           clinical            
## 1275                        stable  recovered           clinical            
## 1276                        stable      fatal           clinical            
## 1277                           ICU  recovered           clinical            
## 1278                        stable      fatal           clinical            
## 1279                         fatal      fatal           clinical            
## 1280                           ICU      fatal           clinical            
## 1281                        stable  recovered           clinical            
## 1282                         fatal      fatal           clinical            
## 1283                        stable      fatal           clinical            
## 1284                        stable  recovered           clinical            
## 1285                        stable  recovered           clinical            
## 1286                        stable      fatal           clinical            
## 1287                           ICU  recovered           clinical            
## 1288                        stable  recovered           clinical            
## 1289                        stable      fatal           clinical            
## 1290                        stable  recovered           clinical            
## 1291                         fatal      fatal           clinical            
## 1292                           ICU      fatal           clinical            
## 1293                         fatal      fatal           clinical            
## 1294                         fatal      fatal           clinical            
## 1295                         fatal      fatal           clinical            
## 1296                           ICU  recovered           clinical            
## 1297                        stable  recovered           clinical            
## 1298                  asymptomatic  recovered        subclinical            
## 1299                  asymptomatic  recovered        subclinical            
## 1300                           ICU  recovered           clinical            
## 1301                           ICU      fatal           clinical            
## 1302                           ICU  recovered           clinical            
## 1303                           ICU      fatal           clinical            
## 1304                        stable      fatal           clinical            
## 1305                        stable  recovered           clinical            
## 1306                        stable      fatal           clinical            
## 1307                        stable  recovered           clinical            
## 1308                        stable      fatal           clinical            
## 1309                  asymptomatic  recovered        subclinical            
## 1310                  asymptomatic  recovered        subclinical            
## 1311                  asymptomatic  recovered        subclinical            
## 1312                  asymptomatic  recovered        subclinical            
## 1313                  asymptomatic  recovered        subclinical            
## 1314                        stable      fatal           clinical            
## 1315                        stable  recovered           clinical            
## 1316                  asymptomatic  recovered        subclinical            
## 1317                  asymptomatic  recovered        subclinical            
## 1318                  asymptomatic  recovered        subclinical            
## 1319                        stable  recovered           clinical            
## 1320                        stable  recovered           clinical            
## 1321                  asymptomatic  recovered        subclinical            
## 1322                  asymptomatic  recovered        subclinical            
## 1323                  asymptomatic  recovered        subclinical            
## 1324                  asymptomatic  recovered        subclinical            
## 1325                  asymptomatic  recovered        subclinical            
## 1326                  asymptomatic  recovered        subclinical            
## 1327                  asymptomatic  recovered        subclinical            
## 1328                  asymptomatic  recovered        subclinical            
## 1329                  asymptomatic  recovered        subclinical            
## 1330                  asymptomatic  recovered        subclinical            
## 1331                  asymptomatic  recovered        subclinical            
## 1332                  asymptomatic  recovered        subclinical            
## 1333                        stable      fatal           clinical            
## 1334                          mild  recovered           clinical            
## 1335                        stable  recovered           clinical            
## 1336                        stable      fatal           clinical            
## 1337                         fatal      fatal           clinical            
## 1338                           ICU      fatal           clinical            
## 1339                  asymptomatic  recovered        subclinical            
## 1340                  asymptomatic  recovered        subclinical            
## 1341                        stable  recovered           clinical            
## 1342                        stable      fatal           clinical            
## 1343                  asymptomatic  recovered        subclinical            
## 1344                        stable  recovered           clinical            
## 1345                        stable  recovered           clinical            
## 1346                  asymptomatic  recovered        subclinical            
## 1347                        stable  recovered           clinical            
## 1348                        stable  recovered           clinical            
## 1349                           ICU      fatal           clinical            
## 1350                        stable  recovered           clinical            
## 1351                        stable  recovered           clinical            
## 1352                           ICU      fatal           clinical            
## 1353                        stable  recovered           clinical            
## 1354                           ICU      fatal           clinical            
## 1355                        stable  recovered           clinical            
## 1356                        stable  recovered           clinical            
## 1357                           ICU  recovered           clinical            
## 1358                           ICU      fatal           clinical            
## 1359                                recovered           clinical            
## 1360                         fatal      fatal           clinical            
## 1361                           ICU      fatal           clinical            
## 1362                        stable  recovered           clinical            
## 1363                        stable  recovered           clinical            
## 1364                        stable  recovered           clinical            
## 1365                        stable  recovered           clinical            
## 1366                        stable  recovered           clinical            
## 1367                        stable  recovered           clinical            
## 1368                        stable  recovered           clinical            
## 1369                        stable      fatal           clinical            
## 1370                           ICU      fatal           clinical            
## 1371                        stable  recovered           clinical            
## 1372                        stable  recovered           clinical            
## 1373                         fatal      fatal           clinical            
## 1374                        stable      fatal           clinical            
## 1375                        stable                      clinical            
## 1376                        stable  recovered           clinical            
## 1377                        stable  recovered           clinical            
## 1378                        stable  recovered           clinical            
## 1379                        stable                      clinical            
## 1380                           ICU                      clinical            
##         cluster Cauchemez.cluster animal_contact camel_contact   HCW
## 1                               1           TRUE          TRUE      
## 2                               3           TRUE                    
## 3             B                 2                                   
## 4             B                 2           TRUE          TRUE      
## 5             B                 2                                   
## 6             B                 2                                   
## 7             C                 7                                   
## 8                               8                                   
## 9                               9                                   
## 10            D                10           TRUE         FALSE      
## 11            D                10           TRUE         FALSE      
## 12            D                10                                   
## 13            E                12                                   
## 14            E                12                                   
## 15            E                12                                   
## 16            E                12                                   
## 17            E                12                                   
## 18            E                12                                   
## 19            E                12                                   
## 20            E                12                                   
## 21            E                12                                   
## 22            E                12                                   
## 23            E                12                                   
## 24            E                12                                   
## 25            E                12                                   
## 26            E                12                                   
## 27            E                12                                   
## 28            E                12                                   
## 29            E                12                                   
## 30            E                12                               TRUE
## 31            E                12                                   
## 32            E                12                                   
## 33            E                12                                   
## 34            E                12                               TRUE
## 35            E                12                                   
## 36            E                12                                   
## 37            E                12                                   
## 38                             17                                   
## 39                             18                                   
## 40                             18                                   
## 41                             18                                   
## 42                             18                                   
## 43                             18                                   
## 44                                                                  
## 45            H                21           TRUE          TRUE      
## 46                             22                                   
## 47                             20                                   
## 48                             12                                   
## 49                                                                  
## 50            J                23                                   
## 51                             24                                   
## 52                             25                                   
## 53                             27                               TRUE
## 54                             28                                   
## 55                             26                                   
## 56                             29                                   
## 57            J                30                               TRUE
## 58           J?               30?                               TRUE
## 59            J                30                               TRUE
## 60            K                 8                                   
## 61                             31                                   
## 62            K                 8                                   
## 63            L                 8                                   
## 64            L                 8                                   
## 65            K                 8                                   
## 66                             32                               TRUE
## 67                             33                               TRUE
## 68                             34                                   
## 69                             36                                   
## 70                             35                                   
## 71            H                21                        FALSE  TRUE
## 72            M                37                                   
## 73            M                37                                   
## 74            M                37                               TRUE
## 75                             39          FALSE                    
## 76                             40          FALSE                    
## 77                             41                                   
## 78                             42          FALSE                    
## 79            M                37                               TRUE
## 80            K                 8                               TRUE
## 81                                                                  
## 82            Q                                                     
## 83            P                                                     
## 84                                                                  
## 85                                                                  
## 86            O                                                     
## 87            O                                                     
## 88                                                                  
## 89            P                                                     
## 90            Q                             TRUE          TRUE      
## 91            Q                             TRUE          TRUE      
## 92            Q                                          FALSE      
## 93            Q                             TRUE          TRUE      
## 94                                                                  
## 95                                         FALSE                TRUE
## 96            R                                                 TRUE
## 97            Q                                          FALSE      
## 98            Q                             TRUE          TRUE      
## 99            Q                                          FALSE      
## 100           Q                                          FALSE      
## 101           S                                                 TRUE
## 102           T                                                     
## 103           Q                                          FALSE      
## 104                                                                 
## 105                                                                 
## 106           S                                                     
## 107           S                                                     
## 108           S                                                 TRUE
## 109           T                                                     
## 110           T                                                     
## 111           T                                                 TRUE
## 112           Q                                          FALSE  TRUE
## 113           U                                                 TRUE
## 114           V                                                 TRUE
## 115           S                                                     
## 116           S                                                     
## 117                                                                 
## 118                                                                 
## 119           W                                                     
## 120                                                                 
## 121           W                                                     
## 122           W                                                     
## 123           W                                                     
## 124                                                                 
## 125                                                                 
## 126                                                                 
## 127           Y                                                     
## 128           Y                            FALSE                    
## 129                                        FALSE                TRUE
## 130                                        FALSE                    
## 131           Z                            FALSE                    
## 132          AA                                                     
## 133                                                                 
## 134                                         TRUE          TRUE      
## 135          AA                                                     
## 136                                        FALSE                    
## 137                                        FALSE                    
## 138          AB                            FALSE                    
## 139          AB                                                 TRUE
## 140                                        FALSE                    
## 141          AE                                                 TRUE
## 142          AE                                                 TRUE
## 143          AE                            FALSE                    
## 144                                         TRUE                    
## 145                                        FALSE                    
## 146          AE                                                     
## 147          AE                                                 TRUE
## 148                                        FALSE                TRUE
## 149                                      UNKNOWN                    
## 150                                        FALSE                    
## 151                                        FALSE                    
## 152                                         TRUE                    
## 153                                        FALSE                    
## 154                                                                 
## 155                                         TRUE                    
## 156                                        FALSE                    
## 157          AF                                                     
## 158                                        FALSE                    
## 159          AH                             TRUE          TRUE      
## 160          AH                                                     
## 161          AH                                                     
## 162          AH                                                     
## 163                                         TRUE          TRUE      
## 164                                        FALSE                    
## 165                                        FALSE                    
## 166                                         TRUE          TRUE      
## 167                                         TRUE          TRUE      
## 168                                        FALSE                    
## 169                                                             TRUE
## 170                                                             TRUE
## 171                                        FALSE                    
## 172                                        FALSE                    
## 173          AI                                                     
## 174          AI                                                ?TRUE
## 175                                                             TRUE
## 176                                                                 
## 177                                                             TRUE
## 178                                                             TRUE
## 179                                                             TRUE
## 180                                                             TRUE
## 181                                                                 
## 182                                        FALSE         FALSE      
## 183                                                                 
## 184                                        FALSE                    
## 185                                                                 
## 186                                                                 
## 187                                                                 
## 188                                                                 
## 189                                                                 
## 190                                                                 
## 191                                                             TRUE
## 192                                                             TRUE
## 193                                                             TRUE
## 194                                                             TRUE
## 195                                                                 
## 196                                                             TRUE
## 197                                                                 
## 198                                                                 
## 199                                                             TRUE
## 200                                                             TRUE
## 201                                                                 
## 202                                                                 
## 203                                                                 
## 204                                                             TRUE
## 205                                                             TRUE
## 206                                                             TRUE
## 207                                                                 
## 208                                                                 
## 209                                                                 
## 210                                                             TRUE
## 211                                                             TRUE
## 212                                                             TRUE
## 213                                         TRUE          TRUE      
## 214                                                                 
## 215                                                                 
## 216                                                                 
## 217                                                                 
## 218                                                                 
## 219                                                                 
## 220                                                                 
## 221                                                                 
## 222                                                             TRUE
## 223                                                             TRUE
## 224                                                             TRUE
## 225                                                                 
## 226                                                                 
## 227                                                                 
## 228                                                                 
## 229                                                                 
## 230                                                                 
## 231                                                                 
## 232                                                             TRUE
## 233                                                             TRUE
## 234                                                                 
## 235                                                                 
## 236                                                                 
## 237                                                                 
## 238                                                                 
## 239                                                                 
## 240                                                             TRUE
## 241                                                                 
## 242                                                                 
## 243                                                                 
## 244                                                             TRUE
## 245                                                                 
## 246                                                                 
## 247                                        FALSE                    
## 248                                                             TRUE
## 249                                                                 
## 250                                                                 
## 251                                                                 
## 252                                                                 
## 253                                                                 
## 254                                                                 
## 255                                                                 
## 256                                                                 
## 257                                                                 
## 258                                                                 
## 259                                                                 
## 260                                                                 
## 261                                                                 
## 262                                                                 
## 263                                                                 
## 264                                                                 
## 265          AK                             TRUE          TRUE      
## 266                                                                 
## 267                                                                 
## 268                                                                 
## 269                                                             TRUE
## 270                                                                 
## 271                                                                 
## 272                                                                 
## 273                                                                 
## 274                                                                 
## 275                                                                 
## 276                                                             TRUE
## 277                                                                 
## 278                                                                 
## 279                                                                 
## 280                                                             TRUE
## 281                                                                 
## 282                                                                 
## 283                                                             TRUE
## 284                                                                 
## 285                                                                 
## 286                                                                 
## 287                                                                 
## 288                                                                 
## 289                                                                 
## 290                                                                 
## 291                                                                 
## 292                                                                 
## 293                                                                 
## 294                                                                 
## 295                                                                 
## 296                                                                 
## 297                                                             TRUE
## 298                                                                 
## 299                                                                 
## 300                                                                 
## 301                                                             TRUE
## 302                                                             TRUE
## 303                                                                 
## 304                                                                 
## 305                                                                 
## 306                                                             TRUE
## 307                                                                 
## 308                                                                 
## 309                                                             TRUE
## 310                                                                 
## 311                                                                 
## 312                                                             TRUE
## 313                                                             TRUE
## 314                                                                 
## 315                                                                 
## 316                                                             TRUE
## 317                                                                 
## 318                                                                 
## 319                                                                 
## 320                                                                 
## 321                                                                 
## 322                                                                 
## 323                                                             TRUE
## 324                                                             TRUE
## 325                                                             TRUE
## 326                                                                 
## 327                                                                 
## 328                                                                 
## 329                                                                 
## 330                                                                 
## 331                                                                 
## 332                                                                 
## 333                                                                 
## 334                                                                 
## 335                                                             TRUE
## 336                                                             TRUE
## 337                                                             TRUE
## 338                                                             TRUE
## 339                                                             TRUE
## 340                                                             TRUE
## 341                                                             TRUE
## 342                                                                 
## 343                                                                 
## 344                                                                 
## 345                                                             TRUE
## 346                                                                 
## 347                                                             TRUE
## 348                                                                 
## 349                                                                 
## 350                                                                 
## 351                                                                 
## 352                                                                 
## 353                                                                 
## 354                                                                 
## 355                                                                 
## 356                                                                 
## 357                                                                 
## 358                                                                 
## 359                                                                 
## 360                                                                 
## 361                                                                 
## 362                                                                 
## 363                                                                 
## 364                                                                 
## 365                                                                 
## 366                                                                 
## 367                                                                 
## 368                                                                 
## 369                                                                 
## 370                                                                 
## 371                                                                 
## 372                                                                 
## 373                                                                 
## 374                                                                 
## 375                                                                 
## 376                                                                 
## 377                                                                 
## 378                                                                 
## 379                                                                 
## 380                                                                 
## 381                                                                 
## 382                                                                 
## 383                                                                 
## 384                                                                 
## 385                                                                 
## 386                                                                 
## 387                                                                 
## 388          AM                                                 TRUE
## 389                                                                 
## 390                                                                 
## 391                                                                 
## 392                                                                 
## 393                                                                 
## 394                                                                 
## 395                                                                 
## 396                                                                 
## 397                                                                 
## 398                                                                 
## 399                                                                 
## 400                                                                 
## 401                                                                 
## 402                                                                 
## 403                                                                 
## 404                                                                 
## 405                                                                 
## 406                                                                 
## 407                                                             TRUE
## 408                                                                 
## 409                                                                 
## 410                                                                 
## 411                                                                 
## 412                                                                 
## 413                                                                 
## 414                                                                 
## 415                                                                 
## 416                                                                 
## 417                                                                 
## 418                                                                 
## 419                                                                 
## 420                                                                 
## 421                                                                 
## 422                                                                 
## 423                                                                 
## 424                                                                 
## 425                                                                 
## 426                                                                 
## 427                                                                 
## 428                                                                 
## 429                                                                 
## 430                                                                 
## 431                                                                 
## 432                                                                 
## 433                                                                 
## 434                                                                 
## 435                                                                 
## 436                                                                 
## 437                                                                 
## 438                                                                 
## 439                                                                 
## 440                                                                 
## 441                                                                 
## 442                                                                 
## 443                                                                 
## 444                                                                 
## 445                                                                 
## 446                                                                 
## 447                                                                 
## 448                                                                 
## 449                                                                 
## 450                                                                 
## 451                                                                 
## 452                                                                 
## 453                                                                 
## 454                                                                 
## 455                                                                 
## 456                                                                 
## 457                                                                 
## 458                                                                 
## 459                                                                 
## 460                                                                 
## 461                                                                 
## 462                                                                 
## 463                                                                 
## 464                                                                 
## 465                                                                 
## 466                                                                 
## 467                                                                 
## 468                                                                 
## 469                                                                 
## 470                                                                 
## 471                                                                 
## 472                                                                 
## 473                                                                 
## 474                                                                 
## 475                                                                 
## 476                                                                 
## 477                                                                 
## 478                                                                 
## 479                                                                 
## 480                                                                 
## 481                                                                 
## 482                                                                 
## 483                                                                 
## 484                                                                 
## 485                                                                 
## 486                                                                 
## 487                                                                 
## 488                                                                 
## 489                                                                 
## 490                                                                 
## 491                                                                 
## 492                                                                 
## 493                                                                 
## 494                                                                 
## 495                                                            FALSE
## 496                                                                 
## 497                                                                 
## 498                                                                 
## 499                                                                 
## 500                                                                 
## 501                                                                 
## 502                                                             TRUE
## 503                                                                 
## 504                                                                 
## 505                                                                 
## 506                                                                 
## 507                                        FALSE                    
## 508                                                                 
## 509                                                                 
## 510                                                                 
## 511                                                                 
## 512                                                                 
## 513                                                                 
## 514                                                                 
## 515                                                                 
## 516                                                                 
## 517                                                                 
## 518                                                                 
## 519                                                                 
## 520                                                                 
## 521                                                                 
## 522                                                                 
## 523                                                                 
## 524                                                                 
## 525                                                                 
## 526                                                                 
## 527                                                       TRUE      
## 528                                                                 
## 529                                                                 
## 530                                                                 
## 531                                                                 
## 532                                                                 
## 533                                                                 
## 534                                                                 
## 535                                                            ?TRUE
## 536                                                                 
## 537                                                                 
## 538                                                                 
## 539                                                                 
## 540                                                                 
## 541                                                                 
## 542                                                                 
## 543                                                                 
## 544                                                                 
## 545                                                                 
## 546                                                                 
## 547                                                                 
## 548                                                                 
## 549                                                                 
## 550                                                                 
## 551                                                                 
## 552                                                                 
## 553                                                                 
## 554         AN?                                                     
## 555                                                                 
## 556                                                                 
## 557                                                                 
## 558                                                             TRUE
## 559                                                                 
## 560                                                                 
## 561                                                                 
## 562                                                                 
## 563         AN?                                                     
## 564                                                                 
## 565                                                                 
## 566                                                                 
## 567                                                                 
## 568                                                                 
## 569                                                            FALSE
## 570         AN?                                                     
## 571         AN?                                                     
## 572                                                                 
## 573                                                                 
## 574         AN?                                                     
## 575                                                                 
## 576                                                                 
## 577                                                                 
## 578                                                                 
## 579                                                                 
## 580                                                                 
## 581                                                                 
## 582                                                                 
## 583                                                                 
## 584          AQ                                                     
## 585          AQ                                                     
## 586                                                                 
## 587         AR?                                                     
## 588                                                                 
## 589                                                                 
## 590                                                            FALSE
## 591                                                            FALSE
## 592         AR?                                                 TRUE
## 593                                                            FALSE
## 594                                                            FALSE
## 595                                                            FALSE
## 596         AR?                                                FALSE
## 597         AR?                                                FALSE
## 598         AR?                                                FALSE
## 599         AR?                                                 TRUE
## 600                                                            FALSE
## 601                                                            FALSE
## 602                                                             TRUE
## 603                                         TRUE               FALSE
## 604                                                            FALSE
## 605                                        FALSE               FALSE
## 606                                                            FALSE
## 607                                                            FALSE
## 608                                        FALSE               FALSE
## 609                                         TRUE          TRUE FALSE
## 610                                        FALSE               FALSE
## 611                                        FALSE         FALSE FALSE
## 612                                        FALSE         FALSE FALSE
## 613                                        FALSE         FALSE FALSE
## 614                                        FALSE         FALSE FALSE
## 615                                        FALSE         FALSE  TRUE
## 616                                        FALSE         FALSE FALSE
## 617                                         TRUE          TRUE FALSE
## 618                                                            FALSE
## 619                                        FALSE         FALSE FALSE
## 620                                         TRUE          TRUE FALSE
## 621                                        FALSE         FALSE FALSE
## 622                                        FALSE         FALSE FALSE
## 623                                         TRUE          TRUE FALSE
## 624                                                            FALSE
## 625                                                            FALSE
## 626                                                            FALSE
## 627                                                            FALSE
## 628                                                            FALSE
## 629                                                             TRUE
## 630                                                            FALSE
## 631                                                            FALSE
## 632                                        FALSE         FALSE FALSE
## 633                                        FALSE         FALSE FALSE
## 634                                        FALSE         FALSE FALSE
## 635                                         TRUE             ? FALSE
## 636                                                                 
## 637                                        FALSE         FALSE  TRUE
## 638                                        FALSE         FALSE FALSE
## 639                                        FALSE         FALSE  TRUE
## 640                                         TRUE          TRUE FALSE
## 641                                        FALSE         FALSE FALSE
## 642                                         TRUE          TRUE FALSE
## 643                                         TRUE          TRUE FALSE
## 644                                            ?             ? FALSE
## 645                                         TRUE          TRUE FALSE
## 646                                        FALSE         FALSE FALSE
## 647                                        FALSE      indirect FALSE
## 648                                        FALSE         FALSE FALSE
## 649                                        FALSE         FALSE FALSE
## 650                                         TRUE          TRUE FALSE
## 651                                                            FALSE
## 652                                        FALSE         FALSE FALSE
## 653                                        FALSE         FALSE FALSE
## 654                                        FALSE         FALSE FALSE
## 655                                        FALSE         FALSE FALSE
## 656                                        FALSE         FALSE  TRUE
## 657                                        FALSE         FALSE FALSE
## 658                                        FALSE         FALSE FALSE
## 659                                                            FALSE
## 660                                        FALSE         FALSE FALSE
## 661                                        FALSE         FALSE FALSE
## 662                                        FALSE         FALSE FALSE
## 663                                        FALSE         FALSE FALSE
## 664                                        FALSE         FALSE  TRUE
## 665                                        FALSE         FALSE FALSE
## 666                                        FALSE         FALSE FALSE
## 667                                        FALSE         FALSE FALSE
## 668                                        FALSE         FALSE FALSE
## 669                                         TRUE         TRUE? FALSE
## 670                                        FALSE         FALSE  TRUE
## 671                                        FALSE         FALSE FALSE
## 672                                        FALSE         FALSE  TRUE
## 673                                        FALSE         FALSE FALSE
## 674                                         TRUE         FALSE  TRUE
## 675                                         TRUE         FALSE  TRUE
## 676                                         TRUE          TRUE FALSE
## 677                                        FALSE         FALSE FALSE
## 678                                        FALSE         FALSE  TRUE
## 679                                        FALSE         FALSE FALSE
## 680                                        FALSE         FALSE FALSE
## 681                                        FALSE         FALSE FALSE
## 682                                        FALSE         FALSE FALSE
## 683                                        FALSE         FALSE FALSE
## 684                                        FALSE         FALSE  TRUE
## 685                                         TRUE         FALSE FALSE
## 686                                        FALSE         FALSE FALSE
## 687                                        FALSE         FALSE FALSE
## 688                                        FALSE         FALSE FALSE
## 689         BR?                            FALSE         FALSE FALSE
## 690                                        FALSE         FALSE FALSE
## 691                                        FALSE         FALSE FALSE
## 692                                        FALSE         FALSE FALSE
## 693                                         TRUE          TRUE FALSE
## 694                                         TRUE          TRUE FALSE
## 695         BR?                            FALSE         FALSE FALSE
## 696                                         TRUE          TRUE FALSE
## 697         BR?                            FALSE         FALSE FALSE
## 698                                        FALSE         FALSE FALSE
## 699                                        FALSE         FALSE FALSE
## 700         BR?                            FALSE         FALSE FALSE
## 701                                        FALSE         FALSE  TRUE
## 702                                        FALSE         FALSE FALSE
## 703                                         TRUE          TRUE FALSE
## 704                                         TRUE      indirect FALSE
## 705                                        FALSE         FALSE FALSE
## 706                                        FALSE         FALSE FALSE
## 707                                            ?             ? FALSE
## 708                                         TRUE          TRUE FALSE
## 709          AV                            FALSE         FALSE  TRUE
## 710                                         TRUE          TRUE FALSE
## 711                                         TRUE      indirect FALSE
## 712                                         TRUE          TRUE FALSE
## 713                                        FALSE         FALSE FALSE
## 714                                         TRUE      Indirect FALSE
## 715                                         TRUE          TRUE FALSE
## 716                                     Indirect      Indirect FALSE
## 717                                     Indirect      Indirect FALSE
## 718                                        FALSE         FALSE FALSE
## 719          AT                            FALSE         FALSE FALSE
## 720                                        FALSE         FALSE FALSE
## 721                                     Indirect      Indirect FALSE
## 722                                         TRUE          TRUE FALSE
## 723                                     Indirect      Indirect FALSE
## 724          AT                            FALSE         FALSE FALSE
## 725                                        FALSE         FALSE FALSE
## 726         AU?                            FALSE         FALSE FALSE
## 727         AU?                            FALSE         FALSE FALSE
## 728         AU?                            FALSE         FALSE FALSE
## 729                                        FALSE         FALSE FALSE
## 730                                        FALSE         FALSE FALSE
## 731                                        FALSE         FALSE FALSE
## 732          AT                            FALSE         FALSE FALSE
## 733                                        FALSE         FALSE FALSE
## 734          AY                             TRUE          TRUE FALSE
## 735          AY                            FALSE         FALSE FALSE
## 736                                         TRUE          TRUE FALSE
## 737                                        FALSE         FALSE FALSE
## 738          AY                            FALSE         FALSE FALSE
## 739                                        FALSE         FALSE FALSE
## 740                                        FALSE         FALSE  TRUE
## 741                                        FALSE         FALSE FALSE
## 742         BB?                             TRUE          TRUE FALSE
## 743          AW                            FALSE         FALSE FALSE
## 744          AX                            FALSE         FALSE FALSE
## 745                                        FALSE         FALSE FALSE
## 746                                        FALSE         FALSE FALSE
## 747                                        FALSE         FALSE  TRUE
## 748          AW                            FALSE         FALSE  TRUE
## 749                                        FALSE         FALSE FALSE
## 750                                        FALSE         FALSE FALSE
## 751                                        FALSE         FALSE FALSE
## 752          BF                             TRUE          TRUE FALSE
## 753          AX                            FALSE         FALSE FALSE
## 754          BA                            FALSE         FALSE FALSE
## 755                                         TRUE          TRUE FALSE
## 756                                        FALSE         FALSE FALSE
## 757                                         TRUE          TRUE FALSE
## 758                                        FALSE         FALSE FALSE
## 759                                        FALSE         FALSE FALSE
## 760          AX                            FALSE         FALSE FALSE
## 761                                        FALSE         FALSE  TRUE
## 762                                        FALSE         FALSE FALSE
## 763          AW                            FALSE         FALSE FALSE
## 764          AW                            FALSE         FALSE FALSE
## 765          AW                            FALSE         FALSE FALSE
## 766                                        FALSE         FALSE FALSE
## 767          AW                            FALSE         FALSE  TRUE
## 768          AZ                            FALSE         FALSE FALSE
## 769                                         TRUE         FALSE FALSE
## 770                                        FALSE         FALSE FALSE
## 771          AW                             TRUE         FALSE FALSE
## 772          BD                            FALSE         FALSE FALSE
## 773          AY                             TRUE          TRUE FALSE
## 774          AZ                            FALSE         FALSE FALSE
## 775          AZ                            FALSE         FALSE FALSE
## 776                                        FALSE         FALSE FALSE
## 777          BA                            FALSE         FALSE FALSE
## 778          BC                            FALSE         FALSE FALSE
## 779          BE                            FALSE         FALSE FALSE
## 780          AW                            FALSE         FALSE  TRUE
## 781                                        FALSE         FALSE FALSE
## 782                                         TRUE          TRUE FALSE
## 783          AZ                            FALSE         FALSE FALSE
## 784                                        FALSE         FALSE FALSE
## 785                                         TRUE          TRUE FALSE
## 786                                                            FALSE
## 787          AW                            FALSE         FALSE FALSE
## 788          BG                            FALSE         FALSE FALSE
## 789                                        FALSE         FALSE FALSE
## 790          AW                            FALSE         FALSE FALSE
## 791          AZ                            FALSE         FALSE FALSE
## 792                                        FALSE         FALSE  TRUE
## 793          AT                            FALSE         FALSE FALSE
## 794                                        FALSE         FALSE FALSE
## 795          BE                            FALSE         FALSE  TRUE
## 796          BE                            FALSE         FALSE  TRUE
## 797                                        FALSE         FALSE FALSE
## 798          BD                            FALSE         FALSE FALSE
## 799                                       ?FALSE        ?FALSE FALSE
## 800                                        FALSE         FALSE FALSE
## 801          BC                            FALSE         FALSE FALSE
## 802         BB?                            FALSE         FALSE FALSE
## 803                                        FALSE         FALSE FALSE
## 804          AX                            FALSE         FALSE FALSE
## 805          BC                            FALSE         FALSE FALSE
## 806          AW                            FALSE         FALSE FALSE
## 807                                                            FALSE
## 808                                         TRUE          TRUE FALSE
## 809                                        FALSE         FALSE FALSE
## 810          BI                            FALSE         FALSE  TRUE
## 811                                        FALSE         FALSE FALSE
## 812                                        FALSE         FALSE FALSE
## 813                                                            FALSE
## 814         BB?                            FALSE         FALSE  TRUE
## 815          BF                                                FALSE
## 816         AZ?                            FALSE         FALSE  TRUE
## 817                                        FALSE         FALSE FALSE
## 818                                        FALSE         FALSE FALSE
## 819                                        FALSE         FALSE FALSE
## 820          BC                            FALSE         FALSE  TRUE
## 821                                        FALSE         FALSE FALSE
## 822                                        FALSE         FALSE FALSE
## 823                                        FALSE         FALSE FALSE
## 824          BC                            FALSE         FALSE FALSE
## 825                                                            FALSE
## 826                                        FALSE         FALSE FALSE
## 827                                                            FALSE
## 828                                        FALSE         FALSE FALSE
## 829                                                             TRUE
## 830                                                            FALSE
## 831                                         TRUE          TRUE FALSE
## 832                                        FALSE         FALSE FALSE
## 833                                                            FALSE
## 834                                         TRUE      indirect FALSE
## 835                                        FALSE         FALSE  TRUE
## 836          BG                            FALSE         FALSE FALSE
## 837                                                            FALSE
## 838                                                            FALSE
## 839                                        FALSE         FALSE FALSE
## 840                                        FALSE         FALSE  TRUE
## 841                                        FALSE         FALSE FALSE
## 842                                        FALSE         FALSE FALSE
## 843                                                            FALSE
## 844                                         TRUE         FALSE FALSE
## 845          BC                            FALSE         FALSE FALSE
## 846                                        FALSE         FALSE FALSE
## 847          BI                            FALSE         FALSE  TRUE
## 848          BH                            ?TRUE         ?TRUE FALSE
## 849                                                            FALSE
## 850                                                            FALSE
## 851                                         TRUE          TRUE FALSE
## 852                                         TRUE          TRUE FALSE
## 853                                                            FALSE
## 854                                        FALSE         FALSE FALSE
## 855                                        FALSE         FALSE FALSE
## 856                                                                 
## 857          BJ                                                FALSE
## 858          BH                                                FALSE
## 859                                                            FALSE
## 860                                                            FALSE
## 861                                         TRUE          TRUE FALSE
## 862          BJ                            FALSE         FALSE FALSE
## 863                                                            FALSE
## 864          BI                            FALSE         FALSE FALSE
## 865          AW                                                FALSE
## 866                                         TRUE          TRUE FALSE
## 867                                                            FALSE
## 868                                         TRUE          TRUE FALSE
## 869                                         TRUE          TRUE FALSE
## 870                                                            FALSE
## 871          BJ                            FALSE         FALSE  TRUE
## 872                                                            FALSE
## 873                                                            FALSE
## 874          BJ                            FALSE         FALSE  TRUE
## 875                                                            FALSE
## 876                                                            FALSE
## 877                                                            FALSE
## 878                                                            FALSE
## 879                                         TRUE          TRUE FALSE
## 880                                                             TRUE
## 881                                         TRUE          TRUE FALSE
## 882          BK                             TRUE          TRUE FALSE
## 883                                                            FALSE
## 884                                                            FALSE
## 885                                                            FALSE
## 886                                    ?indirect     ?indirect FALSE
## 887                                         TRUE          TRUE FALSE
## 888          BK                            FALSE         FALSE FALSE
## 889          BL                                                FALSE
## 890                                        FALSE         FALSE FALSE
## 891                                                            FALSE
## 892          BK                            FALSE         FALSE FALSE
## 893          BK                            FALSE         FALSE FALSE
## 894          BK                            FALSE         FALSE FALSE
## 895          BK                            FALSE         FALSE FALSE
## 896          BL                            FALSE         FALSE FALSE
## 897                                                            FALSE
## 898                                                            FALSE
## 899                                                            FALSE
## 900                                         TRUE          TRUE FALSE
## 901          BL                            FALSE         FALSE FALSE
## 902          BK                             TRUE          TRUE FALSE
## 903         BN?                             TRUE          TRUE FALSE
## 904                                                            FALSE
## 905                                                            FALSE
## 906          BK                            FALSE         FALSE FALSE
## 907                                        FALSE         FALSE FALSE
## 908          BQ                         Indirect      indirect FALSE
## 909          BP                                                FALSE
## 910          BO                             TRUE          TRUE FALSE
## 911          BK                            FALSE         FALSE  TRUE
## 912          BQ                            FALSE         FALSE FALSE
## 913          BK                            FALSE         FALSE FALSE
## 914          BO                            FALSE         FALSE FALSE
## 915                                                            FALSE
## 916                                                            FALSE
## 917                                                            FALSE
## 918                                                            FALSE
## 919                                                            FALSE
## 920                                                            FALSE
## 921                                         TRUE         FALSE  TRUE
## 922                                        FALSE         FALSE FALSE
## 923                                        FALSE         FALSE FALSE
## 924                                        FALSE         FALSE  TRUE
## 925                                                            FALSE
## 926                                                            FALSE
## 927          BK                            FALSE         FALSE  TRUE
## 928                                                            FALSE
## 929          BQ                            FALSE         FALSE ?TRUE
## 930          BP                            FALSE         FALSE  TRUE
## 931                                         TRUE          TRUE FALSE
## 932                                                            FALSE
## 933                                                            FALSE
## 934                                                                 
## 935                                                            FALSE
## 936                                         TRUE         FALSE FALSE
## 937         ?BK                                                FALSE
## 938         ?BK                                                FALSE
## 939         ?BK                                                FALSE
## 940                                         TRUE          TRUE FALSE
## 941                                                            FALSE
## 942         ?BK                                                FALSE
## 943                                                            FALSE
## 944         ?BK                                                 TRUE
## 945         ?BK                                                FALSE
## 946         ?BK                                                FALSE
## 947         ?BK                                                 TRUE
## 948         ?BK                                                FALSE
## 949                                                            FALSE
## 950                                                            FALSE
## 951                                                            FALSE
## 952                                         TRUE          TRUE FALSE
## 953          CA                                                FALSE
## 954                                         TRUE          TRUE FALSE
## 955                                                                 
## 956         ?BV                             TRUE          TRUE FALSE
## 957                                         TRUE          TRUE FALSE
## 958                                        FALSE         FALSE FALSE
## 959          BT                                                FALSE
## 960                                        FALSE         FALSE FALSE
## 961          BU                             TRUE          TRUE FALSE
## 962          BU                                                FALSE
## 963  ?BU or ?BV                                                FALSE
## 964          BT                                          FALSE FALSE
## 965          BT                                                FALSE
## 966                                                            FALSE
## 967  ?BU or ?BV                                                FALSE
## 968          BU                                                FALSE
## 969  ?BU or ?CA                            FALSE         FALSE FALSE
## 970  ?BU or ?CA                                                FALSE
## 971  ?BU or ?CA                                                FALSE
## 972          CA                            FALSE         FALSE  TRUE
## 973                                         TRUE          TRUE  TRUE
## 974                                                            FALSE
## 975  ?BU or ?CA                            FALSE         FALSE  TRUE
## 976  ?BU or ?CA                                                FALSE
## 977  ?BU or ?CA                                                FALSE
## 978          BZ                                                FALSE
## 979          BZ                                                FALSE
## 980          BY                            FALSE         FALSE FALSE
## 981  ?BU or ?CA                                                FALSE
## 982                                                            FALSE
## 983  ?BU or ?CA                                                 TRUE
## 984          BY                                                FALSE
## 985         ?BU                            FALSE         FALSE FALSE
## 986         ?BU                            FALSE         FALSE FALSE
## 987         ?BU                            FALSE         FALSE FALSE
## 988  ?BU or ?CA                                                FALSE
## 989         ?BU                                                FALSE
## 990         ?BU                                                FALSE
## 991         ?BU                                                FALSE
## 992         ?BU                            FALSE         FALSE FALSE
## 993                                         TRUE          TRUE FALSE
## 994         ?BU                                                FALSE
## 995         ?BU                                                FALSE
## 996         ?BU                                                FALSE
## 997         ?BU                                                FALSE
## 998          CF                                                FALSE
## 999         ?BU                            FALSE         FALSE FALSE
## 1000        ?BU                            FALSE         FALSE FALSE
## 1001        ?BU                            FALSE         FALSE FALSE
## 1002        ?BU                                                FALSE
## 1003                                                            TRUE
## 1004        ?BU                                                FALSE
## 1005        ?BU                            FALSE         FALSE FALSE
## 1006        ?BU                            FALSE         FALSE FALSE
## 1007        ?BU                            FALSE         FALSE FALSE
## 1008        ?BU                            FALSE         FALSE FALSE
## 1009        ?BU                            FALSE         FALSE  TRUE
## 1010        ?BU                            FALSE         FALSE FALSE
## 1011        ?BU                            FALSE         FALSE FALSE
## 1012        ?BU                            FALSE         FALSE FALSE
## 1013        ?BU                            FALSE         FALSE FALSE
## 1014        ?BU                            FALSE         FALSE FALSE
## 1015        ?BU                            FALSE         FALSE FALSE
## 1016        ?BU                            FALSE         FALSE FALSE
## 1017                                                            TRUE
## 1018 ?BU or ?CA                            FALSE         FALSE FALSE
## 1019        ?BU                            FALSE         FALSE FALSE
## 1020        ?BU                            FALSE         FALSE FALSE
## 1021        ?BU                            FALSE         FALSE FALSE
## 1022        ?BU                            FALSE         FALSE FALSE
## 1023        ?BU                            FALSE         FALSE FALSE
## 1024        ?BU                            FALSE         FALSE FALSE
## 1025        ?BU                            FALSE         FALSE FALSE
## 1026        ?BU                            FALSE         FALSE FALSE
## 1027        ?BU                            FALSE         FALSE FALSE
## 1028        ?BU                            FALSE         FALSE FALSE
## 1029        ?BU                            FALSE         FALSE FALSE
## 1030        ?BU                            FALSE         FALSE FALSE
## 1031        ?BU                            FALSE         FALSE FALSE
## 1032        ?BU                            FALSE         FALSE FALSE
## 1033        ?BU                            FALSE         FALSE FALSE
## 1034        ?BU                            FALSE         FALSE FALSE
## 1035        ?BU                            FALSE         FALSE  TRUE
## 1036        ?BU                                                FALSE
## 1037                                                           FALSE
## 1038                                                           FALSE
## 1039        ?BU                            FALSE         FALSE FALSE
## 1040        ?BU                            FALSE         FALSE FALSE
## 1041        ?BU                            FALSE         FALSE FALSE
## 1042        ?BU                                                FALSE
## 1043                                                           FALSE
## 1044        ?BU                                                 TRUE
## 1045                                                           FALSE
## 1046 ?BU or ?CA                                                FALSE
## 1047        ?BU                            FALSE         FALSE FALSE
## 1048        ?BU                            FALSE         FALSE FALSE
## 1049        ?BU                            FALSE         FALSE FALSE
## 1050        ?BU                            FALSE         FALSE  TRUE
## 1051        ?BU                            FALSE         FALSE FALSE
## 1052        ?BU                            FALSE         FALSE FALSE
## 1053        ?BU                            FALSE         FALSE FALSE
## 1054        ?BU                            FALSE         FALSE FALSE
## 1055        ?BU                            FALSE         FALSE  TRUE
## 1056        ?BU                            FALSE         FALSE  TRUE
## 1057        ?BU                                                FALSE
## 1058                                                           FALSE
## 1059        ?BU                            FALSE         FALSE FALSE
## 1060        ?CE                                                FALSE
## 1061                                                           FALSE
## 1062         CD                                                FALSE
## 1063        ?BU                            FALSE         FALSE FALSE
## 1064        ?BU                            FALSE         FALSE FALSE
## 1065        ?BU                            FALSE         FALSE FALSE
## 1066        ?BU                            FALSE         FALSE FALSE
## 1067        ?BU                            FALSE         FALSE FALSE
## 1068        ?BU                            FALSE         FALSE  TRUE
## 1069        ?BU                            FALSE         FALSE FALSE
## 1070        ?BU                            FALSE         FALSE  TRUE
## 1071        ?BU                            FALSE         FALSE FALSE
## 1072        ?BU                            FALSE         FALSE FALSE
## 1073        ?BU                            FALSE         FALSE FALSE
## 1074                                        TRUE          TRUE FALSE
## 1075        ?CE                            FALSE         FALSE  TRUE
## 1076        ?BU                            FALSE         FALSE FALSE
## 1077        ?BU                            FALSE         FALSE FALSE
## 1078        ?BU                            FALSE         FALSE FALSE
## 1079        ?BU                            FALSE         FALSE FALSE
## 1080         CD                                                 TRUE
## 1081        ?BU                                                FALSE
## 1082                                        TRUE          TRUE FALSE
## 1083        ?BU                            FALSE         FALSE FALSE
## 1084         CB                                                FALSE
## 1085                                        TRUE          TRUE FALSE
## 1086        ?BU                            FALSE         FALSE  TRUE
## 1087        ?BU                            FALSE         FALSE FALSE
## 1088        ?BU                            FALSE         FALSE FALSE
## 1089        ?BU                            FALSE         FALSE FALSE
## 1090        ?BU                            FALSE         FALSE  TRUE
## 1091        ?BU                            FALSE         FALSE FALSE
## 1092        ?BU                            FALSE         FALSE FALSE
## 1093        ?BU                            FALSE         FALSE FALSE
## 1094         CG                                                FALSE
## 1095        ?BU                            FALSE         FALSE FALSE
## 1096        ?BU                            FALSE         FALSE FALSE
## 1097                                                           FALSE
## 1098        ?BU                            FALSE         FALSE FALSE
## 1099         CB                            FALSE         FALSE FALSE
## 1100         CB                            FALSE         FALSE FALSE
## 1101         CG                            FALSE         FALSE  TRUE
## 1102         CF                            FALSE         FALSE  TRUE
## 1103        ?BU                                                 TRUE
## 1104        ?BU                            FALSE         FALSE FALSE
## 1105        ?BU                            FALSE         FALSE FALSE
## 1106        ?BU                            FALSE         FALSE  TRUE
## 1107        ?BU                            FALSE         FALSE  TRUE
## 1108                                                           FALSE
## 1109         CB                                                FALSE
## 1110                                        TRUE          TRUE FALSE
## 1111        ?BU                            FALSE         FALSE FALSE
## 1112        ?BU                            FALSE         FALSE FALSE
## 1113        ?BU                            FALSE         FALSE FALSE
## 1114        ?BU                            FALSE         FALSE  TRUE
## 1115                                                           FALSE
## 1116        ?BU                            FALSE         FALSE  TRUE
## 1117                                        TRUE          TRUE FALSE
## 1118                                                           FALSE
## 1119        ?BU                            FALSE         FALSE FALSE
## 1120                                                           FALSE
## 1121        ?BU                                                 TRUE
## 1122                                                           FALSE
## 1123        ?BU                            FALSE         FALSE  TRUE
## 1124                                                           FALSE
## 1125        ?BU                            FALSE         FALSE  TRUE
## 1126        ?BU                            FALSE         FALSE  TRUE
## 1127        ?BU                            FALSE         FALSE FALSE
## 1128                                                           FALSE
## 1129                                                           FALSE
## 1130        ?BU                            FALSE         FALSE FALSE
## 1131                                                           FALSE
## 1132                                                           FALSE
## 1133                                                           FALSE
## 1134         CH                             TRUE          TRUE FALSE
## 1135        ?BU                                                 TRUE
## 1136                                        TRUE          TRUE FALSE
## 1137         CC                                                     
## 1138        ?BU                            FALSE         FALSE  TRUE
## 1139        ?BU                            FALSE         FALSE FALSE
## 1140                                                           FALSE
## 1141        ?BU                            FALSE         FALSE FALSE
## 1142        ?BU                            FALSE         FALSE  TRUE
## 1143        ?BU                            FALSE         FALSE  TRUE
## 1144         CJ                                                FALSE
## 1145         CC                            FALSE         FALSE  TRUE
## 1146        ?BU                            FALSE         FALSE  TRUE
## 1147                                                           FALSE
## 1148        ?BU                                                 TRUE
## 1149        ?BU                                                 TRUE
## 1150         CH                            FALSE         FALSE FALSE
## 1151                                                           FALSE
## 1152         CI                                                FALSE
## 1153         CI                            FALSE         FALSE FALSE
## 1154                                                           FALSE
## 1155         CC                            FALSE         FALSE FALSE
## 1156                                                           FALSE
## 1157         CJ                            FALSE         FALSE FALSE
## 1158                                                           FALSE
## 1159                                                           FALSE
## 1160                                        TRUE          TRUE FALSE
## 1161         CJ                            FALSE         FALSE FALSE
## 1162                                       FALSE         FALSE  TRUE
## 1163        ?BU                            FALSE         FALSE  TRUE
## 1164                                                           FALSE
## 1165                                                            TRUE
## 1166                                                           FALSE
## 1167         CK                                                FALSE
## 1168         CK                            FALSE         FALSE FALSE
## 1169                                                           FALSE
## 1170         CK                            FALSE         FALSE FALSE
## 1171         CK                            FALSE         FALSE FALSE
## 1172         CK                            FALSE         FALSE FALSE
## 1173                                                           FALSE
## 1174         CL                                                FALSE
## 1175                                                           FALSE
## 1176         CK                            FALSE         FALSE FALSE
## 1177        ?CL                             TRUE          TRUE FALSE
## 1178         CK                            FALSE         FALSE FALSE
## 1179         CL                            FALSE         FALSE FALSE
## 1180         CK                            FALSE         FALSE FALSE
## 1181         CK                            FALSE         FALSE  TRUE
## 1182         CM                                                FALSE
## 1183         CE                                                FALSE
## 1184         CL                            FALSE         FALSE  TRUE
## 1185        ?CL                            FALSE         FALSE FALSE
## 1186        ?CL                            FALSE         FALSE FALSE
## 1187        ?CL                            FALSE         FALSE FALSE
## 1188         CK                            FALSE         FALSE  TRUE
## 1189         CM                            FALSE         FALSE FALSE
## 1190         CL                            FALSE         FALSE  TRUE
## 1191                                       FALSE         FALSE FALSE
## 1192                                        TRUE          TRUE FALSE
## 1193                                                           FALSE
## 1194         CE                                                FALSE
## 1195                                                           FALSE
## 1196         CD                                                FALSE
## 1197                                                           FALSE
## 1198         CD                            FALSE         FALSE  TRUE
## 1199                                        TRUE          TRUE FALSE
## 1200                                        TRUE          TRUE FALSE
## 1201                                        TRUE          TRUE FALSE
## 1202                                        TRUE          TRUE FALSE
## 1203                                        TRUE          TRUE FALSE
## 1204                                        TRUE          TRUE FALSE
## 1205                                        TRUE          TRUE FALSE
## 1206                                        TRUE          TRUE FALSE
## 1207                                        TRUE          TRUE FALSE
## 1208         CO                             TRUE          TRUE FALSE
## 1209                                       FALSE         FALSE FALSE
## 1210                                        TRUE          TRUE FALSE
## 1211                                                           FALSE
## 1212         CO                             TRUE          TRUE FALSE
## 1213                                                                
## 1214        ?CU                                                     
## 1215        ?CU                             TRUE          TRUE      
## 1216                                       FALSE         FALSE FALSE
## 1217                                        TRUE         FALSE FALSE
## 1218                                                           FALSE
## 1219                                        TRUE          TRUE FALSE
## 1220         CU                                                 TRUE
## 1221         CT                                                FALSE
## 1222                                                           FALSE
## 1223         CP                                                FALSE
## 1224         CP                                                FALSE
## 1225        ?CP                                                FALSE
## 1226                                                           FALSE
## 1227         CP                                                FALSE
## 1228        ?CP                             TRUE          TRUE FALSE
## 1229         CP                                                 TRUE
## 1230                                        TRUE          TRUE FALSE
## 1231         CP                                                FALSE
## 1232         CP                                                 TRUE
## 1233                                        TRUE          TRUE FALSE
## 1234        ?CP                                                FALSE
## 1235        ?CP                                                FALSE
## 1236         CP                                                FALSE
## 1237                                                            TRUE
## 1238        ?CP                                                     
## 1239                                                                
## 1240        ?CP                                                FALSE
## 1241         CT                            FALSE         FALSE FALSE
## 1242                                        TRUE          TRUE FALSE
## 1243                                        TRUE          TRUE FALSE
## 1244         CT                            FALSE         FALSE FALSE
## 1245                                        TRUE          TRUE FALSE
## 1246                                                           FALSE
## 1247                                                           FALSE
## 1248         CV                             TRUE          TRUE FALSE
## 1249                                        TRUE          TRUE FALSE
## 1250         CP                            FALSE         FALSE  TRUE
## 1251         CP                            FALSE         FALSE FALSE
## 1252         CP                            FALSE         FALSE FALSE
## 1253                                                           FALSE
## 1254         CP                            FALSE         FALSE FALSE
## 1255                                                           FALSE
## 1256                                                           FALSE
## 1257                                                           FALSE
## 1258         CP                                                 TRUE
## 1259         CP                                                 TRUE
## 1260         CP                                                 TRUE
## 1261         CV                                                FALSE
## 1262                                        TRUE          TRUE FALSE
## 1263        ?CP                                                FALSE
## 1264         CP                                                FALSE
## 1265         CP                                                FALSE
## 1266         CW                                                FALSE
## 1267                                                            TRUE
## 1268                                        TRUE          TRUE FALSE
## 1269                                        TRUE          TRUE FALSE
## 1270                                                           FALSE
## 1271                                        TRUE          TRUE FALSE
## 1272                                                           FALSE
## 1273         CW                                                FALSE
## 1274                                                           FALSE
## 1275                                                           FALSE
## 1276                                        TRUE          TRUE FALSE
## 1277         CP                                                FALSE
## 1278         CP                                                FALSE
## 1279         CP                                                FALSE
## 1280                                                           FALSE
## 1281                                        TRUE          TRUE FALSE
## 1282                                                           FALSE
## 1283         CP                                                FALSE
## 1284         CP                                                FALSE
## 1285                                        TRUE          TRUE FALSE
## 1286         CX                                                FALSE
## 1287                                                           FALSE
## 1288                                        TRUE          TRUE FALSE
## 1289        ?CY                             TRUE          TRUE FALSE
## 1290                                        TRUE          TRUE FALSE
## 1291         CZ                                                FALSE
## 1292                                                           FALSE
## 1293         CX                                                FALSE
## 1294         CP                                                FALSE
## 1295                                        TRUE          TRUE  TRUE
## 1296         CZ                                                FALSE
## 1297         CX                                                 TRUE
## 1298        ?CY                             TRUE          TRUE FALSE
## 1299         DA                                                FALSE
## 1300         DA                                                FALSE
## 1301                                        TRUE          TRUE FALSE
## 1302                                                           FALSE
## 1303         CQ                                                FALSE
## 1304                                        TRUE          TRUE FALSE
## 1305                                        TRUE          TRUE FALSE
## 1306                                        TRUE          TRUE FALSE
## 1307                                                           FALSE
## 1308                                        TRUE          TRUE FALSE
## 1309         CQ                                                FALSE
## 1310         CQ                                                FALSE
## 1311         CQ                                                 TRUE
## 1312         CQ                                                 TRUE
## 1313         CQ                                                 TRUE
## 1314                                                           FALSE
## 1315                                        TRUE          TRUE FALSE
## 1316         CQ                                                FALSE
## 1317         CQ                                                FALSE
## 1318         CQ                                                FALSE
## 1319         CQ                                                FALSE
## 1320         CQ                                                 TRUE
## 1321         CQ                                                 TRUE
## 1322         CQ                                                 TRUE
## 1323         CQ                                                 TRUE
## 1324         CQ                                                 TRUE
## 1325         CQ                                                 TRUE
## 1326         CQ                                                FALSE
## 1327         CQ                                                FALSE
## 1328         CQ                                                FALSE
## 1329         CQ                                                 TRUE
## 1330         CQ                                                 TRUE
## 1331         CQ                            FALSE         FALSE  TRUE
## 1332         CQ                            FALSE         FALSE  TRUE
## 1333                                                            TRUE
## 1334         CQ                            FALSE         FALSE  TRUE
## 1335         CQ                            FALSE         FALSE FALSE
## 1336         CR                                                FALSE
## 1337                                                           FALSE
## 1338                                                           FALSE
## 1339         CQ                            FALSE         FALSE  TRUE
## 1340         CQ                                                 TRUE
## 1341                                        TRUE          TRUE FALSE
## 1342                                       FALSE         FALSE FALSE
## 1343         CQ                                                FALSE
## 1344         CR                            FALSE         FALSE  TRUE
## 1345         CQ                            FALSE         FALSE  TRUE
## 1346         CQ                            FALSE         FALSE FALSE
## 1347                                                           FALSE
## 1348         CS                            FALSE         FALSE FALSE
## 1349         CS                                                FALSE
## 1350                                        TRUE          TRUE FALSE
## 1351                                                           FALSE
## 1352                                        TRUE          TRUE FALSE
## 1353                                                           FALSE
## 1354         CS                                                FALSE
## 1355                                        TRUE          TRUE FALSE
## 1356                                                           FALSE
## 1357                                        TRUE          TRUE FALSE
## 1358                                        TRUE          TRUE FALSE
## 1359                                       FALSE         FALSE      
## 1360                                                           FALSE
## 1361                                                           FALSE
## 1362         DB                             TRUE          TRUE FALSE
## 1363         DB                                                 TRUE
## 1364                                        TRUE          TRUE FALSE
## 1365                                                           FALSE
## 1366         DC                                                FALSE
## 1367                                        TRUE          TRUE FALSE
## 1368         DC                            FALSE         FALSE FALSE
## 1369                                                           FALSE
## 1370                                        TRUE          TRUE FALSE
## 1371                                        TRUE          TRUE FALSE
## 1372                                        TRUE          TRUE FALSE
## 1373                                                           FALSE
## 1374                                                           FALSE
## 1375                                        TRUE          TRUE FALSE
## 1376                                        TRUE          TRUE FALSE
## 1377                                                           FALSE
## 1378                                                           FALSE
## 1379                                        TRUE          TRUE FALSE
## 1380                                        TRUE          TRUE FALSE
##                 contact_with                         contact secondary
## 1                                                                     
## 2                                                                     
## 3                                                                     
## 4                         18                          family      TRUE
## 5                         18                          family      TRUE
## 6                         18                          family      TRUE
## 7                                                                     
## 8                                                                     
## 9                                                                FALSE
## 10                                                                    
## 11                        27                          family      TRUE
## 12                        27                          family      TRUE
## 13                                                                    
## 14                                                                    
## 15                                                   contact      TRUE
## 16                                                   contact      TRUE
## 17                                                   contact      TRUE
## 18                                                   contact      TRUE
## 19                                                   contact      TRUE
## 20                                                   contact      TRUE
## 21                                                   contact      TRUE
## 22                                                   contact      TRUE
## 23                                                   contact      TRUE
## 24                                                   contact      TRUE
## 25                                                    family      TRUE
## 26                                                   contact      TRUE
## 27                                                    family      TRUE
## 28                                                   contact      TRUE
## 29                                                   contact      TRUE
## 30                                        health care worker      TRUE
## 31                                                    family      TRUE
## 32                                                   contact      TRUE
## 33                                                   contact      TRUE
## 34                                        health care worker      TRUE
## 35                                                   contact      TRUE
## 36                                                   contact      TRUE
## 37                                                   contact      TRUE
## 38                                                                    
## 39                                                                    
## 40                                                                    
## 41                                                                    
## 42                                                                    
## 43                                                                    
## 44                                                                    
## 45                                                                    
## 46                                                                    
## 47                                                                    
## 48                                                                    
## 49                                                                    
## 50                                                                    
## 51                                                                    
## 52                                                                    
## 53                                                                    
## 54                                                                    
## 55                                                                    
## 56                                                                    
## 57                        76              health care worker      TRUE
## 58                       76?              health care worker      TRUE
## 59                        76              health care worker      TRUE
## 60                                                   contact      TRUE
## 61                                                                    
## 62                                                   contact      TRUE
## 63         someone in 62-66?                         contact      TRUE
## 64         someone in 62-66?                         contact      TRUE
## 65                                                   contact      TRUE
## 66                                        health care worker      TRUE
## 67                                        health care worker      TRUE
## 68                                                                    
## 69                                                                    
## 70                                                                    
## 71                        68              health care worker      TRUE
## 72                                                                    
## 73                        98                         contact      TRUE
## 74                        98              health care worker      TRUE
## 75                                                               FALSE
## 76                                                                    
## 77                                                                    
## 78                                                               FALSE
## 79                        98              health care worker      TRUE
## 80                                        health care worker      TRUE
## 81                                                                    
## 82                                                                    
## 83                                                                    
## 84                                                                    
## 85                                                                    
## 86                                                                    
## 87                                                   contact      TRUE
## 88                                                                    
## 89                       114                         contact      TRUE
## 90                                                                    
## 91                       124                          family      TRUE
## 92                       124                          family      TRUE
## 93                       124                         contact      TRUE
## 94                       112                         contact      TRUE
## 95                                        health care worker     FALSE
## 96                                        health care worker      TRUE
## 97                       124                          family      TRUE
## 98                       124                          family      TRUE
## 99                       133                         contact      TRUE
## 100                      133                         contact      TRUE
## 101                                       health care worker          
## 102                                                                   
## 103                      133                         contact      TRUE
## 104                                                                   
## 105                                                                   
## 106                                                  contact      TRUE
## 107                                                  contact      TRUE
## 108                                       health care worker     ?TRUE
## 109                                                  contact      TRUE
## 110                                                  contact      TRUE
## 111                                       health care worker      TRUE
## 112                      133              health care worker      TRUE
## 113                                       health care worker      TRUE
## 114                                       health care worker      TRUE
## 115                                                  contact      TRUE
## 116                                                  contact      TRUE
## 117                                                                   
## 118                                                                   
## 119                                                                   
## 120                                                                   
## 121                                                  contact      TRUE
## 122                                                  contact      TRUE
## 123                                                  contact      TRUE
## 124                                                              FALSE
## 125                                                              FALSE
## 126                                                                   
## 127                                                                   
## 128                                                  contact      TRUE
## 129                                       health care worker          
## 130                                                                   
## 131                                                  contact      TRUE
## 132                                                                   
## 133                                                                   
## 134                                                                   
## 135                      170                         contact      TRUE
## 136                                                              FALSE
## 137                                                              FALSE
## 138                                                              FALSE
## 139                      181              health care worker      TRUE
## 140                                                                   
## 141                                       health care worker      TRUE
## 142                                       health care worker      TRUE
## 143                                                  contact      TRUE
## 144                                                                   
## 145                                                              FALSE
## 146                                                                   
## 147                                       health care worker      TRUE
## 148                                                                   
## 149                                                              FALSE
## 150                                                              FALSE
## 151                                                              FALSE
## 152                                                                   
## 153                                                                   
## 154                                                                   
## 155                                                                   
## 156                                                                   
## 157                        ?                         contact      TRUE
## 158                                                              FALSE
## 159                                                              FALSE
## 160                      213                          family      TRUE
## 161                      213                          family      TRUE
## 162                      213                         contact      TRUE
## 163                                                              FALSE
## 164                                                              FALSE
## 165                                                              FALSE
## 166                                                              FALSE
## 167                                                              FALSE
## 168                                                              FALSE
## 169                                                             ?FALSE
## 170                                                  contact     ?TRUE
## 171                                                              FALSE
## 172                                                              FALSE
## 173                                                                   
## 174                      232                          family      TRUE
## 175                                                  contact     ?TRUE
## 176                                                  contact     ?TRUE
## 177                                                  contact     ?TRUE
## 178                                                  contact     ?TRUE
## 179                                                  contact     ?TRUE
## 180                                                  contact     ?TRUE
## 181                                                  contact     ?TRUE
## 182                                                              FALSE
## 183                                                                   
## 184                                                              FALSE
## 185                                                                   
## 186                                                  contact     ?TRUE
## 187                                                  contact     ?TRUE
## 188                                                                   
## 189                                                  contact     ?TRUE
## 190                                                  contact     ?TRUE
## 191                                                  contact      TRUE
## 192                                                  contact      TRUE
## 193                                                  contact      TRUE
## 194                                                  contact     ?TRUE
## 195                                                  contact     ?TRUE
## 196                                                  contact      TRUE
## 197                                                                   
## 198                                                                   
## 199                                                  contact      TRUE
## 200                                                  contact      TRUE
## 201                                                                   
## 202                                                                   
## 203                                                                   
## 204                                                  contact     ?TRUE
## 205                                                  contact      TRUE
## 206                                                  contact      TRUE
## 207                                                                   
## 208                                                                   
## 209                                                                   
## 210                                                                   
## 211                                                  contact     ?TRUE
## 212                                                  contact     ?TRUE
## 213                                                              FALSE
## 214                                                                   
## 215                                                                   
## 216                                                                   
## 217                                                                   
## 218                                                                   
## 219                                                                   
## 220                                                                   
## 221                                                                   
## 222                                                                   
## 223                                                  contact     ?TRUE
## 224                                                  contact      TRUE
## 225                                                  contact      TRUE
## 226                                                                   
## 227                                                                   
## 228                                                                   
## 229                                                                   
## 230                                                                   
## 231                                                                   
## 232                                                                   
## 233                                                                   
## 234                                                                   
## 235                                                                   
## 236                                                                   
## 237                                                                   
## 238                                                                   
## 239                                                                   
## 240                                                                   
## 241                                                                   
## 242                                                                   
## 243                                                                   
## 244                                                                   
## 245                                                                   
## 246                                                                   
## 247                                                                   
## 248                                                                   
## 249                                                                   
## 250                                                                   
## 251                                                                   
## 252                                                  contact     ?TRUE
## 253                                                  contact      TRUE
## 254                                                  contact      TRUE
## 255                                                                   
## 256                                                                   
## 257                                                                   
## 258                                                                   
## 259                                                                   
## 260                                                                   
## 261                                                                   
## 262                                                  contact      TRUE
## 263                                                  contact      TRUE
## 264                                                  contact      TRUE
## 265                                                                   
## 266                                                                   
## 267                                                                   
## 268                                                                   
## 269                                                                   
## 270                                                                   
## 271                                                                   
## 272                                                                   
## 273                                                                   
## 274                                                                   
## 275                                                                   
## 276                                                  contact      TRUE
## 277                                                  contact      TRUE
## 278                                                                   
## 279                                                                   
## 280                                                                   
## 281                                                                   
## 282                                                                   
## 283                                                                   
## 284                                                                   
## 285                                                                   
## 286                                                                   
## 287                                                                   
## 288                                                                   
## 289                                                  contact      TRUE
## 290                                                                   
## 291                                                                   
## 292                                                                   
## 293                                                                   
## 294                                                                   
## 295                                                                   
## 296                                                                   
## 297                                                  contact      TRUE
## 298                                                                   
## 299                                                                   
## 300                                                                   
## 301                                                  contact      TRUE
## 302                                                  contact     ?TRUE
## 303                                                                   
## 304                                                                   
## 305                                                                   
## 306                                                  contact     ?TRUE
## 307                                                                   
## 308                                                                   
## 309                                                  contact      TRUE
## 310                                                                   
## 311                                                                   
## 312                                                  contact      TRUE
## 313                                                  contact      TRUE
## 314                                                                   
## 315                                                                   
## 316                                                  contact      TRUE
## 317                                                  contact      TRUE
## 318                                                  contact      TRUE
## 319                                                                   
## 320                                                                   
## 321                                                                   
## 322                                                                   
## 323                                                                   
## 324                                                  contact      TRUE
## 325                                                  contact     ?TRUE
## 326                                                  contact      TRUE
## 327                                                  contact      TRUE
## 328                                                  contact      TRUE
## 329                                                  contact      TRUE
## 330                                                                   
## 331                                                                   
## 332                                                  contact      TRUE
## 333                                                  contact     ?TRUE
## 334                                                                   
## 335                                                  contact      TRUE
## 336                                                  contact      TRUE
## 337                                                  contact      TRUE
## 338                                                  contact      TRUE
## 339                                                  contact      TRUE
## 340                                                  contact      TRUE
## 341                                                  contact     ?TRUE
## 342                                                                   
## 343                                                                   
## 344                                                                   
## 345                                                                   
## 346                                                                   
## 347                                                                   
## 348                                                                   
## 349                                                  contact      TRUE
## 350                                                  contact      TRUE
## 351                                                  contact      TRUE
## 352                                                                   
## 353                                                  contact      TRUE
## 354                                                  contact      TRUE
## 355                                                                   
## 356                                                  contact      TRUE
## 357                                                  contact      TRUE
## 358                                                  contact     ?TRUE
## 359                                                  contact     ?TRUE
## 360                                                  contact      TRUE
## 361                                                  contact      TRUE
## 362                                                  contact      TRUE
## 363                                                  contact      TRUE
## 364                                                  contact      TRUE
## 365                                                                   
## 366                                                                   
## 367                                                                   
## 368                                                                   
## 369                                                  contact      TRUE
## 370                                                  contact      TRUE
## 371                                                  contact      TRUE
## 372                                                                   
## 373                                                  contact      TRUE
## 374                                                                   
## 375                                                                   
## 376                                                                   
## 377                                                                   
## 378                                                                   
## 379                                                                   
## 380                                                                   
## 381                                                  contact      TRUE
## 382                                                  contact      TRUE
## 383                                                  contact      TRUE
## 384                                                                   
## 385                                                                   
## 386                                                  contact      TRUE
## 387                                                                   
## 388                                                                   
## 389                                                  contact      TRUE
## 390                                                                   
## 391                                                  contact      TRUE
## 392                                                  contact      TRUE
## 393                                                                   
## 394                                                                   
## 395                                                                   
## 396                                                                   
## 397                                                  contact      TRUE
## 398                                                                   
## 399                                                                   
## 400                                                  contact      TRUE
## 401                                                  contact      TRUE
## 402                                                  contact      TRUE
## 403                                                  contact     ?TRUE
## 404                                                  contact      TRUE
## 405                                                                   
## 406                                                                   
## 407                                                  contact      TRUE
## 408                                                                   
## 409                                                  contact     ?TRUE
## 410                                                  contact     ?TRUE
## 411                                                  contact      TRUE
## 412                                                  contact      TRUE
## 413                                                                   
## 414                                                                   
## 415                                                                   
## 416                                                  contact     ?TRUE
## 417                                                                   
## 418                                                  contact      TRUE
## 419                                                  contact      TRUE
## 420                                                  contact      TRUE
## 421                                                  contact      TRUE
## 422                                                  contact     ?TRUE
## 423                                                                   
## 424                                                                   
## 425                                                  contact      TRUE
## 426                                                  contact     ?TRUE
## 427                                                                   
## 428                                                  contact      TRUE
## 429                                                                   
## 430                                                                   
## 431                                                  contact      TRUE
## 432                                                                   
## 433                                                  contact      TRUE
## 434                                                  contact      TRUE
## 435                                                  contact      TRUE
## 436                                                                   
## 437                                                                   
## 438                                                  contact      TRUE
## 439                                                                   
## 440                                                  contact      TRUE
## 441                                                                   
## 442                                                                   
## 443                                                                   
## 444                                                                   
## 445                                                  contact      TRUE
## 446                                                  contact      TRUE
## 447                                                                   
## 448                                                  contact      TRUE
## 449                                                  contact      TRUE
## 450                                                  contact      TRUE
## 451                                                                   
## 452                                                                   
## 453                                                  contact      TRUE
## 454                                                                   
## 455                                                 hospital     ?TRUE
## 456                                                  contact      TRUE
## 457                                                  contact      TRUE
## 458                                                  contact      TRUE
## 459                                                                   
## 460                                                                   
## 461                                                 hospital     ?TRUE
## 462                                                  contact      TRUE
## 463                                                                   
## 464                                                                   
## 465                                                 hospital     ?TRUE
## 466                                                                   
## 467                                                                   
## 468                                                                   
## 469                                                  contact      TRUE
## 470                                                                   
## 471                                                                   
## 472                                                 hospital     ?TRUE
## 473                                                                   
## 474                                                                   
## 475                                                                   
## 476                                                                   
## 477                                                 hospital     ?TRUE
## 478                                                  contact      TRUE
## 479                                                  contact      TRUE
## 480                                                  contact      TRUE
## 481                                                                   
## 482                                                                   
## 483                                                                   
## 484                                                                   
## 485                                                  contact      TRUE
## 486                                                  contact      TRUE
## 487                                                                   
## 488                                                  contact      TRUE
## 489                                                  contact      TRUE
## 490                                                  contact      TRUE
## 491                                                                   
## 492                                                  contact      TRUE
## 493                                                 hospital     ?TRUE
## 494                                                  contact      TRUE
## 495                                                 hospital     ?TRUE
## 496                                                  contact      TRUE
## 497                                                 hospital     ?TRUE
## 498                                                  contact      TRUE
## 499                                                  contact      TRUE
## 500                                                  contact      TRUE
## 501                                                                   
## 502                                                                   
## 503                                                  contact      TRUE
## 504                                                  contact      TRUE
## 505                                                 hospital     ?TRUE
## 506                                                 hospital     ?TRUE
## 507                      637                                          
## 508                                                                   
## 509                                                                   
## 510                                                 hospital     ?TRUE
## 511                                                                   
## 512                                                                   
## 513                                                  contact      TRUE
## 514                                                 hospital     ?TRUE
## 515                                                                   
## 516                                                  contact      TRUE
## 517                                                                   
## 518                                                                   
## 519                                                                   
## 520                                                                   
## 521                                                                   
## 522                                                                   
## 523                                                  contact      TRUE
## 524                                                 hospital     ?TRUE
## 525                                                  contact     ?TRUE
## 526                                                                   
## 527                      604                          family      TRUE
## 528                                                 hospital     ?TRUE
## 529                                                  contact     ?TRUE
## 530                                                                   
## 531                                                  contact      TRUE
## 532                                                                   
## 533                                                                   
## 534                                                  contact      TRUE
## 535                                      ?health care worker     ?TRUE
## 536                                                                   
## 537                                                                   
## 538                                                                   
## 539                                                                   
## 540                                                                   
## 541                                                                   
## 542                                                                   
## 543                                                  contact      TRUE
## 544                                                  contact      TRUE
## 545                                                  contact      TRUE
## 546                                                  contact      TRUE
## 547                                                                   
## 548                                                  contact      TRUE
## 549                                                                   
## 550                                                                   
## 551                                                  contact      TRUE
## 552                                                  contact      TRUE
## 553                                                                   
## 554                                                                   
## 555                                                  contact      TRUE
## 556                                                                   
## 557                                                                   
## 558                                                                   
## 559                                                                   
## 560                                                                   
## 561                                                                   
## 562                                                 hospital     ?TRUE
## 563                     ?665                         contact      TRUE
## 564                                                  contact     ?TRUE
## 565                                                  contact      TRUE
## 566                                                 hospital     ?TRUE
## 567                                                  contact      TRUE
## 568                                                                   
## 569                                                                   
## 570                     ?665                         contact      TRUE
## 571                     ?665                         contact      TRUE
## 572                                                  contact      TRUE
## 573                                                  contact      TRUE
## 574                     ?665                         contact      TRUE
## 575                                                                   
## 576                                                                   
## 577                                                  contact      TRUE
## 578                                                  contact      TRUE
## 579                                                                   
## 580                                                  contact      TRUE
## 581                                                                   
## 582                                                                   
## 583                                                                   
## 584                                                                   
## 585                      703                         contact      TRUE
## 586                                                                   
## 587                                                                   
## 588                                                                   
## 589                                                  contact      TRUE
## 590                                                                   
## 591                                                                   
## 592                     ?706              health care worker     ?TRUE
## 593                                                                   
## 594                                                                   
## 595                                                  contact     ?TRUE
## 596                                                  contact     ?TRUE
## 597                                                  contact     ?TRUE
## 598                                                  contact     ?TRUE
## 599                                                  contact     ?TRUE
## 600                                                                   
## 601                                                                   
## 602                                                  contact     ?TRUE
## 603                                                              FALSE
## 604                                                  contact      TRUE
## 605                                                                   
## 606                                                                   
## 607                                                                   
## 608                                                              FALSE
## 609                                                                   
## 610                                                                   
## 611                                                              FALSE
## 612                                                              FALSE
## 613                                                              FALSE
## 614                                                              FALSE
## 615                                                                   
## 616                                                              FALSE
## 617                                                              FALSE
## 618                                                                   
## 619                                                              FALSE
## 620                                                              FALSE
## 621                                                              FALSE
## 622                                                              FALSE
## 623                                                              FALSE
## 624                                                              FALSE
## 625                                                              FALSE
## 626                                                              FALSE
## 627                                                                  ?
## 628                                                              FALSE
## 629                                                              ?TRUE
## 630                                                              FALSE
## 631                                                              FALSE
## 632                                                              FALSE
## 633                                                              FALSE
## 634                                                              FALSE
## 635                                                              FALSE
## 636                                                                   
## 637                                                              ?TRUE
## 638                                                              FALSE
## 639                                                              ?TRUE
## 640                                                              FALSE
## 641                                                              FALSE
## 642                                                              FALSE
## 643                                                              FALSE
## 644                                                              FALSE
## 645                                                              FALSE
## 646                        ?                        hospital      TRUE
## 647                                                              FALSE
## 648                                                              FALSE
## 649                                                              FALSE
## 650                                                              FALSE
## 651                                                              FALSE
## 652                                                              FALSE
## 653                                                              FALSE
## 654                                                              ?TRUE
## 655                                                              FALSE
## 656                                                               TRUE
## 657                                                              FALSE
## 658                                                              FALSE
## 659                                                                   
## 660                                                              FALSE
## 661                        ?                        hospital      TRUE
## 662                        ?                        hospital      TRUE
## 663                                                              FALSE
## 664                        ?                        hospital     ?TRUE
## 665                                                              FALSE
## 666                                                        ?    ?FALSE
## 667                                                              FALSE
## 668                        ?                        hospital      TRUE
## 669                                                              FALSE
## 670                        ?                        hospital      TRUE
## 671                        ?                        hospital      TRUE
## 672                                                hospital?    ?FALSE
## 673                        ?                         contact      TRUE
## 674                                                              FALSE
## 675                                                              FALSE
## 676                                                              FALSE
## 677                        ?                        hospital      TRUE
## 678                        ?                        hospital      TRUE
## 679                                                              FALSE
## 680                                                             ?FALSE
## 681                                                              FALSE
## 682                                                             ?FALSE
## 683                                                              FALSE
## 684                                                              ?TRUE
## 685                                                              FALSE
## 686                                                              FALSE
## 687                        ?                        hospital      TRUE
## 688                                                hospital?     ?TRUE
## 689                                                              FALSE
## 690                        ?                       hospital?     ?TRUE
## 691                        ?                         contact      TRUE
## 692                        ?                       hospital?     ?TRUE
## 693                                                              FALSE
## 694                                                              FALSE
## 695                        ?                       hospital?     ?TRUE
## 696                                                              FALSE
## 697                        ?                          family      TRUE
## 698                                                              FALSE
## 699                                                              FALSE
## 700                        ?                        hospital      TRUE
## 701                        ?                        hospital      TRUE
## 702                        ?                         contact      TRUE
## 703                                                              FALSE
## 704                                                              FALSE
## 705                                                              FALSE
## 706                                                              FALSE
## 707                                                              ?TRUE
## 708                                                             ?FALSE
## 709                        ?                        hospital      TRUE
## 710                                                              FALSE
## 711                                                              FALSE
## 712                                                              FALSE
## 713                                                              FALSE
## 714                                                              FALSE
## 715                                                              FALSE
## 716                                                              FALSE
## 717                                                              FALSE
## 718                                                              FALSE
## 719                        ?                               ?      TRUE
## 720                                                              FALSE
## 721                                                              FALSE
## 722                                                              FALSE
## 723                                                              FALSE
## 724                      847                        hospital      TRUE
## 725                                                              FALSE
## 726                                                hospital?     ?TRUE
## 727                                                hospital?     ?TRUE
## 728                                                hospital?     ?TRUE
## 729                                                              FALSE
## 730                                                hospital?     ?TRUE
## 731                                                              FALSE
## 732                      847                       hospital?     ?TRUE
## 733                                                              FALSE
## 734                                                              FALSE
## 735                      864                          family      TRUE
## 736                                                              FALSE
## 737                                                              FALSE
## 738                      864                          family      TRUE
## 739                                                              FALSE
## 740                                                              FALSE
## 741                                                              FALSE
## 742                                                              FALSE
## 743                                                              FALSE
## 744                                                              FALSE
## 745                                                              FALSE
## 746                                                              FALSE
## 747                                                hospital?         ?
## 748                  873/897                        hospital      TRUE
## 749                                                              FALSE
## 750                                                              FALSE
## 751                                                hospital?         ?
## 752                                                              FALSE
## 753                      874                        hospital      TRUE
## 754                      907                                     FALSE
## 755                                                              FALSE
## 756                                                              FALSE
## 757                                                              FALSE
## 758                                                              FALSE
## 759                                                              FALSE
## 760                      874                        hospital      TRUE
## 761                                                hospital?     ?TRUE
## 762                                                              FALSE
## 763                  878/897                        hospital      TRUE
## 764                  878/897                        hospital      TRUE
## 765                  878/897                        hospital      TRUE
## 766                                                hospital?     ?TRUE
## 767                      873                        hospital      TRUE
## 768                                                              FALSE
## 769                                                              FALSE
## 770                                                              FALSE
## 771                      873                       community      TRUE
## 772                                                              FALSE
## 773                      865                       community      TRUE
## 774                      898                        hospital      TRUE
## 775                      898                        hospital      TRUE
## 776                                                              FALSE
## 777                      884                       community      TRUE
## 778                                                              FALSE
## 779                                                              FALSE
## 780              893/894/895                        hospital      TRUE
## 781                                                              FALSE
## 782                                                              FALSE
## 783                      898                        hospital      TRUE
## 784                                                              FALSE
## 785                                                              FALSE
## 786                                                                   
## 787                                                 hospital      TRUE
## 788                                                              FALSE
## 789                                                hospital?         ?
## 790                      910                        hospital      TRUE
## 791                      898                        hospital      TRUE
## 792                                                 hospital      TRUE
## 793                      853                          family      TRUE
## 794                                                              FALSE
## 795                      909                        hospital      TRUE
## 796                      909                        hospital      TRUE
## 797                                                              FALSE
## 798                      902                       community      TRUE
## 799                                                             ?FALSE
## 800                                                              FALSE
## 801                     908?                       hospital?     ?TRUE
## 802                     ?872                       hospital?     ?TRUE
## 803                                                 hospital      TRUE
## 804                      883                        hospital      TRUE
## 805                                                hospital?     ?TRUE
## 806                                                 hospital      TRUE
## 807                                                                   
## 808                                                              FALSE
## 809                                                              FALSE
## 810                                                hospital?     ?TRUE
## 811                                                              FALSE
## 812                                                hospital?     ?TRUE
## 813                                                hospital?     ?TRUE
## 814                      935                        hospital      TRUE
## 815                      882                       community      TRUE
## 816                                                 hospital      TRUE
## 817                                                              FALSE
## 818                                                              FALSE
## 819                                                              FALSE
## 820                      908                        hospital      TRUE
## 821                                                              FALSE
## 822                                                              FALSE
## 823                                                              FALSE
## 824                      954                        hospital      TRUE
## 825                                                                   
## 826                                                              FALSE
## 827                                                                   
## 828                                                hospital?     ?TRUE
## 829                                                                   
## 830                                                                   
## 831                                                              FALSE
## 832                                                ?hospital     ?TRUE
## 833                                                                   
## 834                                                              FALSE
## 835                                                ?hospital     ?TRUE
## 836                      918                       community      TRUE
## 837                                                                   
## 838                                                              FALSE
## 839                                                                   
## 840                                                hospital?     ?TRUE
## 841                                                ?hospital     ?TRUE
## 842                                                hospital?     ?TRUE
## 843                                                                   
## 844                                                              FALSE
## 845                      908                       community      TRUE
## 846                                                hospital?     ?TRUE
## 847                      944                        hospital      TRUE
## 848                                                              FALSE
## 849                                                                   
## 850                                                                   
## 851                                                              FALSE
## 852                                                              FALSE
## 853                                                                   
## 854                                                              FALSE
## 855                                                ?hospital     ?TRUE
## 856                                                                   
## 857                                                                   
## 858                      982                       community      TRUE
## 859                                               ?community     ?TRUE
## 860                                                                   
## 861                                                                   
## 862                      991                       community      TRUE
## 863                                                                   
## 864                      981                       community      TRUE
## 865                      910                       community      TRUE
## 866                                                              FALSE
## 867                                                                   
## 868                                                              FALSE
## 869                                                              FALSE
## 870                                                                   
## 871                      996                        hospital      TRUE
## 872                                                                   
## 873                                                                   
## 874                     1008             hospital/community?      TRUE
## 875                                                                   
## 876                                                                   
## 877                                                                   
## 878                                                                   
## 879                                                              FALSE
## 880                                                hospital?     TRUE?
## 881                                                              FALSE
## 882                                                              FALSE
## 883                                                                   
## 884                                                                   
## 885                                                                   
## 886                                                              FALSE
## 887                                                              FALSE
## 888                     1019                                      TRUE
## 889                                                                   
## 890                                                              FALSE
## 891                                                                   
## 892                1019&1025                       community      TRUE
## 893                1019&1025                       community      TRUE
## 894                1019&1025                       community      TRUE
## 895                1019&1025                       community      TRUE
## 896                     1026                        hospital      TRUE
## 897                                                                   
## 898                                                                   
## 899                                                                   
## 900                                                              FALSE
## 901                     1026                       community      TRUE
## 902                1019&1025                       community      TRUE
## 903                                                ?hospital     ?TRUE
## 904                                                                   
## 905                                                ?hospital     ?TRUE
## 906                                                              FALSE
## 907                                                              FALSE
## 908                                                ?hospital     ?TRUE
## 909                                                ?hospital     ?TRUE
## 910                                                                   
## 911                     1045                        hospital      TRUE
## 912                     1047                        hospital      TRUE
## 913                    1045?                        hospital      TRUE
## 914                     1049                        hospital      TRUE
## 915                                                ?hospital     ?TRUE
## 916                                                ?hospital     ?TRUE
## 917                                                ?hospital     ?TRUE
## 918                                                ?hospital     ?TRUE
## 919                                                                   
## 920                                                ?hospital     ?TRUE
## 921                                                              FALSE
## 922                                                                   
## 923                                                                   
## 924                                                 hospital      TRUE
## 925                                                                   
## 926                                                                   
## 927                     1045                        hospital      TRUE
## 928                                                                   
## 929                     1066                       ?hospital      TRUE
## 930                     1048                        hospital      TRUE
## 931                                                              FALSE
## 932                                                                   
## 933                                                                   
## 934                                                                   
## 935                                                                   
## 936                                                              FALSE
## 937                                         hospital visitor      TRUE
## 938                                                ?hospital     ?TRUE
## 939                                                ?hospital     ?TRUE
## 940                                                              FALSE
## 941                                                                   
## 942                                                ?hospital     ?TRUE
## 943                                                                   
## 944                                       health care worker      TRUE
## 945                                                 hospital      TRUE
## 946                                                ?hospital     ?TRUE
## 947                                       health care worker      TRUE
## 948                     1243                       community      TRUE
## 949                                                              FALSE
## 950                                                              FALSE
## 951                                                              FALSE
## 952                                                              FALSE
## 953                                                              FALSE
## 954                                                              FALSE
## 955                                                                   
## 956                                                              FALSE
## 957                                                              FALSE
## 958                                                              FALSE
## 959                                                              FALSE
## 960                                                              FALSE
## 961                                                              FALSE
## 962                     1295                       community      TRUE
## 963           ?1290 or ?1295                       ?hospital     ?TRUE
## 964                     1293                       community      TRUE
## 965                     1293                       community      TRUE
## 966                                                                   
## 967  ?1290 or ?1295 or ?1297                       ?hospital     ?TRUE
## 968                     1295                      ?community      TRUE
## 969                                                 hospital      TRUE
## 970                                                ?hospital     ?TRUE
## 971                                                               TRUE
## 972                     1283                        hospital      TRUE
## 973                                                                   
## 974                                                                   
## 975                                                 hospital      TRUE
## 976                                                 hospital      TRUE
## 977                                                 hospital      TRUE
## 978                                                ?hospital     ?TRUE
## 979                     1312                       community      TRUE
## 980                     1318                       community      TRUE
## 981                                                 hospital      TRUE
## 982                                                                   
## 983                                                 hospital      TRUE
## 984                                                                   
## 985                                                 hospital      TRUE
## 986                                                 hospital      TRUE
## 987                                                 hospital      TRUE
## 988                     1315                       community      TRUE
## 989                                                 hospital      TRUE
## 990                                                 hospital      TRUE
## 991                                                 hospital      TRUE
## 992                                                 hospital      TRUE
## 993                                                              FALSE
## 994                                                 hospital      TRUE
## 995                                                 hospital      TRUE
## 996                                                 hospital      TRUE
## 997                                                 hospital      TRUE
## 998                                                                   
## 999                     1328                hospital visitor      TRUE
## 1000                    1329                      ?community      TRUE
## 1001                    1329                      ?community      TRUE
## 1002                                                hospital      TRUE
## 1003                                               ?hospital     ?TRUE
## 1004                                                hospital      TRUE
## 1005                                                hospital      TRUE
## 1006                                                hospital      TRUE
## 1007                                                hospital      TRUE
## 1008                                                hospital      TRUE
## 1009                                                hospital      TRUE
## 1010                                                hospital      TRUE
## 1011                                                hospital      TRUE
## 1012                                                hospital      TRUE
## 1013                                                hospital      TRUE
## 1014                                                hospital      TRUE
## 1015                                                hospital      TRUE
## 1016                                                hospital      TRUE
## 1017                                                                  
## 1018                    1305               ?hospital visitor      TRUE
## 1019                    1338               ?hospital visitor      TRUE
## 1020                    1331               ?hospital visitor      TRUE
## 1021                                        hospital visitor      TRUE
## 1022                    1346               ?hospital visitor      TRUE
## 1023                                                hospital      TRUE
## 1024                                                hospital      TRUE
## 1025                                                hospital      TRUE
## 1026                                                hospital      TRUE
## 1027                                                hospital      TRUE
## 1028                                                hospital      TRUE
## 1029                                                hospital      TRUE
## 1030                                                hospital      TRUE
## 1031                                                hospital      TRUE
## 1032                                                hospital      TRUE
## 1033                                                hospital      TRUE
## 1034                                                hospital      TRUE
## 1035                                      health care worker      TRUE
## 1036                                               ?hospital     ?TRUE
## 1037                                                                  
## 1038                                                                  
## 1039                                                hospital      TRUE
## 1040                                                hospital      TRUE
## 1041                                               ?hospital     ?TRUE
## 1042                                                hospital      TRUE
## 1043                                                             FALSE
## 1044                                      health care worker      TRUE
## 1045                                                             FALSE
## 1046             1352 & 1305               ?hospital visitor      TRUE
## 1047                    1338                hospital visitor      TRUE
## 1048                    1338                hospital visitor      TRUE
## 1049                                                hospital      TRUE
## 1050                    1383              health care worker      TRUE
## 1051                                                hospital      TRUE
## 1052                    1359               ?hospital visitor      TRUE
## 1053                    1339 ?community or ?hospital visitor      TRUE
## 1054                                                hospital      TRUE
## 1055                                      health care worker      TRUE
## 1056                                      health care worker      TRUE
## 1057             1372 & 1330               ?hospital visitor      TRUE
## 1058                                                                  
## 1059             1391 & 1338 ?hospital visitor or ?community      TRUE
## 1060                                                                  
## 1061                                                                  
## 1062                                                                  
## 1063                                                hospital      TRUE
## 1064                                                hospital      TRUE
## 1065                                               ?hospital     ?TRUE
## 1066                                                hospital      TRUE
## 1067                                                hospital      TRUE
## 1068                                      health care worker      TRUE
## 1069                                                hospital      TRUE
## 1070                                      health care worker      TRUE
## 1071                                                hospital      TRUE
## 1072                                               ?hospital     ?TRUE
## 1073                                                hospital      TRUE
## 1074                                                             FALSE
## 1075                   ?1394             ?health care worker     ?TRUE
## 1076                                                hospital      TRUE
## 1077                                                hospital      TRUE
## 1078                                                hospital      TRUE
## 1079                                                hospital      TRUE
## 1080                    1396              health care worker      TRUE
## 1081                                                hospital      TRUE
## 1082                                                             FALSE
## 1083                                                hospital      TRUE
## 1084                                                                  
## 1085                                                             FALSE
## 1086                                      health care worker      TRUE
## 1087                                                hospital      TRUE
## 1088               1372&1391                hospital visitor      TRUE
## 1089                                                hospital      TRUE
## 1090                                      health care worker      TRUE
## 1091                                                hospital      TRUE
## 1092          1391&1372&1422                hospital visitor      TRUE
## 1093                                                hospital      TRUE
## 1094                                                                  
## 1095                                                hospital      TRUE
## 1096                                                hospital      TRUE
## 1097                                                                  
## 1098                                                hospital      TRUE
## 1099                    1418                       community      TRUE
## 1100                    1418                       community      TRUE
## 1101                    1428              health care worker      TRUE
## 1102                    1332              health care worker      TRUE
## 1103                                      health care worker      TRUE
## 1104                                                hospital      TRUE
## 1105                                                hospital      TRUE
## 1106                                      health care worker      TRUE
## 1107                                      health care worker      TRUE
## 1108                                                                  
## 1109                    1418                       community      TRUE
## 1110                                                             FALSE
## 1111                    1415               ?hospital visitor      TRUE
## 1112                    1415               ?hospital visitor      TRUE
## 1113                                                hospital      TRUE
## 1114                                      health care worker      TRUE
## 1115                                                                  
## 1116                                      health care worker      TRUE
## 1117                                                             FALSE
## 1118                                                                  
## 1119                                                hospital      TRUE
## 1120                                                                  
## 1121                                      health care worker      TRUE
## 1122                                                                  
## 1123                                      health care worker      TRUE
## 1124                                                                  
## 1125                                      health care worker      TRUE
## 1126                                      health care worker      TRUE
## 1127                                                hospital      TRUE
## 1128                                                                  
## 1129                                                                  
## 1130                                                hospital      TRUE
## 1131                                                                  
## 1132                                                                  
## 1133                                                                  
## 1134                                                             FALSE
## 1135                                      health care worker      TRUE
## 1136                                                             FALSE
## 1137                                                                  
## 1138                                      health care worker      TRUE
## 1139                                                hospital      TRUE
## 1140                                                                  
## 1141                    1477                        hospital      TRUE
## 1142                    1421              health care worker      TRUE
## 1143                    1421              health care worker      TRUE
## 1144                                                                  
## 1145                    1499              health care worker      TRUE
## 1146                    1421              health care worker      TRUE
## 1147                                                                  
## 1148                                      health care worker      TRUE
## 1149                                      health care worker      TRUE
## 1150                    1468                       community      TRUE
## 1151                                                                  
## 1152                                                                  
## 1153                    1496                       community      TRUE
## 1154                                                hospital      TRUE
## 1155               1471&1491                        hospital      TRUE
## 1156                                                                  
## 1157                    1483                       community      TRUE
## 1158                                                                  
## 1159                                                                  
## 1160                                                             FALSE
## 1161                    1483                       community      TRUE
## 1162                                      health care worker      TRUE
## 1163                    1469              health care worker      TRUE
## 1164                                                                  
## 1165                                                                  
## 1166                                                                  
## 1167                                                                  
## 1168                    1518                       community      TRUE
## 1169                                                                  
## 1170               1518&1519                       community      TRUE
## 1171          1518&1519&1521                       community      TRUE
## 1172                    1522                       community      TRUE
## 1173                                                             FALSE
## 1174                                                             FALSE
## 1175                                                             FALSE
## 1176                    1522                       community      TRUE
## 1177                                                             FALSE
## 1178                    1522                       community      TRUE
## 1179                    1525                        hospital      TRUE
## 1180                                               community      TRUE
## 1181                    1518              health care worker      TRUE
## 1182                                                             FALSE
## 1183                                                             FALSE
## 1184               1528&1530              health care worker      TRUE
## 1185                                                hospital      TRUE
## 1186                                                hospital      TRUE
## 1187                                                hospital      TRUE
## 1188                    1532              health care worker      TRUE
## 1189                    1533                       community      TRUE
## 1190               1528&1530              health care worker      TRUE
## 1191                                                             FALSE
## 1192                                                             FALSE
## 1193                                                                  
## 1194                    1534                      ?community      TRUE
## 1195                                                                  
## 1196                                                             FALSE
## 1197                                                             FALSE
## 1198                    1548              health care worker      TRUE
## 1199                                                             FALSE
## 1200                                                             FALSE
## 1201                                                             FALSE
## 1202                                                             FALSE
## 1203                                                             FALSE
## 1204                                                            ?FALSE
## 1205                                                             FALSE
## 1206                                                             FALSE
## 1207                                                             FALSE
## 1208                                                             FALSE
## 1209                                                                  
## 1210                                                             FALSE
## 1211                                                                  
## 1212                    1563                       community      TRUE
## 1213                                                                  
## 1214                                                                  
## 1215                                                                  
## 1216                                                             FALSE
## 1217                                                             FALSE
## 1218                                                             FALSE
## 1219                                                             FALSE
## 1220              1570; 1571              health care worker      TRUE
## 1221                                                             FALSE
## 1222                                                             FALSE
## 1223                                                hospital      TRUE
## 1224                                                hospital      TRUE
## 1225                                                                  
## 1226                                                                  
## 1227                                                hospital     FALSE
## 1228                                                            ?FALSE
## 1229                                                hospital      TRUE
## 1230                                                             FALSE
## 1231                                                hospital      TRUE
## 1232                                                hospital      TRUE
## 1233                                                             FALSE
## 1234                                                                  
## 1235                                                                  
## 1236                                                hospital      TRUE
## 1237                                                                  
## 1238                                                             FALSE
## 1239                                                             FALSE
## 1240                                                             FALSE
## 1241                    1581                       household      TRUE
## 1242                                                             FALSE
## 1243                                                             FALSE
## 1244                    1581                       household      TRUE
## 1245                                                             FALSE
## 1246                                                             FALSE
## 1247                                                             FALSE
## 1248                                                             FALSE
## 1249                                                             FALSE
## 1250                                      health care worker      TRUE
## 1251                                                hospital      TRUE
## 1252                                                hospital      TRUE
## 1253                                                             FALSE
## 1254                                                              TRUE
## 1255                                                                  
## 1256                                                                  
## 1257                                                                  
## 1258                                                                  
## 1259                                      health care worker      TRUE
## 1260                                      health care worker      TRUE
## 1261                    1608                                      TRUE
## 1262                                                             FALSE
## 1263                                               ?hospital     ?TRUE
## 1264                                                hospital      TRUE
## 1265                                                              TRUE
## 1266                                                             FALSE
## 1267                                                                  
## 1268                                                             FALSE
## 1269                                                             FALSE
## 1270                                                             FALSE
## 1271                                                             FALSE
## 1272                                                                  
## 1273                    1626                       community      TRUE
## 1274                                                                  
## 1275                                                             FALSE
## 1276                                                                  
## 1277                    1614              hospital/community      TRUE
## 1278                                                hospital      TRUE
## 1279                                                hospital      TRUE
## 1280                                                             FALSE
## 1281                                                             FALSE
## 1282                                                                  
## 1283                                                hospital          
## 1284                                                hospital          
## 1285                                                             FALSE
## 1286                    1653                        hospital      TRUE
## 1287                                                             FALSE
## 1288                                                             FALSE
## 1289                                                             FALSE
## 1290                                                             FALSE
## 1291                                                             FALSE
## 1292                                               ?hospital     ?TRUE
## 1293                                                                  
## 1294                                                hospital      TRUE
## 1295                                                                  
## 1296                    1651                       community      TRUE
## 1297                    1646                        hospital      TRUE
## 1298                    1649                      ?community     ?TRUE
## 1299                    1661                       community      TRUE
## 1300                                                             FALSE
## 1301                                                             FALSE
## 1302                                                                  
## 1303                                                   index     FALSE
## 1304                                                             FALSE
## 1305                                                             FALSE
## 1306                                                             FALSE
## 1307                                                             FALSE
## 1308                                                             FALSE
## 1309                                                hospital      TRUE
## 1310                                                hospital      TRUE
## 1311                    1664              health care worker      TRUE
## 1312                    1664              health care worker      TRUE
## 1313                    1664              health care worker      TRUE
## 1314                                                             FALSE
## 1315                                                             FALSE
## 1316                                                hospital      TRUE
## 1317                                                hospital      TRUE
## 1318                                                hospital      TRUE
## 1319                                                hospital      TRUE
## 1320                    1664              health care worker      TRUE
## 1321                    1664              health care worker      TRUE
## 1322                    1664              health care worker      TRUE
## 1323                    1664              health care worker      TRUE
## 1324                    1664              health care worker      TRUE
## 1325                    1664              health care worker      TRUE
## 1326                    1664                       community      TRUE
## 1327                    1664                       community      TRUE
## 1328                    1664                       community      TRUE
## 1329                    1664              health care worker      TRUE
## 1330                    1664              health care worker      TRUE
## 1331                    1664              health care worker      TRUE
## 1332                    1664              health care worker      TRUE
## 1333                                                             FALSE
## 1334                    1664              health care worker      TRUE
## 1335                    1671                       household      TRUE
## 1336                                                   index     FALSE
## 1337                                                             FALSE
## 1338                                                             FALSE
## 1339                                      health care worker      TRUE
## 1340                                                labwork?      TRUE
## 1341                                                             FALSE
## 1342                                                             FALSE
## 1343                    1709                       household      TRUE
## 1344                    1698                       community      TRUE
## 1345                                      health care worker      TRUE
## 1346                                                hospital      TRUE
## 1347                                                             FALSE
## 1348                    1712                       community      TRUE
## 1349                                                             FALSE
## 1350                                                             FALSE
## 1351                                                             FALSE
## 1352                                                             FALSE
## 1353                                                             FALSE
## 1354                    1712                       community      TRUE
## 1355                                                             FALSE
## 1356                                                             FALSE
## 1357                                                             FALSE
## 1358                                                             FALSE
## 1359                                                             FALSE
## 1360                                                             FALSE
## 1361                                                             FALSE
## 1362                                                             FALSE
## 1363                    1725              health care worker      TRUE
## 1364                                                             FALSE
## 1365                                                                  
## 1366                                                             FALSE
## 1367                                                             FALSE
## 1368                    1729                       household      TRUE
## 1369                                                             FALSE
## 1370                                                             FALSE
## 1371                                                             FALSE
## 1372                                                             FALSE
## 1373                                                                  
## 1374                                                             FALSE
## 1375                                                             FALSE
## 1376                                                             FALSE
## 1377                                                             FALSE
## 1378                                                             FALSE
## 1379                                                             FALSE
## 1380                                                                  
##      suspected inferred
## 1                    NA
## 2                    NA
## 3                    NA
## 4                    NA
## 5                    NA
## 6         TRUE       NA
## 7                    NA
## 8                    NA
## 9                    NA
## 10                   NA
## 11                   NA
## 12                   NA
## 13        TRUE       NA
## 14                   NA
## 15        TRUE       NA
## 16                   NA
## 17                   NA
## 18                   NA
## 19                   NA
## 20                   NA
## 21                   NA
## 22                   NA
## 23                   NA
## 24                   NA
## 25                   NA
## 26                   NA
## 27                   NA
## 28                   NA
## 29                   NA
## 30                   NA
## 31                   NA
## 32                   NA
## 33                   NA
## 34                   NA
## 35                   NA
## 36                   NA
## 37                   NA
## 38                   NA
## 39                   NA
## 40                   NA
## 41                   NA
## 42                   NA
## 43                   NA
## 44                   NA
## 45                   NA
## 46                   NA
## 47                   NA
## 48                   NA
## 49                   NA
## 50                   NA
## 51                   NA
## 52                   NA
## 53                   NA
## 54                   NA
## 55                   NA
## 56                   NA
## 57                   NA
## 58                   NA
## 59                   NA
## 60                   NA
## 61                   NA
## 62                   NA
## 63                   NA
## 64                   NA
## 65                   NA
## 66                   NA
## 67                   NA
## 68                   NA
## 69                   NA
## 70                   NA
## 71                   NA
## 72                   NA
## 73                   NA
## 74                   NA
## 75                   NA
## 76                   NA
## 77                   NA
## 78                   NA
## 79                   NA
## 80                   NA
## 81                   NA
## 82                   NA
## 83                   NA
## 84                   NA
## 85                   NA
## 86                   NA
## 87                   NA
## 88                   NA
## 89                   NA
## 90                   NA
## 91                   NA
## 92                   NA
## 93                   NA
## 94                   NA
## 95                   NA
## 96                   NA
## 97                   NA
## 98                   NA
## 99                   NA
## 100                  NA
## 101                  NA
## 102                  NA
## 103                  NA
## 104                  NA
## 105                  NA
## 106                  NA
## 107                  NA
## 108                  NA
## 109                  NA
## 110                  NA
## 111                  NA
## 112                  NA
## 113                  NA
## 114                  NA
## 115                  NA
## 116                  NA
## 117                  NA
## 118                  NA
## 119                  NA
## 120                  NA
## 121                  NA
## 122                  NA
## 123                  NA
## 124                  NA
## 125                  NA
## 126                  NA
## 127                  NA
## 128                  NA
## 129                  NA
## 130                  NA
## 131                  NA
## 132       TRUE       NA
## 133                  NA
## 134                  NA
## 135       TRUE       NA
## 136                  NA
## 137                  NA
## 138                  NA
## 139                  NA
## 140                  NA
## 141                  NA
## 142                  NA
## 143                  NA
## 144                  NA
## 145                  NA
## 146                  NA
## 147                  NA
## 148                  NA
## 149                  NA
## 150                  NA
## 151                  NA
## 152                  NA
## 153                  NA
## 154                  NA
## 155                  NA
## 156                  NA
## 157                  NA
## 158                  NA
## 159                  NA
## 160                  NA
## 161                  NA
## 162                  NA
## 163                  NA
## 164                  NA
## 165                  NA
## 166                  NA
## 167                  NA
## 168                  NA
## 169                  NA
## 170                  NA
## 171                  NA
## 172                  NA
## 173                  NA
## 174                  NA
## 175                  NA
## 176                  NA
## 177                  NA
## 178                  NA
## 179                  NA
## 180                  NA
## 181                  NA
## 182                  NA
## 183       TRUE       NA
## 184                  NA
## 185                  NA
## 186                  NA
## 187                  NA
## 188                  NA
## 189                  NA
## 190                  NA
## 191                  NA
## 192                  NA
## 193                  NA
## 194                  NA
## 195                  NA
## 196                  NA
## 197                  NA
## 198                  NA
## 199                  NA
## 200                  NA
## 201                  NA
## 202                  NA
## 203                  NA
## 204                  NA
## 205                  NA
## 206                  NA
## 207                  NA
## 208                  NA
## 209                  NA
## 210                  NA
## 211                  NA
## 212                  NA
## 213                  NA
## 214                  NA
## 215                  NA
## 216                  NA
## 217                  NA
## 218                  NA
## 219                  NA
## 220                  NA
## 221                  NA
## 222                  NA
## 223                  NA
## 224                  NA
## 225                  NA
## 226                  NA
## 227                  NA
## 228                  NA
## 229                  NA
## 230                  NA
## 231                  NA
## 232                  NA
## 233                  NA
## 234                  NA
## 235                  NA
## 236                  NA
## 237                  NA
## 238                  NA
## 239                  NA
## 240                  NA
## 241                  NA
## 242                  NA
## 243                  NA
## 244                  NA
## 245                  NA
## 246                  NA
## 247                  NA
## 248                  NA
## 249                  NA
## 250                  NA
## 251                  NA
## 252                  NA
## 253                  NA
## 254                  NA
## 255                  NA
## 256                  NA
## 257                  NA
## 258                  NA
## 259                  NA
## 260                  NA
## 261                  NA
## 262                  NA
## 263                  NA
## 264                  NA
## 265                  NA
## 266                  NA
## 267                  NA
## 268                  NA
## 269                  NA
## 270                  NA
## 271                  NA
## 272                  NA
## 273                  NA
## 274                  NA
## 275                  NA
## 276                  NA
## 277                  NA
## 278                  NA
## 279                  NA
## 280                  NA
## 281                  NA
## 282                  NA
## 283                  NA
## 284                  NA
## 285                  NA
## 286                  NA
## 287                  NA
## 288                  NA
## 289                  NA
## 290                  NA
## 291                  NA
## 292                  NA
## 293                  NA
## 294                  NA
## 295                  NA
## 296                  NA
## 297                  NA
## 298                  NA
## 299                  NA
## 300                  NA
## 301                  NA
## 302                  NA
## 303                  NA
## 304                  NA
## 305                  NA
## 306                  NA
## 307                  NA
## 308                  NA
## 309                  NA
## 310                  NA
## 311                  NA
## 312                  NA
## 313                  NA
## 314                  NA
## 315                  NA
## 316                  NA
## 317                  NA
## 318                  NA
## 319                  NA
## 320                  NA
## 321                  NA
## 322                  NA
## 323                  NA
## 324                  NA
## 325                  NA
## 326                  NA
## 327                  NA
## 328                  NA
## 329                  NA
## 330                  NA
## 331                  NA
## 332                  NA
## 333                  NA
## 334                  NA
## 335                  NA
## 336                  NA
## 337                  NA
## 338                  NA
## 339                  NA
## 340                  NA
## 341                  NA
## 342                  NA
## 343                  NA
## 344                  NA
## 345                  NA
## 346                  NA
## 347                  NA
## 348                  NA
## 349                  NA
## 350                  NA
## 351                  NA
## 352                  NA
## 353                  NA
## 354                  NA
## 355                  NA
## 356                  NA
## 357                  NA
## 358                  NA
## 359                  NA
## 360                  NA
## 361                  NA
## 362                  NA
## 363                  NA
## 364                  NA
## 365                  NA
## 366                  NA
## 367                  NA
## 368                  NA
## 369                  NA
## 370                  NA
## 371                  NA
## 372                  NA
## 373                  NA
## 374                  NA
## 375                  NA
## 376                  NA
## 377                  NA
## 378                  NA
## 379                  NA
## 380                  NA
## 381                  NA
## 382                  NA
## 383                  NA
## 384                  NA
## 385                  NA
## 386                  NA
## 387                  NA
## 388                  NA
## 389                  NA
## 390                  NA
## 391                  NA
## 392                  NA
## 393                  NA
## 394                  NA
## 395                  NA
## 396                  NA
## 397                  NA
## 398                  NA
## 399                  NA
## 400                  NA
## 401                  NA
## 402                  NA
## 403                  NA
## 404                  NA
## 405                  NA
## 406                  NA
## 407                  NA
## 408                  NA
## 409                  NA
## 410                  NA
## 411                  NA
## 412                  NA
## 413                  NA
## 414                  NA
## 415                  NA
## 416                  NA
## 417                  NA
## 418                  NA
## 419                  NA
## 420                  NA
## 421                  NA
## 422                  NA
## 423                  NA
## 424                  NA
## 425                  NA
## 426                  NA
## 427                  NA
## 428                  NA
## 429                  NA
## 430                  NA
## 431                  NA
## 432                  NA
## 433                  NA
## 434                  NA
## 435                  NA
## 436                  NA
## 437                  NA
## 438                  NA
## 439                  NA
## 440                  NA
## 441                  NA
## 442                  NA
## 443                  NA
## 444                  NA
## 445                  NA
## 446                  NA
## 447                  NA
## 448                  NA
## 449                  NA
## 450                  NA
## 451                  NA
## 452                  NA
## 453                  NA
## 454                  NA
## 455                  NA
## 456                  NA
## 457                  NA
## 458                  NA
## 459                  NA
## 460                  NA
## 461                  NA
## 462                  NA
## 463                  NA
## 464                  NA
## 465                  NA
## 466                  NA
## 467                  NA
## 468                  NA
## 469                  NA
## 470                  NA
## 471                  NA
## 472                  NA
## 473                  NA
## 474                  NA
## 475                  NA
## 476                  NA
## 477                  NA
## 478                  NA
## 479                  NA
## 480                  NA
## 481                  NA
## 482                  NA
## 483                  NA
## 484                  NA
## 485                  NA
## 486                  NA
## 487                  NA
## 488                  NA
## 489                  NA
## 490                  NA
## 491                  NA
## 492                  NA
## 493                  NA
## 494                  NA
## 495                  NA
## 496                  NA
## 497                  NA
## 498                  NA
## 499                  NA
## 500                  NA
## 501                  NA
## 502                  NA
## 503                  NA
## 504                  NA
## 505                  NA
## 506                  NA
## 507                  NA
## 508                  NA
## 509                  NA
## 510                  NA
## 511                  NA
## 512                  NA
## 513                  NA
## 514                  NA
## 515                  NA
## 516                  NA
## 517                  NA
## 518                  NA
## 519                  NA
## 520                  NA
## 521                  NA
## 522                  NA
## 523                  NA
## 524                  NA
## 525                  NA
## 526                  NA
## 527                  NA
## 528                  NA
## 529                  NA
## 530                  NA
## 531                  NA
## 532                  NA
## 533                  NA
## 534                  NA
## 535                  NA
## 536                  NA
## 537                  NA
## 538                  NA
## 539                  NA
## 540                  NA
## 541                  NA
## 542                  NA
## 543                  NA
## 544                  NA
## 545                  NA
## 546                  NA
## 547                  NA
## 548                  NA
## 549                  NA
## 550                  NA
## 551                  NA
## 552                  NA
## 553                  NA
## 554                  NA
## 555                  NA
## 556                  NA
## 557                  NA
## 558                  NA
## 559                  NA
## 560                  NA
## 561                  NA
## 562                  NA
## 563                  NA
## 564                  NA
## 565                  NA
## 566                  NA
## 567                  NA
## 568                  NA
## 569                  NA
## 570                  NA
## 571                  NA
## 572                  NA
## 573                  NA
## 574                  NA
## 575                  NA
## 576                  NA
## 577                  NA
## 578                  NA
## 579                  NA
## 580                  NA
## 581                  NA
## 582                  NA
## 583                  NA
## 584                  NA
## 585                  NA
## 586                  NA
## 587                  NA
## 588                  NA
## 589                  NA
## 590                  NA
## 591                  NA
## 592                  NA
## 593                  NA
## 594                  NA
## 595                  NA
## 596                  NA
## 597                  NA
## 598                  NA
## 599                  NA
## 600                  NA
## 601                  NA
## 602                  NA
## 603                  NA
## 604                  NA
## 605                  NA
## 606                  NA
## 607                  NA
## 608                  NA
## 609                  NA
## 610                  NA
## 611                  NA
## 612                  NA
## 613                  NA
## 614                  NA
## 615                  NA
## 616                  NA
## 617                  NA
## 618                  NA
## 619                  NA
## 620                  NA
## 621                  NA
## 622                  NA
## 623                  NA
## 624                  NA
## 625                  NA
## 626                  NA
## 627                  NA
## 628                  NA
## 629                  NA
## 630                  NA
## 631                  NA
## 632                  NA
## 633                  NA
## 634                  NA
## 635                  NA
## 636                  NA
## 637                  NA
## 638                  NA
## 639                  NA
## 640                  NA
## 641                  NA
## 642                  NA
## 643                  NA
## 644                  NA
## 645                  NA
## 646                  NA
## 647                  NA
## 648                  NA
## 649                  NA
## 650                  NA
## 651                  NA
## 652                  NA
## 653                  NA
## 654                  NA
## 655                  NA
## 656                  NA
## 657                  NA
## 658                  NA
## 659                TRUE
## 660                  NA
## 661                  NA
## 662                  NA
## 663                  NA
## 664                  NA
## 665                  NA
## 666                  NA
## 667                  NA
## 668                  NA
## 669                  NA
## 670                  NA
## 671                  NA
## 672                  NA
## 673                  NA
## 674                  NA
## 675                  NA
## 676                  NA
## 677                  NA
## 678                  NA
## 679                  NA
## 680                  NA
## 681                  NA
## 682                  NA
## 683                  NA
## 684                  NA
## 685                  NA
## 686                  NA
## 687                  NA
## 688                  NA
## 689                  NA
## 690                  NA
## 691                  NA
## 692                  NA
## 693                  NA
## 694                  NA
## 695                  NA
## 696                  NA
## 697                  NA
## 698                  NA
## 699                  NA
## 700                  NA
## 701                  NA
## 702                  NA
## 703                  NA
## 704                  NA
## 705                  NA
## 706                  NA
## 707                  NA
## 708                  NA
## 709                  NA
## 710                  NA
## 711                  NA
## 712                  NA
## 713                  NA
## 714                  NA
## 715                  NA
## 716                  NA
## 717                  NA
## 718                  NA
## 719                  NA
## 720                  NA
## 721                  NA
## 722                  NA
## 723                  NA
## 724                  NA
## 725                  NA
## 726                  NA
## 727                  NA
## 728                  NA
## 729                  NA
## 730                  NA
## 731                  NA
## 732                  NA
## 733                  NA
## 734                  NA
## 735                  NA
## 736                  NA
## 737                  NA
## 738                  NA
## 739                  NA
## 740                  NA
## 741                  NA
## 742                  NA
## 743                  NA
## 744                  NA
## 745                  NA
## 746                  NA
## 747                  NA
## 748                  NA
## 749                  NA
## 750                  NA
## 751                  NA
## 752                  NA
## 753                  NA
## 754                  NA
## 755                  NA
## 756                  NA
## 757                  NA
## 758                  NA
## 759                  NA
## 760                  NA
## 761                  NA
## 762                  NA
## 763                  NA
## 764                  NA
## 765                  NA
## 766                  NA
## 767                  NA
## 768                  NA
## 769                  NA
## 770                  NA
## 771                  NA
## 772                  NA
## 773                  NA
## 774                  NA
## 775                  NA
## 776                  NA
## 777                  NA
## 778                  NA
## 779                  NA
## 780                  NA
## 781                  NA
## 782                  NA
## 783                  NA
## 784                  NA
## 785                  NA
## 786                TRUE
## 787                  NA
## 788                  NA
## 789      ?TRUE       NA
## 790                  NA
## 791                  NA
## 792                  NA
## 793                  NA
## 794                  NA
## 795                  NA
## 796                  NA
## 797                  NA
## 798                  NA
## 799                  NA
## 800                  NA
## 801                  NA
## 802                  NA
## 803                  NA
## 804                  NA
## 805                  NA
## 806                  NA
## 807                  NA
## 808                  NA
## 809                  NA
## 810                  NA
## 811                  NA
## 812                  NA
## 813                  NA
## 814                  NA
## 815                  NA
## 816                  NA
## 817                  NA
## 818                  NA
## 819                  NA
## 820                  NA
## 821                  NA
## 822                  NA
## 823                  NA
## 824                  NA
## 825                TRUE
## 826                  NA
## 827                TRUE
## 828                  NA
## 829                TRUE
## 830                  NA
## 831                  NA
## 832                  NA
## 833                TRUE
## 834                  NA
## 835                  NA
## 836                  NA
## 837                  NA
## 838                  NA
## 839                  NA
## 840                  NA
## 841                  NA
## 842                  NA
## 843                  NA
## 844                  NA
## 845                  NA
## 846                  NA
## 847                  NA
## 848                  NA
## 849                  NA
## 850                  NA
## 851                  NA
## 852                  NA
## 853                  NA
## 854                  NA
## 855                  NA
## 856                TRUE
## 857                  NA
## 858                  NA
## 859                  NA
## 860                  NA
## 861                  NA
## 862                  NA
## 863                TRUE
## 864                  NA
## 865                  NA
## 866                  NA
## 867                  NA
## 868                  NA
## 869                  NA
## 870                  NA
## 871                  NA
## 872                  NA
## 873                  NA
## 874                  NA
## 875                TRUE
## 876                  NA
## 877                  NA
## 878                  NA
## 879                  NA
## 880                  NA
## 881                  NA
## 882                  NA
## 883                  NA
## 884                TRUE
## 885                TRUE
## 886                  NA
## 887                  NA
## 888                  NA
## 889                  NA
## 890                  NA
## 891                  NA
## 892                  NA
## 893                  NA
## 894                  NA
## 895                  NA
## 896                  NA
## 897                  NA
## 898                  NA
## 899                  NA
## 900                  NA
## 901                  NA
## 902                  NA
## 903                  NA
## 904                  NA
## 905                  NA
## 906                  NA
## 907                  NA
## 908                  NA
## 909                  NA
## 910                  NA
## 911                  NA
## 912                  NA
## 913                  NA
## 914                  NA
## 915                  NA
## 916                  NA
## 917                  NA
## 918                  NA
## 919                TRUE
## 920                  NA
## 921                  NA
## 922                  NA
## 923                  NA
## 924                  NA
## 925                  NA
## 926                  NA
## 927                  NA
## 928                  NA
## 929                  NA
## 930                  NA
## 931                  NA
## 932                  NA
## 933                  NA
## 934                  NA
## 935                  NA
## 936                  NA
## 937                  NA
## 938                  NA
## 939                  NA
## 940                  NA
## 941                  NA
## 942                  NA
## 943                TRUE
## 944                  NA
## 945                  NA
## 946                  NA
## 947                  NA
## 948                  NA
## 949                  NA
## 950                  NA
## 951                  NA
## 952                  NA
## 953                  NA
## 954                  NA
## 955                  NA
## 956                  NA
## 957                  NA
## 958                  NA
## 959                  NA
## 960                  NA
## 961                  NA
## 962                  NA
## 963                  NA
## 964                  NA
## 965                  NA
## 966                  NA
## 967                  NA
## 968                  NA
## 969                  NA
## 970                  NA
## 971                  NA
## 972                  NA
## 973                  NA
## 974                  NA
## 975                  NA
## 976                  NA
## 977                  NA
## 978                  NA
## 979                  NA
## 980                  NA
## 981                  NA
## 982                  NA
## 983                  NA
## 984                  NA
## 985                  NA
## 986                  NA
## 987                  NA
## 988                  NA
## 989                  NA
## 990                  NA
## 991                  NA
## 992                  NA
## 993                  NA
## 994                  NA
## 995                  NA
## 996                  NA
## 997                  NA
## 998                  NA
## 999                  NA
## 1000                 NA
## 1001                 NA
## 1002                 NA
## 1003                 NA
## 1004                 NA
## 1005                 NA
## 1006                 NA
## 1007                 NA
## 1008                 NA
## 1009                 NA
## 1010                 NA
## 1011                 NA
## 1012                 NA
## 1013                 NA
## 1014                 NA
## 1015                 NA
## 1016                 NA
## 1017                 NA
## 1018                 NA
## 1019                 NA
## 1020                 NA
## 1021                 NA
## 1022                 NA
## 1023                 NA
## 1024                 NA
## 1025                 NA
## 1026                 NA
## 1027                 NA
## 1028                 NA
## 1029                 NA
## 1030                 NA
## 1031                 NA
## 1032                 NA
## 1033                 NA
## 1034                 NA
## 1035                 NA
## 1036                 NA
## 1037                 NA
## 1038                 NA
## 1039                 NA
## 1040                 NA
## 1041                 NA
## 1042                 NA
## 1043                 NA
## 1044                 NA
## 1045                 NA
## 1046                 NA
## 1047                 NA
## 1048                 NA
## 1049                 NA
## 1050                 NA
## 1051                 NA
## 1052                 NA
## 1053                 NA
## 1054                 NA
## 1055                 NA
## 1056                 NA
## 1057                 NA
## 1058                 NA
## 1059                 NA
## 1060                 NA
## 1061                 NA
## 1062                 NA
## 1063                 NA
## 1064                 NA
## 1065                 NA
## 1066                 NA
## 1067                 NA
## 1068                 NA
## 1069                 NA
## 1070                 NA
## 1071                 NA
## 1072                 NA
## 1073                 NA
## 1074                 NA
## 1075                 NA
## 1076                 NA
## 1077                 NA
## 1078                 NA
## 1079                 NA
## 1080                 NA
## 1081                 NA
## 1082                 NA
## 1083                 NA
## 1084                 NA
## 1085                 NA
## 1086                 NA
## 1087                 NA
## 1088                 NA
## 1089                 NA
## 1090                 NA
## 1091                 NA
## 1092                 NA
## 1093                 NA
## 1094                 NA
## 1095                 NA
## 1096                 NA
## 1097                 NA
## 1098                 NA
## 1099                 NA
## 1100                 NA
## 1101                 NA
## 1102                 NA
## 1103                 NA
## 1104                 NA
## 1105                 NA
## 1106                 NA
## 1107                 NA
## 1108                 NA
## 1109                 NA
## 1110                 NA
## 1111                 NA
## 1112                 NA
## 1113                 NA
## 1114                 NA
## 1115                 NA
## 1116                 NA
## 1117                 NA
## 1118                 NA
## 1119                 NA
## 1120                 NA
## 1121                 NA
## 1122                 NA
## 1123                 NA
## 1124                 NA
## 1125                 NA
## 1126                 NA
## 1127                 NA
## 1128                 NA
## 1129                 NA
## 1130                 NA
## 1131               TRUE
## 1132                 NA
## 1133                 NA
## 1134                 NA
## 1135                 NA
## 1136                 NA
## 1137                 NA
## 1138                 NA
## 1139                 NA
## 1140                 NA
## 1141                 NA
## 1142                 NA
## 1143                 NA
## 1144                 NA
## 1145                 NA
## 1146                 NA
## 1147                 NA
## 1148                 NA
## 1149                 NA
## 1150                 NA
## 1151                 NA
## 1152                 NA
## 1153                 NA
## 1154                 NA
## 1155                 NA
## 1156                 NA
## 1157                 NA
## 1158                 NA
## 1159               TRUE
## 1160                 NA
## 1161                 NA
## 1162                 NA
## 1163                 NA
## 1164               TRUE
## 1165               TRUE
## 1166                 NA
## 1167                 NA
## 1168                 NA
## 1169               TRUE
## 1170                 NA
## 1171                 NA
## 1172                 NA
## 1173                 NA
## 1174                 NA
## 1175                 NA
## 1176                 NA
## 1177                 NA
## 1178                 NA
## 1179                 NA
## 1180                 NA
## 1181                 NA
## 1182                 NA
## 1183                 NA
## 1184                 NA
## 1185                 NA
## 1186                 NA
## 1187                 NA
## 1188                 NA
## 1189                 NA
## 1190                 NA
## 1191                 NA
## 1192                 NA
## 1193               TRUE
## 1194                 NA
## 1195               TRUE
## 1196                 NA
## 1197                 NA
## 1198                 NA
## 1199                 NA
## 1200                 NA
## 1201                 NA
## 1202                 NA
## 1203                 NA
## 1204                 NA
## 1205                 NA
## 1206                 NA
## 1207                 NA
## 1208                 NA
## 1209                 NA
## 1210                 NA
## 1211                 NA
## 1212                 NA
## 1213                 NA
## 1214                 NA
## 1215                 NA
## 1216                 NA
## 1217                 NA
## 1218                 NA
## 1219                 NA
## 1220                 NA
## 1221                 NA
## 1222                 NA
## 1223                 NA
## 1224                 NA
## 1225                 NA
## 1226                 NA
## 1227                 NA
## 1228                 NA
## 1229                 NA
## 1230                 NA
## 1231                 NA
## 1232                 NA
## 1233                 NA
## 1234                 NA
## 1235                 NA
## 1236                 NA
## 1237                 NA
## 1238                 NA
## 1239                 NA
## 1240                 NA
## 1241                 NA
## 1242                 NA
## 1243                 NA
## 1244                 NA
## 1245                 NA
## 1246                 NA
## 1247                 NA
## 1248                 NA
## 1249                 NA
## 1250                 NA
## 1251                 NA
## 1252                 NA
## 1253                 NA
## 1254                 NA
## 1255     FALSE       NA
## 1256     FALSE       NA
## 1257                 NA
## 1258                 NA
## 1259                 NA
## 1260                 NA
## 1261                 NA
## 1262                 NA
## 1263                 NA
## 1264                 NA
## 1265                 NA
## 1266                 NA
## 1267                 NA
## 1268                 NA
## 1269                 NA
## 1270                 NA
## 1271                 NA
## 1272                 NA
## 1273                 NA
## 1274                 NA
## 1275                 NA
## 1276                 NA
## 1277                 NA
## 1278                 NA
## 1279                 NA
## 1280                 NA
## 1281                 NA
## 1282                 NA
## 1283                 NA
## 1284                 NA
## 1285                 NA
## 1286                 NA
## 1287                 NA
## 1288                 NA
## 1289                 NA
## 1290                 NA
## 1291                 NA
## 1292                 NA
## 1293                 NA
## 1294                 NA
## 1295                 NA
## 1296                 NA
## 1297                 NA
## 1298                 NA
## 1299                 NA
## 1300                 NA
## 1301                 NA
## 1302                 NA
## 1303                 NA
## 1304                 NA
## 1305                 NA
## 1306                 NA
## 1307                 NA
## 1308                 NA
## 1309                 NA
## 1310                 NA
## 1311                 NA
## 1312                 NA
## 1313                 NA
## 1314                 NA
## 1315                 NA
## 1316                 NA
## 1317                 NA
## 1318                 NA
## 1319                 NA
## 1320                 NA
## 1321                 NA
## 1322                 NA
## 1323                 NA
## 1324                 NA
## 1325                 NA
## 1326                 NA
## 1327                 NA
## 1328                 NA
## 1329                 NA
## 1330                 NA
## 1331                 NA
## 1332                 NA
## 1333                 NA
## 1334                 NA
## 1335                 NA
## 1336                 NA
## 1337                 NA
## 1338                 NA
## 1339                 NA
## 1340                 NA
## 1341                 NA
## 1342                 NA
## 1343                 NA
## 1344                 NA
## 1345                 NA
## 1346                 NA
## 1347                 NA
## 1348                 NA
## 1349                 NA
## 1350                 NA
## 1351                 NA
## 1352                 NA
## 1353                 NA
## 1354                 NA
## 1355                 NA
## 1356                 NA
## 1357                 NA
## 1358                 NA
## 1359                 NA
## 1360                 NA
## 1361                 NA
## 1362                 NA
## 1363                 NA
## 1364                 NA
## 1365                 NA
## 1366                 NA
## 1367                 NA
## 1368                 NA
## 1369                 NA
## 1370                 NA
## 1371                 NA
## 1372                 NA
## 1373               TRUE
## 1374                 NA
## 1375                 NA
## 1376                 NA
## 1377                 NA
## 1378                 NA
## 1379                 NA
## 1380                 NA
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      notes
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    healthy but BMI of 35
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Three days prior to the onset of illness, he had visited a local farm near his home in Riyadh where he had a brief contact with farm animals; diabetes, atrophied kidney & heart disease
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Patient 1 from DOI:10.1056/NEJMoa1303729 ?
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Patient 4 from DOI:10.1056/NEJMoa1303729 ?; smoker but otherwise healthy; The only animal exposure occurred with Patient 4, who attended the slaughtering of a camel on October 24
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Patient 2 from DOI:10.1056/NEJMoa1303729 ?; smoker, history of reactive airway disease
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Probable MERS. Patient 3 from DOI:10.1056/NEJMoa1303729 ?
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Travelled to Pakistan and KSA before returning to UK
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The patient, a 69-year-old male, was hospitalized on 10 February 2013 and died on 19 February 2013. Preliminary investigation indicated that the patient had no contact with previously reported cases of NCoV infection and did not have recent history of travel.
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Possibly aquired in hospital 14 days prior to onset; obesity and uncomplicated type II diabetes mellitus. had a farm outside Riyadh, in which he kept sheep, chicken, ducks and pigeons. He visited the farm once or twice a week.
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           WHO report suggests not detected through contact tracing: The patient, a 39-year-old male, developed symptoms on 24 February 2013. He was hospitalized on 28 February 2013 and died on 2 March 2013. Preliminary investigation indicated that the patient had no contact with previously reported cases of nCoV infection. Other potential exposures are under investigation.
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          overweight but no pre-existing chronic illness
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               pneumonia
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           dialysis ward
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           dialysis ward
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       comorbidities, recovered, pneumonia? Never in ICU
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           comorbidities
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       comorbidities, recovered, pneumonia? Never in ICU
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                comorbidities, recovered
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       multiple coexisting medical conditions, recovered - ref says dead
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        health care worker, with a coexisting health condition, NEVER in ICU, pneumonia?
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             multiple coexisting medical conditions, recovered, Never in ICU, pneumonia?
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple coexisting medical conditions
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      critical condition
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              death date as end of study
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     multiple coexisting medical conditions, still alive 2013-05-23, reported dead later
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple coexisting medical conditions
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The fatal case was reported from Al-Qaseem region in the Central part of the country and is not related to the cluster of cases reported from Al-Ahsa region in the Eastern part of the country. The patient was a 63-year-old man with an underlying medical condition who was admitted to a hospital with acute respiratory distress on 15 May 2013 and died on 20 May 2013.
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                underlying medical conditions; why do Cauchemez group these 5 as a cluster? Unclear - probably just because they are from the same area at the same time
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      underlying medical conditions, either this or patient 67 died - see note on pat 68
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    underlying medical conditions, discharged 2013-05-27
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           underlying medical conditions
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           underlying medical conditions
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      underlying medical conditions, either this or patient 63 died - see note on pat 68
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                21-year-old man from Hafar Al-Batin governorate who died
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic diseases
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    not part of Al-Ahsa hospital cluster
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  multiple comorbidities
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                chronic diseases, death as date reported
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            chronic diseases, onset reported as 'end of may'. Some reports give this case as a 65yo man.
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic diseases
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   no comorbidity is implied by context of press release
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   from informed sources that one of the deceased Cardiologists  works in a hospital in Saudi Aramco in Dhahran, and holds Jordanian citizenship, The wounded understand citizen in the Eastern Region at the age of 42 years, and receiving treatment in the hospital and suffers from asthma, chronic,
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       death as date reported, multiple chronic diseases
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    death as date reported, chronic disease of the lungs
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               recovered
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cared for two previously confirmed MERS-CoV cases and were detected as part of the outbreak investigation and contact tracing. Two of these three cases were asymptomatic and all three tested weakly positive by PCR.
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cared for two previously confirmed MERS-CoV cases and were detected as part of the outbreak investigation and contact tracing. Two of these three cases were asymptomatic and all three tested weakly positive by PCR.
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Cared for two previously confirmed MERS-CoV cases and were detected as part of the outbreak investigation and contact tracing. Two of these three cases were asymptomatic and all three tested weakly positive by PCR.
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          death as date reported, cancer
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Four cases have been detected among contacts of confirmed cases in Riyadh and the Eastern Region. They range in age from seven to 15 years, and all were asymptomatic.
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Four cases have been detected among contacts of confirmed cases in Riyadh and the Eastern Region. They range in age from seven to 15 years, and all were asymptomatic.
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Four cases have been detected among contacts of confirmed cases in Riyadh and the Eastern Region. They range in age from seven to 15 years, and all were asymptomatic.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Four cases have been detected among contacts of confirmed cases in Riyadh and the Eastern Region. They range in age from seven to 15 years, and all were asymptomatic.
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    health care worker - why is this clustered with #93?
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      health care worker
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         health care worker with contact of a previously reported laboratory confirmed MERS-CoV case (probably case #68)
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               close contact with a previously laboratory-confirmed case
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           health care worker (Cauchemez groups with 98)
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               no contact with known MERS-CoV confirmed cases or animals
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               no contact with known MERS-CoV confirmed cases or animals
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            no known exposure to animals or to a case confirmed with MERS-CoV infection; chronic disease
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             health care worker, exposed to patients who were laboratory-confirmed cases
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             health care worker, exposed to patients who were laboratory-confirmed cases
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         chronic disease
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 chronic disease, genetic clustering with cluster Q (Hafr Al-Batin #124)
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               59-year old man with an underlying medical condition who became ill on 15 August 2013. He is currently hospitalised and is in stable condition.Preliminary epidemiological investigations reveal that the patient travelled to Medina, Saudi Arabia for 6 days and returned to Qatar on 15 August 2013. He did not take part in Umrah and did not visit to Al-Masjid an-Nabawi in Medina.
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                cancer & chronic disease
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         chronic disease
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         chronic disease
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    contact with a confirmed case, did not show symptoms
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 death as date reported; chronic disease
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     probable contact with Qatar case on 2013-08-15, suffering chronic renal failure; where does contact info come from?
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           When the camel fell ill, with watery fluid streaming from its nostrils, treated the animal as best he could, then sold it, his brothers said. Three days later, he was sick, and he died 10 days after that, the family says.
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Family of #124
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        discharge as date of reporting, implied clinical
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   discharge as date of reporting, implied clinical; flutrackers says is a contact but no evidence - may be a contact of 112 cf. List_AR
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              health care worker, no history of contacts with animals or a positive case. Filipina nurse
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      health care worker from Riyadh who is a contact of a positive case
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Family of #124
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Family of #124
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              in contact with a confirmed case-patient in Hafar Al-Batin
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             in contact with a confirmed case-patient in Hafar Al-Batin
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              health sector worker, death as date reported, not definitively secondary?
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           multiple comorbidity; death as date reported
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            in contact with a confirmed case,  suffering from various chronic diseases, and she is currently at the ICU
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic disease
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        chronic disease
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               in contact with a confirmed case, death as date reported
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       in contact with a confirmed case
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               health care worker; not definitively stated as a contact
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   contact with a confirmed case, did not show symptoms
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          contact with a confirmed case
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            health care worker with contact of a previously reported case; press release may imply different to 147-149
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             health care worker with contact of a previously reported case; press release may imply 147-149 the same case, but 146 different; UPDATED: belings to Hafr al-batin cluster
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        health care worker with contact of a previously reported case; press release may imply 147-149 the same case, but 146 different
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        health care worker with contact of a previously reported case; press release may imply 147-149 the same case, but 146 different
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  contact with previous case, comorbidities, death as date of reporting
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              contact with previous case, comorbidities
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              comorbidities, death as date of reporting
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              several chronic diseases and receive treatment intensive care; arabic report says 78, english translation says 87; flutrackers notes Riyadh but no source
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        suffering from health problems also and is currently receiving treatment intensive care; flutrackers notes Riyadh but no source
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              suffers from diseases as well as chronic, and receiving intensive care treatment ; flutrackers notes Riyadh but no source
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           contact with previous case; severity unclear
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           contact with previous case, stable condition
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        contact with previous case, intensive treatment
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Became ill at the end of September 2013 and died in the beginning of October 2013. No contact to a known laboratory-confirmed case with MERS-CoV.
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Became ill at the end of September 2013 and died in the beginning of October 2013. No contact to a known laboratory-confirmed case with MERS-CoV.
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 has several chronic diseases, and had no history of travel outside Riyadh recently; referred to by second citation? (would imply male)
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 no history of travel outside the regions Eastern and Riyadh recently, and has several chronic diseases
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      close contact with a confirmed case and has several chronic diseases and receive intensive care treatment and in stable condition
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                working in the health sector at the age of 54 years old, and has a chronic illness and receiving treatment for intensive care and in a stable condition
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         receiving intensive care treatment and his condition is stable
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The patient is a 56-year-old woman with underlying medical conditions from the Eastern Region. She became ill on 26 October 2013 and died on 30 October 2013. She had no contact with animals, but had contact with a previously laboratory confirmed case.
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Travelled to KSA, returned sick, hospitalized in Madrid.
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Patient is a 72-year-old man from Riyadh with underlying medical conditions. He became ill on 23 October 2013, and has been hospitalised since 31 October 2013.
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Patient is a 43-year-old man from Jeddah. He became ill on 27 October 2013 and has been hospitalised since 3 November 2013. Does not have a history of travel outside the province of Jeddah recently.  Owns camel that tested positive by PCR.
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A woman who attended the Hajj in Saudi Arabia in October. The woman travelled to and from Saudi Arabia with Spain's other probable MERS case (#170). The two women shared sleeping quarters during the trip. The two women have recovered and have been discharged from hospital.
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  None of the three patients had exposure to animals or contact to a previously laboratory-confirmed case with MERS-CoV
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  None of the three patients had exposure to animals or contact to a previously laboratory-confirmed case with MERS-CoV
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  None of the three patients had exposure to animals or contact to a previously laboratory-confirmed case with MERS-CoV
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The second case is a 26 year-old female who is a non-Saudi healthcare worker in Riyadh. She is asymptomatic. She had reported contact with a 37 year-old male laboratory confirmed case that was reported to WHO on 21 November 2013.
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The first case is a 51 year-old female from Saudi Arabia, living in Jawf province with onset of symptoms on 20 November 2013. She has underlying chronic disease and was transferred to Riyadh for treatment in an intensive care unit. She had no reported contact with animals. 
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         43 y/o non Saudi HCW asymptomatic contact (also likely FT#170)
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         35 y/o non Saudi HCW asymptomatic contact (also likely FT#171)
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The third case is a 53 year-old male from Ryadh with underlying chronic diseases. He was hospitalized on November 26 and is currently receiving treatment in an intensive care unit. He had no exposure to animals and no travel history outside Riyadh region. He had contact with a confirmed case
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The fourth case is a 73 year-old male from Riyadh with underlying chronic diseases who died on December 18, three days after being hospitalized. He had exposure to animals but no travel history.
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         One of the cases is a 57 year-old male from Riyadh who was hospitalized on 17 December,  2013 and is currently in an Intensive Care Unit (ICU). He was laboratory confirmed on 19 December,  2013. He has underlying chronic diseases. There are no known exposures to animals or a laboratory-confirmed case, and the case has no history of traveling outside Riyadh region.
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The second citizen at the age of 73 years old, had been suffering from several chronic diseases, has passed away. Second case is a 73 year-old male national, from Riyadh who developed respiratory symptoms and was transferred to an intensive care unit on 25 November 2013, and died on 17 December 2013. On 19 December 2013, he was laboratory confirmed for MERS-CoV. There are no known exposures to animals or a laboratory-confirmed case. In addition, he has no history of travel outside of Riyadh.
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Fifth citizen at the age of 27 years, working in the health sector and with contact with confirmed cases and has no symptoms. 
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     WHO was notified of one case by the Ministry of Health of Saudi Arabia. The case is a 54 year old man from Riyadh who developed respiratory illness symptoms on 29 December, 2013 and was hospitalized on 4 January, 2014. The patient received medical treatment in an intensive care unit. He died on 14 January 2014. Samples tested positive for MERS-CoV after his death. The patient was a health care worker. He had a history of chronic disease and had no history of contacts with animals or contact with known cases of MERS-CoV. In addition, he had no travel history. The investigation is ongoing.
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The case is a 60-year-old man from Riyadh who became ill on 19 January and who had underlying medical conditions. He was hospitalized on 24 January and died on 28 January. Respiratory specimens were collected and sent to the central laboratory in Riyadh and confirmed positive for MERS-CoV on 28 January. Details of his possible contact with animals are unknown, and he has no history of contact with a laboratory-confirmed case
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 67-year-old man from Riyadh. He became ill on 23 January and was hospitalised on 25 January. The patient had an underlying medical condition. He had no reported history of contact with animals or with a previously laboratory-confirmed case.
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 22-year-old man from the Eastern Region. He became ill on 3 February and was hospitalised on 9 February and died on 12 February 2014. The patient had an underlying medical condition. He had no reported history of contact with animals or a previously laboratory-confirmed case.
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The first case is a 58 year-old man from Al-Ahsa province. He became ill on 2 February and was hospitalised on 4 February. He recovered from the infection and was discharged from hospital on 24 Febraury. The patient suffered from multiple chronic diseases, and was reported to have had contact with animals.
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The second case is an 81 year-old woman from the Riyadh region. She had multiple underlying medical conditions, and was hospitalised on 2 February, where she developed symptoms of MERS on 5 February. The patient died on 8 February. She had no reported contact with animals prior to falling ill.
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 55 year-old man from Riyadh region with underlying medical conditions. He became ill on 17 February and was hospitalized on 25 February and died on 3 March.
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 51 year-old man from Riyadh region with underlying medical conditions. He became ill on 28 February and was hospitalised on 2 March. He is reported to have had exposure with animals.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 56 year-old woman from Riyadh region with underlying medical conditions. She became ill on 12 February and was admitted to a hospital on 22 February 2014. The patient had no known contact with animals or with previously laboratory-confirmed case.
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            An 86 year-old man from Riyadh region with no reported symptoms of illness. He is reported to have had contact with a previously laboratory-confirmed case.
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         An 83 year-old man from Riyadh region with underlying medical conditions. He became ill on 24 February, was hospitalized on 1 March and is currently in a critical condition. He has no history of exposure to animals or contact with a previously laboratory-confirmed case.
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 19 year-old man from Riyadh region with underlying medical conditions. He became ill on 1 March, was hospitalised on 7 March and died shortly afterwards. He had a history of exposure to animals, including camels.
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 22 year-old woman from Riyadh region. She developed mild illness on 10 March and is in a stable condition. She had contact with the above mentioned 19 year-old case.
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          An 18 year-old woman from Riyadh region. She developed mild illness on 14 March and has recovered. She had contact with the above mentioned 19 year-old case.
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 53 year-old man from Riyadh region. He has no symptom of illness. He had contact with the above mentioned 19 year-old case.
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 71 year-old man from the Riyadh region with underlying medical conditions. He became ill on 24 February and was admitted to hospital on 5 March. He is currently in a critical condition. The patient had a history of exposure to animals, including camels.
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 66 year-old man from the Riyadh region with underlying medical conditions. He became ill on 9 March and was admitted to hospital on 11 March. He is currently in a critical condition. The patient had no history of exposure to animals.
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            An 86 year-old man from the Riyadh region. He became ill on 11 March and passed away on 19 March. He had no history of exposure to animals.
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 75 year-old man from the Riyadh region with underlying medical conditions. He became ill on 23 February and was admitted to hospital on 26 February. He is currently in a critical condition. The patient has a history of exposure to animals, including camels.
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 56 year-old man from the Riyadh region with underlying medical conditions. He became ill on 6 March and was admitted to hospital on 13 March. He is currently in a critical condition. The patient has a history of exposure to animals, including camels.
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 45 year-old man from the Riyadh region with underlying medical conditions. He became ill on 5 March and was admitted to hospital on 15 March. He is currently in a critical condition. The patient has no history of exposure to animals. Either 224 or 242 recovered 4/5/14; chose 242.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 26 year-old man from Jeddah. He became ill on 22 March, was hospitalised on 23 March, and died on 6 April. HCW cf. FT media reports
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 26 year-old man from Jeddah. He became ill on 16 March and has been hospitalised since 25 March.
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 77 year-old woman from Riyadh region. She became ill on 25 March and is currently in a stable condition. She is not known to have a history of exposure to animals.
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 59 year-old man from Riyadh region who became ill on 22 March, 2014. He is not known to have contact with animals or a known case.
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 70 year-old man from Jeddah with underlying medical conditions. He became ill on 24 March, was hospitalized on 29 March and died on 5 April. PW: same as 264?
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 28 year-old man from Jeddah with no reported symptom of illness. The man is a household contact of the above mentioned laboratory-confirmed case. Son of #232
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 28 year-old man who is a health-care worker in Jeddah. He became ill on 28 March, was admitted to a hospital on 3 April and is currently receiving treatment in an intensive care unit.
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 35 year-old man from Jeddah with no reported symptom of illness.
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Three health-care workers – a 26 year-old woman, a 26 year-old man and a 33 year-old man with no symptoms of illness.
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Three health-care workers – a 26 year-old woman, a 26 year-old man and a 33 year-old man with no symptoms of illness.
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Three health-care workers – a 26 year-old woman, a 26 year-old man and a 33 year-old man with no symptoms of illness.
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 32 year-old woman from Jeddah who is a health-care worker with no reported symptom of illness.
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               As for the fourth case, it is for a 33-year-old male resident, who has no symptoms, as well. WHO -Four men aged 29, 33, 34 and 70 years old from Jeddah.
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 45 year-old man from Riyadh. He became ill on 30 March, was hospitalized on 5 April and is currently receiving treatment in an intensive care unit. He had no history of exposure to animals nor contact with a laboratory-confirmed case. Either 224 or 242 recovered 4/5/14; chose 242.
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       FT only at this time. PW same as 265? AR - 265 is reported as being from Jeddah?
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 90 year-old man from Riyadh. He became ill on 30 March, was hospitalized on 1 April, and is currently receiving treatment in an intensive care unit. He had no history of exposure to animals nor contact with a laboratory-confirmed case.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 57 year-old man from Riyadh with underlying medical conditions. He became ill on 16 March, was admitted to a hospital on 19 March and died on 30 March.
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Four men aged 29, 33, 34 and 70 years old from Jeddah. FT has more cf. Machine trans
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Four men aged 29, 33, 34 and 70 years old from Jeddah. FT has more cf. Machine trans
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Four men aged 29, 33, 34 and 70 years old from Jeddah; Likely fatality reported on 2014-04-23
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The patient is a 52 year-old man with underlying medical conditions. He visited Saudi Arabia from 20 to 29 March. He became ill on 25 March and visited a hospital in Jeddah. He returned to Jordan on 29 March and visited a hospital in Amman on the same day and on 2 April. He is currently in a stable condition
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The first case is for a 45-year-old male resident. He passed away - death as date reported
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The second case is for a 28-year-old female resident working at the health sector. She does not suffer from any symptoms. 
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The third case is for a 25-year-old male citizen. He does not suffer from any symptoms.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The first case is a health worker, 26 years old, without symptoms
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The second case is a health care worker, 58 years old, in stable condition
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The third case is a 71 years old, in stable condition
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The case is a health care worker, 39 years old, without symptoms
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The first case is for a 70-year-old male resident. He passed away. PW: same as #232?
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The second case is for a male citizen, aged 51 years old. He is now in the Intensive Care Unit (ICU) receiving treatment.PW: same as 243?. Either # 265 or #393 died on 7/7/14; chose #265.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The third case is for a 28-year-old health practitioner female citizen, who does not suffer from any symptoms.
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The fourth case is for a 45-year-old female resident working at the health sector. She does not suffer from any symptoms. 
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The fifth case is for a 56-year-old male resident. His health status is stable. It is worth mentioning that 190 samples have been examined during the past period. All were negative except for those mentioned above.
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The 1st is a 30-year-old male resident who has recovered
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The 2nd is a 59-year-old male citizen who passed way. Death as date reported.
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The 3rd is a 64-year-old male resident who works in the health sector whose condition is stable.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The 4th and 5th cases are both 27-year-old females working in the health sector and who are asymptomatic.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The 4th and 5th cases are both 27-year-old females working in the health sector and who are asymptomatic.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The 1st is a 54-year-old citizen receiving intensive care treatment. Either #279, #282 or #315 recovered 9/5/14; chose #315 ('stable'): #279 is 'ICU' and age of #282 is ambiguous.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The 2nd is a 52-year-old male citizen who has passed away.  Death as date reported.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 3rd is a 41-year-old male resident in stable condition
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 4th is a 54-year-old male resident in stable condition (Promedmail says 44). Either #279, #282 or #315 recovered 9/5/14; chose #315 ('stable'): #279 is 'ICU' and age of #282 is ambiguous.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The 5th is a 28-year-old male citizen working in the health field, and his condition is stable
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 6th is a 35-year-old male resident working in the health field, and his condition is stable
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The patient is a 54 year-old man with underlying health conditions. He travelled to Jeddah, Saudi Arabia with a pilgrimage group of 18 people from 15 to 28 March 2014 and became ill on 4 April. He sought treatment in a private clinic in Johor, Malaysia on 7 April and went to a hospital on 9 April. The patient died on 13 April. The patient visited a camel farm on 26 March, during which he consumed camel milk.
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 1st is an 81-year-old citizen suffering from several chronic diseases, and is currently receiving intensive care treatment.
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The 2nd is a 32-year-old citizen also suffering from several chronic diseases, and is still receiving treatment in intensive care.
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The 3rd case is a 78-year-old citizen, as well suffering from several chronic diseases and currently receiving treatment in intensive care.
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 4th case is a 52-year-old resident and also suffers from several chronic diseases, who is still receiving treatment in intensive care.
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          As for the 5th case, it is a 27-year-old resident who suffers from a chronic disease, and is currently receiving treatment in intensive care.
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 6th case is a 55-year-old resident who suffered from chronic diseases and has died. Death as date reported.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The first case relates to 53-year-old resident, and he died
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The second case involves a 49-year-old citizen; he is being treated in the intensive care unit
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 3rd case is a 60-year-old male citizen working in the health field who is in stable condition. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 4th case is a 26-year-old resident operating in the health sector who is asymptomatic.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 5th is a 38 year old resident with known contact with a laboratory confirmed case who is asymptomatic.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 6th is a 13 year old symptomatic resident with known contact with a laboratory confirmed case who is asymptomatic.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The patient is a 69-year-old male Greek citizen residing in Jeddah, Saudi Arabia, who travelled back to Greece on 17 April. While in Jeddah, the patient consulted a hospital on 8 and 10 April for a febrile illness with diarrhoea. He was diagnosed with probable typhoid fever and treated. He had regularly visited his wife who was hospitalised from 31 March to 5 April in the same hospital for confirmed typhoid fever. The patient sought medical care upon arrival in Greece on 17 April. The evaluation revealed a bilateral pneumonia and the diagnosis of MERS-CoV infection was made at the National Reference Laboratory for Influenza. The patient is in stable condition and is receiving appropriate treatment.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 1st is a 64-year-old male resident who died
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The 2nd is a 44-year-old male resident who also died
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The 3rd is a 62-year-old citizen and the 4th is a 47-year-old citizen, both of whom are being treated in intensive care.
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The 3rd is a 62-year-old citizen and the 4th is a 47-year-old citizen, both of whom are being treated in intensive care.
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 5th is a 52-year-old male citizen in stable condition.
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 6th and 7th are both 54 years old, and both are working in the health field, and both are asymptomatic
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 6th and 7th are both 54 years old, and both are working in the health field, and both are asymptomatic
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The 1st is a 49 year old male resident in Jeddah who has passed away.
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The 2nd is a 57 year old female citizen in Jeddah receiving intensive care treatment.
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 3rd is a 32 year old female resident in Jeddah in stable condition
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The 4th is a 53 year old male citizen in Jeddah in stable condition
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The fifth case is for a 54-year-old male citizen in Jeddah. His health status is stable. Either #279, #282 or #315 recovered 9/5/14; chose #315 ('stable'): #279 is 'ICU' and age of #282 is ambiguous.
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The sixth case is for a 23-year-old male resident in Jeddah, and he hasn’t any symptoms
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The 7th is a 37 year old male resident in Jeddah working in the health field in stable condition.
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 8th is a 69 year old female citizen in Riyadh, suffering from several chronic diseases, and is receiving intensive care treatment.
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The 9th is an 88 year old male citizen in Riyadh, suffering from several chronic diseases, and receiving intensive care treatment. Either 319 or 373 died 30/4/14 - have chosen 319.
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The tenth case is for a 57 year-old male citizen in Riyadh, who has been suffering from various chronic diseases, but his health status is stable.
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The 11th is a 41 year old male resident working in the health sector in Riyadh and is in stable condition.
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 12th is a 68 year old male citizen of the Najran region who had been suffering from several chronic diseases, and has passed away.
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The thirteenth case is for a 68 year-old male citizen in Madinah, who had been suffering from various chronic diseases. He passed away
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The new case was admitted to Hospital on 16th April 2014 with fever, cough and diarrhoea, and was found to be positive for MERS-CoV.  The medical status of the patient is stable and they are receiving appropriate medical care. The patient is known to have kidney disease on dialysis, and had just returned from a visit to Saudi Arabia, where they had received 3 sessions of dialysis.
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The 1st case is a 45 year old female resident in Jeddah who works in the health field. She has been isolated due to suspicion of MERS-CoV infection 2 weeks ago and had repeated samples taken, with confirmation occurring today. She is receiving intensive care treatment. Possible fatality reported 2014-06-01?
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The 2nd case is a 90 year old female resident in Jeddah receiving intensive care treatment.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 3rd case is a 52 year old male citizen in Jeddah who is in stable condition
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The 4th case is a 60 year old male citizen in Jeddah who is in stable condition. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The 5th case is a 42 year old male citizen in Jeddah who is asymptomatic.
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The 6th case is a 24 year old male citizen in Jeddah, a known contact of confirmed cases and is asymptomatic
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The seventh case is a 17-year-old female citizen in Jeddah, who is in contact with a confirmed case, but she hasn’t developed any symptoms.
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 8th case is a 61 year old male citizen in Riyadh who suffers from several diseases and is in stable condition. Likely fatality reported 2014-04-28
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The 9th case is an 81 year old male citizen in Riyadh who suffers from several chronic diseases and is in stable condition. Either #333 or #358 recovered 4/5/15; other died 8/5/14; Chose #333 ('stable') as recovered & #358 ('ICU') as dead.
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The 10th case is a 78 year old male citizen in Riyadh who suffers from several chronic diseases, and is receiving intensive care treatment. Likely fatality reported on 2014-04-27
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The 11th case is a 79 year old female [?] for citizenship in Riyadh, who suffers from several chronic diseases and is receiving intensive care treatment
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 12th case is an 89 year old female [?] for citizenship who suffers from several chronic diseases and is receiving intensive care treatment. Likely fatality reported on 2014-04-27
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 13th case is a 73 year old male citizen in Riyadh, who suffered from several chronic diseases and has passed away.
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 14th case is a 41 year old male resident in Tabuk region who is receiving intensive care treatment
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The 15th case is an 18 year old male citizen in Medina who is a contact of known confirmed cases and is asymptomatic
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The 16th case is a 25 year old female in Medina 'of citizenship mixing [?]' with a confirmed case and is asymptomatic.
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The 17th case is an 11 year old male citizen in Medina known contact of confirmed cases who is asymptomatic.
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The patient is a 25 year-old man from Al Grayat City, Saudi Arabia. He became ill on 9 April, was admitted to a hospital in Saudi Arabia on 10 April and discharged from the hospital on 15 April, against medical advice. As his condition did not improve, he sought medical care at another hospital in Zarka City, Jordan on 19 April, where he was tested positive for MERS-CoV. The patient has underlying medical conditions and has a history of travel to Abha Mecca and Jeddah, Saudi Arabia from 3 to 8 April. He has history of contact with camels and is also reported to have consumed camel milk.
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The first case relates to a 72-year-old citizen, and he died
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The second case involves a 70-year-old citizen; he is being treated in the intensive care unit
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The third case has to do with a 60-year-old citizen, being treated in the intensive care unit
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The fourth case concerns a 54-year-old citizen working in the health field, with a stable condition
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The fifth case pertains to a 63-year-old citizen, and her condition is stable
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The sixth case is for a 40-year-old citizen,and her condition is stable
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The last case is relevant to a 31-year-old, and her condition is stable
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The first case is an 81-year-old male citizen in Riyadh, who has been suffering from various chronic diseases. Now, he is at the Intensive Care (IC) unit. Either #333 or #358 recovered 4/5/15; other died 8/5/14; Chose #333 ('stable') as recovered & #358 ('ICU') as dead.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The second case is a 41 year-old female citizen in Riyadh, who has been suffering from various chronic diseases. Her health status is stable. Either #359 or #453 recovered 5/5/14; chose #359.
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The third case is a 59-year-old female citizen in Riyadh, who has been suffering from various chronic diseases. Now, she is at the IC unit. Update - death reported.
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The fourth case is for a 34-year-old female resident, working at the health sector in Riyadh, who is in contact with a confirmed case. Now, she is at the IC unit
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The fifth case is a 13-year-old female citizen in Jeddah, who is in contact with a confirmed case, even though she doesn't have any symptoms
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The sixth case is a 71-year-old male citizen in Jeddah, who has been suffering from various chronic diseases. Now, she is at the IC unit
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The seventh case is a 67-year-old male resident in Jeddah, who has been suffering from various chronic diseases. Now, he is at the IC unit. Died 16/5/14
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The eighth case is a 45 year-old male citizen, working at the health sector in Jeddah. Now, he is at the IC unit
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The ninth case is a55-year-old male citizen in Jeddah, who has been suffering various chronic diseases. Now, he is at the IC unit
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The tenth case is a 24 year-old male citizen in Makkah. His health status is stable
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The eleventh case is a 48 year-old female citizen, working at the health sector in Jeddah. Now, he is at the IC unit
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The first case is an 80-year-old male citizen, who had been suffering from diabetes, hypertension, chronic renal failure and blood cancer. He had been admitted to the Military Hospital in Riyadh on 28th March, 2014, then passed away on 22th  April, 2014
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Second case is for a 69-year-old female citizen, who has been suffering from diabetes and hypertension. She has been admitted to the Military Hospital in Riyadh on 18th April, 2014, complaining diabetic symptoms in the foot. Then, she was hit by pneumonia, and now she is connected to the artificial respiration at the hospital. Possibly death reported on 2014-04-27 (but could be case 318).
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The third case is a 70-year-old male citizen, who has been suffering from cardiac diseases and chronic lung disease. She has been admitted to the Military Hospital in Riyadh on 4th April, 2014, suffering from pneumonia
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The fourth case is a 72-year-old female citizen, who has been suffering from diabetes and hypertension. She has been admitted to the Military Hospital in Riyadh on 4th April, 2014, suffering from pneumonia
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The fifth case is a 88-year-old male citizen, who has been suffering from diabetes and hypertension. She has been admitted to the Military Hospital in Riyadh on 27th March, 2014. Then, he was hit by pneumonia, and his health status is stable.  Either 319 or 373 died 30/4/14 - have chosen 319.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The sixth case is a 41-year-old male citizen in Jeddah, who is in contact with a confirmed case, but he hasn’t developed any symptoms.
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The seventh case is a 74-year-old female citizen, who has been suffering from anemia symptoms. She has been admitted to King Faisal Specialist Hospital in Jeddah on 14th April, 2014. Then, she has shown pneumonia on 20th April, 2014, and now she is at the IC unit, receiving the proper treatment. Possible fatality 19/5/14; only 1 woman aged 74 from Jeddah ever infected but, if true, date of original reporting is incorrect in latter reference
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The eighth case is a 46-year-old male citizen. He has been admitted to Security Forces Hospital in Makkah on 21st  April, 2014, complaining respiratory symptoms. Now she is at the IC unit, receiving the proper treatment.
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The ninth case is a 68-year-old male citizen. He has been admitted to Al-Noor Hospital in Makkah on 12th  April, 2014. His sample has proven negative, then it has proven positive on 22nd April, 2014. Now he is at the IC unit, receiving the proper treatment. 
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The tenth case is a 65-year-old Turkish visitor, performing Umrah. He has been admitted to Al-Noor Hospital in Makkah, complaining respiratory symptoms. His health status is stable
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The eleventh case is a 52-year-old Burmese resident. He has been admitted to Al-Noor Hospital in Makkah on 18th April, 2014. He passed away on 22nd April, 2014.
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The twelfth case is a 13-year-old male citizen, who has developed respiratory symptoms on 9th April, 2014. He has been admitted to Ohud Hospital in Madinah, on 21st April, 2014. His health status is stable.
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The first case is a 79-year-old male citizen, who has been suffering from Leukemia and prostate cancer. He has been admitted to Security Forces Hospital on 1st April, 2014, complaining of stomachache. Then he has shown respiratory symptoms one week after hospitalization. Now, he is connected to the respirator, receiving the proper treatment, at IC unit. Likely fatality reported on 2014-04-28
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The second case is a 40-year-old female Filipina nurse, working at the Cardiac Section in the Military Hospital, who is in contact with a confirmed case, but she hasn’t developed any symptoms.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The third case is a 76-year-old male citizen, who has been suffering from diabetes, hypertension and previous brain stroke. He has been admitted to the Military Hospital on 1st April, 2014, suffering from Symptoms of pneumonia and fluid in the lungs, in addition to suspected tuberculosis, which was proven negative afterwards. Then, he has developed the respiratory symptoms and his infection with Coronavirus has been confirmed. Now, he is receiving the proper treatment at the hospital and his health status is stable.
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The fourth case is a 62-year-old male citizen, who has been suffering from hypertension. He has been admitted to the Military Hospital on 21st April, 2014, suffering from respiratory symptoms. Now, he is receiving the proper treatment at the hospital and his health status is stable.
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The fifth case is a 44-year-old male citizen. He has been admitted to the King Saud Chest Diseases Hospital on 21st April, 2014, suffering from respiratory symptoms. Now, he is receiving the proper treatment at the hospital and his health status is stable.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      One case; a 34-year-old female Filipina nurse, working at the IC unit in the Al-Noor Hospital. She has been in contact with a confirmed case, and developed respiratory symptoms on 21st April, 2014. Now, she is receiving the proper treatment at the hospital and his health status is stable.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The first case is a 51-year-old Syrian male physician, working at the IC unit in the King Fahad Hospital. He has developed respiratory symptoms on 19th April, 2014. Now, he is receiving the proper treatment at the hospital and his health status is stable. Either # 265 or #393 died on 7/7/14; chose #265.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The second case is a 47-year-old male citizen. He has been admitted to King Fahad Hospital on 21st April, 2014, suffering from respiratory symptoms. Now, he is connected to the respirator, receiving the proper treatment, at IC unit.
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The third case is a 28-year-old Indonesian female resident. She has developed respiratory symptoms on 15th April, 2014, then she has been admitted to King Saud Hospital on 19th April, 2014. Now, she is connected to the respirator, receiving the proper treatment, at IC unit.
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The fourth case is a 68-year-old male Palestinian resident. He has developed respiratory symptoms on 20th April, 2014, then he has been admitted to Bakhsh Hospital on 22nd April, 2014. Now, he is receiving the proper treatment at IC unit. Likely fatality reported 2014-04-27
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The fifth case is a 47-year-old Egyptian male resident, working as a receptionist at Bakhsh Hospital. He has developed respiratory symptoms on19th April, 2014. Now, he is receiving the proper treatment at IC unit, and his health status is stable.
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The sixth case is a 19-year-old male Palestinian resident. He has developed respiratory symptoms on15th April, 2014, then he has been admitted to United Doctors Hospital on 18th April, 2014. Now, he is receiving the proper treatment at IC unit.
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The first case is an 81-year-old male Palestinian resident, who had been suffering from diabetes, hypertension and previous brain stroke. He has been admitted to the Military Hospital in Riyadh on 30th March, 2014, suffering from chronic pneumonia. Then, he had shown symptoms of high temperature with cough and shortness of breath on 20th April, 2014. He passed away afterwards, May Allah have mercy upon him.
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The second case is a 28-year-old female Filipina nurse, working at Dr. Sulaiman Al-Habib Hospital in Riyadh, but she hasn’t developed any symptoms.
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The third case is a 70-year-old female citizen. She has shown respiratory symptoms on 20th April, 2014. Then, she has been admitted to King Khalid University Hospital on 24th April, 2014. Now, she is at IC unit, receiving the proper treatment, May Allah grant her speedy recovery.
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The fourth case is a 38-year-old-male citizen from Jeddah. He has shown respiratory symptoms on 21st  April, 2014. Then, he has been hospitalized at Al-Kharj Military Factory Hospital on 22nd  April, 2014. His health status is stable.
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The first case is  a 40-year-old female Filipina nurse, working at Al-Noor Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The second  case is a 30-year-old male Filipina nurse, working at the IC unit in the Al-Noor Hospital. He has been in contact with a confirmed case, and developed mild respiratory symptoms on 22nd  April, 2014. Now, His health status is stable.
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The third  case is a 40-year-old female Bangladeshi resident. She had previously been afflicted with SLE. She had been admitted to Al-Noor Hospital on 1st April, 2014, suffering from respiratory failure. Then, she had been hospitalized at IC unit. She passed away afterwards, May Allah have mercy upon him.
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The first case is a 54-year-old male citizen. He has developed respiratory symptoms on 16th April, 2014. Then, he has been admitted to King Faisal Specialist Hospital on 18th April, 2014.  Now, he is connected to the respirator at IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The second case is  a 30-year-old female Hindi nurse, working at King Fahad Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The third case is  a 30-year-old male citizen. He had been admitted to King Fahad Hospital on 17th April, 2014; due to a car accident. Then, he had been examined for being in contact with a confirmed case, and the examination proved positive. He passed away, May Allah have mercy upon him.
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The fourth case is  a 30-year-old male Pakistani resident, who has had kidney transplant. He has been admitted to King Fahad Hospital, suffering from urinary tract infection symptoms. Then, he has been examined for being in contact with a confirmed case, and the examination proved positive, but he has not shown any symptoms.
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The fifth case is  a 55-year-old male Pakistani resident. He has visited King Fahad Hospital on 22nd April, 2014, suffering from respiratory symptoms. His health status is stable.
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The sixth case is  a 64-year-old male Palestinian resident, who had been suffering from diabetes, hypertension, cardiac failure and other chronic diseases. He had been admitted to cardiac care unit at King Fahad Hospital on 4th April, 2014. He had developed respiratory symptoms, then he passed away, May Allah have mercy upon him
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The seventh case is  a 64-year-old male citizen. He has developed respiratory symptoms on 19th April, 2014. Then he has been hospitalized at the Military Hospital in Jeddah on 21st April, 2014. Now, his health status is stable.
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The first case is an 56-year-old male citizen. He has been admitted to King Fahad Medical City on 13th March, 2014, suffering from respiratory symptoms. Now, he is at IC unit, receiving the proper treatment. Likely fatality reported 2014-04-28
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The second case is a 38-year-old female Filipina pharmacist. She has been admitted to King Fahad Medical City on 22nd April, 2014, suffering from respiratory symptoms. Now, she is at IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   One case; a 32-year-old male Sudanese physician, working at Al-Noor Hospital. He has been in contact with a confirmed case, and developed respiratory symptoms on 18th April, 2014. Then he has been hospitalized. Now, his health status is stable.
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The first case is a 36-year-old male Bangladeshi resident at King Abdulaziz Hospital. but he hasn’t shown any symptoms.
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The second case is  a 27-year-old male citizen. He has been in contact with a confirmed case, and developed respiratory symptoms on 18th April, 2014. Then he has been admitted to King Abdulaziz Hospital on 22nd April, 2014 . Now, his health status is stable.
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The third case is  a 30-year-old female Ethiopian resident, suffering from a chronic disease. She has been admitted to King Fahad Hospital on 9th  April, 2014; due to the complication of her disease. Then, she has developed respiratory symptoms om 23rd April, 2014. Now, she is at IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The fourth case is  a 42-year-old male Yemeni resident, who has been suffering from diabetes, hypertension and cardiac failure. He has been admitted to King Fahad Hospital on 17th  April, 2014. Then, he has developed respiratory symptoms on 20th  April, 2014. Now, his health status is stable. Either #420,#442 or#566 died 8/5/14; chose #566 (other 2 'stable').
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The fifth case is  a 63-year-old female citizen, suffering from various chronic diseases. She had been admitted to King Fahad Hospital on 15th March, 2014, Then, she had developed respiratory symptoms on 26th  April, 2014. She passed away afterwards.
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The sixth case is  a 55-year-old male citizen. He has developed respiratory symptoms on 10th April, 2014. Then he has been admitted to the International Medical Center on 13th  April, 2014 . Now, he is at IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The seventh case is  a 60-year-old male citizen. She has been admitted to King Faisal Specialist Hospital on 17th March, 2014, Then, he has developed respiratory symptoms on 23rd April, 2014. Now, he is at IC unit, receiving the proper treatment, May Allah grant him speedy recovery. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The patient is a 27 year-old man who has been living in Riyadh, Saudi Arabia for the past 4 years. The patient had contact with a previously laboratory-confirmed case (his uncle) who died on 19 April, and another laboratory-confirmed case (neighbour of his uncle) who is still under treatment in a hospital in Jeddah, Saudi Arabia. The patient became ill on 22 April, returned to Egypt on 25 April and was laboratory-confirmed with MERS-CoV on 26 April. The patient is currently in a stable condition
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The first case is a 9-month-old Saudi male child. He had been admitted to Prince Sultan Military Medical City in Riyadh on 4th April, 2014, suffering from nephritic syndrome. He had developed respiratory syndrome on 7th April, 2014. Then, he had been admitted to the IC unit. After that, his health status had deteriorated; due to the failure of his vital organs, and the examination of coronavirus had proven positive. He passed away afterwards. 
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The second case is a 16-year-old female citizen. She has been admitted to Prince Sultan Military Medical City on 21st April, 2014, suffering from respiratory symptoms. Now, her health status is stable.
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The first case is a 32-year-old Syrian male physician, working at Prince Fahad bin Sultan Private Hospital. He has been in contact with a confirmed case, but he hasn’t developed any symptoms.
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The second case is a 37-year-old Egyptian male physician, working at Prince Fahad bin Sultan Private Hospital. He has been in contact with a confirmed case, but he hasn’t developed any symptoms.
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The third case is a 26-year-old Filipina female nurse, working at Prince Fahad bin Sultan Private Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The third case is a 24-year-old Filipina female nurse, working at Prince Fahad bin Sultan Private Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The third case is a 46-year-old Filipina female nurse, working at Prince Fahad bin Sultan Private Hospital. She has been in contact with a confirmed case, but she hasn’t developed any symptoms.
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The third case is a 37-year-old Filipina male nurse, working at Prince Fahad bin Sultan Private Hospital. He has been in contact with a confirmed case, but he hasn’t developed any symptoms.
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The first case is a 42-year-old Filipina female nurse. She has developed  respiratory symptoms on 20th April, 2014. Then, she has been admitted to the Military Hospital in Jeddah on 22nd April, 2014. Now, her health status is stable.
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The second case is a 65 -year-old Saudi female. She had developed  respiratory symptoms on 17th April, 2014. Then, she had been admitted to the Military Hospital in Jeddah on 19th April, 2014. She passed away.
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The third case is a 75-year-old Yemeni male resident. He has developed  respiratory symptoms on 21st March, 2014. Then, he has been admitted to Erfan Hospital on 21st April, 2014, suffering from brain stroke. Now, he is at the IC unit, receiving the proper treatment, May Allah grant him speedy recovery.
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The fourth case is a 61-year-old Indonesian female resident, who had been suffering from renal failure. She had been admitted to King Fahad Hospital on 16th April, 2014, suffering from respiratory symptoms. Then, she passed away.
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The fifth case is a 54-year-old -year-old Filipina female nurse, working at King Fahad Hospital. She has developed respiratory symptoms on 24th April, 2014. Now , her health status is stable.
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The sixth case is a 65-year-old Saudi male. He has been admitted to the King Fahad Hospital on 25th April, 2014, suffering from respiratory symptoms.. Now , his health status is stable.
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The seventh case is a 59-year-old Saudi male physician. He has been admitted to the King Fahad Hospital on 25th April, 2014, suffering from respiratory symptoms.. Now , his health status is stable.
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The eighth case is a 55-year-old Saudi male, who had been suffering from cardiac failure. He has been admitted to the National Guard Hospital on 18th April, 2014. Then, he passed away.
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   65 year old woman, suffering from several chronic diseases. She was admitted to a government hospital several months ago and remains hospitalized. She has been in contact with a confirmed case, but hasn’t developed any symptoms.
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         42 year old man who developed respiratory symptoms on 22/4/2014. Then, he was admitted to a private hospital on 23/4/2014. Now, his health status is stable. He has been in contact with a confirmed case. Either #420,#442 or#566 died 8/5/14; chose #566 (other 2 'stable').
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                38 year old woman. She has been in contact with a confirmed case, but he hasn’t developed any symptoms.
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          28 year old man, suffering from nephritic syndrome. He developed respiratory symptoms on 23/4/2014. On 25/4/2014, he was admitted to a government hospital. Now, his health status is stable.
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          39 year old man, suffering from chronic heart problems and asthma. On 14/4/2014, he was admitted to a private hospital. He had shortness of breath and admitted to ICU. He was discharged on 18/4/2014 and readmitted on 23/4/2014 with shortness of breath and fever. He was diagnosed with lung infection and again was discharged on 25/4/2014. Reports show he has been in contact with a confirmed case.
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   18 year old woman. She has been in contact with a confirmed case, but hasn’t developed any symptoms.
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 75-year-old man, suffering from diabetes and hypertension with a prior history of a brain stroke. On 22/4/2014, he was transferred from a private hospital to a government hospital with lung problems. His symptoms increased on 24/4/2014 and he was moved to the ICU. 
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 76-year-old man, suffering from chronic heart problems. On 20/4/2014, he underwent a heart surgery at a government hospital. On 24/4/2014, he developed respiratory symptoms. Now, he is in the ICU. He has been in contact with a confirmed case.
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 62-year-old man, suffering from chronic heart problems and hypertension. He was admitted to a government hospital on 27/3/2014. He tested positive. He has been in contact with a confirmed case, but hasn’t developed any symptoms.
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 73-year-old man. He suffers from diabetes, hypertension, and nephritic syndrome. He was admitted to a government hospital on 20/4/2014 due to obstructive jaundice. Then, he displayed respiratory symptoms on 23/4/2014. Now, he is being treated in the ICU.
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 77-year-old man, suffering from diabetes and hypertension and a previous history of a brain stroke. He was admitted to a government hospital on 31/3/2014 after a bacterial infection. On 23/4/2014, he displayed respiratory symptoms. Now, he is in the ICU.
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 51-year-old woman. She was admitted to the governmental hospital on 27/4/2014 with respiratory syndromes. Her condition is stable. She has been in contact with a confirmed case.
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 41-year-old woman. She has mild respiratory symptoms and is in stable condition. She has been in contact with a confirmed case. Either #359 or #453 recovered 5/5/14; chose #359.
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 32-year-old man, suffering from diabetes and hypertension. He was admitted to the private hospital for one day on 17/4/2014 to control his diabetes. He was readmitted on 26/4/2014 with respiratory symptoms and discharged on 28/4/2014. Now, he is in the ICU at a private hospital. He has been in contact with a confirmed case.
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 46-year-old man. On 12/4/2014, he was admitted to a private hospital with respiratory symptoms. He was discharged on 17/4/2014. He was readmitted after an increase in respiratory symptoms on 26/4/2014. His condition is stable. He has been in contact with a confirmed case.
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 29-year-old woman. She has been in contact with a confirmed case and does not have symptoms.
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 60-year-old man. He developed respiratory symptoms on 23/4/2014. He was admitted to a government hospital on 26/4/2014. Now, he is being treated in the ICU. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 75-year-old woman. She developed respiratory symptoms on 21/4/2014 and was admitted to a government hospital on 26/4/2014. Now, she is being treated in the ICU. Likely fatality announced 7/5/14
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 70-year-old woman. She displayed respiratory symptoms on 1/4/2014. She was admitted to a government hospital on 27/4/2014. Her condition is stable.
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 68-year-old man, suffering from chronic heart problems and hypertension. He displayed respiratory symptoms on 20/4/2014. He was admitted to a government hospital on 25/4/2014 and left, of his own accord and responsibility, on 27/4/2014. His condition was stable.
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 30-year-old woman. She has been in contact with a confirmed case and does not have any symptoms.
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 44-year-old man. He is suffering from heart disease, diabetes, and liver failure. He developed respiratory symptoms on 26/4/2014. Then, he was admitted to a government hospital on 27/4/2014. Now, his condition is stable. He was in contact with a confirmed case.
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 31-year-old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 50-year-old man. He developed respiratory syndrome on 19/4/2014. Then, he was admitted to a government hospital on 27/4/2014. Now, he is being treated in the ICU.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 29-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 50-year-old woman. She was suffering from respiratory syndrome on 12/4/2014. She was admitted to a government hospital on 16/4/2014. Her condition is stable.
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 53-year-old woman. She was suffering from respiratory syndrome on 24/4/2014. On 27/4/2014, she was admitted to a government hospital. Her condition is stable. Probable fatality 12/5/14
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 55-year-old man. He displayed respiratory symptoms on 19/4/2014. He was admitted to a private hospital on 22/4/2014. His condition is stable. Probable fatality 16/5/14
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 75-year-old woman. She displayed respiratory symptoms on 22/4/2014. She was admitted to a private hospital on 24/4/2014. Her condition is stable.
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 40-year-old man. He displayed respiratory symptoms on 19/4/2014. On 26/4/2014, he was admitted to a government hospital. His condition is stable.
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 34-year-old man. He developed respiratory syndrome on 13/4/2014. He was admitted to a government hospital on 27/4/2014. Now, he is in the ICU.
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 49-year-old woman. She was admitted to a government hospital on 13/4/2014 for her diabetes. On 26/4/2014, she displayed respiratory symptoms. Her condition is stable.
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              31 year old woman. She displayed respiratory symptoms and was admitted to a government hospital on 28/4/2014. Now, her condition is stable. She has been in contact with a confirmed case
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           He is reported to have had close contact with a previously reported case who was also hospitalized in Zarka.
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    28 year old man. He displayed respiratory symptoms and was admitted to a private hospital on 26/4/2014. Now, his condition is stable. He has been in contact with a confirmed case.
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           50 year old woman, suffering from diabetes. On 1/4/2014, she displayed respiratory symptoms. She was admitted to a government hospital on 22/4/2014.  Now, she is being treated in the ICU. 
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             38 year old woman. On 19/4/2014, she displayed respiratory symptoms. She was admitted to a government hospital on 24/4/2014. Now, her condition is stable.
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 28 year old woman. She displayed respiratory symptoms on 24/4/2014. On 27/4/2014, she was admitted to a private hospital. Now, her condition is stable. She has been in contact with a confirmed case.
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 60 year old man. He displayed respiratory symptoms on 23/4/2014. He was admitted to a private hospital on 24/4/2014. Now, he is being treated in the ICU. One of #299, #328, #423, #457, #480 died 6/5/14; Chose #299.
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          male US citizen in his 60s, who lives and works in Riyadh, Saudi Arabia. He began feeling unwell on or around 14 April 2014 with a low-grade fever without any respiratory symptoms. On 27 April 2014, he developed shortness of breath, cough, increasing fever, and mild runny nose. On 28 April 2014, he was seen in an emergency room. A chest x-ray showed infiltrates in the right lung base and he was admitted to hospital and placed in a private room. Negative pressure room and airborne precautions were reportedly implemented on 29 April 2014; full isolation (standard, contact, and airborne) precautions were implemented on 30 April 2014. A chest computed tomography on 29 April 2014 showed bilateral lung infiltrates. Currently the patient is stable with shortness of breath; he is not intubated.
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   40 year old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                13 year old boy, suffering from Asthma. He developed respiratory symptoms visited a government hospital. His condition has improved and has not developed any symptoms.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           71 year old woman, suffering from Cancer. She had a high fever, respiratory symptoms, and  inflammation of the urethra and was admitted to a government hospital on 27/3/2014. She has been in contact with a confirmed case. Now, she is being treated in the ICU. Probable fatality 8/5/14
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    82 year old man, suffering from diabetes, high blood pressure, and lung disease. He displayed respiratory failure on 14/4/2014 and was admitted to a government hospital. On 26/4/2014 he showed respiratory symptoms. Now, he is being treated in the ICU. He has been in contact with a confirmed case. Probable fatality 11/5/14
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              66 year old woman suffering from diabetes. She displayed respiratory symptoms on 24/4/2014. She was admitted to a government hospital on 29/4/2014. Now, she is being treated in the ICU.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 56 year old man, suffering from diabetes and high blood pressure. He displayed respiratory symptoms on 21/4/2014. He was admitted to a government hospital on 24/4/2014. Now, his condition is stable.
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              70 year old man, suffering from diabetes and high blood pressure. He displayed respiratory symptoms on 30/4/2014 and was admitted to a government hospital. Now, his condition is stable.
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         55 year old man, suffering from diabetes. He displayed respiratory symptoms on 23/4/2014. He was admitted to a private hospital. Now, his condition is stable.
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      37 year old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         55 year old woman. She displayed respiratory symptoms on 29/4/2014, she was admitted to National Guard hospital. Now, her condition is stable.
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   25 year old man. He displayed respiratory symptoms on 24/4/2014. He was admitted to a government hospital on 27/4/2014. He passed away on 30/4/2014.
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      53 year old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      28 year old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   32 year old man. He has been in contact with a confirmed case. He displayed mild symptoms and was admitted to a government hospital on 29/4/2014. Then, he was transferred to another government hospital in Jeddah.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         69 year old woman, suffering from Tuberculosis and Anemia. She displayed weakness of heart muscle. She was admitted to a government hospital on 5/3/2014. She displayed respiratory symptoms on 26/4/2014. Then, she passed away on 29/4/2014.
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   28 year old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  60 year old man suffering from diabetes and heart disease. He displayed respiratory symptoms on 30/4/2014. He was admitted to a government hospital. Now, he is being treated in the ICU. Either #499 or #518 died 5/5/14; other died 7/7/15; chose 499 to die first.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          47 year old man. On 22/4/2014, he was admitted to a government hospital in Jeddah and diagnosed with kidney failure. He had high fever and vomiting on 26/4/2014. Now, he is being treated in the ICU. Think Jeddah is a typo; if so probable fatality 7/5/14
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            45-year-old woman, working at a governmental hospital in Riyadh. She was admitted to the hospital on 29/4/2014 with respiratory symptoms. Now, she is lying at the intensive care unit receiving treatment.She has been in contact with a confirmed case.; Likely fatality announced 7/5/14
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     47-year-old man, who was admitted to a governmental hospital in Riyadh on 21/4/2014 with respiratory symptoms. Now, he is at the IC unit receiving treatment, May Allah grant him speedy recovery.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          77-year-old man, suffering from multiple myeloma. He was admitted to a governmental hospital in Riyadh in December 2013, and then he displayed respiratory symptoms on 29/4/2014. He passed away on 2/5/2014,
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    73-year-old woman, who was admitted to a governmental hospital in Riyadh in January 2014 with cardiac diseases, and then she developed respiratory symptoms on 29/4/2014. Now, she is receiving treatment at the IC unit. Probable fatality 11/5/14
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            27-year-old man, who suffered from symptoms of high temperature, vomit and diarrhea on 1/5/2014. Two days later, he was admitted to a governmental hospital. His health status is stable now. He has been in contact with a confirmed case.
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     55-year-old man, who has been in contact with a confirmed case. He has not developed any symptoms.
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    94-year-old man, who exhibited respiratory symptoms on 26/4/2014, and then he was rushed to a governmental hospital in Jeddah on 28/4/2014. Now, he is receiving treatment at the IC unit. Probable fatality 8/5/14
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   61-year-old man, suffering from renal failure. He experienced respiratory symptoms on 22/4/2014, and then he was admitted to a private hospital in Jeddah on 24/4/2014. His health status is stable.
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           47-year-old man, suffering from renal failure. On 29/4/2014, he showed respiratory symptoms and was taken to a governmental hospital in Jeddah. His health status is stable.
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         63-year-old man, who was admitted to a governmental hospital in Jeddah on 17/2/2014, suffering from gangrene. On 29/4/2014, he developed respiratory symptoms. Now, he is at the IC unit receiving treatment. Fatality 14/5/14
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         40-year-old woman, who was taken to a governmental hospital in Makkah on 29/4/2014 with respiratory symptoms. Her health status is stable. Later on, she was transferred to a governmental hospital in Jeddah.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       26-year-old woman, who showed mild respiratory symptoms on 21/4/2014. Her health status is stable. She has been in contact with a confirmed case
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  27-year-old woman, who has been in contact with a confirmed case. She has not developed any symptoms.
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   37-year-old woman, who has been in contact with a confirmed case. She has not developed any symptoms
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              14-year-old adolescent, who has been in contact with a confirmed case. He has not developed any symptoms.
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             57-year-old woman, who was admitted to a public hospital on April 7, 2014 suffering from cancer. And on April 24, she developed respiratory symptoms. Right now, she is receiving intensive-care (IC) treatment. Probable fatality 16/5/14
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    54-year-old woman suffering from renal failure and hypertension. She was admitted to a public hospital on April 28, 2014 for having respiratory symptoms. On April 30, she was referred to another public hospital in Riyadh, and now she is receiving IC treatment
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  60-year-old man suffering from diabetes and heart diseases. He was admitted to a government hospital on May 3, 2014 suffering from respiratory symptoms. He is now receiving IC treatment.Either #499 or #518 died 5/5/14; other died 7/7/15; chose 499 to die first.
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   37-year-old woman, who has been in contact with a confirmed case and has not developed any symptoms.
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            52-year-old woman suffering from diabetes, high blood pressure and kidney failure. She was admitted to a government hospital on March 28, 2014. She was suffering from respiratory symptoms on April 30, 2014. Now, her condition is stable
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            48-year-old man, who was admitted to a government hospital on May 2, 2014 suffering from respiratory symptoms. He is now receiving IC treatment. Reported recovered 12/6/14
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    43-year-old woman. Who has been in contact with a confirmed case and has not developed any symptoms
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              68-year-old woman suffering from diabetes and high blood pressure. She was admitted to a private hospital on April 10, 2014 suffering from respiratory symptoms. She is now receiving IC treatment. Death cf. Citation 2?
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        45-year-old man suffering from diabetes, high blood pressure, kidney failure and asthma. He was admitted to a government hospital on May 3, 2014. He was later transferred to a different government hospital. He is now receiving IC treatment
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         26-year-old woman, who was admitted to a government hospital. She has been in contact with a confirmed case and has not developed any symptoms
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      36-year-old woman suffered from respiratory symptoms on April 20, 2014. She was admitted to a government hospital on April 30, 2014. She was later transferred to a different government hospital
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              46-year-old woman, who suffered from respiratory symptoms on May 5, 2014. She has been in contact with a confirmed case. Now, she is in stable condition.
## 434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  30-year-old woman, who suffered from respiratory symptoms on May 2, 2014. She has been in contact with a confirmed case, and now she is receiving IC treatment at government hospital
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     26-year-old woman suffered from minor respiratory symptoms on May 2, 2014. She is now in stable condition. She has been in contact with a confirmed case. She is isolated at home.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                70-year-old man suffering from high blood pressure and heart diseases. He suffered from respiratory symptoms on April 25, 2014 and was admitted to a private hospital on May 1, 2014. He is now receiving IC treatment.
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  58-year-old woman suffered from respiratory symptoms on April 30, 2014. She was admitted to a government hospital on May 4, 2014 and she was later transferred to a different government hospital. She is now receiving IC treatment.
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     43-year-old woman suffering from Asthma. She has been in contact with a confirmed case and has not developed any symptom. She is isolated at home.
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         74-year-old man suffering from diabetes and decreased kidney functions. He suffered from respiratory symptoms on April 25, 2014 and was admitted to a government hospital on April 29, 2014. He is now receiving IC treatment.
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   68-year-old woman suffering from kidney failure in a government hospital. She has been in contact with a confirmed case and has not developed any symptom. Probable fatality 10/5/14
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     40-year-old man suffered from respiratory symptoms on May 5, 2014. Now, he is in stable condition.
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              61-year-old man. On 23/3/2014, he was suffering from infection of the blood vessels and was admitted to a government hospital. He was discharged on 23/4/2014. He was readmitted to the same hospital with respiratory syndrome on 30/4/2014. Currently, he is in the ICU
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    65-year-old woman, suffering from diabetes, hypertension, heart disease, and a brain stroke. She was admitted to a government hospital on 12/4/2014 with respiratory symptoms. Her condition deteriorated on 29/4/2014. She passed away on 6/5/2014
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         28-year-old woman, suffering from leukemia. She displayed respiratory symptoms on 25/4/2014. On 28/4/2014, she was admitted to a government hospital. Her condition is stable.
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   36-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      36-year-old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       28-year-old woman. She displayed respiratory syndrome on 27/4/2014. On 30/4/2014, she was admitted to a private hospital. Now, she is in the ICU
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   26-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   36-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms.
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      36-year-old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 57-year-old man. He displayed respiratory symptoms on 24/4/2014 and was admitted to a private hospital. On 3/5/2014, he was discharged from the hospital. On 5/5/2014, he was readmitted to the hospital. Currently, he is in the ICU.
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       10-year-old boy who was in an accident and admitted to a government hospital on 29/4/2014. He was discharged on 2/5/2014 On 4/5/2014, he displayed respiratory symptoms and was readmitted to a government hospital. He is currently in the ICU.
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          32-year-old man. He displayed respiratory symptoms on 4/5/2014 and was admitted to a private hospital on the same day. Currently, he is quarantined at home. He has been in contact with a confirmed case and has not developed any symptoms.
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  54-year-old man. He was suffering from respiratory syndrome on 29/4/2014 and was admitted to a private hospital on 1/5/2014. His condition is stable.
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  84-year-old man, suffering from diabetes, hypertension, asthma, and kidney failure. He was admitted to a government hospital on 8/2/1014 with pleural effusion. He displayed respiratory symptoms on 30/4/2014. Currently, he is in the ICU. Probable fatality 7/5/14
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           42-year-old-man. He displayed mild respiratory symptoms on 3/5/2014. On 5/5/2014, he was admitted to a government hospital. His condition is stable. He was in contact with a confirmed case
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          56 year-old-man suffering from hypertension. He has been in contact with a confirmed case, and has not developed any symptoms
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             77-year-old-man, suffering from diabetes, hypertension, and kidney failure. He has been in contact with a confirmed case, and has not developed any symptoms. Died 16/5/14
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     34-year-old man. He suffered respiratory syndrome on 3/5/2014. On 5/5/2014, he was admitted to a government hospital. He is currently in the ICU. 
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  55-year-old woman suffering from diabetes, high blood pressure (hypertension) and heart disease. She developed respiratory symptoms on April 29, 2014. She was admitted to a governmental hospital on May 2, 2014. Now, she is receiving IC treatment
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   63-year-old man, suffering from a tumor. He was admitted to a governmental hospital on March 18, 2014 to follow up on his preexisting condition. He developed respiratory symptoms on May 5, 2014. Now, he is in stable condition.  
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       34-year-old man. He has been in contact with a confirmed case and has not developed any symptoms
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   53-year-old woman, who suffered from respiratory symptoms on May 1, 2014. She was admitted to a governmental hospital on May 4, 2014. Then, she was transferred to another governmental hospital on May 7, 2014. Now, she is in a stable condition. 
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     40-year-old woman, who developed respiratory symptoms on April 27, 2014. She was admitted to a governmental hospital on May 3, 2014. Then, she was transferred to another governmental hospital on May 7, 2014. Now, she is receiving IC treatment
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 22-year-old man. He was suffering from Leukemia (blood cancer) and admitted to a governmental hospital. On May 4, 2014, he developed respiratory symptoms. Now, he is receiving IC treatment. Probable fatality 9/5/14
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  30-year-old woman, suffering from diabetes and asthma. She developed respiratory symptoms on April 29, 2014. She was admitted to a governmental hospital on May 4, 2014. Then, she was transferred to another governmental hospital. Now, she is in stable condition.
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    62-year-old woman suffering from diabetes, high blood pressure and asthma. She developed respiratory symptoms on April 8, 2014. She was admitted to a private hospital on April 29, 2014 and passed away afterwards
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           80-year-old woman suffering from diabetes and heart disease. She developed respiratory symptoms on April 25, 2014. She was admitted to a governmental hospital on May 5, 2014. Now, she is receiving IC treatment. Probable fatality 10/5/14
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     22-year-old man. He has been in contact with a confirmed case and has not developed any symptoms. 
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 84-year-old man who developed respiratory symptoms on April 24, 2014. He was admitted to a governmental hospital on April 25, 2014. Now, he is in a stable condition. 
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 42-year-old man suffering from renal failure. On April 26, 2014, he was admitted to a governmental hospital and developed respiratory symptoms. Now, he is receiving IC treatment. Either #420,#442 or#566 died 8/5/14; chose #566 (other 2 'stable').
## 472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            59-year-old man, suffering from diabetes, high blood pressure, and heart disease. Three weeks ago, he underwent heart surgery at a governmental hospital. He developed respiratory symptoms on May 2, 2014. He was admitted to another governmental hospital on May 3, 2014. He is now receiving IC treatment. Died 18/5/14
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             78-year-old man suffered from respiratory symptoms on April 30, 2014. He was admitted to a governmental hospital on May 7, 2014. Now, he is in stable condition. Probable fatality 10/5/14
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         33-year-old woman, who was admitted to a private hospital. She has not developed any symptoms.
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         62-year-old woman, who developed respiratory symptoms. She was admitted to a government hospital on May 8, 2014. Now, she is in stable condition. Probable fatality on 10/5/14
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               34-year-old woman who developed respiratory symptoms on April 25, 2014. She suffered from Eclampsia and was admitted to a government hospital in Makkah on May 7, 2014. She was later transferred to a government hospital in Jeddah. She is now receiving IC treatment.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            37-year-old woman, who was admitted to a government hospital on February 18, 2014. She suffered from respiratory symptoms on May 8, 2014. Now, she is in a stable condition
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           35-year-old man displayed respiratory symptoms on May 8, 2014. He has been in contact with a confirmed case. Now, he is in stable condition.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       36-year-old man. He has been in contact with a confirmed case and has not developed any symptoms
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  30-year-old woman. She has been in contact with a confirmed case, and has not developed any symptoms.
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      35-year-old woman suffered from respiratory symptoms on April 28, 2014. She was admitted to a government hospital on May 1, 2014. She passed away on May 9, 2014.
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  45-year-old man developed respiratory symptoms on May 2, 2014. He was admitted to a private hospital on May 5, 2014. Now, he is receiving IC treatment at government hospital. May Allah grant her a speedy recovery 
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     72-year-old woman suffering from diabetes and blood pressure. She suffered from fever, vomiting, and diarrhea on May 3, 2014. She was admitted to a government hospital on May 7, 2014. Now, she is in stable condition. Probable fatality 10/5/14
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 58-year-old woman developed minor respiratory symptoms on April 30, 2014. She has been in contact with a confirmed case. Now, her condition is stable.
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      56-year-old woman. She displayed mild respiratory symptoms after being in contact with a confirmed case. Her condition is stable.
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   31-year-old woman, who has been in contact with a confirmed case and has not developed any symptoms.
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                80-year-old woman. On May 6, 2014, she displayed respiratory symptoms and visited the ER at a government hospital. Now, she is in home isolation. Her condition is stable. Died 11/5/14
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       29-year-old man, who developed respiratory symptoms. He is in a stable condition. He has been in contact with a confirmed case. 
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                42-year-old woman. She displayed respiratory symptoms on May 4, 2014. She was admitted to a government hospital on May 5, 2014. She has been in contact with a confirmed case. Her condition is stable.
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    26-year-old woman who developed respiratory symptoms on May 5, 2014. She was admitted to a private hospital on May 6, 2014. Now, she is in stable condition and is isolated at home.  She has been in contact with a confirmed case
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   31-year-old woman developed respiratory symptoms on May 8, 2014. She was admitted to a government hospital on May 12, 2014. Her condition is stable.
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      35-year-old man. He has been in contact with a confirmed case and has not developed any symptoms.
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     60-year-old woman. She was admitted to a government hospital on Apr 4, 2014. She developed respiratory symptoms on May 11, 2014. Now, she is in the ICU. Probable fatality 13/5/14
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    26-year-old woman. She has been in contact with a confirmed case and has not developed any symptoms
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        74-year-old woman was admitted to a government hospital on Mar 21, 2014. She developed respiratory symptoms on May 11, 2014. Now, she is in the ICU. Reported recovered 17/6/14
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       33-year-old man, who has been in contact with a confirmed case and has not developed any symptom
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        80-year-old woman, suffering from diabetes, high blood pressure, chronic heart disease, and chronic kidney disease. She was admitted to a private hospital on Apr 19, 2014. She displayed respiratory symptoms on May 1, 2014. She passed away on May 11, 2014.
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  44-year-old woman developed respiratory symptoms on May 9, 2014. She was admitted to a private hospital on May 10, 2014. Now, her condition is stable. She has been in contact with a confirmed case.
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   29-year-old man developed respiratory symptoms on Apr 18, 2014. He was admitted to a government hospital on Apr 23, 2014. Now, he is receiving IC treatment. He has been in contact with a confirmed case. Probable fatality 12/5/14
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 36-year-old man was admitted to a government hospital on May 5, 2014. He was discharged on May 7, 2014. He developed respiratory symptoms on May 8, 2015 and was readmitted to a government hospital. Now, he is receiving IC treatment. He has been in contact with a confirmed case.
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            66-year-old man developed respiratory symptoms on May 1, 2014. He was admitted to a government hospital on the same day. His condition deteriorated and he received IC Care on May 3, 2014. He passed away on May 11, 2014.
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A health care worker (HCW) living and working in Saudi Arabia came to visit family in the USA. The individual flew from Jeddah, Saudi Arabia to London on 1 May 2014, connected to a flight to Boston, MA, USA then another flight from Boston, MA, USA to Atlanta, GA and another flight from Atlanta, GA to Orlando FL. The individual began feeling unwell on the initial flight from Jeddah to London, with fever, chills and cough. On 8 May 2014, the individual presented to an emergency room at a hospital in Orlando [?] Florida and was admitted to the hospital. The two U.S. cases are not linked.
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            34-year-old-woman developed respiratory symptoms on May 11, 2014 and is in home isolation. Her condition is stable and she in home isolation. She has been in contact with a confirmed case
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    50-year-old-woman developed respiratory symptoms on May 11, 2014. Her condition is stable and she in home isolation. She has been in contact with a confirmed case.
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               20-year-old-woman was admitted to a government hospital on May 9, 2014 with heart problems. She developed respiratory symptoms on May 11, 2014. Her condition is stable.
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            69-year-old man, suffering from diabetes and chronic heart disease, was admitted to a government hospital on Apr 28, 2014 due to heart disease. He developed respiratory symptoms on May 11, 2014. A day later, he was admitted to the ICU. He passed away on May 12, 2014.
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The patient is a 70 year-old male citizen of the Netherlands, with travel history to the Kingdom of Saudi Arabia between 26 April 2014 and 10 May 2014. The patient developed first symptoms on 1 May 2014 while in Medina, Saudi Arabia. He was evaluated at an emergency care department in Mecca on 6 May and given antibiotics; he did not have respiratory symptoms while in Saudi Arabia. On return to the Netherlands, on 10 May, his condition deteriorated, including development of respiratory symptoms, and he was hospitalized on the same day. On 13 May, he tested positive for MERS-CoV. Currently, the patient is in the ICU in a stable condition. The patient reports no contact with animals or consumption of raw animal products. 
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             31-year-old woman developed respiratory symptoms on May 11, 2014. Her condition is stable.
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       60-year-old woman suffering from lung problems and a gallbladder infection was admitted to a government hospital on May 9, 2014. She underwent surgery on May 10, 2014. She was moved to the ward on May 12, 2014. Then, she had a heart attack and was transferred to the ICU. She passed away on May 13, 2014.
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    63-year-old woman was admitted to a government hospital on Apr 22, 2014. She was diagnosed with liver problems. She developed respiratory symptoms on May 9, 2014. She passed away on May 13, 2014.
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      72-year-old man suffering from diabetes, high blood pressure, and kidney failure. He developed respiratory systems and was admitted to a government hospital on Apr 30, 2014. He tested negative for MERS Corona. On May 9, 2014 his condition deteriorated rapidly. He tested positive for MERS Corona. He is in the ICU. Death recorded 19/5/14
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           55-year-old woman suffering from diabetes, high blood pressure, and asthma. She developed respiratory symptoms and was admitted to a government hospital on May 12, 2014. She is in the ICU.
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       41-year-old woman who has been in contact with a confirmed case. She does not have any symptoms.
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         71-year-old man, suffering from diabetes and heart disease, was admitted to a government hospital on Apr 1, 2014 due to diabetic foot. He developed respiratory symptoms on Apr 26, 2014. He was transferred to the ICU on May 5, 2014 with respiratory symptoms. Died 16/5/14
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           23-year-old woman developed respiratory symptoms and was admitted to a government hospital on Apr 21, 2014. She was transferred to another government hospital on May 13, 2014. She is in the ICU. Reported recovered 5/6/14
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       40-year-old woman. She has been in contact with a confirmed case and does not have any symptoms.
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              42 year old woman developed respiratory symptoms on Apr 30, 2014. She was admitted to a government hospital on May 1, 2014. She is in a stable condition.
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 53 year old woman developed respiratory symptoms on Apr 21, 2014. She was admitted to a private hospital on Apr 22, 2014. She is in the ICU. Probable fatality 15/5/14
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          57 year old man developed respiratory symptoms and was admitted to a private hospital on May 7, 2014. His condition is stable
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             43 year old man went to a government hospital due to a fever. He tested positive for MERS Corona. His condition is stable.
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   36 year old woman developed respiratory symptoms on May 8, 2014. She was admitted to a government hospital on May 11, 2014. Her condition is stable.
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               2 year old child with congenital anomalies developed respiratory symptoms on Apr 19, 2014. She was admitted to a government hospital on Apr 25, 2014. She is in the ICU.
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       41 year old woman who has been in contact with a confirmed case. She does not have any symptoms.
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      54 year old female suffering from Diabetes Mellitus, Hypertension and Chronic Renal Failure. She was admitted to a government hospital on May 3rd, 2014 due to clotting in Arteriovenous fistula. On May 5th, 2014, she developed respiratory symptoms. Her condition deteriorated and was admitted to the ICU. She passed away on May 13th, 2014
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                70 year old female suffering from Diabetes Mellitus and Hypertension. She does not have any symptoms and is currently in home isolation
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    39 year old female suffering from Diabetes Mellitus. She developed respiratory symptoms on April 23rd, 2014 and was admitted to a government hospital on April 24th, 2014. She tested negative twice for MERS. She had a third test on May 13th, 2014 and tested positive. Her condition is stable.
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  73-year old female citizen of the Netherlands and a close family member of the first case; same trip through KSA; shared a hotel room throughout. Has co-morbidities. Symptom onset, including some breathing difficulties, on 5 May 2014 in Makkah. Upon return to the Netherlands on 10 May, the patient presented with mild respiratory symptoms and fever, but these were not severe enough for her to seek medical help. Re-evaluated through contact tracing. Currently, the patient is in a stable condition with fever and mild respiratory symptoms and is hospitalized in isolation. News reports suggest camel farm visit.
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    11-year-old male suffering from a brain tumor. He was admitted on January 17th, 2014 to a government hospital due to his brain tumor. He developed respiratory symptoms on May 14th, 2014. His condition is stable.
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              28-year-old male. He does not have any symptoms and is isolated in a government hospital.
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       80-year-old male suffering from Diabetes, high blood pressure, and heart disease. He developed respiratory symptoms on May 8th, 2014 and was admitted to a private hospital on May 10th, 2014. He is currently in ICU. Probable fatality 26/5/14
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         35-year-old female developed fever and diarrhea on May 13th, 2014. She was admitted to a government hospital in Makkah on May 15th, 2014. Then, she was transferred to a government hospital in Jeddah. Her condition is stable. She has been in contact with a confirmed case
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              67-year-old female suffering from Diabetes, high blood pressure and has a history of convulsion. She developed fever, shortness of breath and fainted on April 28th, 2014. She was admitted to a government hospital on May 12th, 2014. She passed away on May 15th, 2014
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            48-year-old female suffering from high blood pressure, heart disease and chronic renal failure. She developed respiratory symptoms on May 10th, 2014. She was admitted to a government hospital on May 13th, 2014. Her condition is stable.
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             36-year-old female currently isolated in a government hospital. She has been in contact with a positive case and does not have any symptom
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        27-year-old female developed respiratory symptoms on May 16th, 2014. She was admitted to a government hospital on the same day. Her condition is stable. Reported recovered (& HCW) on 11/6/14?
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              58-year-old female developed respiratory symptoms on May 11th, 2014. She was admitted to a government hospital on May 13th, 2014. Her condition is stable
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            33-year-old female developed respiratory symptoms on April 27th, 2014. She was admitted to a government hospital on May 2nd, 2014. The first two tests for MERS were negative. The third test came back positive on May 16th, 2014. Her condition is stable
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              29-year-old male developed mild respiratory symptoms on May 13th, 2014. He is currently in home isolation
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 36-year-old male developed fever on May 11th, 2014. On May 13th, 2014 he was admitted to a government hospital. He was discharged against medical advice on May 15th, 2014. He was admitted to another government hospital on May 16th, 2014. His condition is stable.
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               37-year-old male developed respiratory symptoms on May 6th, 2014. On May 10th, 2014 he visited the ER in a government hospital, but he refused to get tested for MERS-CoV. On May 16th, 2014 he was admitted to another government hospital. He is currently in the ICU.
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              28-year-old female developed respiratory symptoms on May 16th , 2014. She was admitted to a government hospital on the same day. Her condition is stable.
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        55-year-old male, suffering from chronic renal failure, developed respiratory symptoms on May 15th, 2014. He was admitted to a government hospital on the same day. He is currently in the ICU.
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             45-year-old female. She was admitted to a government hospital on May 14th, 2014 suffering from fever and diarrhea. Her condition is stable. She has been in contact with a confirmed case.
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             37-year-old male. He developed respiratory symptoms on May 9th, 2014 and was admitted to a government hospital in Jeddah. His condition was stable and was discharged against medical advice on May 17th, 2014. He is currently stable and isolated at home. He has been in contact with a confirmed case.
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 45-year-old male, isolated at home. His condition is stable. He has been in contact with a confirmed case and does not have any symptoms.
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 34-year-old man, isolated at home. His condition is stable. He has been in contact with a confirmed case and does not have any symptoms.
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 39-year-old man developed respiratory symptoms on May 6th, 2014. He was admitted to a government hospital on May 16th , 2014. On May 18th, 2014. He tested positive for MERS CoV. His condition is stable and he has been isolated at home.
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 52-year-old man, isolated at home. His condition is stable. He has been in contact with a confirmed case and does not have any symptoms.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 51-year-old man developed respiratory symptoms on May 3, 2014. He was admitted to a private hospital on May 13, 2014. He is in the ICU. May Allah grant him a speedy recovery.
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 31-year-old man, suffering from heart disease. On May 11, 2014, he developed respiratory symptoms. On May 16, 2014, he was admitted to a government hospital. He has been isolated at the hospital.     
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    29-year-old male is isolated at a government hospital. He has been in contact with a confirmed case and does not have any symptoms.
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           35-year-old male is currently in home isolation. He has been in contact with a confirmed case and does not have any symptoms
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      66-year-old female, suffering from diabetes, high blood pressure, end stage kidney disease and undergoing dialysis. On Mar 13th, 2014, she developed respiratory symptoms and was admitted to a government hospital. She is currently in the ICU.
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      53-year-old man, suffering from diabetes and obesity, developed respiratory symptoms on May 5, 2014. He was admitted to a hospital in Gonfotha on May 9th, 2014. He was transferred to a government hospital in Jeddah on May 20th, 2014. His condition is stable
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   38-year-old man, suffering from renal failure and undergoing dialysis. He visited a public hospital for routine dialysis and tested positive for MERS Corona virus. He has been in contact with a confirmed case and does not have any symptoms. He is in home isolation. Probable recovery reported 17/6/14 [but not noted as having comorbidities]
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        54 year-old man, who underwent coronary artery bypass graft and is suffering from heart disease, developed respiratory symptoms on May 10, 2013. He was admitted to a government hospital on May 19, 2014. He tested positive for MERS Corona Virus on May 20th, 2014. His condition is stable.
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       66-year-old man, suffering from diabetes, high blood pressure, and renal failure undergoing dialysis. He developed respiratory symptoms on May 8, 2014. He was admitted to a government hospital on May 15, 2014. His condition is stable. Reported death 4/6/14
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             50-year-old female developed respiratory symptoms on May 10, 2014. She was admitted to a private hospital on May 20, 2014. She was transferred to a government hospital in Jeddah. She is currently in the ICU. Reported recovered 17/6/14
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    70-year-old female developed respiratory symptoms on May 16, 2014. She was admitted to a government hospital in Jeddah on May 22, 2014. She was transferred to another government hospital in Jeddah. Her condition is stable. Likely fatality announced 2014-06-03
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  74-year-old male suffering from lymphoma. He developed respiratory symptoms on May 18, 2014. He was admitted to a government hospital on May 19, 2014. He passed away on May 20, 2014. May Allah have mercy upon him.
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                33-year-old male developed respiratory symptoms on May 13, 2014. He was admitted to a private hospital on May 19, 2014.
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               75-year-old male suffering from Hypertension. He developed respiratory symptoms on May 20, 2014. He was admitted to a government hospital on May 12, 2014. His condition is stable. Reported dead 8/6/14
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               65-year-old male. He does not have any symptoms and visited a government hospital on May 18, 2014 for health reasons. He has been in contact with a confirmed case and is isolated at home. Reported recovered on 9/6/14
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            38-year-old female. She does not have any symptoms and is isolated at home. Recovery reported on 11/6/14 [but could possibly have been 415]
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      46-year-old male. He does not have any symptoms. He has been in contact with a confirmed case and he is isolated at home. His condition is stable
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             19-year-old male suffering from Diabetes. He was admitted to a government hospital on May 17, 2014 for other medical reasons. He developed respiratory symptoms on May 23, 2014. He is currently in the ICU. Reported recovered on 19/6/14
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               20-year-old female. She does not have any symptoms. She has been in contact with a confirmed case and she is isolated at home.​ Her condition is stable. 
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    An 80-year-old female. She developed respiratory symptoms on May 20, 2014. She was admitted to a government hospital on May 23, 2014. She is currently in the ICU. 
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 48-year-old male suffering from Diabetes. He developed respiratory symptoms on May 18, 2014. He was admitted to a government hospital on May 22, 2014. His condition is stable. Reported dead 8/6/14 
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 25-year-old male. He does not have any symptoms. He has been in contact with a confirmed case and is isolated at home.
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 28-year-old male. He does not have any symptoms. He has been in contact with a confirmed case and is isolated at home.
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 29-year-old female. She does not have any symptoms. She has been in contact with a confirmed case and is isolated at home. Probable recovery reported on 9/6/14; but could be 465 instead
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 32-year-old male. He does not have any symptoms. He has been in contact with a confirmed case and is isolated at home.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 25-year-old female. She does not have any symptoms. She has been in contact with a confirmed case and is isolated at home. Reported recovered 11/6/14
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 45-year-old female suffering from Diabetes, high blood pressure and heart disease. She developed respiratory symptoms on May 17, 2014. She was admitted to a government hospital on May 22, 2014. Her condition is stable.
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 72-year-old male suffering from Diabetes, and Hypertension. He developed respiratory symptoms on May 5, 2014 and was admitted to a government hospital on May 26, 2014. His condition is stable and is isolated at home. Reported recovered on 19/6/14
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 65-year-old suffering from Diabetes, Hypertension, Heart Disease, and Chronic Obstructive Pulmonary Disease. He was admitted to a government hospital on May 26, 2014. He has been in contact with a confirmed case. He passed away on May 27, 2014. 
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 39-year-old female suffering from Diabetes, Hypertension, Systemic Lupus Erythematosus, and is a Steroid user. She developed fever, mild cough, and joints pain. She was admitted to a government hospital on May 21, 2014. She has been in contact with a confirmed case. She passed away on May 27, 2014. 
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 55-year-old male suffering from Diabetes, and Hypertension. He developed respiratory symptoms on May 22, 2014 and was admitted to a government hospital on May 26, 2014. He tested positive for MERS Corona. His condition is stable. Likely fatality reported 2014-06-01
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 44-year-old male developed respiratory symptoms on May 18, 2014. He was admitted to a government hospital on May 28, 2014. He has been in contact with a confirmed case and his condition is stable.
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ​A 71-year-old male suffering from Hypertension, Rheumatoid, and Prostate. He developed respiratory symptoms on May 21, 2014. He was admitted to a government hospital on May 23, 2014. His condition is stable.
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 36-year-old male, suffering from diabetes and high blood pressure. He developed respiratory symptoms on May 26,2014 and was admitted to a government hospital in Gonfodah on May 28, 2014. He was transferred to a government hospital in Jeddah. He is in the ICU. 
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 45-year-old male suffering from Diabetes and Hypertension was admitted to a government hospital in Gonfodah on Tuesday 27th May. He has since been transferred to a government hospital in Jeddah where he remains in ICU in a critical condition. 
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The first case is a 66-year-old man who was part of a pilgrimage group that went to Saudi Arabia to perform Umrah on 14 May 2014. The patient became ill on 23 May 2014, while in Saudi Arabia. Upon his arrival to Algeria on 28 May 2014, he was hospitalized. The patient has underlying medical conditions.
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The second case is a 59-year-old man who went on a pilgrimage in Saudi Arabia on 5 May 2014. The patient became ill on 23 May 2014, while in Saudi Arabia. On 29 May 2014, he was hospitalized. He did not have any underlying medical condition. Despite all medical care, the patient died on 10 June 2014 from multi-organ failure.
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A man aged 56 years, suffering from diabetes and high blood pressure. Developed respiratory symptoms on 05/21/2014. His condition is stable and the isolation of the home. Reported recovered on 5/6/14
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 42-year old male suffering from renal stones. He developed respiratory symptoms on May 20,2014. He was admitted to a government hospital on May 30 2014. He passed away on Sunday, 1st June 2014.
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 57-year old female suffering from kidney disease, heart failure, Diabetes and high blood pressure. She developed respiratory symptoms on May 24 2014. She was admitted to a private hospital on May 26 2014. She is currently in the ICU. Reported dead on 5/6/14
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 31-year old male developed respiratory symptoms on May 28 2014. He was admitted to a government hospital on June 1 2014.  His condition is stable. He has been in contact with a confirmed case. Discharged on 4/6/14
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 48-year old male. He developed respiratory symptoms on May 21 2014. He was admitted to a private hospital on May 28 2014. His condition is stable. Reported recovered on 5/6/14
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Reported recovered on 5/6/14
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reported recovered 17/6/14
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Fatality reported on 15/6/14
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Reported recovered 12/6/14
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Initially reported as asymptomatic. Fatality reported on 2014-06-23
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Reported recovered on 15/6/14
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Probably Reported recovered 12/6/14 [Khobar in Dammam metropolitan area]
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Probably reported as fatality 2014-06-22 [transferred to Jeddah?]
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    36-year-old resident of Almakhwah city, Baha Region. The patient works as a truck driver. He became ill on 4 June 2014, was diagnosed with mild pneumonia and was admitted to a hospital on 9 June 2014. The patient is currently in a stable condition. He has underlying medical conditions. He was tested positive to MERS-CoV on 11 June 2014. The patient frequently commutes to Qunfudah city, Qunfudah Region and Wadi Addawaser city, Riyadh Region. The patient has no other travel history. He is reported to have possible contacts with animals as he delivers hay to a mixed animal market. He has no contact with a known laboratory confirmed MERS-CoV case. Likely fatality reported on 2014-06-24.
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        33-year-old man, resident of Qunfudah city, Qunfudah Region. He works as a national security guard. The patient is asymptomatic, and was detected through the screening of contacts of previously laboratory-confirmed MERS-CoV cases (reported between 11 April – 9 June 2014). He has no underlying medical condition. He was tested positive to MERS-CoV on 13 June 2014. The patient has a history of frequent travel to Jeddah. He has no history of contact with animals.
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 58 year old resident of Riyadh city, Riyadh Region. He became ill on 4 June and was admitted to a hospital on 12 June. He was laboratory-confirmed with MERS-CoV on 15 June. The patient is currently in a stable condition. He travelled to Mecca, Jeddah City, to perform Umrah on 31 May and travelled from there to Egypt on 3 June. He returned from Egypt to Riyadh on 9 June. The patient is reported not to have had contact with a previously laboratory-confirmed case with MERS-CoV and is reported not to have had contact with animals. The patient is reported not to have any underlying medical condition.
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 42 year old resident of Jeddah city, Mecca Region. He was admitted to a hospital in Jeddah for a medical condition on 26 May and was discharged on 4 June. The patient visited his physician as follow up in the same hospital on 11 June. On 13 June, he developed respiratory symptoms, was diagnosed with pneumonia and was re-admitted to the hospital. He was laboratory-confirmed with MERS-CoV on 16 June. His condition deteriorated and he died on 18 June. The patient is reported not to have had contact with a laboratory-confirmed case with MERS-CoV. He neither had a history of recent travel nor a history of contact with animals. Preliminary investigations indicate that none of the personnel working in the ward where the patient was initially admitted had illnesses that fit the case definition for MERS-CoV. Reported fatality 18/6/14
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 38-year-old woman from Riyadh city, Riyadh Region. The patient was admitted to a hospital for another illness on 20 April. She developed respiratory symptoms on 11 June, and was laboratory-confirmed with MERS-CoV on 18 June. She is currently in a stable condition. Investigation on the source of infection is ongoing.
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 45-year-old man from Riyadh city, Riyadh Region. The patient became ill on 6 June and was admitted to a hospital on 19 June and was laboratory-confirmed with MERS-CoV on 20 June. The patient is reported to have no history of contact with a previously laboratory-confirmed MERS CoV case. He does not have a history of travel or a history of contact with animals. The patient is currently in a stable condition.
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 57-year-old man from a village located 50 km away from Umluj city, Tabuk Region. He was admitted to a hospital on 16 June and was laboratory-confirmed with MERS-CoV on 22 June. The patient was air-ambulanced to Jeddah on 24 June and is currently in a critical condition. He has a history of exposure to camels on a daily basis. He is reported to have an underlying medical condition.
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 85-year-old man from Jeddah city, Makkah Region. He became ill on 15 June, was admitted to a hospital on 21 June and was laboratory-confirmed with MERS-CoV on 22 June. The patient has an underlying medical condition. He is currently in a stable condition. The patient is reported to have no history of contact with animals.
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 46-year-old male, non-national, and resident of Riyadh city, Riyadh Region who works in construction developed cough and fever on 21 June 2014. He presented to hospital on 24 June 2014 and had evidence of pneumonia on chest X-ray. He was admitted to the hospital on the same day. On 24 June 2014, a specimen was collected and tested positive for MERS-CoV on the same day. He is reported to have a comorbidity. He reports not to have had contact with laboratory-confirmed cases of MERS or contact with animals. He also reports that he did not perform Umrah or seek health care or consume camel products in the 14 days prior to onset of symptoms. He is currently in a stable condition in the hospital.
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 57-year-old retired male, national, and resident of Jeddah city, Mecca Region developed respiratory symptoms and fever on 13 June 2014. He presented to hospital on 21 June 2014 and had evidence of pneumonia on chest X-ray. He was admitted to the hospital on the same day. On 23 June 2014, a specimen was collected and tested positive for MERS-CoV on the same day. He is reported to have comorbidities. He reports not to have had contact with laboratory-confirmed cases of MERS or contact with animals. He also reports that he did not perform Umrah or seek health care or consume camel products in the 14 days prior to onset of symptoms. He is currently in a stable condition in the hospital.
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The case is a 58-year-old male, non-national, farmer who works and lives in a farm south of Bisha city, Bisha Region. He had onset of illness with cough and fever on 15 June 2014. He presented to hospital in Bisha city on 22 June 2014 and was admitted on the same day with a diagnosis of community-acquired pneumonia. On 24 June 2014, a specimen was collected and tested positive for MERS-CoV on the same day. The case is reported not to have any co-morbid conditions. He reports not to have had contact with laboratory-confirmed cases of MERS or contact with animals. In the farm where he works, he reports that there are no animals, including camels. He also reports not to have performed Umrah or sought health care or consumed camel products in the 14 days prior to the onset of symptoms. He is in a critical condition and was transferred to the ICU on 27 July 2014. On the same day, he was transferred to a center in Jeddah to have extracorporeal membrane oxygenation.
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 15-year-old boy from Riyadh City, Riyadh Region who became ill on 26 June. He visited a hospital where samples were collected for laboratory test on 28 June. Following laboratory-confirmation with MERS-CoV infection on 30 June, the patient was called back and admitted at the hospital. He is currently in a stable condition. The patient had a recent history of travel to Mecca City, Mecca Region. He had no history of contact with a previously laboratory-confirmed case with MERS-CoV. The patient had no history of contact with animals or history of consumption of camel products in the last 14 days prior to onset of symptoms.
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 53 year-old pharmacist from Najran city, Najran Region. He became ill on 16 June and was admitted to a hospital on 28 June and is currently in a stable condition. He was laboratory-confirmed with MERS-CoV infection on 30 June 2014. The patient has underlying medical conditions. He has no history of contact with animals or history of consumption of camel products in the last 14 days prior to developing the illness. He travelled to Abha city, Asir region, 20 days before falling ill and stayed there for a day.
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 28 year-old-housewife from Riyadh city, Riyadh Region. She became ill on 23 June, was admitted to a hospital on 29 June, and is currently in a stable condition. The patient was laboratory-confirmed with MERS-CoV on 30 June. She is reported not to have any underlying medical condition. The patient had no contact with previously laboratory-confirmed case with MERS-CoV, and no history of travel. She has no history of contact with animals or history of consumption of camel products in the 14 days prior to developing the illness.
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 55-year-old woman from Addawaser City, Riyadh Region who became ill on 25 June, was admitted to a hospital on 2 July and is currently in a stable condition. She was laboratory-confirmed with MERS-CoV infection on 3 July. She is reported to have an underlying medical condition. The patient’s husband owns a camel farm which she visits frequently. She is reported not to have consumed raw camel products in the 14 days prior to becoming ill. She is reported not to have contact with a previously laboratory-confirmed case with MERS-CoV infection. On 15 June, she travelled to Riyadh City where she stayed for a day.
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 52-year-old man residing in Jeddah City, Makkah Region. He became ill on 24 June and visited a private clinic but his condition did not improve. He was admitted to a hospital on 2 July with respiratory problems and renal failure and is currently in a critical condition. The patient was laboratory-confirmed with MERS-CoV infection on 4 July. He does not have a history of travel.
## 619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 72-year-old man from Arar City, Northern Bordes Province. He became ill and was admitted to a hospital on 3 July. He was laboratory-confirmed with MERS-CoV infection on 5 July. The patient died on 6 July. He had multiple underlying medical conditions. He had no history of recent travel and did not have contact with a previously laboratory-confirmed case with MERS-CoV infection. The patient has no history of consumption of raw camel products.
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 70-year-old man from Taif City, Mecca Region who became ill on 28 June, was admitted to a hospital on 4 July and is currently in intensive care. The patient was laboratory-confirmed with MERS-CoV infection on 6 July. He is reported to have underlying medical conditions. The patient is reported to have no history of travel and no contact with a previously laboratory-confirmed case with MERS-CoV infection. The patient is reported to have consumed raw camel milk a week prior to his illness and has had close contact with goats he raises.
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 74-year-old man from Riyadh city, Riyadh Region who became ill on 4 July, was admitted to a hospital on 5 July and is currently in a stable condition. He was laboratory-confirmed with MERS-CoV infection on 6 July. The patient is reported not to have any underlying medical condition. He did not have a history of travel 14 days prior to becoming ill and has no known contact with a previously laboratory-confirmed case with MERS-CoV infection. He has no history of contact with animals or consumption of raw camel products.
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 70-year-old man from Riyadh City, Riyadh Region who became ill on 1 July, admitted to a hospital on 5 July and is currently in a stable condition. He was laboratory-confirmed with MERS-CoV on 6 July. The patient is reported to have an underlying medical condition. He has no history of travel 14 days prior to becoming ill and is not known to have contact with a previously laboratory-confirmed case of infection with MERS-CoV. He has no history of consumption of raw camel products within the 14 days prior to becoming ill and did not have contact with animals.
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 49-year-old man from Hassa City, Eastern Region, who became ill on 28 June, was admitted to a hospital on 8 July and is currently in a stable condition. He was laboratory-confirmed with MERS-CoV infection on 9 July. The patient is reported to have underlying medical conditions. He has no history of travel and did not have contact with a previously laboratory-confirmed case with MERS-CoV infection. The patient has a farm and had direct contact with birds, goats and camels. Samples have been taken from 15 contacts of the patient, the farm workers and camels for laboratory testing.
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           death date as date of report
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Reported recovered on 2014-10-11
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expat
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 70 year old male from Alhenakiah City who developed symptoms on 24 September 2014. The patient has comorbidities, frequent contact with camels and frequently consumes raw camel milk.
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The case is a 29 year old female citizen of the Kingdom of Saudi Arabia (SAU), who travelled on 22 September 2014 to Vienna, Austria on a flight from Doha, Qatar. She had originally travelled from Affif, SAU, via Riyadh, by car. The case was symptomatic with an upper respiratory infection and fever prior to arrival in Austria.\nThe patient sought medical treatment in Austria on 24 September 2014, and was transferred to a private hospital on 26 September and then, on 28 September 2014, to the reference hospital for highly infectious diseases in Vienna. The patient is currently in a stable condition. No exposure to camels or their products, no prior hospital admission, nor contact to a known MERS-CoV case, nor any sick person has been reported.
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 65 year old male from Jubail City who developed symptoms on 24 September 2014. The patient has comorbidities, frequent contact with camels and frequently consumes raw camel milk.
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       A 60 year old male from Geiya city who developed symptoms on 1 October 2014. The patient has comorbidities, frequent contact with camels and frequently consumes raw camel milk.
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 69 year old male from Taif City who developed symptoms on 17 September 2014. The patient has comorbidities and his possible contact with animals and consumption of raw camel products is currently under investigation. Death reported on 2014-10-18
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 51 year old male from Haradh City who developed symptoms on 30 September 2014. The case died on 05 October 2014. The patient had comorbidities, frequent contact with camels and frequently consumed raw camel milk. 
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 77 year old male from Taif City who developed symptoms on 3 October 2014. The patient has comorbidities and became infected while hospitalized.
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 50 year old non-national male from Najran City who developed symptoms on 3 October 2014. He reported no history of contact with animals, but resides in an area with heavy presence of camel farms. Reported recovered 2014-10-21
## 648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ingestion of camel milk
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   On 17 October 2014, WHO Regional Office for Europe (EURO) was notified by the National IHR Focal Point for Turkey of a laboratory-confirmed case of infection with Middle East respiratory syndrome coronavirus (MERS-CoV). On 11 October 2014, the patient died. This is the first MERS-CoV case in Turkey.\nThe case is a 42-year-old male, Turkish citizen known to be working in Jeddah, Kingdom of Saudi Arabia (KSA). On 25 September 2014, the patient developed symptoms in Jeddah. Initially, he sought medical care in KSA; however, on 6 October 2014, as symptoms worsened, he travelled with a direct flight from Jeddah to Hatay, Turkey. Upon his arrival, he was admitted to a local hospital. On 8 October, he was transferred to the University Hospital in Hatay.
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           death date as date of report
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    First reported as death 2014-10-22 but this may be case #775 (65M)?
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expat
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           death date as date of report
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Think this is Death #1 on 25/11/14 but records disagree on comorbidities
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expat
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 70-year-old male from Al Huwaya town who developed symptoms on 8 October. He was admitted to a hospital in Taif city on 10 October. The patient had comorbidities. The patient had contact with animals but he had no history of contact with camels or consumption of raw camel products in the 14 days prior to the onset of symptoms. Also, he had no history of travel in the 14 days prior to the onset of symptoms. The patient was in critical conditions and admitted to the Intensive Care Unit (ICU) but passed away on 28 October.
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 44-year-old male from Riyadh city who developed symptoms on 7 October. He was admitted to a hospital in Riyadh on 11 October 2014. The patient has comorbidities. He has frequent contact with animals but he has no history of contact with camels or consumption of raw camel products in the 14 days prior to the onset of symptoms. The patient travelled to Dammam city in the 14 days that preceded the onset of symptoms. Currently, he is admitted to the ICU.
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        An 82-year-old male from Hawtah Bani Tamim city who developed symptoms on 3 October. On 5 October, he visited a hospital in Alkharj city, where he stayed for 6 days. Then, he drove to Riyadh, where he was admitted to a hospital on 11 October 2014. The patient has comorbidities. He has had no contact with animals but resides in an area with heavy presence of camel farms. In addition, the patient has a history of raw camel milk consumption in the 14 days prior the onset of symptoms. He has no history of travel in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition.
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 60-year-old male from Taif city who developed symptoms on 14 October. On the same day, he was admitted to a hospital. The patient had comorbidities. On 8 October, he received dialysis in the same room used to dialyze a laboratory-confirmed MERS-CoV. He had no history of contact with camels or raw camel products consumption. He also had no history of travel in the 14 days prior to the onset of symptoms. The patient passed away on 15 October.
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 42-year-old female nurse, non-national, from Taif city who developed symptoms on 13 October. She was admitted to a hospital on 14 October. The patient was exposed to a laboratory-confirmed case of MERS-CoV. She has comorbidities but no history of contact with camels or raw camel products consumption. Also, she has no history of travel in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and under isolation. Suspect this is recovery #2 on 4/11/14
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 75-year-old male from Riyadh city who was admitted to hospital with symptoms on 30 October. The patient has comorbidities. He has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition and remains in ICU.
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 41-year-old male from Riyadh city who developed symptoms on 29 October. He was admitted to hospital on 30 October. The patient has no comorbidities. He visited a hospital with an ongoing MERS-CoV outbreak, although the patient had no contact with any of the cases. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and isolated in a ward.
## 681                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 31-year-old female from Riyadh city who developed symptoms on 18 October. She was admitted to hospital on 29 October. The patient has no comorbidities. She has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains isolated in a ward.
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 33-year-old, non-national male from Riyadh city who developed symptoms on 18 October. He was admitted to hospital on 2 November. The patient has no comorbidities. He has a history of visiting a hospital with an ongoing MERS-CoV outbreak, although he has had no contact with any of the cases. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition and remains isolated in a ward. Closest match to reported recovery #2 on 11/2/15
## 683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 33-year-old male from Riyadh city who developed symptoms on 31 October. He was admitted to hospital on 3 November. The patient has comorbidities. He has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 32-year-old, non-national female from Riyadh city who developed symptoms on 28 October. She was admitted to hospital on 2 November. The patient had no comorbidities. She works in a healthcare facility with an ongoing MERS-CoV outbreak, although the patient has had no contact with any of the cases. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains isolated in a ward.
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 75-year-old, non-national female from Taif city who developed symptoms on 28 October. She was admitted to hospital on 1 November. The patient has comorbidities. She came in contact with pigeons in the 14 days prior to the onset of symptoms but has no history of exposure to other known risk factors. Currently, the patient is in ICU.
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 49-year-old, non-national male from Jeddah city who developed symptoms on 29 October. He was admitted to hospital on 3 November. The patient had no comorbidities. He had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU.
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 45-year-old male from Riyadh city who developed symptoms on 28 October. He was admitted to hospital on 4 November. The patient has comorbidities and came in contact with a laboratory-confirmed MERS-CoV case. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 45-year-old, non-national female from Riyadh city who developed symptoms on 3 November. The patient, who suffers from chronic medical conditions, was admitted to hospital on 1 November. She visited a health care facility that was treating several laboratory-confirmed MERS-CoV cases, although the patient did not come in contact with any of them. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient recovered and returned home on 10 November. Assume this is the recovery reported by KSA MOH on 19/11/14
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 70-year-old female from Alkharj city who was admitted to hospital with symptoms on 4 November. The patient had comorbidities but no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU in critical condition and passed away on 13 November.
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 70-year-old female from Taif city who developed symptoms on 10 November. The patient was admitted to hospital for a chronic disease on 21 October. Between 2 and 4 November, she was in the same hospital as a laboratory-confirmed MERS-CoV case. Although there was no documented contact between the 2 patients, a particular housekeeper, who is currently asymptomatic, cleaned the rooms of both cases. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 22-year-old, non-national male from Taif city who developed symptoms on 8 November. He was admitted to hospital on 10 November. The patient has no comorbidities. He is a contact of a previously reported MERS-CoV case but has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient is currently in critical condition in ICU.
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 29-year-old, non-national male from Skaka city who developed symptoms on 2 November. He was admitted to hospital in Jouf on 10 November. The patient had no comorbidities. His wife, who remains asymptomatic, works as a nurse in a healthcare facility that has so far reported no MERS-CoV cases in Skaka. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 13 November.
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 53-year-old male from Skaka city who developed symptoms on 8 November. He was admitted to hospital in Jouf on 10 November. The patient has comorbidities and a history of contact with camels and raw camel milk consumption. He had no exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 58-year-old male from Riyadh city who developed symptoms on 12 November. The patient has comorbidities and frequent contact with camels. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in isolation at home.
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 An 84-year-old female from Alkharj city who developed symptoms on 15 November. The patient was admitted to hospital for a chronic condition on 1 November. She was hospitalized at the same time as a previously-reported, laboratory-confirmed MERS-CoV case but had no direct contact with the case. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU in critical condition and passed away on 19 November.
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 99-year-old male from Alkharj city who developed symptoms on 10 November. He was admitted to hospital on 14 November. The patient had contact with camels but had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to an intensive care unit (ICU) but passed away on 19 November.
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 48-year-old female from Alkharj city who developed symptoms on 18 November. She is a household contact of a previously-reported MERS-CoV case. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in ICU.
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 58-year-old male from Taif city who developed symptoms on 15 November. He was admitted to hospital on 20 November. The patient had comorbidities but had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to an isolation ward but passed away on 7 December.
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 42-year-old, non-national male from Taif city who developed symptoms on 17 November. He was admitted to hospital on 20 November. The patient visited a health care facility for a chronic medical condition on 8 November. He had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 28 November.
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 79-year-old, female from Alkharj city who developed symptoms on 20 November. The patient was admitted to hospital on 31 October for a chronic renal condition. Whilst hospitalized, she shared a room with a laboratory-confirmed MERS-CoV case on 9 November. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU but passed away on 1 December.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 40-year-old [expat] male from Taif city who developed symptoms on 26 November. He was admitted to hospital on 27 November. The patient has no comorbidities and has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient works in a health care facility, although the facility has not treated laboratory-confirmed MERS-CoV cases. Currently, the patient is in stable condition in an isolation ward.
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 34-year-old, non-national male from Skaka city who developed symptoms on 18 November. He was admitted to hospital on 23 November. The patient has no comorbidities but is a contact of a previously-reported MERS-CoV case. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in ICU.
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 62-year-old male from Rafha city who developed symptoms on 22 November. He was admitted to hospital on 25 November. The patient has no comorbidities but has frequent contact with camels and sheep and consumes their products. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in an isolation ward.
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 28-year-old, non-national male from Najran city who developed symptoms on 27 November. He was admitted to hospital on 30 November. The patient has no comorbidities but has frequent contact with animals. He lives in an area with heavy presence of camels, although he has no history of contact with them. The patient had no exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 71-year-old male from Riyadh city who developed symptoms on 26 November. He was admitted to hospital on 28 November. The patient has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in ICU in critical condition.
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A 52-year-old male from Buridah city who developed symptoms on 24 November. He was admitted to hospital on 26 November. The patient had comorbidities but had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 29 November.
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 70-year-old female from Taif city who developed symptoms on 27 November. She was admitted to hospital on 2 December. She had no history of contact with camels but her household contacts had frequent contact with animals. The patient has comorbidities but has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in critical condition in an intensive care unit (ICU).
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 61-year-old male from Najran city who developed symptoms on 1 December. He was admitted to hospital on 6 December. The patient had comorbidities as well as a history of frequent camel contact and of raw camel products consumption. In the 14 days prior to the onset of symptom, he visited a health care facility that, however, had no links to MERS-CoV cases. He had no history of exposure to other known risk factors in the 14 days that preceded the onset of symptoms. The patient was admitted to ICU but passed away on 14 December.
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 29-year-old, non-national female from Taif city who developed symptoms on 9 December. She sought medical advice on 14 December and was admitted to hospital on 15 December. The patient has no comorbidities. While working as a nurse in an isolation ward, she came into contact with a laboratory confirmed MERS-CoV case. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition and remains in isolation.
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 70-year-old, non-national male from a village near Jubail city who developed symptoms on 10 December. He was admitted to hospital on 15 December. The patient has comorbidities as well as a history of frequent camel contact and of raw camel products consumption. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in ICU in critical condition.
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 53-year-old male from Alkharj city who developed symptoms on 12 December. He was admitted to hospital on 17 December. The patient has comorbidities. He owns goats and sheep and has frequent contact with them. Despite residing in an area with heavy presence of camels, the patient has no history of contact with them or consuming raw camel products. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 70-year-old, non-national male from Quriat city, Saudi Arabia who developed symptoms on 20 December. He was admitted to hospital in Quriat city on 21 December. The patient discharged himself from the hospital against medical advice and travelled to Jordan where he was admitted to a private hospital on 22 December. The patient was transferred back on 26 December to Saudi Arabia where he is presently admitted to a hospital in Quriat city. He has comorbidities. The patient has history of raw camel milk consumption. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is critically ill and on mechanical ventilation
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 31-year-old female from Riyadh city who developed symptoms on 20 December. She was admitted to hospital on 23 December. The patient has comorbidities. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU in critical condition.
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              An 84-year-old male from Najran city who developed symptoms on 26 December. He was admitted to hospital on 28 December. The patient had comorbidities. He owned goats and sheep but had no history of direct contact with them. The patient resided in an area with heavy presence of camels. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 1 January 2015.
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   A 76-year-old male from Taif city who developed symptoms on 26 December and was admitted to hospital on 31 December. The patient has comorbidities as well as a history of frequent contact with camels and raw camel milk consumption. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU and remains in critical condition.
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 45-year-old male from Dammam city who developed symptoms on 31 December and was admitted to hospital on 1 January 2015. The patient has no comorbidities. Although he frequently visits his friends’ camel farm, the patient has no history of direct contact with camels. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition and remains in isolation.
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 69-year-old male from Najran city who developed symptoms on 23 December and was admitted to hospital on 2 January. The patient has comorbidities. Although his neighbours rear camels, the patient has neither a history of direct contact with them nor of consuming raw camel products. In the 14 days prior to the onset of symptoms, he travelled to Yemen. He has no history of exposure to other known risk factors in the 14 days that preceded the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A 61-year-old, non-national male from Riyadh city who developed symptoms on 2 January and was admitted to hospital on 3 January. The patient has comorbidities but no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU in critical condition.
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 A 53-year-old, non-national male from Riyadh city who presented to hospital with a history of cardiovascular disease and was admitted on 24 December. On 4 January, the patient tested positive for MERS-CoV. He regularly visited a health care facility not associated with previous MERS-CoV outbreaks. He had no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to ICU but passed away on 5 January.
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            An 80-year-old male from Riyadh city who developed symptoms on 4 January and was admitted to hospital on 6 January. The patient has comorbidities. He travelled to Jeddah in the 14 days prior to symptoms onset. The patient has no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms in either Jeddah or Riyadh. Currently, the patient is in ICU in critical condition.
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 91-year-old male from Riyadh city who developed symptoms on 4 January and was admitted to hospital on 6 January. The patient has comorbidities. He has neither a history of direct contact with camels nor of consuming raw camel products but his sons have frequent contacts with camels. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in isolation.
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 32-year-old, non-national male from Taif city who developed symptoms on 28 December and was admitted to hospital on 7 January. The patient has comorbidities. Although he has no history of direct contact with camels, his job involves transporting dried camels’ excreta to be used as manure. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in isolation.
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 67-year-old male from Taif city developed symptoms on 5 January and was admitted to hospital on 9 January. The patient had comorbidities. He had no history of direct contact with camels or consumption of camel products but lived in an area with heavy presence of camels. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was in critical condition and passed away on 21 January.
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           A 93-year-old male from Riyadh city developed symptoms on 11 January. The patient, who had comorbidities, was initially admitted to hospital for an acute injury on 28 December. At that time, the hospital was treating a laboratory confirmed MERS-CoV case. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was in critical condition in ICU and passed away on 15 January.
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 62-year-old male from Riyadh city developed symptoms on 14 January and was admitted to hospital on 16 January. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward. Is he the 61M referred to as recovered? [closest candidate]
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 67-year-old male from Riyadh city developed symptoms on 12 January and was admitted to hospital on 16 January. The patient has comorbidities. He frequently visited a health-care facility in Riyadh to treat his unrelated medical condition but has no history of contact with patients with respiratory symptoms. The facility is not associated with previous known MERS-CoV cases. There is no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in an isolation ward.
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 76-year-old male from Riyadh city developed symptoms on 12 January. The patient, who had comorbidities, was initially admitted to hospital for an unrelated medical condition on 3 November. He received care in a hospital where a laboratory confirmed MERS-CoV case had also been treated. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was in critical condition and passed away on 18 January.
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 38-year-old male from Riyadh city developed symptoms on 14 January. The patient, who has comorbidities, was initially admitted to hospital on 1 January for a surgical procedure. On 7 January, during his admission, he went out on a day-release where he visited his family in Aldawadmi city. On 12 January, the patient underwent surgery in a hospital where a laboratory confirmed MERS-CoV case had also been treated, although there is no history of contact between the patient and the case. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and remains in isolation.
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              An 84-year-old female from Riyadh city developed symptoms on 19 January and was admitted to a private hospital on 20 January. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient was in ICU in critical condition. Since then, she recovered and was discharged on 27 January.
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     An 80-year-old male from Riyadh city developed symptoms on 26 December and was admitted to hospital on the same day. The patient had comorbidities. On 26 December, he was in an emergency room where two previously reported MERS-CoV cases had been treated, although the patient had no direct contact with either case. He had no history of exposure to other known risk factors in the 14 days prior to the onset of initial symptoms. The patient was in ICU and passed away on 23 January.
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A 77-year-old male from Riyadh city developed symptoms on 18 January and was admitted to a private hospital on 21 January. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient was in ICU in critical condition. Since then, he recovered and was discharged on 28 January.
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           An 80-year-old male from Riyadh city developed symptoms on 21 January and was admitted to a hospital on 24 January. The patient had comorbidities. He had history of admission to the same hospital on 30 December for an unrelated medical condition. This hospital treated two MERS-CoV cases reported in previous DONs on 20 January (Case n. 4) and on 3 February (Case n. 9). During that period of time, however, the patient had no direct contact with these cases. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was in critical conditions in ICU on mechanical ventilation and passed away on 1 February. 
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A 37-year-old non-national, male from Riyadh city developed symptoms on 16 January and was admitted to a hospital on 28 January. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU on mechanical ventilation and is currently stable condition. 
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 76-year-old male from Hafoof city developed symptoms on 19 January and was admitted to a hospital on 25 January. The patient has comorbidities. He owns a camel farm and has history of frequent contact with camels and consuming their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to a negative pressure isolation room on a ward and is currently in stable condition. 
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 62-year-old male from Hafoof city developed symptoms on 29 January and was admitted to a hospital on the same day. The patient has comorbidities. He is a household contact of a laboratory-confirmed MERS-CoV case (Case n. 7 - see below). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to a negative pressure isolation room on a ward and is currently in stable condition.
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 56-year-old female from Alkharj city developed symptoms on 24 January and was admitted to a hospital on 30 January. She has comorbidities. The patient’s family owns a camel farm and she has history of frequent contact with camels. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU on mechanical ventilation and is currently in stable condition.
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             A 26-year-old male from Alkharj city developed symptoms on 1 February and was admitted to a hospital on the same day. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to a negative pressure isolation room on a ward and is currently in stable condition.
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 59-year-old male from Hofuf city developed symptoms on 28 January and was admitted to a hospital on 3 February. The patient has comorbidities. He is a household contact of a laboratory-confirmed MERS-CoV case (Case n. 7 - see below). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to a negative pressure isolation room on a ward and is currently in stable condition. 
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A 58-year-old, non-national female from Riyadh city developed symptoms on 28 January and was admitted to a hospital on 31 January. The patient has comorbidities but has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. She was admitted to a negative pressure isolation room on a ward and is currently in stable condition.
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               A 37-year-old, non-national male from Riyadh city, who works as a health worker in a private hospital, developed symptoms on 28 January and was admitted to a hospital on 30 January. The patient is a smoker; however, he has no comorbidities. The private hospital where he works in is not associated with any known MERS-CoV cases. The patient has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient was admitted to a negative pressure isolation room on a ward and is currently in stable condition. 
## 741                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A 34-year-old, non-national male from Riyadh city developed symptoms on 31 January and was admitted to a hospital on 3 February. The patient has no comorbidities and no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He was admitted to a negative pressure isolation room on a ward and is currently in stable condition. Confusion about gender in sources?
## 742                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 62-year-old male from Riyadh city developed symptoms on 30 January and was admitted to a hospital on 4 February. The patient has comorbidities. He owns camels and has a history of frequent contact with them and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to a negative pressure isolation room on a ward and is currently in stable condition.
## 743                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 49-year-old male from Dammam city developed symptoms on 2 February and was admitted to a hospital on 4 February. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU and is currently in critical condition.
## 744                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A 57-year-old male from Riyadh city developed symptoms on 25 January and was admitted to a hospital on 29 January. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU and is currently in critical condition.
## 745                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            A 50-year-old female from Najran city developed symptoms on 31 January and was admitted to a hospital on 5 February. The patient has comorbidities. She attended a wedding party in the 14 days prior to the onset of symptoms. The patient has no history of exposure to other risk factors in the 14 days prior to the onset of symptoms. She was admitted to ICU and is currently in critical condition.
## 746                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            56-year-old male from Dammam city developed symptoms on 30 January and was admitted to hospital on 1 February. The patient has no comorbidities and no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 747                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expat. 48-year-old, male health worker from Buridah city developed symptoms on 7 February and was admitted to hospital on 9 February. The patient smokes cigarettes and shisha tobacco and has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 748                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   is the recovery on 14/2 as the later 31F expat etc was only reported that day [?] 31-year-old, non-national, female health worker from Dammam city developed symptoms on 12 February. The patient has no comorbidities. She has a history of contact with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3) and a newly reported MERS-CoV case (case n. 41 – see below). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition isolated at home.
## 749                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             73-year-old, non-national female from Jeddah city developed symptoms on 2 February and was admitted to hospital on 5 February. She had comorbidities. The patient had a history of travel to Riyadh; however, she had no history of contact with MERS-CoV cases or health care workers during her travel. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. She passed away on 8 February.
## 750                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              27-year-old female from Onizah city developed symptoms on 1 February and was admitted to hospital on 7 February. The patient is pregnant and has no comorbidities. She has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to ICU.
## 751                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      41-year-old male from Riyadh city developed symptoms on 7 February while admitted to hospital since 27 January, after being referred from another hospital due to unrelated medical conditions. The patient has no history of contact with laboratory-confirmed MERS-CoV cases in either hospital as none of the facilities had MERS-CoV cases at the time of his visits. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 752                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            58-year-old male from Riyadh city developed symptoms on 1 February and was admitted to hospital on 10 February. The patient has comorbidities. He owns a camel farm and has a history of frequent contact with camels as well as frequent consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 753                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     75-year-old, non-national male from Riyadh city developed symptoms on 10 February while admitted to hospital since 24 January due to unrelated medical conditions. The patient was hospitalized in the same room as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 2). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 754                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                46-year-old, non-national male from Jeddah city developed symptoms on 1 February and was admitted to hospital on 10 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient is in critical condition admitted to ICU. Later WHO report notes death.
## 755                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    70-year-old male from Madinah city developed symptoms on 8 February and was admitted to hospital on 9 February. He had comorbidities. The patient had no history of contact with camels; however, he frequently consumed raw camel milk. The patient had a history of travel to Wadi Aldwaser city but had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms in either city. The patient passed away on 14 February.
## 756                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          29-year-old male from Riyadh city developed symptoms on 9 February and was admitted to hospital on 11 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 757                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   53-year-old male from Dahran city developed symptoms on 1 February and was admitted to hospital on 6 February. The patient has comorbidities as well as history of visiting a camel farm in Najran city and contact with camels but no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to ICU.
## 758                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    52-year-old male from Dahran city developed symptoms on 30 January and was admitted to hospital on 4 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to ICU.
## 759                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          79-year-old male from Riyadh city developed symptoms on 8 February and was admitted to hospital on 11 February. The patient had comorbidities. He had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 11 February.
## 760                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        24-year-old male from Riyadh city developed symptoms on 7 February while admitted to hospital since 24 January due to an unrelated medical condition. The patient was admitted to the same ward where a laboratory-confirmed MERS-CoV case reported in a previous DON on 16 February (case n. 2) was treated; however, they were not attended by the same health workers. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to the ward in isolation room with negative pressure.
## 761                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Expat. Al Badaya in KSA report; close to Buraydah. 46-year-old male from Buridah city who works in a hospital developed symptoms on 9 February and was admitted to hospital on 11 February. The patient has comorbidities. He had a history of travel to Jeddah but no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms in either city. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward. 
## 762                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    49-year-old female from Riyadh city developed symptoms on 7 February and was admitted to hospital on 11 February. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition admitted to a negative pressure isolation room on a ward.
## 763                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    83-year-old female from Khober city developed symptoms on 7 February 2015 while admitted to hospital since 20 February 2012 due to unrelated medical conditions. The patient was admitted to the same ward where a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3) was treated. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 19 February.
## 764                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 77-year-old male from Khober city developed symptoms on 11 February while admitted to hospital since 2 February due to unrelated medical conditions. The patient was admitted to the same ward where a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3) was treated. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 17 February.
## 765                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 70-year-old female from Khober city developed symptoms on 11 February while admitted to hospital since 1 October due to unrelated medical conditions. The patient was treated in the same ward and by the same health workers as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3). She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 19 February
## 766                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Also, likely the death reported on 18/2 in Buraydah. 54-year-old male from Albadaee city developed symptoms on 9 February while admitted to hospital since 31 January due to an unrelated medical condition. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 18 February.
## 767                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           31-year-old, non-national, female health worker from Dammam city developed symptoms on 6 February and was admitted to hospital on 9 February. The patient has no comorbidities but has had direct contact with a laboratory-confirmed case that was reported in a previous DON on 16 February (case n. 3). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition and isolated in the ward.
## 768                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         41-year-old, non-national male from Buridah city developed symptoms on 1 February while admitted to hospital since 21 January due to an unrelated medical condition. The patient had no history of contact with laboratory-confirmed MERS-CoV cases as the hospital that had treated him never had MERS-CoV cases. His family visited him on 9 February. None of his family members had respiratory symptoms. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 13 February.
## 769                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          42-year-old male from Buridah city developed symptoms on 6 February and was admitted to hospital on 12 February. The patient has no comorbidities and no history of contact with camels; however, he has a history of contact with sheep. The patient has a history of travel to Hafer Albatin in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms in either city. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 770                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Think he is death on 23/2/15. If not need to change. 81-year-old male from Alrass city developed symptoms on 8 February and was admitted to hospital on 11 February. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 771                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            31-year-old male from Najran city developed symptoms on 8 February and was admitted to hospital on 12 February. The patient has no comorbidities. He travelled to Dammam city to visit a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 3). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms in either city. Currently, he is in stable condition admitted to a negative pressure isolation room on a ward.
## 772                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          47-year-old, non-national male from Najran city developed symptoms on 1 February and was admitted to hospital on 12 February. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU. Died by 26/2
## 773                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          54-year-old female from Riyadh city developed symptoms on 28 January and was admitted to hospital on 11 February. The patient has comorbidities. She is a contact of a MERS-CoV case that was reported in a previous DON on 11 February (case n. 6). The patient has history of contact with camels and consumption of raw milk but no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 774                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           35-year-old male from Buridah city developed symptoms on 10 February while admitted to hospital since 28 January due to an unrelated medical condition. The patient was treated in the same unit where a laboratory-confirmed MERS-CoV case (case n. 21 – see below) was treated; however, they were not attended by the same health workers. The patient had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He passed away on 19 February.
## 775                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            23-year-old male from Buridah city developed symptoms on 7 February while admitted to hospital since 13 January due to an unrelated medical condition. The patient was treated in the same unit where a laboratory-confirmed MERS-CoV case (case n. 21 – see below) was treated; however, they were not attended by the same health workers. The patient had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He passed away on 19 February.
## 776                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    58-year-old female from Aljouf city developed symptoms on 13 February and was admitted to hospital on the same day. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward
## 777                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    43-year-old, non-national female from Jeddah city developed symptoms on 12 February and was admitted to hospital on 13 February. The patient has no comorbidities. She is a contact of a laboratory-confirmed MERS-CoV case (case n. 35 – see below). Currently, the patient is in stable condition in a negative pressure isolation room on a ward
## 778                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Slight mismatch in KSA/WHO timings. 85-year-old male from Riyadh city developed symptoms on 15 February and was admitted to hospital on 17 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 779                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 34-year-old, non-national female from Riyadh city developed symptoms on 1 February and was admitted to hospital on 12 February. The patient has no comorbidities but has history of travelling to Jeddah in the 14 days prior to the onset of symptoms; however, during her travel, she was not exposed to any known risk factors. The patient has no history of exposure to other risk factors in the 14 days prior to the onset of symptoms. Currently, she is in critical condition admitted to ICU
## 780                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            38-year-old, non-national, male health worker from Dammam city developed symptoms on 14 February. The patient has no comorbidities. He is a healthcare contact of three laboratory-confirmed MERS–CoV cases (cases n. 24, 25, 26 – see below). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition and isolated at home.
## 781                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              60-year-old, non-national male from Riyadh city developed symptoms on 9 February and was admitted to hospital on 11 February. The patient had no comorbidities and no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 18 February
## 782                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          65-year-old male from Taima city developed symptoms on 11 February and was admitted to hospital on 14 February. The patient had comorbidities and history of contact with camels and consuming their raw milk in the 14 days prior to the onset of symptoms. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 18 February.
## 783                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Seems likely given proximity of Ar Rass to Buraydah but age also out by 1. 75-year-old male from Buridah city developed symptoms on 11 February, while admitted to hospital since 19 January due to an unrelated medical condition. The patient was treated in the same unit where a laboratory-confirmed MERS-CoV case (case n. 21 – see below) was treated. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 15 February. 
## 784                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     37-year-old male from Riyadh city developed symptoms on 10 February and was admitted to hospital on 15 February. The patient is a smoker but has no comorbidities and no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 785                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            41-year-old male from Jubail city developed symptoms on 14 February and was admitted to hospital on 15 February. The patient has no comorbidities but has history of contact with camels and consumption of raw milk in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 786                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      added as death#1 on 17/2/15 is o/w irreconcilable - but doesn't match with picture which makes it look like death should be in Al Qassim & no confirmation by WHO
## 787                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            58-year-old male from Khober city developed symptoms on 16 February, while admitted to hospital since 27 December due to an unrelated medical condition. The patient was treated in the same unit and at the same time as three laboratory-confirmed MERS-CoV cases (cases n. 24, 25, 41 – see below). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU and is currently in critical condition. Died 20/2/15
## 788                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      83-year-old male from Riyadh city developed symptoms on 13 February and was admitted to hospital on 14 February. The patient had comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. He passed away on 19 February.
## 789                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 790                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           84-year-old male from Khober city developed symptoms on 16 February while admitted to hospital since 25 January due to unrelated medical conditions. The patient was treated in the same unit and attended by the same health worker as three laboratory-confirmed MERS-CoV cases (cases n. 24, 25, 41 – see below). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He was admitted to ICU and is currently in critical condition.
## 791                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           58-year-old female from Buridah city developed symptoms on 16 February while admitted to hospital since 29 December due to an unrelated medical condition. The patient was treated in the same ward and by the same health worker as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 21). She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 21 February.
## 792                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A 31-year-old female, who worked as a healthcare professional in Riyadh, Saudi Arabia, developed symptoms on 26 January, while still working at the hospital. The patient, was managed as a case of hypersensitivity reaction. On 1 February, she flew with a family member to Manila, Philippines, where they stayed at their home. On 2 February, the patient sought medical care at a local private hospital, where she was admitted. The patient was diagnosed with acute bronchitis. Following laboratory confirmation of MERS-CoV infection, on 10 February, the patient was transferred to the Research Institute for Tropical Medicine (RITM), where she remains in isolation room. Currently, the patient is afebrile and remains stable.
## 793                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          A 62-year-old male from Riyadh city was detected through contact tracing of a MERS-CoV case that was reported in a previous DON on 3 February (Case n. 9). The patient is currently asymptomatic but laboratory tests confirmed MERS-CoV infection. He has no comorbidities and no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is home isolated and being closely monitored.
## 794                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     58-year-old, non-national male from Dammam city developed symptoms on 18 February and was admitted to hospital on 20 February. The patient has no comorbidities and no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 795                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     62-year-old, non-national, female health worker from Riyadh city developed symptoms on 16 February and was admitted to hospital on 18 February. The patient has comorbidities. She treated a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 10). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition admitted to a negative pressure isolation room on a ward.
## 796                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      50-year-old, non-national, male health worker from Riyadh city developed symptoms on 13 February and was admitted to hospital on 20 February. The patient is a smoker but has no comorbidities. He treated a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 10). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition admitted to a negative pressure isolation room on a ward.
## 797                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   65-year-old, non-national female from Jeddah city developed symptoms on 17 February and was admitted to hospital on 22 February. The patient has comorbidities. She has no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU. Later WHO report notes death.
## 798                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    45-year-old, non-national male from Najran city developed symptoms on 13 February and was admitted to hospital on 20 February. The patient has no comorbidities. He is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 17). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 799                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           75-year-old male from Riyadh city developed symptoms on 12 February and was admitted to hospital on 22 February. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                83-year-old male from Alrass city developed symptoms on 16 February and was admitted to hospital on 17 February but he discharged himself against medical advice on the same day. He travelled to Riyadh to seek another medical advice on 21 February and was admitted to hospital on the same day. He has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 801                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           80-year-old male from Riyadh city developed symptoms on 21 February while admitted to hospital since 14 August 2014 due to unrelated medical conditions. The patient was admitted to the same hospital as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 2); however, he had no direct contact with that case. The patient was frequently visited by relatives and friends. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU. Later WHO report notes death.
## 802                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      24-year-old female from Riyadh city developed symptoms on 19 February while admitted to hospital since 31 January due to unrelated medical conditions. The patient was admitted to the same hospital as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 16 February (case n. 4); however, she was not treated by the same health workers and there is no epidemiological link with that case. The patient was frequently visited by relatives and friends. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition admitted to ICU.
## 803                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 804                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               56-year-old male from Afif city developed symptoms on 22 February while admitted to hospital since 2 February due to unrelated medical conditions. On 17 February, the patient was admitted in the same ICU as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 36); however, he was not treated by the same health workers. The patient was frequently visited by relatives and friends. Currently, he is in critical condition in ICU.
## 805                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      v little info in initial report. 91-year-old female from Riyadh city developed symptoms on 24 February while admitted to hospital since 12 February due to unrelated medical conditions. The patient had other comorbidities. She was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases; however, the patient has no epidemiological links with the cases. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 2 March.
## 806                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Almost no information in initial report. 46-year-old male from Khober city was admitted to hospital on 9 February for unrelated medical conditions. The patient was discharged from the hospital on 14 February. He developed symptoms on 17 February and was readmitted to the same hospital on the same day. The patient was treated in the same ward and by the same health workers as three laboratory-confirmed MERS-CoV cases that were reported in a previous DON on 23 February (cases n. 24, 25, 41). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU. 
## 807                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         84-year-old male from Al-Oyuon city developed symptoms on 21 February and was admitted to hospital on 22 February. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 808                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               51-year-old male from Al-Quway'iyah city developed symptoms on 2 February and was admitted to hospital on 18 February. The patient has comorbidities. He has no history of contact with camels; however, he has history of consumption of raw camel milk in the 14 days prior to the onset of symptoms. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 809                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                56-year-old, non-national male from Riyadh city developed symptoms on 25 February and was admitted to hospital on the same day. The patient has comorbidities but no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 810                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          40-year-old, non-national, male health worker from Riyadh city developed symptoms on 20 February and was admitted to hospital on 24 February. The patient has no comorbidities. He works in a hospital that treated laboratory-confirmed MERS-CoV cases but he has no history of contact with these cases. He has no history of exposure to any of the other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 811                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              45-year-old, non-national male from Buridah city developed symptoms on 22 February and was admitted to hospital on 26 February. The patient had comorbidities. He had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 2 March.
## 812                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 80-year-old male from Riyadh city developed symptoms on 22 February and was admitted to hospital on 23 February. He visited the same hospital for an unrelated medical condition over 14 days prior to the onset of symptoms. Other laboratory-confirmed MERS-CoV cases have been treated at this hospital. He had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 2 March.
## 813                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       40-year-old female from Aljouf city developed symptoms on 21 February and was admitted to hospital on the same day. The patient had comorbidities. On 17 February, she received care for an unrelated medical condition in a hospital that treated other laboratory-confirmed MERS-CoV cases; however, the patient had no contact with these cases. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 28 February. FT thinks this is 926 on their list; I think this is a separate patient (this isn't a HCW for example & dates don't match)
## 814                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         46-year-old, non-national, female health worker from Riyadh city developed symptoms on 22 February and was admitted to hospital on 27 February. The patient has no comorbidities. She has a history of providing care assistance to a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 6 March (case n. 3). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU.
## 815                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    61-year-old male from Riyadh city developed symptoms on 21 February and was admitted to hospital on 26 February. The patient has comorbidities. He is a household contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 37). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU.
## 816                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     34-year-old, non-national male from Buridah city developed symptoms on 18 February and was admitted to hospital on 25 February. The patient has no comorbidities. He works in a hospital that treated laboratory-confirmed MERS-CoV cases. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 817                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         74-year-old male from Riyadh city developed symptoms on 20 February and was admitted to hospital on 27 February. The patient has comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU.
## 818                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 64-year-old, non-national female from Riyadh city developed symptoms on 22 February and was admitted to hospital on 28 February. The patient has comorbidities. She has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 819                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             60-year-old male from Riyadh city developed symptoms on 23 February and was admitted to hospital on 24 February. The patient had comorbidities. He had no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 2 March.
## 820                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 51-year-old, non-national, female health worker from Riyadh city developed symptoms on 21 February. The patient has comorbidities. She works in a hospital that treated a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 2). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition isolated at home.
## 821                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 57-year-old, non-national male from Riyadh city developed symptoms on 24 February and was admitted to hospital on 28 February. The patient has no comorbidities. He has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 822                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             61-year-old, non-national female from Riyadh city developed symptoms on 21 February and was admitted to hospital on 1 March. The patient has comorbidities. She has no history of exposure to any known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition in ICU.
## 823                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   63-year-old male from Riyadh city developed symptoms on 25 February and was admitted to hospital on 28 February. On 14 January, the patient underwent a surgical procedure for an unrelated medical condition. He has no history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU.
## 824                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 53-year-old, non-national male from Riyadh city developed symptoms on 25 February while admitted to hospital since 16 February due to an unrelated medical condition. The patient was admitted to the same hospital and treated by the same health workers as two laboratory-confirmed MERS-CoV cases (cases n. 5, 16 – see below); however, he had no direct contact with the cases. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 825                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     reported death apparently not present in dataset; accidentally left from previous days KSA report?
## 826                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              70-year-old female from Riyadh city developed symptoms on 24 February and was admitted to hospital on 25 February. The patient had comorbidities. She had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 4 March.
## 827                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Expat: reported recovery o/w not in dataset
## 828                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        69-year-old female from Riyadh city developed symptoms on 3 March while admitted to hospital since 20 February due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases during the 14 days prior to the onset of symptoms; investigation of epidemiological links with these cases and with shared health workers is ongoing. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 829                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Expat: reported recovery o/w not in dataset
## 830                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           30-year-old, non-national male from Onizah city developed symptoms on 2 March and was admitted to hospital on the same day. The patient had no comorbid conditions. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 8 March.
## 831                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  44-year-old, non-national male from Shaqra city developed symptoms on 23 February and was admitted to hospital on 25 February. The patient has no comorbidities. He has a history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 832                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 KSA report gives age as 73; but order of WHO reporting, o/w absence of no.11 from Who report of 20/3/15, & similarities between the two (eg exact fatality date, although note KSA gives preliminary statement of no comorbidities) implies this patient is actually 53 y/o. WHO: 53-year-old male from Riyadh city developed symptoms on 3 March while admitted to hospital since 13 July 2014 due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases during the 14 days prior to the onset of symptoms; however, he had no direct contact with these cases. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 5 March. 
## 833                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Expat: reported recovery o/w not in dataset
## 834                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       59-year-old female from Khurmah city developed symptoms on 23 February and was admitted to hospital in Jeddah on 28 February. The patient has comorbidities. She has no history of direct contact with camels; however, her household contacts have history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in critical condition in ICU.
## 835                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       48-year-old, non-national, female health worker from Riyadh city developed symptoms on 3 March and was admitted to hospital on 5 March. The patient has no comorbidities. She works in a hospital where laboratory-confirmed MERS-CoV cases were treated during the 14 days prior to the onset of symptoms; investigation of epidemiological links with these cases is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 836                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             KSA report gives age as 59; but order of WHO reporting, o/w absence of no.8 from Who report of 20/3/15, & strong similarities between the two (eg community acquired) strongly implies this patient is actually 56 y/o. If true, then this is also the previously unexplaiend recovery from 27/3/15 previously listed as #1004 in this list. WHO: 56-year-old male from Riyadh city developed symptoms on 4 March and was admitted to hospital on 5 March. The patient has comorbidities. He is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 11). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 837                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                57-year-old male from Hafouf city developed symptoms on 4 March and was admitted to hospital on 6 March. The patient has no comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 838                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    61-year-old male from Riyadh city developed symptoms on 27 February and was admitted to hospital on 5 March. The patient had comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 9 March
## 839                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            48-year-old female from Riyadh city developed symptoms on 7 March and was admitted to hospital on the same day. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 840                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      37-year-old, non-national, male health worker from Riyadh city developed symptoms on 7 March and was admitted to hospital on 8 March. The patient has comorbidities. He works in a hospital where laboratory-confirmed MERS-CoV cases were treated during the 14 days prior to the onset of symptoms; investigation of epidemiological links with these cases is ongoing. Currently, the patient is in critical condition in ICU.
## 841                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         48-year-old female from Riyadh city developed symptoms on 4 March while admitted to hospital since 19 January due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases during the 14 days prior to the onset of symptoms; investigation of epidemiological links with these cases and with shared health workers is ongoing. Currently, the patient is in critical condition in ICU. 
## 842                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      61-year-old male from Riyadh city developed symptoms on 7 March while admitted to hospital since 22 February due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases; investigation of epidemiological links with these cases and with shared health workers is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 843                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        72-year-old female from Buridah city developed symptoms on 23 February and was admitted to hospital on 2 March. She had comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 9 March.
## 844                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           55-year-old, non-national male from Jeddah city developed symptoms on 5 March and was admitted to hospital on 8 March. The patient has no comorbidities and no history of contact with camels; however, he has frequent contacts with sheep and regular consumption of raw sheep products. The patient has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 845                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            59-year-old male from Riyadh city developed symptoms on 7 March and was admitted to hospital on 8 March. The patient had no comorbidities. He was a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February (case n. 2). He had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 14 March.
## 846                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 62-year-old female from Riyadh city developed symptoms on 3 March while admitted to hospital since 23 November 2014 due to unrelated medical conditions. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases; investigation of epidemiological links with these cases and with shared health workers is ongoing. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 15 March.
## 847                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   45-year-old, non-national, female health worker from Riyadh city developed symptoms on 8 March and was admitted to hospital on 10 March. The patient has no comorbid conditions. She has a history of contact with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 11 March (case n. 14). Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 848                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      31-year-old, non-national male from Riyadh city developed symptoms on 1 March and was admitted to hospital on 10 March. The patient was a smoker and had comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 12 March.
## 849                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 21-year-old non-national male from Riyadh city, Riyadh Region developed symptoms on 8 March and was admitted to hospital on 12 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient is in critical condition in ICU.
## 850                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        47-year-old male from Alfadliah town developed symptoms on 2 March and was admitted to hospital on 12 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 851                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          60-year-old male from Taima city developed symptoms on 7 March and was admitted to hospital on 11 March. The patient has comorbidities and history of frequent contact with camels and consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 852                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  44-year-old, non-national male from AlKhafji city developed symptoms on 4 March and was admitted to hospital on 14 March. The patient has no comorbidities. He has history of frequent contact with camels and consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 853                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          56-year-old male from Riyadh city developed symptoms on 12 March and was admitted to hospital on 14 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 854                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   27-year-old male from Riyadh city developed symptoms on 8 March and was admitted to hospital on 14 March. The patient has a history of frequent visits to the same hospital for an unrelated medical condition; however, he has no history of contact with the laboratory-confirmed MERS-CoV cases that were treated at the hospital. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 855                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     73-year-old male from Riyadh city developed symptoms on 13 March while admitted to hospital since 9 January due to an unrelated medical condition. The patient was admitted to the same hospital as other laboratory-confirmed MERS-CoV cases; investigation of epidemiological links with these cases and with shared health workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 856                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     reported death apparently not present in dataset; could be #939 - double check when info available
## 857                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                60-year-old, non-national male from Jeddah city developed symptoms on 15 March and was admitted to hospital on 19 March. The patient has comorbidities and a history of travelling to Madinah during the 14 days prior to onset of symptoms. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in ICU.
## 858                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               54-year-old, non-national male from Riyadh city developed symptoms on 19 March and was admitted to hospital on 20 March. The patient has comorbidities condition of diabetes mellitus. He is a contact of a laboratory-confirmed MERS-CoV case (case 982 above). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 859                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         50-year-old, non-national male from Najran city developed symptoms on 11 March and was admitted to hospital on 20 March. The patient has no comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 860                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           55-year-old female from Arar city developed symptoms on 6 March and was admitted to hospital on 20 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 861                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       42-year-old, non-national male from Makkah city developed symptoms on 18 March and was admitted to hospital on 23 March. The patient has history of contact with camels and consumption of raw camel milk in Makkah. He also has a history of travelling to Riyadh in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 862                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         20-year-old, non-national male from Jeddah city developed symptoms on 22 March and was admitted to hospital on 23 March. The patient is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 26 March (case n. 3). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 863                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  reported death apparently not present in dataset; but have had previous trouble with 61M e.g. 949/972
## 864                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 48-year-old, non-national male from Riyadh city developed symptoms on 21 March and was admitted to hospital on 23 March. He is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 26 March (case n. 12). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in ICU.
## 865                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Reported by WHO but no apparent KSA match. 51-year-old, non-national male from Khober city developed symptoms on 17 February and was admitted to hospital on 24 February. The patient has comorbidities. He is a household contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 23 February [910]. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 866                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  65-year-old male from Dholem city developed symptoms on 21 March and was admitted to hospital on 24 March. The patient has comorbidities. He has history of contact with camels and sheep, and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 867                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             30-year-old male from Riyadh city developed symptoms on 2 March and was admitted to hospital on 9 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is on home isolation after being discharged from hospital on 25 March.
## 868                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          54-year-old male from a small village near Hofuf city developed symptoms on 20 March and was admitted to hospital on 27 March. The patient had comorbidities. He had history of frequent contact with camels and consumption of raw camel milk. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 28 March.
## 869                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   39-year-old male from Alkhafji city developed symptoms on 23 March and was admitted to hospital on 26 March. The patient has no comorbidities. He has history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in ICU.
## 870                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        80-year-old male from Taima city, Tabuk Region developed symptoms on 9 March and was admitted to hospital on 12 March. The patient had comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 27 March.
## 871                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        63-year-old, non-national, male health worker from Jeddah city. He developed symptoms on 26 March and was admitted to hospital on 29 March. The patient has comorbidities. He provided care to a laboratory-confirmed MERS-CoV case (case 996 – above). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 872                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 60-year-old male from Jeddah city developed symptoms on 14 March and was admitted to hospital on 28 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 873                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          65-year-old, non-national female from Riyadh city developed symptoms on 28 March and was admitted to hospital on 30 March. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 874                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             51-year-old, non-national, male health worker from Jeddah city developed symptoms on 28 March and was admitted to hospital on 29 March. The patient has comorbidities. He has history of contact with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 9 April (case 1008 above). The patient did not provide care to any of the MERS-CoV cases that were admitted to the hospital where he works in during the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 875                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Reported recovery apparently not in existing database
## 876                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          66-year-old, non-national male from Makkah city developed symptoms on 27 March and was admitted to hospital on 3 April. The patient visited a private health centre for an unrelated medical condition on 1 April. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 877                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              KSA gives M in new cases & F in deaths. 65-year-old female from Riyadh city developed symptoms on 3 April and was admitted to hospital on the same day. The patient, who had comorbidities, passed away on 5 April. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. 
## 878                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              82-year-old male from Hail city developed symptoms on 26 March and was admitted to hospital on 2 April. Since the patient did not show signs of improvement, he was transferred to a hospital in Riyadh city on 4 April. The patient, who had comorbidities, passed away on 12 April. Investigation of contacts in the 14 days prior to the onset of symptoms is ongoing.
## 879                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                93-year-old male from Makkah city developed symptoms on 6 April and was admitted to hospital on 11 April. The patient was referred to another hospital in Makkah region on 13 April. He had comorbidities and a history of frequent contact with camels and consumption of raw camel milk in the 14 days prior to the onset of symptoms. The patient had no history of contact with other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 19 April.
## 880                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Expat. Added as o/w unexplained recovery BUT identical to recovery reported on 8/4/14 (see #1008), so phantom?
## 881                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     65-year-old male from Dhebaa city developed symptoms on 9 April and visited a hospital in Dhebaa on 15 April. On the same day, the patient was referred and admitted to another hospital in Tabouk. He has no comorbidities. The patient has a history of frequent contact with camels and sheep as well as consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 882                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     61-year-old male from Hafouf city developed symptoms on 16 April and was admitted to hospital on 18 April. The patient has comorbidities and a history of frequent contact with camels and sheep as well as consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 883                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     49-year-old, non-national male from Riyadh city developed symptoms on 11 April and was admitted to hospital on 18 April. The patient has comorbidities. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 884                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Recovery reported 4/4/15. Initially assigned to #992 but subsequent WHO report says #992 deceased. Thus added as o/w unexplained recovery although available info o/w similar to #992 
## 885                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Recovery reported 25/3/15. Initially assigned to #986 but subsequent WHO report says #986 deceased. Thus added as o/w unexplained recovery although available info o/w similar to #986 & unlike #1021 above, the timings would also fit either KSA or WHO report of discharge/death being wrong
## 886                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              35-year-old male from Khamis Mushait city developed symptoms on 27 April and was admitted to hospital on 29 April. The patient has comorbidities. He has no history of direct contact with camels or consumption of raw camel products; however, his house is adjacent to a camel market. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU. Contact tracing of household and healthcare contacts is ongoing for this case.
## 887                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         41-year-old, non-national male from Huraimla city developed symptoms on 13 April and was admitted to hospital on 23 April. He has comorbidities as well as a history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical in ICU.
## 888                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     39-year-old male from Hofuf city developed symptoms on 28 April and was admitted to hospital on 3 May. The patient is a smoker and has no comorbidities. He is a contact of a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 29 April (case n. 2) [1019 in this list]. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 889                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  48-year-old male from Taif city developed symptoms on 3 May and was admitted to hospital on 8 May. He has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 890                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    61-year-old, non-national male from Najran city developed symptoms on 28 April and was admitted to hospital on 1 May. He had comorbidities. The patient had no history of direct contact with camels or consuming raw milk; however, he lived in an area with camels and sheep. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 8 May.
## 891                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            75-year-old male from Abqaiq city developed symptoms on 30 April and was admitted to hospital on 3 May. He is an ex-smoker and has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure room on a ward.
## 892                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  30-year-old male national from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has no comorbidities. He has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (case 1025) and on 29 April (case 1019). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 893                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            24-year-old female from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. She has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (1025) and on 29 April (1019). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition in a negative pressure isolation room on a ward.
## 894                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   59-year-old female from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has comorbidities. She has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (case n. 4) and on 29 April (case n. 2). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition in a negative pressure isolation room on a ward.
## 895                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                30-year-old female from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has no comorbidities. She has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (case 1025) and on 29 April (case 1019). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition in a negative pressure isolation room on a ward.
## 896                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       74-year-old male from Taif city developed symptoms on 9 May while admitted to hospital since 28 April due to an unrelated medical condition. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient had comorbidities. He was admitted to the same ward and treated by the same health workers as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 17 May [case 1026]. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 10 May.
## 897                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               33-year-old [KSA MOH said 38], non-national male from Riyadh city developed symptoms on 1 May and was admitted to hospital on 6 May. A nasopharyngeal swab tested positive for MERS-CoV on 8 May. The patient had no comorbidities [contradicts KSA MOH]. He passed away on 14 May. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 898                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  33-year-old, non-national male from Riyadh city developed symptoms on 1 May and was admitted to hospital on 7 May. A nasopharyngeal swab tested positive for MERS-CoV on 9 May. The patient has no comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 899                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 71-year-old male from Riyadh city developed symptoms on 3 May and was admitted to hospital on 6 May. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 900                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         46-year-old, non-national male from Riyadh city developed symptoms on 25 April and was admitted to hospital on 9 May. A nasopharyngeal swab tested positive for MERS-CoV on 10 May. The patient has comorbidities. He has a history of frequent contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 901                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         36-year-old male from Jeddah city developed symptoms on 10 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 11 May. The patient has no comorbidities. He has a history of contact with a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 17 May (case 1026). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 902                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     31-year-old male from Hafouf city developed symptoms on 4 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 13 May. The patient is a smoker and has no comorbid conditions. He has a history of contact with two laboratory-confirmed MERS-CoV cases that were reported in previous DONs on 17 May (case 1025) and on 29 April (case 1019). The patient has a history of frequent contact with camels and consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 903                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    66-year-old male from Qunfuthah city developed symptoms on 12 May while admitted to hospital since 3 May due to an unrelated medical condition. A nasopharyngeal swab tested positive for MERS-CoV on 14 May. The patient has a history of frequent contact with camels and sheep as well as consumption of raw camel milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 904                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     59-year-old, non-national female from Riyadh city developed symptoms on 15 May and was admitted to hospital in Riyadh on 16 May. A nasopharyngeal swab tested positive for MERS-CoV on 17 May. The patient has comorbidities. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition isolated at home.
## 905                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     73-year-old female from Aflaj City developed symptoms on 14 May while admitted to hospital since 2 May due to an unrelated medical condition. The patient had comorbidities. A nasopharyngeal swab tested positive for MERS-CoV on 17 May. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 18 May.
## 906                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    48-year-old male from Hafouf city developed symptoms on 1 May and was admitted to hospital on 10 May. The patient, who has comorbidities, was initially diagnosed with a cardiovascular condition. He was transferred to a cardiac center in Hafouf city on 14 May. On 20 May, a nasopharyngeal swab tested positive for MERS-CoV, which led to the patient being transferred to the MERS-CoV reference hospital in Hafouf on the same day. He was admitted to the same ward and treated by the same health workers as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 24 May (case 1029). The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, he is in critical condition in ICU.
## 907                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              77-year-old female from Hafouf city developed symptoms on 17 May and was admitted to hospital on the same day. A nasopharyngeal swab tested positive for MERS-CoV on 22 May. The patient has comorbidities. She was admitted to the same hospital as a laboratory-confirmed MERS-CoV case (case 1045). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition in ICU.
## 908                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 68-year-old female from Hofuf city was admitted to a cardiac centre on 13 May complaining of chest pain and fever. On 20 May, while hospitalized, the patient developed shortness of breath. She tested positive for MERS-CoV on 23 May and passed away on 25 May. The patient had comorbidities. Her family owns sheep and camels. An investigation of history of exposure to these animals and to other known risk factors in the 14 days prior to onset of symptoms is ongoing. KSA MOH said he had been in contact with suspected cases but WHO offered no further details so placed in putative new cluster. Certainly later in contact with 1066
## 909                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   71-year-old, non-national male from Hofuf city developed symptoms on 21 May while admitted to hospital since 10 May due to an unrelated medical condition. The patient tested positive for MERS-CoV on 24 May. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. KSA MOH said he had been in contact with suspected cases but WHO offered no further details so placed in putative new cluster
## 910                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           65-year-old male from Taif city developed symptoms on 20 May and was admitted to a hospital in Taif on the same day. The patient, who has comorbidities, tested positive for MERS-CoV on 25 May. He has a history of contact with camels and consumption of raw camel milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 30 May 2015.
## 911                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               26-year-old, non-national, female health worker from Hofuf city developed symptoms on 26 May and was admitted to hospital on 27 May. The patient, who has no comorbidities, tested positive for MERS-CoV on 28 May. Between 22 and 23 May, she provided care to a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 25 May (case n. 2). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in stable condition in a negative pressure isolation room on a ward.
## 912                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  27-year-old, non-national female from Hofuf city developed symptoms on 22 May while admitted to hospital since 18 May due to an unrelated medical condition. The patient, who has no comorbidities, tested positive for MERS-CoV on 28 May. She was admitted to the same room as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 1 June (case n. 2). Investigation of whether they were attended by the same health workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, she is in critical condition in ICU.
## 913                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       70-year-old male from Hofuf city developed symptoms on 27 May while admitted to hospital since 20 May due to unrelated medical conditions. The patient, who had comorbidities, tested positive for MERS-CoV on 28 May. Between 18 and 20 May, he was admitted to the same ward as a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 25 May (case 1045). Investigation of whether they were attended by the same health workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He passed away on 30 May.
## 914                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       74-year-old male from Taif city developed symptoms on 27 May while admitted to hospital since 17 May due to an unrelated medical condition. The patient, who has comorbidities, tested positive for MERS-CoV on 28 May. Between 21 and 23 May, he was admitted to the same ward and attended by the same health workers as a laboratory-confirmed MERS-CoV case (case 1049 – see above). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 915                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             57-year-old female from Hofuf city developed symptoms on 24 May while admitted to hospital since 20 May due to an unrelated medical condition. The patient, who had comorbidities, tested positive for MERS-CoV on 28 May. She passed away on 31 May. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 916                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        48-year-old male from Hofuf city developed symptoms on 23 May while admitted to hospital since 4 May due to an unrelated medical condition. The patient, who has no comorbidities [contradicted by subsequent KSA notification of recovery], tested positive for MERS-CoV on 28 May. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 917                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                50-year-old female from Hofuf city developed symptoms on 28 May while admitted to hospital since 8 May due to unrelated medical conditions. The patient, who had comorbidities, tested positive for MERS-CoV on 29 May. She passed away on 29 May. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 918                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           43-year-old male from Hofuf city developed symptoms on 27 May while admitted to hospital since 21 May due to an unrelated medical condition. The patient, who has comorbidities, tested positive for MERS-CoV on 28 May. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 919                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Added as o/w unexplained recovery
## 920                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            54-year-old male from Hofuf city developed symptoms on 27 May. The patient was admitted to hospital for an unrelated medical condition on May 16. He was referred to another hospital on May 19. The patient, who had comorbidities, tested positive for MERS-CoV on 30 May. He passed away on 2 June. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 921                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              50-year-old, male health professional from Hofuf city developed symptoms on 19 May and was admitted to hospital on 25 May. The patient, who has no comorbidities, tested positive for MERS-CoV on 29 May. He has a history of contact with sheep and poultry in the 14 days prior to the onset of symptoms. The patient has no history of exposure to known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward. See #1237; if later reported dead then need to delete 1237.
## 922                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 923                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 924                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## 925                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           64-year-old male from Hofuf city developed symptoms on 20 May and was admitted to hospital on 1 June. The patient, who has comorbidities, tested positive for MERS-CoV on 3 June. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. NB reported recovered on 9/6/15 by KSA MOH but WHO reported death between 13-17/6/15 on 23/6/15. Discharge date likely too early for misclassification => died after discharge?
## 926                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              45-year-old male from Hofuf city developed symptoms on 26 May and was admitted to hospital on 29 May. The patient, who has comorbidities, tested positive for MERS-CoV on 31 May. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 927                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        50-year-old, non-national, male health professional from Hofuf city developed symptoms on 22 May. The patient, who has no comorbidities, tested positive for MERS-CoV on 1 June. Between 14 and 19 May, he provided care to a laboratory-confirmed MERS-CoV case that was reported in a previous DON on 25 May (case n. 2 - #1045 here). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is asymptomatic and isolated at home. 
## 928                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 58-year-old female from Hofuf city developed symptoms on 1 June. On the same day, she was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 4 June. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 929                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           41-year-old male from Hofuf city developed symptoms on 1 June and was admitted to hospital on the same day. He works as a security guard at a health care facility that has been experiencing a MERS-CoV outbreak in Hofuf city. The patient, who has comorbidities, tested positive for MERS-CoV on 4 June. He has a history of contact with a laboratory-confirmed MERS-CoV patient that was reported in a previous DON on 4 June (case n. 7; #1066 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 930                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           29-year-old, male health professional from Hofuf city developed symptoms on 2 June. On 3 June, he was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 4 June. Between 10 and 23 May, he provided care to a laboratory-confirmed MERS-CoV patient that was reported in a previous DON on 1 June (case n. 1; #1048 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 931                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  55-year-old, non-national male from Asfan town developed symptoms on 31 May. On 3 June, he was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 4 June. He has a history of frequent contact with camels and sheep as well as consumption of their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 932                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   58-year-old non-national, male from Riyadh city developed symptoms on 30 May and was admitted to hospital on 4 June. The patient, who has comorbidities, tested positive for MERS-CoV on 5 June. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 933                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  65-year-old male from Hofuf city developed symptoms on 27 May. On 2 June, he was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 4 June. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 934                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           56-year-old male from Hofuf city developed symptoms on 1 June. On 4 June, he was admitted to a hospital in Hofuf city that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 5 June. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 935                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         72-year-old male from Hofuf city developed symptoms on 20 May. The patient, who has comorbidities, was admitted to hospital on 23 May. He tested positive for MERS-CoV on 8 June. Currently, the patient is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 936                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   73-year-old male from Turubah city developed symptoms on 23 May and was admitted to a hospital in Jeddah on 1 June. The patient, who has comorbidities, tested positive for MERS-CoV on 8 June. He has no history of contact with camels; however, the patient has a history of frequent contact with sheep and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in critical condition in ICU [actually KSA reported dead on 14/6].
## 937                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       60-year-old female from Hofuf city developed symptoms on 2 June and was admitted to hospital on 8 June. The patient, who has comorbidities, tested positive for MERS-CoV on 9 June. Between 26 May and 7 June, she visited her daughter at a hospital with an ongoing MERS-CoV outbreak. The daughter, who had been hospitalized for an unrelated medical condition, has not developed MERS-CoV-related symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 938                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       77-year-old male from Hofuf city developed symptoms on 26 May. On 27 May, he was admitted to a hospital that had been experiencing a MERS-CoV outbreak. On that occasion, no laboratory samples were collected for MERS-CoV testing. The patient was treated symptomatically and discharged on 31 May. On 10 June, symptoms reappeared and he was admitted to a different hospital on the same day. The patient, who had comorbidities, tested positive for MERS-CoV on 11 June. He passed away on 11 June. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 939                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             55-year-old female from Hofuf city developed symptoms on 23 May and was admitted to hospital on 25 May. The patient, who has comorbidities, tested positive for MERS-CoV on 12 June. Between 18 April and 17 May, the patient was hospitalized in a health care facility that had experienced a MERS-CoV outbreak. Furthermore, she visited the outpatient department of the same health care facility on 20 May. Investigation of epidemiological links with MERS-CoV cases and healthcare workers who were at the health care facility during her admission, and exposure to other known risk factor is ongoing. Currently, the patient is in critical condition in ICU.
## 940                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 46-year-old male from Hurimala city [reported Riyadh by KSA MOH] developed symptoms on 9 June and was admitted to hospital on 12 June. The patient, who has comorbidities, tested positive for MERS-CoV on 12 June. He has a history of contact with camels and consumption of their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 941                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           54-year-old female from Hofuf city developed symptoms on 5 June and, on 12 June, was admitted to a hospital that had been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 13 June. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 942                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                69-year-old female from Hofuf city developed symptoms on 12 June and was admitted to hospital on 13 June. The patient, who has comorbidities, tested positive for MERS-CoV on 14 June. She has a history of frequent visits to a hospital that had been experiencing a MERS-CoV outbreak. Investigation of epidemiological links with health care workers and MERS-CoV cases that were at the hospital, and of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 943                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Death added as not possible to match to other cases: both #1078 & #1100 are HCW without comorbidities; remove later if it turns out this death was one of those two [#1100 reported recovered 18/6/15]
## 944                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         28-year-old male from Hofuf city developed symptoms on 2 June. He works as an administrative assistant in a hospital that had been experiencing a MERS-CoV outbreak. The patient was in home isolation since the onset of symptoms; however, as symptoms worsened, he was admitted to hospital on 14 June. The patient, who has comorbidities, tested positive for MERS-CoV on 15 June. Investigation of epidemiological links with MERS-CoV cases admitted to the hospital where he works at, and of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 945                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             52-year-old male from Hofuf city developed symptoms on 16 June while admitted to hospital for an unrelated medical condition since 29 April. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 18 June. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible links with MERS-CoV cases admitted to the hospital is ongoing.
## 946                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     61-year-old female from Hofuf city developed symptoms on 30 May and, on the same day, was admitted to a hospital with an ongoing MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 17 June. Currently, she is in critical condition admitted to ICU. Investigation of possible links with MERS-CoV cases admitted to the hospital is ongoing. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is also ongoing.
## 947                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  60-year-old, non-national, female health care worker from Hofuf city developed symptoms on 14 June, was admitted to hospital on 15 June and tested positive for MERS-CoV on 19 June. The patient, who has comorbidities, works in a hospital that has been experiencing a MERS-CoV outbreak. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible links with MERS-CoV cases admitted to this hospital is ongoing.
## 948                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     41-year-old male from Hofuf city developed symptoms on 19 June and tested positive for MERS-CoV on 21 June. He is a family relative of a laboratory-confirmed MERS-CoV case that worked in a hospital with an ongoing MERS-CoV outbreak and that was reported in a previous DON on 23 June (case n. 1) [#1243 in this list]. The patient, who has comorbidities, was in home isolation; however, as symptoms worsened, he was admitted to hospital on 23 June. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward.
## 949                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              40-year-old male from Riyadh city developed symptoms on 24 June and was admitted to hospital on 26 June. The patient, who has comorbidities, tested positive for MERS-CoV on 27 June. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 950                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           65-year-old female from Riyadh city developed symptoms on 15 June and was admitted to hospital on 25 June. The patient, who has comorbidities, tested positive for MERS-CoV on 27 June. Currently, she is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 951                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    56-year-old female from Riyadh city developed symptoms on 23 June and was admitted to hospital on 28 June. The patient, who has comorbidities, tested positive for MERS-CoV on 30 June. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 952                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   60-year-old male from Nairyah city developed symptoms on 28 June and was admitted to hospital on 29 June. The patient, who has comorbidities, tested positive for MERS-CoV on 1 July. He has a history of contact with the camels owned by one of his family members. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 953                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           76-year-old male from Riyadh city developed symptoms on 17 June and was admitted to hospital on 21 June. The patient, who has comorbidities, tested positive for MERS-CoV on 30 June. Currently, he is in critical condition admitted to ICU on mechanical ventilation. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Died on 22/7/15 but reported as 67M by KSA on that date: this death is o/w not contained in the database and the WHO later report that this patient died. However, there is no report from the KSA MOH of the death of a 76M around this time. Therefore conclude that recording as 67M in report of death is a clerical error.
## 954                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               35-year-old, non-national male from Turubah city developed symptoms on 28 June and was admitted to hospital on 1 July. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 July. He has a history of frequent contact with camels and consumption of their raw milk. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 955  36-year-old male from Finland. Between 10 and 18 June, he travelled to Saudi Arabia and stayed in Riyadh, Jeddah and Dammam. The patient had cough before travelling to Saudi Arabia; however, while in Saudi Arabia, he did not feel unwell and did not seek medical attention. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.  On June 18, the patient left Saudi Arabia, stayed overnight in Dubai, United Arab Emirates and travelled to Manila, Philippines on June 19. He was asymptomatic when he left Saudi Arabia. From 20 to 22 June, the patient was in the areas of Taguig and Makati in Manila. Between 23 and 24 June, he travelled from Manila to Penang, Malaysia via Kuala Lumpur, Malaysia. On 25 June, the patient travelled from Penang, Malaysia to Singapore and from Singapore to Manila. During his travels from Malaysia to Singapore and back to Manila, he was asymptomatic.  On June 30, the patient developed fever and cough and on 2 July he visited a hospital where he had specimens taken for laboratory testing. Against medical advice, he decided to leave the hospital. The patient stayed home on 3 July. On 4 July, he returned to the hospital to obtain the results of the tests but the clinic was closed. Then, the patient went to another hospital where he was seen by health care professionals. Once the patient tested positive for MERS-CoV on 4 July, he was brought by ambulance to a third hospital and placed in isolation. Currently, the patient is afebrile and remains in stable condition. Public health response  The Philippines Department of Health (DoH) is carrying out active tracing of household and healthcare contacts. The DoH is also actively tracing all passengers on the flights from Singapore to Manila.  The national authorities of Saudi Arabia and the United Arab Emirates have been informed. Investigations on the possible exposure and contact tracing are ongoing. Enhanced disease surveillance is being implemented.
## 956                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       77-year-old male from Jeddah city developed symptoms on 27 June and was admitted to hospital on 6 July. The patient, who has comorbidities, tested positive for MERS-CoV on 11 July. He has a history of frequent contact with camels and consumption of their raw milk. Currently, the patient is in critical condition in ICU.
## 957                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         60-year-old, female from Alqahmah city developed symptoms on 5 July and was admitted to a hospital in Jeddah on 9 July. The patient, who has comorbidities, tested positive for MERS-CoV on 11 July. She has a history of frequent contact with camels and consumption of their raw milk. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. See note on #1301 wrt possible death.
## 958                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            93-year-old male from Hofuf city developed symptoms on 12 July and was admitted to hospital on the same day. The patient, who has comorbidities, tested positive for MERS-CoV on 16 July. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient owns a camel farm; however, he has neither a history of contact with camels nor consumption of their raw milk [?!?]. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 959                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             32-year-old, non-national male from Riyadh city developed symptoms on 15 July and was admitted to hospital on 19 July. The patient, who has no comorbidities, tested positive for MERS-CoV on 20 July. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 960                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           60-year-old female from Raniah city developed symptoms on 12 July and was admitted to hospital on 19 July. The patient, who has comorbidities, tested positive for MERS-CoV on 21 July. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in an area with several camel farms; however, she has no history of contact with camels or consumption of raw camel products. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. 60F from Riyadh reported dead by KSA on 28/7/15; impossible to match this death to database but WHO reported this case as dead between 28/7 & 29/7 so the KSA report presumably refers to this case despite different cities mentioned [Riyadh instead of Raniah].
## 961                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      56-year-old male from Riyadh city developed symptoms on 13 July and was admitted to hospital on 15 July. The patient, who has comorbidities, tested positive for MERS-CoV on 19 July. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk.
## 962                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     52-year-old female from Riyadh city developed symptoms on 17 July and was admitted to hospital on the same day. The patient, who had comorbidities, tested positive for MERS-CoV on 21 July and passed away on 22 July. She was a family member of a laboratory-confirmed MERS-CoV case (case #1295 in this list).
## 963                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  54-year-old, non-national male from Riyadh city developed symptoms on 20 July while admitted to hospital since 20 July due to unrelated chronic medical conditions. He tested positive for MERS-CoV on 22 July. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with laboratory-confirmed MERS-CoV cases who were hospitalized in the same hospital (#1295 & #1290 [NB this patient from Jeddah] in this list) or with shared health care workers is ongoing.
## 964                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   28-year-old, non-national male from Riyadh city developed symptoms on 22 July and was admitted to the hospital on 23 July. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 July. Currently, he is in stable condition in a negative pressure room. The patient is a contact of a laboratory-confirmed MERS-CoV case (case #1293 in this list). He has no history of dealing with or consumption raw camel meat. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 965                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         30-year-old male from Riyadh city developed symptoms on 22 July and was admitted to the hospital on the same day. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 July. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (case #1293 in this list). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 966                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               44-year-old female from Alkharj city developed symptoms on 16 July and was admitted to hospital on 26 July. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient, who has comorbidities, tested positive for MERS-CoV on 27 July. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 967                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    67-year-old male from Riyadh city developed symptoms on 11 June and was admitted to hospital on 14 June. On 26 July, while hospitalized, he developed pneumonia. The patient, who has comorbidities, tested positive for MERS-CoV on 28 July. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with laboratory-confirmed MERS-CoV cases that were admitted to the same hospital (#1290, # 1295, #1297) or with shared health care workers is ongoing.
## 968                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     53-year-old male from Riyadh city developed symptoms on 20 July and was admitted to hospital on the same day. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 30 July. He is a relative of a laboratory-confirmed MERS-CoV case (case n. 5 – see DON published on 29 July). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition in a negative pressure isolation room on a ward.
## 969                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 75-year-old, non-national male from Riyadh city developed symptoms on 21 July while hospitalized for an unrelated medical condition since 15 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 27 July and passed away on 4 August. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 970                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         78-year-old male from Riyadh city developed symptoms on 10 July and, on 11 July, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 28 July and passed away on 31 July. Investigation of possible epidemiological links with other MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 971                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    86-year-old male from Riyadh city developed symptoms on 25 July and, on 27 July, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 29 July. Currently, he is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. KSA report of death labelled as 86F; WHO report of 18/8/15 confirmed this patient died
## 972                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      31-year-old, non-national, female health worker from Riyadh developed symptoms on 27 July and was admitted to hospital on the same day. The patient, who is pregnant with no comorbidities, tested positive for MERS-CoV on 31 July. Currently, she is in critical condition in ICU. The patient works in a hospital that has been experiencing a MERS-CoV outbreak. Between 2 and 21 July, she provided care to a laboratory-confirmed MERS-CoV case (case #1283 in this list). Investigation of possible epidemiological links with other MERS-CoV cases admitted to the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 973                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           50-year-old male from Najran city developed symptoms on 29 July. On 2 August, the patient was admitted to hospital and tested positive for MERS-CoV. The patient, who has no comorbidities, works in an administrative role in a hospital. He has a history of frequent contact with camels and consumption of their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward. KSA recovery report lists as having comorbidities, but WHO says none.
## 974                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     38-year-old male from Riyadh city developed symptoms on 29 July and was admitted to hospital on 2 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 4 August. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 975                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  29-year-old, non-national, female health care worker from Riyadh developed symptoms on 3 August and was admitted to hospital on the same day. The patient, who has no comorbidities, tested positive for MERS-CoV on 4 August. She works in a hospital that has been experiencing a MERS-CoV outbreak. Currently, the patient is in stable condition in home isolation. Investigation of history of exposure to MERS-CoV cases admitted to her hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 976                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   72-year-old female from Riyadh city developed symptoms on 2 August while admitted to hospital for an unrelated medical condition since 29 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 4 August and passed away on 9 August. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is also ongoing. KSA report of death gives gender as M
## 977                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       42-year-old male from Riyadh city developed symptoms on 1 August while admitted to hospital for an unrelated medical condition since 10 July. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 3 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with positive MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 978                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One of #1312, #1342 & #1419 recovered 6/9/15 & has comorbidities. Another on 8/9/15, other on 4/10/15: can't discern precise dates. 55-year-old male from Riyadh city developed symptoms on 23 July and, on 27 July, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 29 July. Currently, he is in critical condition admitted to ICU. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 979                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    50-year-old female from Riyadh city developed symptoms on 6 August and, on the same day, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 7 August. Currently, she is in stable condition in home isolation. The patient is a contact of a laboratory-confirmed MERS-CoV case (case#1312). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 980                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     74-year-old male from Riyadh city, Riyadh Region developed symptoms on 5 August and was admitted to hospital on 6 August. The patient, who has comorbidities, tested positive for MERS-CoV on 7 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (case #1318 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 981                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   31-year-old female from Riyadh city developed symptoms on 30 July while admitted to hospital for an unrelated medical condition since 12 July. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 1 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 982                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      60-year-old female from Riyadh city developed symptoms on 30 July and was admitted to a hospital in Riyadh on 6 August. The patient, who has comorbidities, tested positive for MERS-CoV on 8 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 983                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    55-year-old, non-national, female health care worker from Riyadh developed symptoms on 5 August and was admitted to hospital on 6 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 8 August. She works in a hospital that has been experiencing a MERS-CoV outbreak. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the MERS-CoV cases admitted to her hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 984                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             One of #1318 & #1383 recovered 26/8/15 and has comorbidities; other same on 6/9/15. Not certain recovery dates are right way round. 49-year-old male from Riyadh city developed symptoms on 24 July and was admitted to hospital on the same day. The patient, who has comorbidities, tested positive for MERS-CoV on 2 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 985                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     73-year-old female from Riyadh city developed symptoms on 31 July and, on 2 August, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital due to unrelated medical conditions in the 14 days prior to the onset of symptoms. She had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 4 August and passed away on 11 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 986                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Think this is recovery #1 on 1/10/15, but KSA report says no comorbidities; if later contradicted this recovery needs to be added as unexplained. 57-year-old male from Riyadh city developed symptoms on 29 July and, on 30 July, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital due to unrelated medical conditions in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 2 August. Currently, he is in stable condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 987                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    57-year-old male from Riyadh city developed symptoms on 1 August and, on 4 August, was admitted to hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital due to unrelated medical conditions in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 6 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. KSA reported as 50M not 57M as WHO
## 988                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 65-year-old male from Riyadh city developed symptoms on 8 August and, on the same day, was admitted to hospital. The patient, who has comorbidities [KSA MOH recovery report says none], tested positive for MERS-CoV on 9 August. He is a contact of a laboratory-confirmed MERS-CoV case (#1315 in this list). Investigation of history of exposure to other known risk factors is ongoing. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward. 
## 989                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     99-year-old male from Riyadh city developed symptoms on 6 August while admitted to hospital for an unrelated medical condition since 23 May. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 8 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 990                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           56-year-old male national from Riyadh city developed symptoms on 4 August while admitted to hospital for an unrelated medical condition since 23 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 5 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 991                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    45-year-old male from Riyadh city developed symptoms on 4 August while admitted to hospital for an unrelated medical condition since 30 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 6 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 992                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    One of #1326, #1345, #1363, #1379 recovered 26/8/15 & has comorbidities; another died 27/8/15 & has comorbidities [WHO data should subsequently allow identification - but never confirmed! Is it the unmatched death of #1417?]; another recovered 31/8/15 & has comorbidities and another recovered 9/10/15. 63-year-old male from Riyadh city developed symptoms on 29 July and, on 3 August, was admitted to a hospital that has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 5 August. He visited the emergency room of the same hospital due to his chronic conditions in the 14 days prior to the onset of symptoms. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. Currently, the patient is in critical condition in ICU.
## 993                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                58-year-old male [KSA MOH said 68M] from Abha city developed symptoms on 6 August and was admitted to hospital on 10 August. The patient, who has comorbidities, tested positive for MERS-CoV on 12 August. He has a history of contact with camels and consumption of their raw milk. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU.
## 994                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          78-year-old female from Riyadh city developed symptoms on 7 August while admitted to hospital for an unrelated medical condition since 26 July. The patient, who has comorbidities, tested positive for MERS-CoV on 8 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 995                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 56-year-old female from Riyadh city developed symptoms on 7 August while admitted to hospital for an unrelated medical condition since 29 July. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 9 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 996                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                57-year-old male from Riyadh city developed symptoms on 8 August while admitted to hospital for an unrelated medical condition since 2010. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 11 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. One of #1330 & #1332 died 30/8/15, other on 31/8/15. Impossible to tell which so have arbitratily chosen earlier report to die first.
## 997                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     81-year-old female from Riyadh city developed symptoms on 6 August while admitted to hospital for unrelated medical conditions since 24 July. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 8 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 998                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            57-year-old male from Riyadh city developed symptoms on 5 August and was admitted to hospital on 9 August. The patient, who has comorbidities, tested positive for MERS-CoV on 11 August. Currently, he is in stable condition in a negative pressure isolation room in a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.  One of #1330 & #1332 died 30/8/15, other on 31/8/15. Impossible to tell which so have arbitratily chosen earlier report to die first.
## 999                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       47-year-old, non-national female from Riyadh city developed symptoms on 12 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 13 August. Currently, she is in stable condition in a negative pressure isolation room in a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1328 on this list) and has a history of visiting this case at the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              28-year-old female from Riyadh city developed symptoms on 12 August and was admitted to hospital on 13 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 14 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1329 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1001                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2-year-old boy from Riyadh city developed symptoms on 12 August and was admitted to hospital on 13 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 14 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1329 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1002                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 63-year-old female from Riyadh city developed symptoms on 8 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 14 August. She visited the emergency room of the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms due to an unrelated medical condition. Currently, the patient is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1003                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    64-year-old, non-national, male health worker from Najran city developed symptoms on 9 August and was admitted to the same hospital where he works on 11 August. The patient, who has comorbidities, tested positive for MERS-CoV on 12 August. Currently, he is in stable condition in a negative pressure isolation room in a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.  Think this is recovery #2 reported 19/8/15 by KSA - everything else matches but age is transposed.
## 1004                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               90-year-old male [initial KSA said 60M] from Riyadh city developed symptoms on 7 August while admitted to hospital for unrelated medical conditions since 2 August. This hospital has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 9 August. He passed away on 13 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1005                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               41-year-old male from Riyadh city developed symptoms on 8 August and, on 11 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He visited the same hospital due to an unrelated medical condition in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 12 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1006                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      31-year-old female from Riyadh city developed symptoms on 13 August and, on 14 August, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 15 August. Currently, the patient is in stable condition in home isolation. She visited the emergency room of the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1007                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              74-year-old male from Riyadh city developed symptoms on 8 August and, on 9 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He visited the emergency room of the same hospital due to his chronic conditions. The patient has no history of exposure to other the known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 10 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1008                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         One of #1312, #1342 & #1419 recovered 6/9/15 & has comorbidities. Another on 8/9/15, other on 4/10/15: can't discern precise dates. 55-year-old male from Riyadh city developed symptoms on 11 August while admitted to hospital for his chronic conditions since 2 August. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 13 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1009                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       39-year-old, male health care worker from Riyadh city developed symptoms on 11 August and, on 12 August, was admitted to the same hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has no comorbidities, tested positive for MERS-CoV on 13 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1010                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       65-year-old male from Riyadh city developed symptoms on 4 August and was admitted to hospital on 5 August. On 8 August, while hospitalized, he developed further symptoms. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 10 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.[http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx] but there labelled as no comorbidities by KSA. 65-year-old male from Riyadh city developed symptoms on 4 August and was admitted to hospital on 5 August. On 8 August, while hospitalized, he developed further symptoms. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 10 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1011                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       One of #1326, #1345, #1363, #1379 recovered 26/8/15 & has comorbidities; another died 27/8/15 & has comorbidities [WHO data should subsequently allow identification - but never confirmed! Is it the unmatched death of #1417?]; another recovered 31/8/15 & has comorbidities and another recovered 9/10/15. 63-year-old male from Riyadh city developed symptoms on 9 August and, on 10 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital in the 14 days prior to the onset of symptoms due to his chronic conditions. He has no history exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 11 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1012                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       98-year-old female from Riyadh city developed symptoms on 9 August and, on 10 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital in the 14 days prior to the onset of symptoms due to her chronic conditions. The patient, who has comorbidities, tested positive for MERS-CoV on 11 August. She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1013                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          75-year-old male from Riyadh city developed symptoms on 30 July and, on the same day, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient has no history exposure to other known risk factors in the 14 days prior to onset of symptoms. On 8 August, while hospitalized, he developed further symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 13 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. 
## 1014                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               61-year-old female from Riyadh city developed symptoms on 9 August and, on 12 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital due to her chronic conditions in the 14 days prior to the onset of symptoms. She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 13 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1015                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  70-year-old male from Riyadh city developed symptoms on 12 August while admitted to hospital for an unrelated medical condition since 20 April. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 13 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1016                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  86-year-old male from Riyadh city developed symptoms on 9 August while admitted to hospital due to his chronic conditions since 6 July. This hospital has been experiencing a small MERS-CoV outbreak. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 11 August and passed away on 21 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1017                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   35-year-old, non-national, female health care worker from Riyadh city developed symptoms on 11 August and, on 14 August, was admitted to the same hospital where she works . The patient, who has no comorbidities, tested positive for MERS-CoV on 16 August. Currently, she is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1018                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            48-year-old female from Riyadh city developed symptoms on 15 August and, on 16 August, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1305 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1019                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                65-year-old female from Riyadh city developed symptoms on 15 August and, on 16 August, was admitted to hospital. The patient, who has comorbidities [KSA MOH recovery report says no comorbidities], tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1338 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1020                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     28-year-old male from Riyadh city developed symptoms on 14 August and was admitted to hospital on 15 August. The patient, who has comorbidities [KSA MOH recovery report says no comorbidities], tested positive for MERS-CoV on 17 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1331 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1021                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                33-year-old [KSA MOH: 34] male from Riyadh city developed symptoms on 14 August and was admitted to hospital on 15 August. The patient, who has no comorbidities, tested positive for MERS-CoV on 17 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient visited a relative at the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. One of #1355 & #1368 recovered 26/8/15 & has no comorbidities; other recovered 30/8/15 & has no comorbidities also. Have made decision to assign earlier date to earlier report, but may be incorrect. 
## 1022                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       See note on #1369. If true then #1356, #1398 & #1430 recovered 9/9/15, 14/9/15 (& is *not* HCW), 16/9/15 but can't be sure of dates: have given earliest recovery to earliest report etc. 51-year-old female from Riyadh city developed symptoms on 14 August and was admitted to hospital on 16 August. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1346 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1023                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     80-year-old male from Riyadh city developed symptoms on 14 August while admitted to hospital due to his chronic conditions since 1 August. This hospital has been experiencing a MERS-CoV outbreak. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 15 August and passed away on 19 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        71-year-old male from Riyadh city developed symptoms on 13 August and, on the same day, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 15 August. He visited the emergency room of the same hospital in the 14 days prior to the onset of symptoms due to his chronic conditions. The patient had no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. He passed away on 20 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1025                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        71-year-old, non-national male from Riyadh city developed symptoms on 14 August while admitted to hospital due to his chronic conditions since 26 June. This hospital has been experiencing a MERS-CoV outbreak. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 15 August and passed away on 17 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1026                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    63-year-old male from Riyadh city developed symptoms on 16 August while admitted to hospital due to his chronic conditions since 27 July. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1027                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           86-year-old male from Riyadh city developed symptoms on 16 August while admitted to hospital for an unrelated medical condition since 8 August. This hospital has been experiencing a MERS-CoV outbreak. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who had comorbidities, tested positive for MERS-CoV on 18 August and, on the same day, passed away. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1028                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   77-year-old female from Riyadh city developed symptoms on 16 August while admitted to hospital for her chronic conditions since 6 August. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1029                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  One of #1326, #1345, #1363, #1379 recovered 26/8/15 & has comorbidities; another died 27/8/15 & has comorbidities [WHO data should subsequently allow identification - but never confirmed! Is it the unmatched death of #1417?]; another recovered 31/8/15 & has comorbidities and another recovered 9/10/15  63-year-old male from Riyadh city developed symptoms on 15 August while admitted to hospital for an unrelated medical condition since 2 August. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, he is in stable condition in a negative pressure room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1030                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               60-year-old female from Riyadh city developed symptoms on 15 August while admitted to hospital for an unrelated medical condition since 24 July. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1031                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               64-year-old female from Riyadh city developed symptoms on 13 August while admitted to hospital for an unrelated medical condition since 24 July. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, she is in stable condition in a negative pressure room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1032                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          60-year-old female from Riyadh city developed symptoms on 7 August and, on the same day, she was admitted to the hospital that has been experiencing a MERS-CoV outbreak. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. As her condition improved, the patient was discharged on 14 August. On 18 August, she developed further symptoms and, on the same day, was admitted to the same hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 19 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1033                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           35-year-old male from Riyadh city developed symptoms on 2 August and, on 4 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. As his condition improved, the patient was discharged on 13 August. On 17 August, he relapsed and, on the same day, was admitted to the same hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 19 August and passed away on 20 August. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1034                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One of #1355 & #1368 recovered 26/8/15 & has no comorbidities; other recovered 30/8/15 & has no comorbidities also. Have made decision to assign earlier date to earlier report, but may be incorrect. 34-year-old male from Riyadh city developed symptoms on 16 August and, on the same day, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient visited the emergency room of the same hospital on 6 August for fever and headache he developed on the same day and was treated symptomatically. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has no comorbidities, tested positive for MERS-CoV on 18 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. 
## 1035                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Believe this is recovery#3 on 14/9/15 - no non-HCW 59F, but also no HCW 51F (recovery #2) so I suspect the HCW data has been accidentally swapped: re-evaluate if 59F recovery comes up again [ #1356, #1398 & #1430]. 59-year-old, female health care worker developed symptoms on 11 August and, on 12 August, was admitted to the same hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 18 August. Currently, she is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1036                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          87-year-old male from Riyadh city developed symptoms on 30 July and, on 2 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 19 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1037                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        76-year-old female from Riyadh city developed symptoms on 19 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1038                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              40-year-old male from Riyadh city developed symptoms on 17 August and, on 18 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1039                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       109-year-old male from Riyadh city developed symptoms on 13 August while admitted to hospital for his chronic conditions since 3 August. This hospital has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 17 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1040                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       87-year-old male from Riyadh city developed symptoms on 17 August while admitted to hospital for his chronic conditions since 13 August. This hospital has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1041                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         72-year-old male from Riyadh city developed symptoms on 5 August and, on 9 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 19 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1042                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       71-year-old male from Riyadh city developed symptoms on 17 August while admitted to hospital for his chronic conditions since 16 August. This hospital has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1043                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              58-year-old female from Riyadh city developed symptoms on 13 August. On 14 August, the patient visited the emergency room of the hospital that has been experiencing a MERS-CoV outbreak. She was treated symptomatically and sent home. As symptoms worsened, the patient was admitted to hospital on 20 August. She tested positive on 21 August. The patient, who has comorbidities, is currently in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to the hospital that she visited after the onset of symptoms or with shared health care workers is ongoing. Also, investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing. 
## 1044                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Assume this is recovery #2 on 4/10/15 but comorbidity report mismatch. Add recovery as unexplained if info later contradicted. 40-year-old, non-national, female health care worker from Riyadh city developed symptoms on 18 August and, on the same day, was admitted to a different hospital from the one where she works. The hospital where the patient works has been experiencing a MERS-CoV outbreak. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has no comorbidities, tested positive for MERS-CoV on 20 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to the hospital where the patient works in, or with shared health care workers, is ongoing.
## 1045                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One of #1326, #1345, #1363, #1379 recovered 26/8/15 & has comorbidities; another died 27/8/15 & has comorbidities [WHO data should subsequently allow identification - but never confirmed! Is it the unmatched death of #1417?]; another recovered 31/8/15 & has comorbidities and another recovered 9/10/15 63-year-old male from Riyadh city developed symptoms on 19 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. 
## 1046                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           57-year-old female from Riyadh city developed symptoms on 17 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 19 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of two laboratory-confirmed MERS-CoV cases (#1305 & #1352 in this list).
## 1047                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         41-year-old male from Riyadh city developed symptoms on 19 August and, on 20 August, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient visited a laboratory-confirmed MERS-CoV case (#1338 in this list) at the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1048                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     One of #1382 & #1452 recovered 16/9/15; other on 2/10/15. 61-year-old male from Riyadh city developed symptoms on 17 August and, on 20 August, was admitted hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient visited a laboratory-confirmed MERS-CoV case (#1338 in this list) at the hospital that has been experiencing a MERS-CoV outbreak. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1049                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     49-year-old male from Riyadh city was admitted to hospital due to comorbid conditions on 3 August and, on 7 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. He developed symptoms on 16 August and, on the same day, was admitted to a different hospital. The patient tested positive for MERS-CoV on 20 August.. Currently, he is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. One of #1318 & #1383 recovered 26/8/15 and has comorbidities; other same on 6/9/15. Not certain recovery dates are right way round.
## 1050                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 28-year-old [KSA said 27M], non-national, male health care worker from Riyadh city developed symptoms on 18 August and, on 19 August, was admitted to the same hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in home isolation. The patient provided care to a laboratory-confirmed MERS-CoV case (#1383). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. One of #1384 & #1437 recovered 6/9/15 & has no comorbidities. Other recovered 9/9/15. Have made earlier diagnosis go with the earlier recovery.
## 1051                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             26-year-old male from Riyadh city was admitted to hospital due to comorbid conditions on 18 May and, on 18 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. On 19 August, he developed symptoms and, on 20 August, was admitted to a different hospital. The patient tested positive for MERS-CoV on 22 August. Currently, he is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1052                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         78-year-old, non-national male from Riyadh city developed symptoms on 18 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 August. Currently, he is in critical condition in ICU. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1359 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1053                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                40-year-old female from Riyadh city developed symptoms on 18 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 August. Currently, she is in critical condition in ICU. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1339 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1054                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  69-year-old male from Riyadh city developed symptoms on 16 August and, on 21 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 22 August. Currently, he is in critical condition in ICU. The patient visited the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing.
## 1055                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     58-year-old, non-national, female health care worker from Riyadh city developed symptoms on 20 August and, on the same day, was admitted to the same hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 21 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1056                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  26-year-old, non-national, female health care worker from Riyadh city developed symptoms on 20 August and, on the same day, was admitted to the same hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing.
## 1057                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    42-year-old, non-national male from Riyadh city developed symptoms on 20 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities [KSA death report says comorbidities], tested positive for MERS-CoV. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of two laboratory-confirmed MERS-CoV cases (#1330 & #1372 in this list).
## 1058                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           82-year-old male from Riyadh city developed symptoms on 5 August and, on 20 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 22 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1059                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        42-year-old male [KSA said 38M] from Riyadh city developed symptoms on 21 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with two laboratory-confirmed MERS-CoV cases (#1338 & #1391 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1060                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         72-year-old female from Delam city [KSA MOH said Riyadh] developed symptoms on 17 August and, on 22 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 24 August. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1061                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             67-year-old female [KSA said 60M] from Alzolfi city developed symptoms on 18 August and, on 21 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Presumably this is recovery #1 on 18/9/15
## 1062                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    64-year-old, non-national male [KSA MOH initially said female] from Riyadh city, Riyadh Region developed symptoms on 19 August and, on 22 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 24 August. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1063                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              75-year-old male from Riyadh city developed symptoms on 13 August while admitted to hospital due to his chronic conditions since 2 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 19 August and, on 25 August, passed away. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1064                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       See note on #1369. If true then #1356, #1398 & #1430 recovered 9/9/15, 14/9/15 (& is *not* HCW), 16/9/15 but can't be sure of dates: have given earliest recovery to earliest report etc. 51-year-old female from Riyadh city developed symptoms on 17 August and, on 18 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. The patient underwent medical procedure for her chronic condition at the same hospital on 14 August. She tested positive for MERS-CoV on 20 August. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1065                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    69-year-old female from Riyadh city developed symptoms on 19 August while admitted to hospital due to her chronic conditions since 17 August. This hospital has been experiencing a MERS-CoV outbreak. The patient, who had comorbidities, tested positive for MERS-CoV on 21 August and, on 24 August, passed away. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1066                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      78-year-old male from Riyadh city developed symptoms on 18 August while admitted to hospital due to an unrelated medical condition. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 20 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1067                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        58-year-old male from Riyadh city developed symptoms on 19 August while admitted to hospital due to his chronic conditions since 7 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 21 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1068                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       30-year-old, non-national, female health care worker from Riyadh, who works in a hospital that has been experiencing a MERS-CoV outbreak, developed symptoms on 20 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 22 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1069                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Believe this is death #2 on 3/9/15 & confirmed by WHO on 09/09/15 but erroneously reported as case #1: see note on #1406. 69-year-old male [KSA said 68M] from Riyadh city developed symptoms on 19 August and, on 21 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. He visited the emergency room of the same hospital in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 22 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1070                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 51-year-old, non-national, male health care worker from Riyadh, who works in the hospital that has been experiencing a MERS-CoV outbreak, developed symptoms on 23 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1071                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           81-year-old male from Riyadh city was admitted to hospital due to his chronic conditions on 1 August and, on 7 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. The patient developed symptoms on 9 August and, on 11 August, was admitted to the same hospital. He tested positive for MERS-CoV on 18 August. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to his hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1072                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        68-year-old female from Riyadh city developed cough and shortness of breath on 13 August and, on 15 August, was admitted to the hospital that has been experiencing a MERS-CoV outbreak. On 20 August, while hospitalized, she developed fever. The patient, who has comorbidities, tested positive for MERS-CoV on 22 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases admitted to her hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. [Death apparently not independently reported by KSA MOH, but can be reconciled if death was reported as a 68M that died on 3/9/15: WHO give this patient as dying twice, suspect first report is accidental, which means that this is death we previously thought was #1395; also affects #1406 as this is best match for KSA death on 3/9/15 assuming initial WHO confirmation erroneous]
## 1073                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         60-year-old male from Riyadh city was admitted to hospital due to chronic conditions and, on 9 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. On 16 August, the patient developed symptoms and, on 18 August, was admitted to the same hospital. He tested positive for MERS-CoV on 20 August. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1074                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     65-year-old male from Hofuf city developed symptoms on 16 August and, on 19 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 August. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1075                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   32-year-old, male health care worker from Delam city developed symptoms on 23 August and, on the same day, was admitted to the hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 August. Currently, he is in stable condition in home isolation. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1076                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      78-year-old male from Riyadh city was admitted to hospital due to chronic conditions on 8 August. This hospital has been experiencing a MERS-CoV outbreak. On 17 August, while hospitalized, he developed symptoms and, on 19 August, tested positive for MERS-CoV. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1077                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   30-year-old female from Riyadh city was admitted to hospital due to chronic conditions on 2 August. This hospital has been experiencing a MERS-CoV outbreak. On 20 August, while hospitalized, she developed symptoms and, on 22 August, tested positive for MERS-CoV. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1078                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                87-year-old female from Riyadh city was admitted to hospital due to chronic conditions on 4 August. This hospital has been experiencing a MERS-CoV outbreak. On 19 August, while hospitalized, she developed symptoms and, on 21 August, tested positive for MERS-CoV. The patient passed away on 27 August. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Simultaneously reported as stable & dead by KSA MOH.
## 1079                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   58-year-old female from Riyadh city was admitted to hospital due to chronic conditions on 4 August. This hospital has been experiencing a MERS-CoV outbreak. On 20 August, while hospitalized, she developed symptoms and, on 22 August, tested positive for MERS-CoV. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1080                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              25-year-old, female health care worker from Riyadh city developed symptoms on 24 August and, on the same day, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 25 August. Currently, she is in stable condition in home isolation. The patient provided care to a laboratory-confirmed MERS-CoV case (#1396 in this list) in the 14 days prior to the onset of symptoms.
## 1081                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        77-year-old female from Riyadh city underwent routine medical procedure for chronic conditions on 17 August at the hospital that has been experiencing a MERS-CoV outbreak. The patient developed symptoms on 24 August and, on 25 August, was admitted to another hospital. She tested positive for MERS-CoV on 26 August. Currently, the patient is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the first hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1082                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              50-year-old male from Delam city developed symptoms on 19 August and, on 23 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 25 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1083                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     68-year-old female [KSA MOH said Male] from Riyadh city was admitted to hospital due to chronic conditions on 2 August and, on 22 August, was discharged. This hospital has been experiencing a MERS-CoV outbreak. On 24 August, the patient developed symptoms and, on 27 August, was admitted to another hospital. She tested positive for MERS-CoV on 28 August and, on the same day, passed away [KSA MOH has made no mention of this but there is an unmatched reported death of a 63M on 27/8 - see #1326, #1345, #1363, #1379]. Investigation of possible epidemiological links with MERS-CoV cases in the first hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1084                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                54-year-old male from Najran city developed symptoms on 12 August and, on 27 August, was admitted to hospital. The patient, who had comorbidities and was a heavy smoker, tested positive for MERS-CoV on 28 August. He passed away on 29 August. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1085                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 One of #1312, #1342 & #1419 recovered 6/9/15 & has comorbidities. Another on 8/9/15, other on 4/10/15: can't discern precise dates. 55-year-old male from Al-Muzahmiyya city developed symptoms on 27 August and, on 28 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 29 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1086                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     24-year-old, non-national male health care worker from Riyadh city developed symptoms on 23 August and, on 24 August, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 26 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1087                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    67-year-old male from Hail city developed symptoms on 25 August and, on 27 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 29 August. Currently, he is in critical condition in ICU. The patient underwent medical procedure in the hospital in Riyadh that has been experiencing a MERS-CoV outbreak. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1088                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   34-year-old male from Riyadh city developed symptoms on 28 August and, on 30 August, was admitted to hospital on the same day. The patient, who has no comorbidities, tested positive for MERS-CoV on 30 August. Currently, he is in stable condition in home isolation. The patient came in contact with two laboratory-confirmed MERS-CoV cases (#1372 & #1391 in this list) while visiting at hospital. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1089                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         80-year-old female from Riyadh city developed symptoms on 27 August and, on 28 August, was admitted to hospital. The patient tested positive for MERS-CoV on 30 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Due to chronic conditions, the patient visited the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1090                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          33-year-old, non-national, female health care worker from Riyadh city developed symptoms on 24 August and, on 25 August, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 27 August. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1091                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                70-year-old female from Riyadh city developed symptoms on 24 August and, on 26 August, was admitted to hospital. The patient tested positive for MERS-CoV on 28 August. Currently, she is in critical condition in ICU. Due to chronic conditions, the patient visited the hospital that has been experiencing a MERS-CoV outbreak in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1092                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         38-year-old male from Riyadh city developed symptoms on 27 August and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 29 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient came in contact with three laboratory-confirmed MERS-CoV cases (#1372, #1391 & #1422) while visiting at hospital. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1093                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  58-year-old male from Riyadh city was admitted to hospital due to chronic conditions on 9 May. This hospital has been experiencing a MERS-CoV outbreak. On 26 August, while hospitalized, the patient developed symptoms and, on 28 August, tested positive for MERS-CoV. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1094                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     57-year-old, non-national male from Riyadh city developed symptoms on 26 August and was admitted to hospital on 30 August. The patient, who has comorbidities, tested positive for MERS-CoV on 31 August. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1095                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    47-year-old male from Riyadh city developed symptoms on 24 August and, on 28 August, was admitted to hospital. The patient, tested positive for MERS-CoV on 30 August. Currently, he is in stable condition in a negative pressure isolation room on a ward. In the 14 days prior to the onset of symptoms, the patient visited the hospital that has been experiencing a MERS-CoV outbreak due to chronic conditions. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days priority to the onset of symptoms.
## 1096                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             See note on #1369. If true then #1356, #1398 & #1430 recovered 9/9/15, 14/9/15 (& is *not* HCW), 16/9/15 but can't be sure of dates: have given earliest recovery to earliest report etc. 51-year-old female from Riyadh city was admitted to hospital on 10 August due to chronic conditions. This hospital has been experiencing a MERS-CoV outbreak. She was discharged on 14 August. The patient developed symptoms on 27 August and, on 30 August, was readmitted to the hospital. She tested positive for MERS-CoV on 31 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days priority to the onset of symptoms.
## 1097                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            31-year-old male from Riyadh city developed symptoms on 26 August and, on 31 August, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 1 September. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1098                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       44-year-old, non-national male from Riyadh city developed symptoms on 29 August and, on 30 August, was admitted to hospital. The patient tested positive for MERS-CoV on 31 August. Currently, he is in stable condition admitted to a negative pressure isolation room on a ward. The patient received regular medical care for his chronic conditions at the hospital that has been experiencing a MERS-CoV outbreak. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days priority to the onset of symptoms.
## 1099                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          50-year-old female from Najran city developed symptoms on 29 August and, on 30 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 31 August. Currently, she is in stable condition admitted to a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1418 in this list). She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     32-year-old female from Najran city developed symptoms on 30 August and, on 31 August, was admitted to hospital. The patient, who is pregnant and has no comorbidities, tested positive for MERS-CoV on 1 September. Currently, she is in stable condition admitted to a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1418 in this list). She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      40-year-old, non-national, male health care worker from Riyadh city developed symptoms on 1 September and, on the same day, was admitted to the hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 September. Currently, he is in stable condition in home isolation. The patient provided care to a laboratory-confirmed MERS-CoV case (#1428 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms
## 1102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            53-year-old, non-national, male health care worker from Riyadh city developed symptoms on 28 August and, on 31 August, was admitted to the hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient provided care to a laboratory-confirmed MERS-CoV case (#1332 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             27-year-old, non-national, male health care worker from Riyadh city developed symptoms on 31 August and, on the same day, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 September. Currently, he is in stable condition in a negative pressure isolation room on award. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. One of #1384 & #1437 recovered 6/9/15 & has no comorbidities. Other recovered 9/9/15. Have made earlier diagnosis go with the earlier recovery. 
## 1104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        30-year-old female from Riyadh city developed symptoms 28 August while admitted to hospital due to chronic conditions since 16 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 30 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       16-year-old male from Riyadh city developed symptoms on 28 August while admitted to hospital due to chronic conditions since 21 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 30 August. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             44-year-old female, non-national health care worker from Riyadh city developed symptoms on 28 August and, on 30 August, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 31 August. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        KSA MOH recovery report says no comorbidities; reconsider if conflicts with later info. 29-year-old female, non-national health care worker from Riyadh city developed symptoms on 31 August and, on the same day, was admitted to hospital. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 2 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms
## 1108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       36-year-old female from Al-Kharj city developed symptoms on 24 August and, on 29 August, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 31 August. The current health status of the patient is unknown. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                46-year-old male from Najran city developed symptoms on 31 August and, on 1 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 2 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1418 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             73-year-old male from Riyadh city developed symptoms on 2 September and, on the same day, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 3 September. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     65-year-old male from Alnmas city developed symptoms on 31 August and, on 1 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 3 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1415 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptom
## 1112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               60-year-old female from Alnmas city developed symptoms on 31 August and, on 1 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 3 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a contact of a laboratory-confirmed MERS-CoV case (#1415 in this list). She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          76-year-old male from Riyadh city developed symptoms on 31 August while admitted to hospital due to chronic conditions since 9 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 2 September. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    24-year-old female, non-national health care worker from Riyadh city developed symptoms on 1 September and, on the same day, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 3 September. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Believe this must be recovery #6 on 9/9/15 as only 45M available [but if so wrong comorbidity and city (NB Al-Kharj cases often seem to end up in Riyadh). See not eon #1451]. 45-year-old male from Alkarj city developed symptoms on 1 September and, on 2 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 3 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              30-year-old male, non-national health care worker from Riyadh city developed symptoms on 3 September and, on the same day, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       45-year-old male from Riyadh city developed symptoms on 29 August and, on 3 September, was admitted to hospital. The patient, who has comorbidities [KSA MOH report of recovery says has none], tested positive for MERS-CoV on 4 September. Currently, he is in critical condition in ICU. The patient has history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          One of #1382 & #1452 recovered 16/9/15; other on 2/10/15. 61-year-old male from Riyadh city developed symptoms on 1 September and, on 4 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              51-year-old, non-national male from Riyadh city developed symptoms on 30 August and, on 2 September, was admitted to hospital. The patient tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. In the 14 days prior to the onset of symptoms, the patient frequently visited the hospital that has been experiencing a MERS-CoV outbreak due to his chronic conditions,. Investigation of possible epidemiological links with MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms.
## 1120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 One of #1454 & #1502 recovered 22/9/15. Speed implies it is #1454. Other recovered 30/9/15. 48-year-old male from Riyadh city developed symptoms on 29 August and, on 4 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                30-year-old [KSA said 29F], female, non-national health care worker from Riyadh city developed symptoms on 3 September and, on the same day, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 September. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      77-year-old male from Riyadh city developed symptoms on 27 August and, on 3 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        27-year-old, male health care worker from Riyadh city developed symptoms on 29 August and, on the same day, was admitted to hospital. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 1 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   41-year-old male from Riyadh city developed symptoms on 29 August and, on 4 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    30-year-old [KSA said 31M], male, non-national health care worker from Riyadh city developed symptoms on 3 September and, on the same day, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               38-year-old, female, non-national health care worker from Riyadh city developed symptoms on 2 September and, on the same day, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 4 September. Currently, she is in stable condition in home isolation. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             85-year-old male from Riyadh city developed symptoms on 2 September while admitted to hospital due to chronic conditions since 7 August. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 4 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                26-year-old female from Shaqra city developed symptoms on 29 August and, on 5 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             80-year-old male from Riyadh city developed symptoms on 27 August and, on 4 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  76-year-old female [KSA said 80F] from Madinah city developed symptoms on 5 September while admitted to hospital due to chronic conditions since 16 March. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 6 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Added as o/w unexplained recovery (#1 on 7/9/15: all existing 49M accounted for)
## 1132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        62-year-old female from Riyadh city developed symptoms on 3 September and, on 5 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 6 September. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Believe this is recovery #3 from 21/9/15 [Expat non-HCW; but report says in Riyadh not Al-Kharj]. Need to add to database as inferred recovery if later contradicted. 55-year-old, non-national male from Kharj city developed symptoms on 1 September and, on 5 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 7 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   58-year-old female from Riyadh [KSA said Al-Quway'iyah] city developed symptoms on 28 August and, on 5 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 6 September. Currently, she is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               23-year-old male [KSA said 25M] health care worker from Riyadh city developed symptoms on 4 September and, on 6 September, was admitted to hospital. The hospital where he works has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 8 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. Identified as fatality through WHO confirmation.
## 1136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  61-year-old male from Aldwadmi city developed symptoms on 31 August and, on 6 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 8 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with camels but has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   60-year-old male living in Jeddah city, Saudi Arabia travelled to Amman city, Jordan on 28 July. He developed symptoms on 31 July and, on 10 August, was admitted to hospital. The patient, who had comorbidities, was treated symptomatically and discharged on 18 August. As symptoms relapsed, on 20 August, the patient was admitted to another hospital in Amman on 23 August. He tested positive for MERS-CoV on 25 August and passed away on 27 August. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            33-year-old, male, non-national health care worker from Madinah city developed symptoms on 5 September and, on 6 September, was admitted to the hospital where he works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 September. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              33-year-old male from Riyadh city developed symptoms on 4 September while admitted to hospital due to chronic conditions since 29 July. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 6 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             45-year-old male from Riyadh city developed symptoms on 31 August and, on 8 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 9 September. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, he is in critical condition in ICU.
## 1141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      82-year-old male from Madinah city developed symptoms on 4 September while admitted to hospital due to chronic conditions since 22 August. The patient tested positive for MERS-CoV on 6 September. Currently, he is in critical condition in ICU. The patient has a history of contact with a laboratory-confirmed MERS-CoV case (#1477 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     35-year-old, female, non-national health care worker from Madinah city developed symptoms on 5 September and, on 6 September, was admitted to the hospital where she works. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 September. Currently, she is in critical condition in ICU. The patient provided care to a laboratory-confirmed MERS-CoV case (#1421 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         34-year-old, male, non-national health care worker from Madinah city developed symptoms on 5 September and, on 6 September, was admitted to the hospital where he works. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 September. Currently, he is in critical condition in ICU. The patient provided care to a laboratory-confirmed MERS-CoV case (#1421 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                71-year-old female from Riyadh city developed symptoms on 6 September and, on 9 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 11 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       24-year-old, non-national, female health care worker from Jeddah city developed symptoms on 4 September and, on 10 September, was admitted to the hospital where she works. The patient, who has no comorbidities, tested positive for MERS-CoV on 10 September. Currently, she is in critical condition in ICU. The patient, who has a recent history of travelling to the Philippines, provided care to a laboratory-confirmed MERS-CoV case (#1499 in this list). Investigation of history of exposure to other known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           34-year-old, non-national, female health care worker from Madinah developed symptoms on 8 September and was admitted to the hospital where she works on 9 September. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 10 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient provided care to a laboratory-confirmed MERS-CoV case (#1421 on this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          30-year-old male from Madinah city developed symptoms on 4 September and, on 6 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 September. Currently, he is in critical condition in ICU. The patient has a history of travelling to Riyadh during the 14 days prior to the onset of symptoms. Investigation of history of exposure to known risk factors in Riyadh is ongoing.
## 1148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               28-year-old, non-national, female health care worker from Riyadh city developed symptoms on 11 September and, on the same day, was admitted to the hospital where she works. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 13 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   29-year-old, non-national, female health care worker from Riyadh city developed symptoms on 11 September and, on 12 September, was admitted to a different hospital from the one where she works which has been experiencing a MERS-CoV outbreak. The patient, who has no comorbidities, tested positive for MERS-CoV on 14 September. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                55-year-old male [WHO initially said 60M] from Alqweiyha city developed symptoms on 13 September and, on 14 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 15 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with a laboratory-confirmed MERS-CoV case (#1468 on this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         21-year-old female from Riyadh city developed symptoms on 11 September and, on 14 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 15 September. Currently, she is in stable condition in home isolation. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                38-year-old, non-national male from Riyadh city developed symptoms on 12 September and, on 14 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 15 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              14-year-old male from Riyadh city, who was identified through contact tracing, tested positive for MERS-CoV while asymptomatic on 17 September. The patient, who has no comorbidities, is a contact of a laboratory-confirmed case (#1496 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is still asymptomatic in home isolation.
## 1154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         63-year-old male from Riyadh city developed symptoms on 16 September and, on the same day, was admitted to hospital. He underwent medical procedure in the same hospital on 13 September. The patient, who had comorbidities, tested positive for MERS-CoV on 17 September. He passed away on 18 September. Investigation of possible epidemiological links with the MERS-CoV cases in the hospital or with shared health care workers is ongoing. NB Looks like KSA death report on 19/9 gets gender wrong. 
## 1155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             72-year-old female from Jeddah city travelled to Amman, Jordan and was admitted to hospital for a medical procedure on 9 August. This hospital previously reported laboratory-confirmed MERS-CoV cases (#1471 & #1491 in this list). The patient was discharged from hospital on 22 August and, on the same day, travelled back to Jeddah. She developed symptoms on 30 August and, on the same day, was admitted to hospital. Between 31 August and 4 September, the patient was taken care of by a laboratory-confirmed MERS-CoV case (#1484 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The patient, who has comorbidities, tested positive for MERS-CoV on 16 September. Currently, she is in critical condition in ICU.
## 1156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       30-year-old male [KSA reported 30F] from Jeddah city developed symptoms on 11 September and, on 16 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 18 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of travelling to Riyadh and returning back to Jeddah on 3 September. Investigation of history of exposure to the known risk factors in Riyadh and Jeddah in the 14 days prior to the onset of symptoms is ongoing.
## 1157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            One of #1454 & #1502 recovered 22/9/15. Speed implies it is #1454. Other recovered 30/9/15.  48-year-old male from Riyadh city developed symptoms on 18 September and, on 19 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 September. He has a history of contact with a laboratory-confirmed MERS-CoV case (#1483 in this list). Currently, the patient is in stable condition in home isolation. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       90-year-old male from Najran city developed symptoms on 13 September and, on 17 September, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 19 September. He passed away on 25 September. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Added as o/w unexplained recovery (#1 on 20/9/15)
## 1160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   46-year-old male from Aloyoun city developed symptoms on 16 September and, on 18 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 20 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      59-year-old female from Riyadh city developed symptoms on 20 September and, on 21 September, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 September. Currently, she is in stable condition in home isolation. The patient has a history of contact with a laboratory-confirmed MERS-CoV case (#1483 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              27-year-old, female, non-national health care worker from Riyadh city, who was identified through contact tracing, tested positive for MERS-CoV while asymptomatic on 24 September. Currently, she is still asymptomatic in a negative pressure isolation room on a ward. Investigation of possible epidemiological links with the MERS-CoV cases admitted to the hospital where she works is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  44-year-old, male, non-national health care worker from Riyadh city developed symptoms on 23 September and, on 24 September, was admitted to the hospital where he works. The patient, who has comorbidities, tested positive for MERS-CoV on 25 September. Currently, he is in stable condition in home isolation. The patient provided care to a laboratory-confirmed MERS-CoV case (#1469 on this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Added as o/w unexplained recovery [13/9/15] & previous thought that could have been #1438 contradicted by later information. Other possibility #1431 has no comorbidities
## 1165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Added as o/w unexplained recovery on 21/9/15 [#4]: all 29F expat HCW w/ no comorbidities accounted for
## 1166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               38-year-old, non-national male from Riyadh city developed symptoms on 21 September and, on 28 September, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 30 September. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Contact tracing of household and healthcare contacts is ongoing.
## 1167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         26-year-old, non-national female developed symptoms on 1 October and, on 8 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 9 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.  One of #1518 & #1521 has no comorbidities and recovered 23/10/15, other 27/10/15. Giving earlier report the earlier recovery
## 1168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   27-year-old, non-national female developed symptoms on 1 October and, on 10 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 11 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a household contact of a laboratory-confirmed MERS-CoV case (#1518 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Added as o/w unexplained recovery on 6/10/15
## 1170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        26-year-old, non-national female developed symptoms on 7 October and, on 11 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 12 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient is a household contact of two laboratory-confirmed MERS-CoV cases (case #1518 & #1519 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.  One of #1518 & #1521 has no comorbidities and recovered 23/10/15; other same on 27/10/15.
## 1171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   26-year-old[KSA said 23F], non-national female developed symptoms on 10 October and, on 11 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 12 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in the same area as three laboratory-confirmed MERS-CoV cases (#1518,#1519&#1521 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        29-year-old, non-national female from Riyadh city was identified through contact tracing. She developed symptoms on 13 October and, on 14 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 17 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in a housing compound that has been experiencing a MERS-CoV outbreak; furthermore, she has a history of contact with a MERS-CoV case (#1522 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Assume this is recovery #2 on 28/10/15 unless contradicted [moved to Riyadh?]. 65-year-old male from Aldawadmi city developed symptoms on 11 October and, on 16 October, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 17 October. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. 
## 1174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         76-year-old male from Hofuf city developed symptoms on 3 October and, on 14 October, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 16 October. Currently, he is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           61-year-old female from Riyadh city developed symptoms on 14 October and, on 16 October, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 18 October. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         29-year-old [KSA said 39F], non-national female from Riyadh city was identified through contact tracing. She developed symptoms on 15 October and, on 16 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 18 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in a housing compound that has been experiencing a MERS-CoV outbreak; furthermore, she has a history of contact with a MERS-CoV case (#1522 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        37-year-old male from Hofuf city developed symptoms on 8 October and, on 11 October, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 17 October. Currently, he is in critical condition in ICU. The patient owns sheep and has frequent contact with them; furthermore, he has a history of contact with camels in the 14 days prior to the onset of symptoms. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     52-year-old, non-national female from Riyadh city was identified through contact tracing while asymptomatic. The patient, who has comorbidities, tested positive for MERS-CoV on 21 October and, on the same day, was admitted to hospital. Currently, she is still asymptomatic and in stable condition in a negative pressure isolation room on a ward. The patient lives in a housing compound that has been experiencing a MERS-CoV outbreak; furthermore, she has a history of contact with a MERS-CoV case (#1522 in this list). The patient has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        75-year-old male from Hofuf city developed symptoms on 20 October, while admitted to hospital due to chronic conditions since 8 October. The patient tested positive for MERS-CoV on 21 October. Currently, he is in critical condition in ICU. The patient was admitted to the same ward as a laboratory-confirmed MERS-CoV case (#1525 in this list). He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with the case and with shared health care workers is ongoing.
## 1180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    28-year-old, non-national female from Riyadh city developed symptoms on 15 October and, on 16 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient lives in a housing compound [must be CK] that has been experiencing a MERS-CoV outbreak. She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. Investigation of possible epidemiological links with previous cases detected in the compound is ongoing.
## 1181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  47-year-old, non-national, female health care worker from Riyadh city developed symptoms on 15 October and, on 19 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 21 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient ‬‬provided care to a laboratory-confirmed MERS-CoV case (#1518 on this list). She has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         60-year-old female from Riyadh city developed symptoms on 13 October and, on 22 October, was admitted to a hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 23 October. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             45-year-old, non-national male from Alkharj city developed symptoms on 13 October and, on 22 October, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 23 October and, on the same day, passed away. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing
## 1184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   36-year-old [KSA said 38F], non-national, female health care worker from Hofuf city developed symptoms on 15 October and, on 16 October, was admitted to the hospital where she works. The patient, who has no comorbidities, tested positive for MERS-CoV on 23 October. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient works in a hospital that has been experiencing a MERS-CoV outbreak and provided care to laboratory-confirmed MERS-CoV cases (#1528 & #1530 in this list although note these two were not previously linked). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           61-year-old male from Hofuf city developed symptoms on 20 October while admitted to hospital due to unrelated medical conditions since 2007. This hospital has been experiencing a MERS-CoV outbreak. The patient tested positive for MERS-CoV on 22 October and, on 30 October, passed away. Investigation of possible epidemiological links with MERS-CoV cases admitted to the hospital or with shared health care workers is ongoing. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             54-year-old male from Hofuf city was admitted to hospital due to chronic condition on 15 October and, on 22 October, was discharged. This hospital has been experiencing a MERS-CoV outbreak. The patient developed symptoms on 24 October and, on 25 October, was admitted to a different hospital. He tested positive on 26 October. Currently, the patient is in stable condition in a negative pressure isolation room. Investigation of possible epidemiological links with MERS-CoV cases admitted to the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               81-year-old male from Hofuf city developed symptoms on 22 October while admitted to hospital for unrelated medical conditions since 18 September. This hospital has been experiencing a MERS-CoV outbreak. The patient, who has comorbidities, tested positive for MERS-CoV on 27 October. Currently, he is in critical condition in ICU. Investigation of possible epidemiological links with MERS-CoV cases admitted to the hospital or with shared health care workers is ongoing. The patient has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   24-year-old, non-national, female health care worker from Riyadh city developed symptoms on 23 October and, on 24 October, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 26 October. Currently, she is in stable condition in home isolation. The patient has a history of contact with a MERS-CoV case (#1532 in this list). She has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     56-year-old female from Riyadh city was identified through contact tracing while asymptomatic. The patient, who has comorbidities, tested positive for MERS-CoV on 26 October. Currently, she is still asymptomatic and in stable condition in home isolation. The patient has a history of contact with a MERS-CoV case (#1533 in this list). She has no history of exposure to other known risk factors in the 14 days prior to being detected.
## 1190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       28-year-old, non-national, female health care worker from Hofuf city developed symptoms on 18 October and, on the same day, was home isolated. As symptoms worsened, on 23 October, she was admitted to the hospital where she works. The patient, who has no comorbidities, tested positive for MERS-CoV on 28 October. Currently, she in critical condition in ICU. The patient works in a hospital that has been experiencing a MERS-CoV outbreak and provided care to laboratory-confirmed MERS-CoV cases (#1528 & #1530 in this list; although they were not previously linked). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           50-year-old female from Afif city developed symptoms on 30 October and, on 31 October, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 1 November. She passed away on 4 November. The patient had no history of exposure to known risk factors in the 14 days prior to the onset of symptoms.
## 1192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             70-year-old male from Riyadh city developed symptoms on 28 October and, on 30 October, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 1 November. He passed away on 11 November. The patient owned dromedary camels and had a history of frequent contact with them and consuming their raw milk. He had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Added as o/w unexplained recovery #2 on 5/11/15 [all 65F KSA F accounted for]. Reassign if WHO later contradict KSA age report. Could be #1540 ? 
## 1194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             47-year-old, non-national male from Alkharj city developed symptoms on 4 November and, on 11 November, was admitted to hospital in Riyadh. The patient, who has comorbidities, tested positive for MERS-CoV on 12 November. Currently, he is in critical condition in ICU. The patient has a history of contact with a MERS-CoV case (#1534 in this list)
## 1195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Added as o/w unexplained recovery #2 on 9/10/15 - no possible case match. Not detected until now as previous information contradicted by subsequent WHO information: see note on #1406
## 1196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     35-year-old female in Buridah city developed symptoms on 22 November and, on 27 November, was admitted to hospital. The patient tested positive for MERS-CoV on 28 December and passed away on 5 December. She had comorbidities.
## 1197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    21-year-old female from Riyadh city developed symptoms on 25 November and, on 30 November, was admitted to hospital. The patient, who has no comorbid conditions, tested positive for MERS-CoV on 1 December. Currently, she is in critical condition in ICU. Investigation of history of exposure to known risk factors in the 14 days prior to the onset of symptoms is ongoing. Assume recovery on 18/1/16 as no unassigned 22F
## 1198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              41-year-old, non-national female from Buridah city developed symptoms on 13 December and, on 14 December, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 15 December. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with a MERS-CoV case (#1548 in this list). She has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   48-year-old male from Najran city developed symptoms on 10 December, and on 15 December, was admitted to hospital. The patient tested positive for MERS-CoV on 16 December and, on 18 December, passed away. She had comorbidities and a history of frequent contact with camels and consumption of their raw milk.
## 1200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          54-year-old [expat] male from Jeddah city developed symptoms on 14 December and, on 24 December, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 26 December. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels.
## 1201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        59-year-old male from Onizah city developed symptoms on 18 December and, on 27 December, was admitted to hospital. The patient, who is a heavy smoker and has comorbidities, tested positive for MERS-CoV on 28 December. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        85-year-old male from Bisha city developed symptoms on 3 January. On the same day, the patient visited a hospital where he was treated symptomatically and sent home. On 9 January, the patient travelled by airplane to Riyadh to seek medical care. Once in Riyadh, he was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 11 January. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      50-year-old male from Madinah city developed symptoms on 3 January and, on 10 January, was admitted to hospital in Madinah. The patient, who has comorbidities, tested positive for MERS-CoV on 12 January. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   85-year-old male from Muthnab city developed symptoms on 11 January and, on 19 January, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 January. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with his relatives who have a history of contact with camels. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          58-year-old male from Jeddah city developed symptoms on 12 January and, on 19 January, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 21 January. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms.
## 1206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Expat. Discovered during preventative measures taken for positive camel contacts in Jeddah camel market. 21-year-old, non-national male from Alkumrah city was identified through contact tracing while asymptomatic. The patient, who has no comorbidities, tested positive for MERS-CoV on 23 January. Currently, he is still asymptomatic and in home isolation. The patient has a history of contact with MERS-CoV positive camels. He has no history of exposure to other known risk factors in the 14 days prior to detection. 
## 1207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Expat. Discovered during preventative measures taken for positive camel contacts in Jeddah camel market. 45-year-old, non-national male from Alkumrah city was identified through contact tracing while asymptomatic. The patient, who has no comorbidities, tested positive for MERS-CoV on 23 January. Currently, he is still asymptomatic and in home isolation. The patient has a history of contact with MERS-CoV positive camels. He has no history of exposure to other known risk factors in the 14 days prior to detection. 
## 1208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Only possible match for Riyadh recovery on 6/2/16. 47-year-old male from Al-Kharj city developed symptoms on 24 January and, on 26 January, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 27 January. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. 
## 1209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Expat. 43-year-old, non-national male from Riyadh city developed symptoms on [21 Jan 2016]. On [31 Jan 2016], he was admitted to hospital and, on the same day, tested positive for MERS-CoV. Currently, the patient, who has no comorbidities, is in stable condition in home isolation. Investigations showed no clear history of exposure to the known risk factors in the 14 days prior to the onset of symptoms. [Reported as a newly confirmed case on 1 Feb 2016, at which time he was noted to be in stable condition. At the time of initial confirmation, there was no history of contact with camels, and other possible exposures were under investigation. He was reported as a recovery on 5 Feb 2016. - Mod.MPP]
## 1210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Initially reported Taif. Recovery given as Jeddah & this is only possible match. 78-year-old male from Taif city developed symptoms on [31 Jan 2016] and, on [2 Feb 2016], was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on [3 Feb 2016]. Currently, he is in stable condition in a negative pressure isolation room. The patient has a history of consumption of raw camel milk in the 14 days prior to the onset of symptoms. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations. [Reported as a newly confirmed case on 3 Feb 2016, at which time he was noted to be in stable condition. At the time of initial confirmation he was noted to be a primary case with direct contact with camels. - Mod.MPP]
## 1211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Expat. Reported as fatality. A 34-year-old non-healthcare worker expat male from Najran who was reported as having died at the time of initial confirmation. Information on possible risk exposures is currently under investigation. He did not have a history of pre-existing co-morbidities.
## 1212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    41-year-old non-healthcare worker Saudi male from Alkharj [in Riyadh province] who was noted to be in stable condition at the time of initial confirmation. The patient was noted to be a household contact of someone with known contact with camels (hence having indirect contact with camels).
## 1213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                66-year-old, male, Qatari national developed symptoms on 18 February while in Saudi Arabia, where he had stayed for approximately 2 months. On 19 February, the patient sought health care in a hospital in El-Hassa Region, Saudi Arabia, where he was treated symptomatically and discharged. The patient developed additional symptoms on 20 February. On the same day, as his condition deteriorated, the patient was transferred by ambulance to a hospital in Doha, Qatar. The patient, who was a heavy smoker and had comorbidities, tested positive for MERS-CoV on 21 February. He passed away on 7 March. The patient owned a camel barn in Saudi Arabia and frequently visited it. He had a history of frequent contact with the camels and of consumption of their raw milk. He had no history of contact with the other known risk factors in the 14 days prior to the onset of symptoms.
## 1214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              80-year-old male from Alkharj city developed symptoms on [6 Feb 2016] and, on [13 Feb 2016], was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on [14 Feb 2016]. He passed away on [16 Feb 2016]. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. [Reported as a newly confirmed fatal case on 16 Feb 2016. - Mod.MPP]
## 1215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 75-year-old male from Alkharj city developed symptoms on [8 Feb 2016] and, on [10 Feb 2016], was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on [12 Feb 2016] and, on the same day, passed away. He had a history of frequent contact with camels and consumption of their raw milk. The patient had no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations. [Reported as a newly confirmed fatal case on 16 Feb 2016. - Mod.MPP]
## 1216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                56-year-old male from Hail city developed symptoms on 20 February and, on 23 February, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 24 February. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. ONLY POSSIBLE MATCH FOR RECOVERY #2 ON 7/3/16 - NEED TO ADD AS UNEXPLAINED RECOVERY IF LATER CONTRADICTED
## 1217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             60-year-old male from Najran city developed symptoms on 20 February and, on 22 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 24 February. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient owns sheep, goat and cows. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               53-year-old, non-national male from Abha city developed symptoms on 11 February and, on 20 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 22 February. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           74-year-old male from Afif city developed symptoms on 15 February and, on 21 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 22 February. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient owns camels and has a history of frequent contact with them and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and their investigation is ongoing. ONLY POSSIBLE MATCH FOR RECOVERY #1 ON 7/3/16 - ADD UNEXPLAINED RECOVERY IF LATER CONTRADICTED
## 1220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                28-year-old, non-national, female health care worker from Alkarj city was identified through contact tracing of laboratory-confirmed MERS-CoV cases (see DON published on 29 February – case no. 1 and 2; #1570 & #1571 in this list). The patient, who has no comorbidities, tested positive for MERS-CoV on 18 February. Currently, she is asymptomatic in home isolation. The patient has no history of exposure to the other known risk factors in the 14 days prior to detection.
## 1221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          24-year-old, non-national male from Riyadh city developed symptoms on 14 February and, on 16 February, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 17 February. Currently, he is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         53-year-old male from Riyadh city developed symptoms on 13 February and, on 16 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 17 February. Currently, the patient is in stable condition in home isolation. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        24-year-old, non-national male from Buraidah city developed symptoms on 19 February and, on the same day, was admitted to the hospital where the current MERS-CoV outbreak is occurring. While hospitalized, he developed further symptoms on 5 March. The patient, who has no comorbidities, tested positive for MERS-CoV on 7 March. Currently, he is in critical condition in ICU. Investigation of epidemiological link with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         56-year-old, non-national male from Buraidah city developed symptoms on 6 February and, on the same day, was admitted to the hospital where the current MERS-CoV outbreak is occurring. While hospitalized, the patient developed further symptoms on 7 March. He was admitted to ICU and passed away on the same day. The patient, who had comorbidities, tested positive for MERS-CoV on 8 March. Investigation of epidemiological links with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    68-year-old female from Buraidah city developed symptoms on 2 March and, on 5 March, was admitted to the hospital where the current MERS-CoV outbreak is occurring. The patient, who has comorbidities, tested positive for MERS-CoV on 7 March. Currently, the patient is in stable condition in a negative pressure isolation room. Investigation of exposure to the known risk factor in the 14 days prior to the onset of symptoms is ongoing.
## 1226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              41-year-old male from Alzulfi city developed symptoms on 25 February and, on 4 March, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of exposure to the known risk factor in the 14 days prior to the onset of symptoms is ongoing.
## 1227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               81-year-old male from Buraidah city was first admitted to the hospital where the current MERS-CoV outbreak is occurring, between 5 and 28 February. After discharge, he developed further symptoms on 1 March and was readmitted to the same hospital on 4 March. The patient, who has comorbidities, tested positive for MERS-CoV on 6 March. Currently, he is in critical condition in ICU. Investigation of epidemiological links with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           42-year-old male from Buraidah city developed symptoms on 26 February and, on 4 March, was admitted to the hospital where the current MERS outbreak is occurring. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 March. Currently, the patient is in stable condition in a negative pressure isolation room. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 36-year-old, non-national male from Buraidah city (working at the hospital where the current MERS-CoV outbreak is occurring) developed symptoms on 28 February and, on 4 March, was admitted to the same hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of epidemiological links with MERS-CoV cases admitted to this hospital is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          68-year-old male from Alrass city developed symptoms on 3 March and, on 5 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 7 March. Currently, he is in stable condition in a negative pressure isolation room. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     76-year-old male from Buraidah city was admitted to the hospital where the current MERS-CoV outbreak is occurring on 4 February, due to his chronic comorbid conditions. While hospitalized, he developed further symptoms on 3 March. The patient tested positive for MERS-CoV on 5 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of epidemiological links with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     62-year-old, non-national male from Buraidah city, working as a physician in the hospital where the current MERS-CoV outbreak is occurring, developed symptoms on 3 March and, on 4 March, was admitted to the same hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 5 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of epidemiological links with MERS-CoV cases hospitalized in this hospital is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   49-year-old male from Riyadh city developed symptoms on 1 March and, on 5 March, was admitted to the hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 6 March. Currently, he is in stable condition in a negative pressure isolation room. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              70-year-old male from Buraidah city developed symptoms on 10 February and, on 17 February, was admitted to the hospital where the current MERS outbreak is occurring. The patient, who has comorbidities, first tested negative for MERS-CoV on 20 February, but later tested positive on 4 March after worsening of symptoms. Currently, he is in stable condition in a negative pressure isolation room. Investigation of epidemiological links with MERS-CoV cases hospitalized in this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         82-year-old male from Hail city developed symptoms on 10 February and, on 22 February, was admitted to the hospital where the current MERS outbreak is occurring. The patient, who has comorbidities, first tested negative for MERS-CoV on 24 February, but later tested positive on 4 March after worsening of symptoms. Currently, he is in critical condition in ICU. Investigation of epidemiological link with MERS-CoV cases hospitalized in this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. ASSUME DEATH #1 on 9/3/16 change later if contradicted
## 1236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    23-year-old male from Buraidah city was admitted to the hospital where the current MERS outbreak is occurring on 15 February, due to a chronic comorbid condition. On 2 March, while hospitalized, he developed further symptoms, and tested positive for MERS-CoV on 4 March. Currently, the patient is in critical condition in ICU, but not on mechanical ventilation. Investigation of epidemiological link with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              49-year-old [Expat] male from Jeddah city, working as a physician in a hospital, developed symptoms on 26 February and, on 2 March, was admitted to the same hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 4 March. Currently, he is in stable condition in a negative pressure isolation room. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         67-year-old female from Buraidah city developed symptoms on 28 February and, on 1 March, was admitted to the hospital where the current MERS outbreak is occurring. The patient, who had comorbidities, tested positive for MERS-CoV on 3 March. She was in critical condition in ICU but not on mechanical ventilation, and passed away on 6 March. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              52-year-old female from Riyadh city developed symptoms on 22 February and, on 25 February, was admitted to hospital. The patient, who has comorbidities, first tested negative for MERS-COV on 27 February, but later tested positive on 3 March after worsening of symptoms. Currently, she is in critical condition in ICU but not on mechanical ventilation. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     40-year-old male from Buraidah city first developed symptoms on 22 February and, on the same day was admitted to the hospital where the current MERS outbreak is occurring. While hospitalized, he developed further symptoms on 28 February. The patient, who had comorbidities, tested positive for MERS-CoV on 1 March. He was in critical condition in ICU, and passed away on 4 March. Investigation of epidemiological link with MERS-CoV cases admitted to this hospital or with shared health care workers is ongoing. The case had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       30-year-old, non-national male from Riyadh city developed symptoms on 26 February and, on 27 February, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 28 February. The patient has a history of contact with two MERS-CoV cases (see DON published on 10 March – case no. 6, and case no. 22 below). He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room.
## 1242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      68-year-old male from Shaqra city developed symptoms on 15 February and, on 25 February, was admitted to the hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 27 and 28 February (a second sample was tested for further confirmation). Currently, he is in stable condition in a negative pressure isolation room. He has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               72-year-old male from Al Artawiyah city developed symptoms on 23 February and, on 27 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 28 February. Currently, he is in stable condition in a negative pressure isolation room. He has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations. Belive this is recovery on 6/4/16; if not it's recovery #1 on 23/3/16 - see #1607
## 1244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           30-year-old, non-national male from Riyadh city developed symptoms on 19 February and, on 20 February, was admitted to hospital. The patient, who has comorbidities, first tested negative for MERS-CoV on 21 and 24 February, but after worsening of symptoms, tested positive on 27 February. The patient has a history of contact with a MERS-CoV case (see DON published on 10 March – case no. 6; #1581 here ). He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in critical condition in ICU. RECOVERY SAYS NO COMORBIDITIES; ASSUMING THIS IS ERRONEOUS
## 1245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    50-year-old male from Muhayil city developed symptoms on 19 February and, on 25 February, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 27 February. The patient was in critical condition in ICU, and passed away on 26 February. He had a history of frequent contact with camels and consumption of their raw milk. He had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and is now conducting investigations.
## 1246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       68-year-old male from Riyadh city developed symptoms on 15 February and, on 23 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 25 February. Currently, he is in stable condition in a negative pressure isolation room. Investigation of history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 72-year-old male from Arruwaidhah city developed symptoms on 17 February and, on 23 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 25 February. Currently, he is in critical condition in ICU, but not on mechanical ventilation. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Believe this is recovery #1 on 23/3/16; if not it's recovery on 6/4/16: see #1603
## 1248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   75-year-old male from Taif city developed symptoms on 1 March and, on 7 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 9 March. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     62-year-old male from Jubail city developed symptoms on 5 March and, on 7 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     26-year-old male from Buraidah city developed symptoms on 6 March and, on 7 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 9 March. Currently, he is in stable condition in home isolation. The patient is a healthcare worker in the hospital where the MERS-CoV outbreak is occurring. Investigation of epidemiological links with the MERS-CoV cases hospitalized in the same hospital is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  22-year-old female from Buraidah city was admitted to the hospital where the MERS-CoV outbreak is occurring for an unrelated medical condition on 3 March and was discharged on the same day. On 4 March, she developed symptoms, on 6 March, she was admitted to the same hospital and, on 8 March, the patient tested positive for MERS-CoV. The patient, who has comorbidities, is in critical condition in ICU. Investigation of epidemiological links with MERS-CoV cases hospitalized in the same hospital or with shared healthcare workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                29-year-old male from Buraidah city developed symptoms on 6 March while being admitted to the hospital where the MERS-CoV outbreak is occurring – the patient was admitted to the hospital for an unrelated medical condition on 28 February. The patient, who had comorbidities, tested positive for MERS-CoV on 8 March. He passed away on 9 March. Investigation of epidemiological links with MERS-CoV cases hospitalized in the same hospital or with shared healthcare workers is ongoing. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        64-year-old, non-national male from Jeddah city developed symptoms on 1 March and, on 7 March, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 8 March. He passed away on 8 March. Investigation of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      50-year-old male from Buraidah city was admitted to the hospital where the MERS-CoV outbreak is occurring for an unrelated medical condition on 2 February. While hospitalized, he developed symptoms on 4 March.* The patient, who has comorbidities, tested positive for MERS-CoV on 8 March. Currently, he is in critical condition in ICU on mechanical ventilation. Investigation of epidemiological links with MERS-CoV cases hospitalized in the same hospital or with shared healthcare workers is ongoing. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 48-year-old male from Hail city developed an unrelated medical condition on 8 March and, on 9 March, was admitted to hospital. On 10 March, while hospitalized, he developed symptoms and, on 11 March, tested positive for MERS-CoV. Currently, the patient, who has comorbidities, is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   74-year-old female from Riyadh city developed symptoms on 3 March and, on 9 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 11 March. Currently, she is in critical condition in ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       83-year-old male from Al Makhwah [KSA says Baha] city was admitted to a hospital in Jeddah for an unrelated medical condition on 6 March. On 8 March, while hospitalized, he developed symptoms and, on 10 March, tested positive for MERS-CoV. Currently, the patient, who has comorbidities, is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                31-year-old, non-national, female health care worker from Buraidah city was identified while asymptomatic through the tracing of contacts of MERS-CoV cases. The patient, who has no comorbidities, works in the hospital where the MERS-CoV outbreak is occurring. She tested positive for MERS-CoV on 11 March. Currently, the patient is still asymptomatic in home isolation. Investigation of epidemiological links with MERS-CoV cases admitted to the same hospital is ongoing.
## 1259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       29-year-old, non-national female from Buraidah city was identified while asymptomatic through the tracing of contacts of MERS-CoV cases. The patient, who has no comorbidities, works as a cleaner in the hospital where the MERS-CoV outbreak is occurring. She tested positive for MERS-CoV on 10 March. Currently, the patient is still asymptomatic in home isolation. Investigation of epidemiological links with MERS-CoV cases admitted to the same hospital is ongoing.
## 1260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   25-year-old, non-national, female health care worker from Buraidah city was identified while asymptomatic through the tracing of contacts of MERS-CoV cases. The patient, who has comorbidities, works in the hospital where the MERS-CoV outbreak is occurring. She tested positive for MERS-CoV on 10 March. Currently, the patient is still asymptomatic in home isolation. Investigation of epidemiological links with MERS-CoV cases admitted to the same hospital is ongoing.
## 1261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 47-year-old male from Taif city developed symptoms on 9 March and, on 10 March, was admitted to hospital. The patient, who has no comorbidities, tested positive for MERS-CoV on 11 March. Currently, he is in stable condition in a negative pressure isolation room on a ward. The patient has a history of contact with a previously reported MERS-CoV case (see DON published on 16 March – case no. 1[#1608 here]). He was under observation and was identified after developing symptoms. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 45-year-old male from Alkharj city developed symptoms on 11 March and, on 13 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 14 March. Currently, he is in critical condition in ICU. The patient has a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The Ministry of Agriculture was notified and investigation of camels is ongoing.
## 1263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            60-year-old male from Hail city developed fever, nausea, and shortness of breath on 5 March and, on 10 March, was admitted to the hospital in Buraidah where the MERS outbreak is currently occurring. The patient, who has comorbidities, tested positive for MERS-CoV on 12 March. Currently, the patient is in critical condition in ICU. Investigation of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              33-year-old, non-national male from Buraidah city developed symptoms on 2 March and, on 10 March, was admitted to the hospital where the MERS outbreak is currently occurring. The patient, who has no comorbidities, tested positive for MERS-CoV on 12 March Currently, he patient is in critical condition in ICU. The patient frequently visited a family member who has been admitted to the same hospital since 23 February due to an unrelated medical condition. Investigation of epidemiological links with MERS-CoV cases admitted to the hospital is ongoing. The patient has no history of exposure to the other risk factors in the 14 days prior to the onset of symptoms.
## 1265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      54-year-old, non-national male from Buraidah city developed symptoms on 4 March and, on 9 March, was admitted to the hospital where the MERS-CoV outbreak is currently occurring. Prior to symptom onset, the patient regularly visited the same health care facility for an unrelated medical condition. On 14 March, the patient, who has comorbidities, tested positive for MERS-CoV. Currently, he is in critical condition in ICU. Investigation of epidemiological link with MERS-CoV cases admitted to the same hospital or with shared healthcare workers is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms.
## 1266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       84-year-old male from Buraidah city developed symptoms on 2 March and, on 9 March, was admitted to hospital. The patient, who had comorbidities, tested positive for MERS-CoV on 11 March. He passed away on 14 March. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              45-year-old male from Riyadh city developed symptoms on 29 February and, on 13 February, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 14 March. Currently, the patient is in stable condition in a negative pressure isolation room on a ward. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             78-year-old female from Alkharj city developed symptoms on 10 March and, on 13 March, was admitted to hospital. The patient, who has comorbidities, tested positive for MERS-CoV on 14 March. Currently, she is in stable condition in a negative pressure isolation room on a ward. The patient has a history of frequent consumption of raw camel milk.
## 1269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       56-year-old male from Buraidah city, Qassim Region. He developed symptoms on 26 March and was admitted to a hospital in Riyadh on 28 March. He tested positive for MERS-CoV on 30 March. The patient has comorbidities and a history of contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition admitted to ICU. The Ministry of Agriculture has been informed and investigation of the dromedaries is ongoing.
## 1270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              55-year-old male from Jazan city developed symptoms on 10 March and was admitted to a hospital in Abha on 23 March. He tested positive for MERS-CoV on 25 March. The patient has comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition admitted to ICU.
## 1271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 72-year-old male [orig KSA said 65M] from Turbah city developed symptoms on 20 March and was admitted to a hospital in Taif on 25 March. He tested positive for MERS-CoV on 27 March. The patient has comorbidities and a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition admitted to ICU. The Ministry of Agriculture has been informed and investigation of the dromedaries is ongoing.
## 1272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  78-year-old male from Hail city developed symptoms on 22 March and was admitted to a hospital on 24 March. He tested positive for MERS-CoV on 26 March. The patient had comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 26 March.
## 1273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         76-year-old male from Makkah city [orig KSA said Buraidah] developed symptoms on 18 March and was admitted to a hospital in Jeddah on 24 March. He tested positive for MERS-CoV on 26 March. The patient has comorbidities. He is a contact of the MERS-CoV case reported in a previous DON on 23 March (case no. 2; #1626 in this list). He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            76-year-old female from Riyadh Al Khabra developed symptoms on 10 March and was admitted to a hospital in Buraidah on 13 March. She tested positive for MERS-CoV on 23 March. The patient had comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 25 March.
## 1275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           57-year-old, male non-national from Buraidah city developed symptoms on 15 March and was admitted to a hospital on 21 March. He tested positive for MERS-CoV on 23 March. The patient has no comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         65-year-old male from Alrass city [orig KSA said 84F] developed symptoms on 19 March and was admitted to a hospital on 21 March. He tested positive for MERS-CoV on 23 March. The patient has comorbidities. He has a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition admitted to ICU. The Ministry of Agriculture has been informed and investigation of dromedaries is ongoing.
## 1277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         57-year-old male from Buraidah city developed symptoms on 16 March and was admitted to a hospital in Buraidah on 19 March. He tested positive for MERS-CoV on 23 March. The patient has comorbidities and a history of visiting the emergency room of the hospital where a MERS-CoV outbreak occurred (see DON published on 14 March). He is also one of the household contacts of the 50-year-old male national MERS-CoV case reported in a previous DON on 16 March (case no. 7). Investigation of exposure to MERS-CoV cases admitted to the same hospital, shared healthcare workers or other risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in critical condition admitted to the ICU.
## 1278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         78-year-old female from Buraidah city developed an unrelated medical condition on 5 March and visited the emergency room of the hospital where the MERS-CoV outbreak occurred. She was treated symptomatically and sent home. She developed further symptoms on 13 March and was admitted to the same hospital on 19 March. The patient tested positive for MERS-CoV on 21 March. Investigation of exposure to MERS-CoV cases admitted to the same hospital, shared healthcare workers or other risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            29-year-old female from Buraidah city was admitted on 11 March to the hospital in Buraidah where the MERS-CoV outbreak occurred due to an unrelated medical condition. On 18 March, while hospitalized, she developed symptoms and tested positive for MERS-CoV on 20 March. Investigation of exposure to MERS-CoV cases hospitalized in the same hospital, shared healthcare workers or other risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 20 March.
## 1280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     55-year-old male non-national from Hail city developed symptoms on 11 March and was admitted to a hospital on 15 March. He tested positive for MERS-CoV on 19 March. The patient had comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 25 March.
## 1281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 21-year-old male non-national from Alkharj city developed symptoms on 14 March and was admitted to a hospital on 16 March. He tested positive for MERS-CoV on 18 March. The patient has no comorbidities. He has a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture has been informed and investigation of the dromedaries is ongoing.
## 1282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     56-year-old female national, housewife and living in Buraidah city, Qassim Region. She developed fever and shortness of breath on 17 March and was admitted to a hospital in Buraidah on the same day. She tested positive for MERS-CoV on 18 March. The patient had comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 19 March.
## 1283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       66-year-old male from Buraidah city developed symptoms on 13 March and was admitted to a hospital on 15 March. He tested positive for MERS-CoV on 17 March. The patient had comorbidities. The patient visited the emergency room of the hospital where the MERS-CoV outbreak occurred on 8 March for an unrelated medical condition. Investigation of exposure to MERS-CoV cases admitted to the same hospital, shared healthcare workers or other risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 22 March.
## 1284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  60-year-old male from Buraidah city developed symptoms on 13 March and was admitted to a hospital in Riyadh on 15 March. He tested positive for MERS-CoV on 17 March. The patient has comorbidities. The patient visited the emergency room of the hospital where the MERS-CoV outbreak occurred on 10 March. Investigation of history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             54-year-old male from Najran [orig KSA said Thar] city developed symptoms on 3 April and was admitted to a hospital on 12 April. He tested positive for MERS-CoV on 14 April. The patient has comorbidities and a history of frequent contact with dromedaries and consumption of their raw milk. Currently, he is in stable condition in a negative pressure isolation room at the hospital. The Ministry of Agriculture has been informed and investigation is ongoing.
## 1286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     25-year-old male from Riyadh city was admitted to a hospital on 29 March due to an unrelated medical condition. On 10 April, and while hospitalized, he developed symptoms. The patient tested positive for MERS-CoV on 12 April. He was admitted to ICU with a MERS-CoV case (see below – case no. 9; #1653 in this list), between 2 and 4 April. He has no history of exposure to the other known risk factors in the 14 days prior to onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room at the hospital. KSA REPORTED RECOVERED ON 2/5/16, BUT SUBSEQUENT WHO REPORT SAID HE DIED.
## 1287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      73-year-old male from Riyadh city developed symptoms on 9 April and was admitted to a hospital on 11 April. The patient tested positive for MERS-CoV on 12 April. The patient has comorbidities. Investigation of history of exposure to the known risk factors is ongoing. Currently the patient is in critical condition admitted to ICU. Think this is the death reported by WHO & in arabic on 4/5/16 by KSA
## 1288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         71-year-old male from Khayber city developed symptoms on 3 April and was admitted to a hospital on 10 April. The patient tested positive for MERS-CoV on 11 April. The patient has comorbidities and a history of frequent contact with dromedaries and consumption of their raw milk. Currently he is in stable condition in a negative pressure isolation room at the hospital. The Ministry of Agriculture has been informed and investigation is ongoing.
## 1289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                21-year-old male from Hofuf city developed symptoms on 9 April and was admitted to a hospital on the same day. The patient tested positive for MERS-CoV on 10 April. The patient has no comorbidities but has a history of frequent contact with dromedaries and consumption of their raw milk. Currently he is in stable condition in a negative pressure isolation room at the hospital. The Ministry of Agriculture has been informed and investigation is ongoing.
## 1290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          59-year-old male from Dammam city developed symptoms on 6 April and was admitted to a hospital on 7 April. The patient tested positive for MERS-CoV on 8 April. The patient has comorbidities and a history of frequent contact with dromedaries and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition in home isolation. The Ministry of Agriculture has been informed and investigation is ongoing.
## 1291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            70-year-old male from Abha city developed symptoms on 2 April and was admitted to a hospital on 5 April. The patient tested positive for MERS-CoV on 6 April. The patient had comorbidities. Investigation of history of exposure to the known risk factor is ongoing. The patient passed away on 6 April.
## 1292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 53-year-old male from Najran city underwent an elective surgery in a hospital on 18 March. He developed complications and was transferred to a different hospital on 2 April. The patient tested positive for MERS-CoV on 4 April. The patient has comorbidities. Investigation of history of exposure to the known risk factor is ongoing. Currently the patient is in critical condition admitted to ICU on mechanical ventilation.
## 1293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      74-year-old male from Alkharj city developed symptoms on 20 March and was admitted to a hospital in Riyadh on 24 March. The patient tested positive for MERS-CoV on 4 April. The patient had comorbidities. Investigation of history of exposure to any of the known risk factor is ongoing. The patient passed away on 5 April.
## 1294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              75-year-old female from Buraidah city was bed ridden for several years. She was admitted to a hospital in Buraidah on 12 March where the MERS-CoV outbreak occurred (see DON published on 14 March) for an unrelated medical condition. On 29 March, and while hospitalized she developed symptoms. The patient tested positive for MERS-CoV on 30 March. She had comorbidities. Investigation of exposure to any MERS-CoV cases hospitalized in the same hospital, shared healthcare workers or other known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient passed away on 29 March.
## 1295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          61-year-old, Saudi male was admitted on 29 March to a health care facility in Bahrain for an unrelated medical condition. He was screened for MERS-CoV, a routine procedure for those coming from Saudi Arabia, and tested negative for the infection. On 4 April, and while hospitalized, he developed symptoms. On 9 April, the patient tested positive for MERS-CoV. The patient had comorbidities. He owned a dromedary barn in Saudi Arabia and had a history of frequent contact with them and consumption of their raw milk. He had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. On 12 April, he was transferred to a hospital in Dammam city, Saudi Arabia but passed away on the same day.
## 1296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      58-year-old female from Abha city developed symptoms on 16 April and was admitted to a hospital on the same day. She first tested negative for MERS-CoV on 20 April, but later tested positive on 22 April. The patient has comorbidities and is a household contact of a case reported in a previous DON on 22 April (case no. 7; #1651 in this list). She has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently the patient is in critical condition admitted to ICU, but not on mechanical ventilation.
## 1297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                31-year-old male from Riyadh city developed symptoms on 15 April. He is a health care worker in a hospital and was admitted to the same hospital on 16 April. He tested positive for MERS-CoV on 18 April. The patient has no comorbid conditions. He has a history of caring for a case reported in a previous DON on 22 April (case no. 2; #1646 in this list). He has no history of exposure to other known risk factors in the 14 days prior to onset of symptoms. Currently the patient is in stable condition in home isolation.
## 1298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          24-year-old male from Hofuf city was identified as a household contact of a case reported in a previous DON on 22 April (case no. 5; #1649 on this list). He is asymptomatic and was identified during contact tracing. He tested positive for MERS-CoV on 18 April. The patient has no comorbid conditions. He has a history of frequent contact with the same dromedaries and consumption of their raw milk. Currently, the patient is asymptomatic and in home isolation.
## 1299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   39-year-old, non-national, male living in Riyadh city is a household contact of another MERS-CoV (see case no. 2 below; #1661 here). He is asymptomatic and identified through tracing of contacts. The patient, who has no comorbid conditions, tested positive for MERS-CoV on 5 May. The patient is currently in home isolation.
## 1300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           40-year-old, non-national, male living in Riyadh city developed symptoms on 14 April and was admitted to hospital on 1 May. On 2 May, the patient, who has comorbidities, tested positive for MERS-CoV. Investigation of history of exposure to the known risk factors in the 14 days prior to symptom onset is ongoing. Currently the patient is in critical condition admitted to ICU, but not on mechanical ventilation.
## 1301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          55-year-old, national male living in Hofuf city developed symptoms on 26 April and was admitted to hospital on 29 April. The patient, who had comorbidities, tested positive for MERS-CoV on 30 April. He passed away on 4 May. He had history of frequent contact with dromedaries and consumption of their raw milk. The Ministry of Agriculture was notified and investigation of dromedaries is ongoing.
## 1302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                70-year-old, national, male living in Hail city developed symptoms on 26 April and was admitted to hospital on 28 April. The patient, who has comorbidities, tested positive for MERS-CoV on 30 April. Investigation of history of exposure to the known risk factors in the 14 days prior to symptom onset is ongoing. Currently the patient is in critical condition admitted to ICU on mechanical ventilation. ONLY POSSIBLE MATCH FOR RECOVERY ON 18/5/16. IF LATER CONTRADICTED NEED TO ADD AS UNEXPLAINED RECOVERY [THE 72M LATER REPORTED DEAD]
## 1303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         49-year-old female from Buridah city [orig KSA said Riyadh] developed symptoms on 9 June and was admitted to a hospital on 10 June. She tested positive for MERS-CoV on 12 June. The patient has comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently she is in critical condition admitted to ICU. The index case for this outbreak is the 49 year-old female reported to WHO on 15 June (see DON posted 19 June, case no.1). The case has co-morbidities. On 10 June she was admitted to the hospital with unrelated symptoms. She was triaged in the Emergency Department for her illness. She was then admitted to the vascular surgery ward – MERS-CoV infection was not considered. She was not isolated and was managed in a multi-bed room. During this time, more than 49 HCWs and patients were exposed. After she was confirmed as a MERS-CoV case, a Rapid Response Team was dispatched and extensive contract tracing was initiated. Twenty (20) of those screened so far at the hospital and in the household have tested positive for MERS-CoV. These are seventeen (17) healthcare contacts and three (3) household contacts. Eighteen (18) of the twenty (20) are asymptomatic.
## 1304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               68-year-old male from Madinah city developed symptoms on 8 June and was admitted to a hospital on 13 June. He tested positive for MERS-CoV on 15 June. The patient has comorbidities and a history of frequent consumption of raw camel milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       54-year-old male from Alkharj city developed symptoms on 7 June and was admitted to a hospital on 11 June. He tested positive for MERS-CoV on 13 June. The patient has comorbidities and a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     59-year-old male from Tabuk city developed symptoms on 1 June and was admitted to a hospital on 6 June. The patient tested positive for MERS-CoV on 8 June. The patient had comorbidities and a history of frequent contact with camels and consumption of their raw milk. He had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. The patient passed away on 12 June. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   85-year-old female from Riyadh city developed symptoms on 27 May and was admitted to a hospital on 1 June. A nasopharyngeal swab was collected on 1 June and tested positive for MERS-CoV on 2 June. The patient has comorbidities. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       72-year-old male from Hail city developed symptoms on 8 May and was admitted to a hospital in Riyadh on 12 May. The patient tested positive for MERS-CoV on 14 May. The patient has comorbidities and a history of frequent contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels has been performed.
## 1309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          55-year-old, national, female living in Riyadh city, Riyadh region. On 10 June she was admitted to the hospital where the MERS-CoV outbreak is currently ongoing for an unrelated condition. She is asymptomatic and was identified through contact tracing of healthcare contacts. The patient, who has co-morbidities, tested positive for MERS-CoV on 18 June. Investigation is ongoing to find a possible link with the other cases detected in the same hospital. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition isolated in a negative pressure isolation room on a ward.
## 1310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               64-year-old, national, female living in Riyadh city, Riyadh region. On 19 May she was admitted to the hospital where the MERS outbreak is currently ongoing for an unrelated condition. She is asymptomatic and was identified through contact tracing of healthcare contacts. The patient, who has co-morbidities, tested positive for MERS-CoV on 18 June. Investigation is ongoing to find a possible link with the other cases detected in the same hospital. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition isolated in a negative pressure isolation room on a ward.
## 1311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         28-year-old, non-national, female, working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 18 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation. BEST MATCH FOR RECOVERY #2 ON 4/7/16 - NEED TO RE-EVALUATE IF LATER CONTRADICTED
## 1312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           38-year-old, non-national, female working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 18 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           47-year-old, non-national, female working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 18 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      82-year-old, national, male living in Najran city, Najran region. He developed symptoms on 14 June and was admitted to hospital in Riyadh on 17 June (not the hospital where the outbreak is currently on-going in Riyadh). The patient, who has co-morbidities, tested positive for MERS-CoV on 18 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation.
## 1315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   48-year-old, national, male living in Taif city, Taif region. He developed symptoms on 11 June and was admitted to hospital in Taif on 15 June. The patient, who has co-morbidities, tested positive for MERS-CoV on 16 June. He has a history of frequent consumption of raw camel milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    77-year-old, national, male living in Riyadh city, Riyadh region. The case, who tested positive for MERS-CoV on 16 June, was admitted to the hospital where the MERS outbreak is currently occurring. The case is asymptomatic and has been identified through the contact tracing of healthcare contacts. Investigation of epidemiological link with the MERS cases detected in the same hospital is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently the case is in stable condition in home isolation.
## 1317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                61-year-old, national, female living in Riyadh city, Riyadh region. On 12 June, she was admitted to the hospital where the MERS-CoV outbreak is currently occurring, for unrelated medical conditions. The case is asymptomatic and was identified through contact tracing of healthcare contacts. She tested positive for MERS-CoV on 16 June. Investigation of epidemiological link with the MERS cases detected in the same hospital is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is in stable condition in home isolation.
## 1318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       51-year-old, national, female living in Riyadh city, Riyadh region. She was admitted to the hospital where the MERS outbreak is currently occurring and was discharged from hospital on 15 June. She is asymptomatic and was identified through the contact tracing of healthcare contacts. She tested positive for MERS-CoV on 16 June. Investigation of epidemiological link with the MERS cases detected in the same hospital is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is in stable condition in home isolation.
## 1319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              69-year-old, national, female living in Riyadh city, Riyadh region. On 24 February, she was admitted to the hospital where the MERS-CoV outbreak is currently occurring, for unrelated medical conditions. On 14 June, while hospitalized, she developed symptoms and tested positive for MERS-CoV on 16 June. Investigation of a possible link with the MERS cases detected in the same hospital is ongoing. The case has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently, the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        51-year-old, non-national, male who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through the contact tracing of health contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                33-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                59-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                35-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                36-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                30-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 17 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             58-year-old, national, male living in Riyadh city, Riyadh region. He is asymptomatic and was identified through the contact tracing of household contacts of the index case. The case tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently he is asymptomatic in home isolation.
## 1327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             20-year-old, non-national, female living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the tracing of household contacts of the index case. The case tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 31-year-old, national [recovery report said expat], female living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of household contacts of the index case. She tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                57-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                55-year-old, non-national, female, who works as healthcare worker in the hospital where the MERS outbreak is currently occurring and living in Riyadh city, Riyadh Region. The case is asymptomatic and was identified through contact tracing of contacts of the index case. She tested positive for MERS-CoV on 16 June. The case has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently she is asymptomatic in home isolation.
## 1331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          34-year-old, non-national, female, working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 20 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          31-year-old, non-national, female, working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She is asymptomatic and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 20 June. The case has no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             58-year-old,* national, male, living in Taif city, Taif region. He developed symptoms on 15 June and was admitted to hospital on 17 June. The patient, who has comorbidities, tested positive for MERS-CoV on 19 June. Investigation of history of exposure to the known risk factors in the 14 days prior to onset of symptoms is ongoing. Currently he is in stable condition admitted to a negative pressure isolation room on a ward.
## 1334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   32-year-old, non-national, female, working as healthcare worker in the hospital where the MERS-CoV outbreak is currently occurring and living in Riyadh city, Riyadh region. She has mild symptoms and was identified through the contact tracing of healthcare contacts. The patient, who has a history of caring for the index case, tested positive for MERS-CoV on 19 June. The case has no comorbidities and no history of exposure to the other known risk factors in the 14 days prior to detection. Currently she is in stable condition in home isolation.
## 1335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         42-year-old, national, male living in Riyadh city, Riyadh region. He developed symptoms on 16 June. The patient, who has co-morbidities [NB recovery report says no comorbidities], tested positive for MERS-CoV on 18 June. He is a household contact of a previously reported case (see DON posted 21 June, case no.2). He has no other history of exposure to the known risk factors in the 14 days prior to the onset of symptoms. Currently he is in stable condition in home isolation.
## 1336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   44-year-old, national, male living in Najran city, Najran region. He developed symptoms on 4 June and was admitted to hospital on 16 June. The patient, who has no comorbidities but is a smoker, tested positive for MERS-CoV on 18 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation. KSA report on 25/7/16 looked like #1698 recovered & #1714 died (based on comorbidities) but this contradicted by WHO on 16/9/16 where they state that #1698 died.
## 1337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               38-year-old, non-national male from Al Aqiq [orig KSA said Baha] city developed symptoms on 23 June and was admitted to a hospital on 27 June. The patient, who had no comorbidities [orig KSA said he had comorbidities], tested positive for MERS-CoV on 29 June. He passed away on 30 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               40-year-old male from Dammam city developed symptoms on 17 June and was admitted to a hospital on 27 June. The patient, who has comorbidities, tested positive for MERS-CoV on 28 June. Currently he is in critical condition admitted to ICU. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing.
## 1339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               27-year-old female from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient works as healthcare worker in the hospital where a MERS-CoV outbreak is currently occurring (see DON published on 22 June). The patient has no history of exposure to the other known risk factors in the 14 days prior to the detection. She tested positive for MERS-CoV on 29 June. Currently she is in stable condition in home isolation.
## 1340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              58-year-old, non-national, female healthcare worker from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient has a history of exposure to a laboratory-confirmed MERS-CoV case (see below – case no. 9). She has no history of exposure to the other known risk factors in the 14 days prior to the detection. The patient tested positive for MERS-CoV on 27 June. Currently she is in stable condition in home isolation.
## 1341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              75-year-old male from Al Aflaj city developed symptoms on 24 June and was admitted to a hospital on 26 June. The patient, who has comorbidities, tested positive for MERS-CoV on 28 June. He has a history of frequent contact with camels and consumption of their raw milk. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently he is in stable condition in a negative pressure isolation room on a ward.
## 1342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      84-year-old male from Hofuf city developed symptoms on 22 June and was admitted to a hospital in Al Hassa on 27 June. The patient, who has comorbidities, tested positive for MERS-CoV on 28 June. Investigation of history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition in a negative pressure isolation room on a ward.
## 1343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   62-year-old male from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient has a history of exposure to a laboratory-confirmed MERS-CoV case (see below – case no. 10; #1709 in this list). He has no history of exposure to the other known risk factors in the 14 days prior to the detection. The patient tested positive for MERS-CoV on 24 June. Currently he is still ; #1709 hereasymptomatic in home isolation.
## 1344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          28-year-old male healthcare worker from Najran city developed symptoms on 24 June and was admitted to a hospital on the same day. The patient, who has no comorbidities, tested positive for MERS-CoV on 25 June. He has a history of exposure to a laboratory-confirmed MERS-CoV case (see DON published on 22 June – case no. 6; #1698 in this list). The patient has no history of exposure to the other known risk factors in the 14 days prior to the detection. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      33-year-old, non-national female from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient, who has no comorbidities, works as healthcare worker in the hospital where a MERS-CoV outbreak is currently occurring (see DON published on 22 June). The patient has no history of exposure to the other known risk factors in the 14 days prior to the detection. She tested positive for MERS-CoV on 24 June. Currently she is in stable condition in home isolation.
## 1346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   25-year-old female from Riyadh city was identified through the tracing of contacts while still asymptomatic. The patient, who has no comorbidities, was admitted to the hospital where a MERS-CoV outbreak is currently occurring (see DON published on 22 June). She has no history of exposure to the other known risk factors in the 14 days prior to the detection. Investigation of possible epidemiological links with MERS-CoV cases detected in the same hospital is ongoing. She tested positive for MERS-CoV on 23 June. Currently she is asymptomatic in home isolation.
## 1347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         55-year-old, non-national male from Jeddah city developed symptoms on 14 June and was admitted to hospital on 21 June. The patient, who has no comorbidities [KSA recovery report says comorbidities], tested positive for MERS-CoV on 22 June. Investigation of history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition in a negative pressure isolation room on a ward.
## 1348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     57-year-old female from Jeddah city developed symptoms on 18 June and was admitted to a hospital on the same day. The patient, who has comorbidities, tested positive for MERS-CoV on 21 June. She has a history of exposure to a laboratory-confirmed MERS-CoV case (see below – case no. 13; #1712 in this list). The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently she is in stable condition in home isolation.
## 1349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        66-year-old male from Jeddah city developed symptoms on 16 June and was admitted to a hospital on 17 June. The patient, who has comorbidities, tested positive for MERS-CoV on 19 June. Investigation of history of exposure to any of the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition in ICU.
## 1350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      86-year-old male from Al Aflaj city developed symptoms on 8 July and was admitted to a hospital on 11 July. The patient, who has comorbidities, tested positive for MERS-CoV on 12 July. He has a history of contact with camels in the 14 days prior to the onset of symptoms. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently he is in stable condition in a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing. ONLY POSSIBILITY FOR RECOVERY #2 ON 25/7/16 - RE-EVALUATE IF LATER CONTRADICTED
## 1351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       44-year-old male from Najran city developed symptoms on 30 June and was admitted to a hospital on 9 July. The patient, who has comorbidities, tested positive for MERS-CoV on 11 July. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition in a negative pressure isolation room on a ward. KSA report on 25/7/16 looked like #1698 recovered & #1714 died (based on comorbidities) but this contradicted by WHO on 16/9/16 where they state that #1698 died.
## 1352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             73-year-old female from Najran city developed symptoms on 5 July and was admitted to a hospital on 7 July. The patient, who has comorbidities, tested positive for MERS-CoV on 8 July. She has a history of contact with camels in the 14 days prior to the onset of symptoms. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently she is in critical condition in ICU. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      24-year-old male from Al Duwadimi city developed symptoms on 4 July and was admitted to a hospital on 6 July. The patient, who has comorbidities, tested positive for MERS-CoV on 7 July. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in stable condition in a negative pressure isolation room on a ward.
## 1354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             80-year-old female from Jeddah city developed symptoms on 28 June and was admitted to a hospital on 29 June. The patient, who had comorbidities, tested positive for MERS-CoV on 1 July. She had a history of exposure to two laboratory-confirmed MERS-CoV cases (see DON published on 6 July – case no. 12 and 13). The patient passed away on 10 July.
## 1355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 74-year-old male from Najran city developed symptoms on 25 June and was admitted to a hospital in Najran on 2 July. The patient, who has comorbidities, tested positive for MERS-CoV on 4 July. He has a history of frequent contact with camels and consumption of their raw milk. The patient has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently, he is in stable condition in a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       67-year-old male from Riyadh city developed symptoms on 21 June and was admitted to a hospital in Riyadh on 28 June. The patient, who has comorbidities, tested positive for MERS-CoV on 30 June. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently he is in stable condition in a negative pressure isolation room on a ward.
## 1357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      24-year-old, non-national male from Al Duwadimi [orig KSA said Riyadh] city developed symptoms on 23 June and was admitted to a hospital on 27 June. The patient, who has no comorbidities, tested positive for MERS-CoV on 30 June. He has a history of frequent contact with camels and consumption their raw camel milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition in ICU. The Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            74-year-old female from Alkharj [orig KSA said dawadmy] city was admitted to a hospital on 18 June for some unrelated medical conditions. On 26 June, while hospitalized, she developed symptoms on 26 June. The patient, who had comorbidities, tested positive for MERS-CoV on 28 June. She had a history of contact with camels. The patient had no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. She passed away on 5 July. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  18-year-old Kuwaiti man who arrived in Thailand on 25 July with his family. The patient developed symptoms on 25 July during a flight from Kuwait to Bangkok. On 26 July he sought medical treatment at a hospital in Bangkok. Although there was no history of direct contact with camels or with a suspected human case of MERS-CoV infection, he had a history of travel in the Middle East in the previous 14 days. On 28 July, he tested positive for MERS-CoV in three separate laboratories. He was then referred and admitted to an isolation ward in the national referral hospital for infectious diseases. The patient's condition rapidly improved and two subsequent laboratory tests on 31 July and 1 August returned negative results for MERS-CoV from four reference laboratories. Specimens collected from his family contacts were also negative. Contact tracing showed no evidence of infection in identified contacts. The patient was discharged from hospital and left Thailand with his family on 4 August.
## 1360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         49-year-old male from Najran city, Najran Region developed symptoms on 16 July and was admitted to a hospital on 17 July. The patient had comorbidities and tested positive for MERS-CoV on 19 July. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. The patient was in critical condition admitted to the ICU on mechanical ventilation. He passed away on 20 July.
## 1361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 27-year-old male from Buridah city, Qassim Region developed symptoms on 17 July and was admitted to a hospital on 20 July. He tested positive for MERS-CoV on 22 July. The patient has no comorbid conditions. Investigation of history of exposure to the known risk factors in the 14 days prior to the onset of symptoms is ongoing. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation.
## 1362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            58-year-old male from Jubail city, Eastern Region developed symptoms on 19 July and was admitted to a hospital on 27 July. The patient has comorbidities and tested positive for MERS-CoV on 28 July. He has a history of indirect contact with camels and consumption of their raw milk. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation. The Ministry of Agriculture was informed and investigation of camels is also ongoing.
## 1363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    52-year-old female from Jubail city, Eastern Region developed symptoms on 31 July and was admitted to hospital on 1 August. The patient has no comorbid conditions and tested positive for MERS-CoV on 2 August. She has a history of caring for the case reported to WHO on 29 of July 2016 (see below, case number 6; #1725 here). She has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition in home isolation.
## 1364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   49-year-old male from Hofouf city, El Hasa Region developed symptoms on 24 July and was admitted to a hospital on 31 July. The patient has comorbidities and tested positive for MERS-CoV on 2 August. He had a history of indirect contact with camels. He has no history of exposure to the other known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure room on a ward. The Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               76-year-old male from Madinah city, Madinah Region developed symptoms on 31 July and was admitted to a hospital on 2 August. The patient has comorbidities and tested positive for MERS-CoV on 3 August. Investigation of history of exposure to any of the known risk factors is ongoing. Currently the patient is in stable condition admitted to a negative pressure room on a ward.
## 1366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              36-year-old male from Huraymila city, Riyadh Region developed symptoms on 4 August and was admitted to a hospital on 7 August. The patient who has comorbidities tested positive for MERS-CoV on 8 August. Investigation of history of exposure to any of the known risk factor is ongoing. Currently the patient is in stable condition admitted to a negative pressure room on a ward.
## 1367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  39-year-old male from Alkharj city, Riyadh Region developed symptoms on 11 August and was admitted to a hospital on 16 August. A nasopharyngeal swab was collected on 17 August and tested positive for MERS-CoV on 18 August. The case has no comorbid conditions. He had a history of contact with camels and consumption of their raw milk. There is no history of exposure to any of the other known risk factors. Currently the patient is in stable condition admitted to a negative pressure room on a ward. The Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              43-year-old, national, male living in Hriymala city, Riyadh region. He developed symptoms on 12 August but tested negative for MERS-CoV on 13 August. Due to persistence of symptoms, he was admitted to hospital on 17 August and tested positive for MERS-CoV on 21 August. The patient has no co-morbidities. He is a household contact of a previously reported case (see DON posted 16 September, case no.2; #1729 in this list). He has no other history of exposure to the known risk factors in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on ward.
## 1369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                69-year-old, national, male, living in Taif city, Taif region. He developed symptoms on 21 August and was admitted to hospital on 24 August. The patient, who has comorbidities, tested positive for MERS-CoV on 25 August. Investigation of history of exposure to the known risk factor in the 14 days prior to onset of symptoms is ongoing. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward.
## 1370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       40-year-old, non-national, male, living in Hofouf city, Al Ahssa region. He developed symptoms on 15 August and was admitted to hospital on 28 August. The patient, who has comorbidities, tested positive for MERS-CoV on 30 August. He works in a camel market and has history of contact with camels and consumption of their raw milk in the 14 days prior to onset of symptoms. Currently the patient is in critical condition admitted to the ICU on mechanical ventilation. Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        65-year-old, national, male, living in Riyadh city, Riyadh region. He developed symptoms on 29 August and was admitted to hospital on 4 September. The patient, who has comorbidities, tested positive for MERS-CoV on 5 September. He has a history of contact with camels in the 14 days prior to the onset of symptoms. Currently the patient is in stable condition admitted to a negative pressure isolation room on a ward. Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               55-year-old, national, male, living in Arar city, Northern Border region. He developed symptoms on 3 September and was admitted to hospital on 8 September. The patient, who has no comorbidities, tested positive for MERS-CoV on 10 September. The case also reports contact with camels and consumption of their raw milk in the 14 days prior to onset of symptoms. Currently, he is in stable condition admitted to a negative pressure isolation room on a ward. The Ministry of Agriculture was informed and investigation of camels is ongoing.
## 1373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Report on 4/5/16 in Arabic; promedmail translated but death #2 is impossible to match to any available information therefore adding as unexplained death
## 1374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Expat
## 1378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
## 1380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The patient is a 67 year old male visitor from Saudi Arabia (citizen and resident) who arrived in Vienna, Austria on 4 September 2016. The onset of symptoms (fever and cough) was on 6 September. The patient, who has an underlying condition, was hospitalized with severe pneumonia on 7 September, and he is currently in isolation in critical condition. MERS-CoV was confirmed on 8 September using real-time PCR (upE and ORF1b and N) by the reference laboratory in Vienna. The patient, who is a camel breeder, has confirmed contact with camel livestock in Saudi Arabia in the 14 days prior to symptom onset. The case had no contact with healthcare centers in Saudi Arabia in the 14 days prior to symptom onset.
##                                                                                                                                                                               citation
## 1                                                                                                                                              http://dx.doi.org/10.1056/NEJMoa1211721
## 2                                                                                                               http://www.smj.org.sa/PDFFiles/Dec12/Recoveryfromseverecoronavirus.pdf
## 3                                                                                                                                    http://www.nejm.org/doi/pdf/10.1056/NEJMoa1303729
## 4                                                                                                                                    http://www.nejm.org/doi/pdf/10.1056/NEJMoa1303729
## 5                                                                                                                                    http://www.nejm.org/doi/pdf/10.1056/NEJMoa1303729
## 6                                                                                                                                    http://www.nejm.org/doi/pdf/10.1056/NEJMoa1303729
## 7                                                                                                                                 http://www.who.int/csr/don/2013_02_11b/en/index.html
## 8                                                                                                                                  http://www.who.int/csr/don/2013_02_21/en/index.html
## 9                                                                                                                                  http://www.who.int/csr/don/2013_03_06/en/index.html
## 10                                                                                                                                        http://dx.doi.org/10.1016/j.ijid.2013.07.001
## 11                                                                                                                                        http://dx.doi.org/10.1016/j.ijid.2013.07.001
## 12                                                                                                                                        http://dx.doi.org/10.1016/j.ijid.2013.07.001
## 13                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 14                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 15                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 16                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 17                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 18                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 19                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 20                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 21                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 22                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 23                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 24                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 25                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 26                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 27                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 28                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 29                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 30                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 31                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 32                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 33                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 34                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 35                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 36                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 37                                                                                                                                  http://www.nejm.org/doi/full/10.1056/NEJMoa1306742
## 38                                                                                                                            http://www.who.int/csr/don/2013_05_23_ncov/en/index.html
## 39                                                                                                                            http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 40                                                                                                                            http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 41                                                                                                                            http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 42                                                                                                                            http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 43                                                                                                                            http://www.who.int/csr/don/2013_05_29_ncov/en/index.html
## 44                                                                                                                            http://www.who.int/csr/don/2013_05_31_ncov/en/index.html
## 45                                                                                                                                 http://www.who.int/csr/don/2013_06_14/en/index.html
## 46                                                                                                                                 http://www.who.int/csr/don/2013_06_14/en/index.html
## 47                                                                                                                                 http://www.who.int/csr/don/2013_06_05/en/index.html
## 48                                                                                                                                 http://www.who.int/csr/don/2013_06_07/en/index.html
## 49                                                                                                                                http://www.who.int/csr/don/2013_06_14/en/index.html 
## 50                                                                              http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/MediaStatement-2013-06-14-001.aspx
## 51                                                                              http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/MediaStatement-2013-06-14-001.aspx
## 52                                                                                                                                 http://www.who.int/csr/don/2013_06_15/en/index.html
## 53                                                                                                                                 http://www.who.int/csr/don/2013_06_17/en/index.html
## 54                                                                                                                                http://www.who.int/csr/don/2013_06_17/en/index.html 
## 55                                                                                                                                 http://www.who.int/csr/don/2013_06_17/en/index.html
## 56                                                                              http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/mediastatement-2013-06-20-001.aspx
## 57                                                                                                                                 http://www.who.int/csr/don/2013_06_22/en/index.html
## 58                                                                                                                                 http://www.who.int/csr/don/2013_06_22/en/index.html
## 59                                                                                                                                 http://www.who.int/csr/don/2013_06_22/en/index.html
## 60                                                                                                                                 http://www.who.int/csr/don/2013_06_23/en/index.html
## 61                                                                                                                                 http://www.who.int/csr/don/2013_06_23/en/index.html
## 62                                                                                                                                 http://www.who.int/csr/don/2013_06_26/en/index.html
## 63                                                                                                                                 http://www.who.int/csr/don/2013_06_26/en/index.html
## 64                                                                                                                                 http://www.who.int/csr/don/2013_06_26/en/index.html
## 65                                                                                                                                 http://www.who.int/csr/don/2013_06_26/en/index.html
## 66                                                                                                                                 http://www.who.int/csr/don/2013_06_26/en/index.html
## 67                                                                                                                                 http://www.who.int/csr/don/2013_06_26/en/index.html
## 68                                                                                                                                 http://www.who.int/csr/don/2013_06_26/en/index.html
## 69                                                                                                                                 http://www.who.int/csr/don/2013_07_05/en/index.html
## 70                                                                                                                                 http://www.who.int/csr/don/2013_07_05/en/index.html
## 71                                                                                                                                 http://www.who.int/csr/don/2013_07_07/en/index.html
## 72                                                                                                                                 http://www.who.int/csr/don/2013_07_11/en/index.html
## 73                                                                                                                                 http://www.who.int/csr/don/2013_07_18/en/index.html
## 74                                                                                                                                 http://www.who.int/csr/don/2013_07_18/en/index.html
## 75                                                                                                                                 http://www.who.int/csr/don/2013_07_21/en/index.html
## 76                                                                                                                                 http://www.who.int/csr/don/2013_07_21/en/index.html
## 77                                                                                                                                 http://www.who.int/csr/don/2013_07_29/en/index.html
## 78                                                                                                                                 http://www.who.int/csr/don/2013_08_01/en/index.html
## 79                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-08-01-001.aspx
## 80                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-08-01-001.aspx
## 81                                                                                                                                 http://www.who.int/csr/don/2013_08_28/en/index.html
## 82                                                                                                                                 http://www.who.int/csr/don/2013_08_28/en/index.html
## 83                                                                                                                                 http://www.who.int/csr/don/2013_08_29/en/index.html
## 84                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-21-001.aspx
## 85                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-21-001.aspx
## 86                                                                                                                                 http://www.who.int/csr/don/2013_08_28/en/index.html
## 87                                                                                                                                 http://www.who.int/csr/don/2013_08_28/en/index.html
## 88                                                                                                                                 http://www.who.int/csr/don/2013_08_28/en/index.html
## 89                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-28-001.aspx
## 90                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-28-001.aspx
## 91                                                                                                                            http://www.promedmail.org/direct.php?id=20130829.1911345
## 92                                                                                                                            http://www.promedmail.org/direct.php?id=20130829.1911345
## 93                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-01-001.aspx
## 94                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-01-001.aspx
## 95                                                                                                                           http://beta.promedmail.org/direct.php?id=20130906.1928088
## 96                                                                                                                           http://beta.promedmail.org/direct.php?id=20130906.1928088
## 97                                                                                                                           http://beta.promedmail.org/direct.php?id=20130906.1928088
## 98                                                                                                                           http://beta.promedmail.org/direct.php?id=20130906.1928088
## 99                                                                                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-07-001.aspx
## 100                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-07-001.aspx
## 101                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-07-001.aspx
## 102                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-07-001.aspx
## 103                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-08-001.aspx
## 104                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-08-001.aspx
## 105                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-08-001.aspx
## 106                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-08-001.aspx
## 107                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-09-10-002.aspx
## 108                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-09-10-002.aspx
## 109                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-09-10-002.aspx
## 110                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-09-10-002.aspx
## 111                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/MediaStatement-2013-09-11-001.aspx
## 112                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/MediaStatement-2013-09-11-001.aspx
## 113                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/MediaStatement-2013-09-11-001.aspx
## 114                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/MediaStatement-2013-09-11-001.aspx
## 115                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-18-002.aspx
## 116                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-18-002.aspx
## 117                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-18-002.aspx
## 118                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-09-27-001.aspx
## 119                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-09-27-001.aspx
## 120                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-09-27-001.aspx
## 121                                                                                          http://www.cidrap.umn.edu/news-perspective/2013/10/who-confirms-6-mers-cases-saudi-arabia
## 122                                                                                          http://www.cidrap.umn.edu/news-perspective/2013/10/who-confirms-6-mers-cases-saudi-arabia
## 123                                                                                          http://www.cidrap.umn.edu/news-perspective/2013/10/who-confirms-6-mers-cases-saudi-arabia
## 124                                                                                                                                http://www.who.int/csr/don/2013_10_14/en/index.html
## 125                                                                                                                                http://www.who.int/csr/don/2013_10_14/en/index.html
## 126                                                                                            http://www.moh.gov.sa/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-18-001.aspx
## 127                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-26-001.aspx
## 128                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-26-001.aspx
## 129                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-26-001.aspx
## 130                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-26-001.aspx
## 131                                                                                                                                http://www.who.int/csr/don/2013_11_04/en/index.html
## 132                                                                                                                           http://www.flutrackers.com/forum/showthread.php?t=213368
## 133                                                                                                                    http://www.who.int/csr/don/2013_11_11_coronavirus/en/index.html
## 134                                                                                                                    http://www.who.int/csr/don/2013_11_11_coronavirus/en/index.html
## 135                                                            http://www.nanaimodailynews.com/news/kuwait-joins-countries-with-mers-infections-spain-tests-2nd-probable-case-1.700911
## 136                                                                                                                                http://www.who.int/csr/don/2013_11_26/en/index.html
## 137                                                                                                                                http://www.who.int/csr/don/2013_11_26/en/index.html
## 138                                                                                                                                http://www.who.int/csr/don/2013_11_26/en/index.html
## 139                                                                                                                                http://www.who.int/csr/don/2013_12_17/en/index.html
## 140                                                                                                                                http://www.who.int/csr/don/2013_12_17/en/index.html
## 141                                                                                                                                http://www.who.int/csr/don/2013_12_27/en/index.html
## 142                                                                                                                                http://www.who.int/csr/don/2013_12_27/en/index.html
## 143                                                                                                                                http://www.who.int/csr/don/2013_12_27/en/index.html
## 144                                                                                                                                http://www.who.int/csr/don/2013_12_27/en/index.html
## 145                                                                                                                                http://www.who.int/csr/don/2013_12_31/en/index.html
## 146                                                                                                                                          http://www.who.int/csr/don/2013_12_31/en/
## 147                                                                                                                                    http://www.promedmail.org/direct.php?id=2139610
## 148                                                                                                                            http://www.who.int/csr/don/2014_01_27mers/en/index.html
## 149                                                                                                                            http://www.who.int/csr/don/2014_02_04mers/en/index.html
## 150                                                                                                                                          http://www.who.int/csr/don/2014_02_28/en/
## 151                                                                                                                                          http://www.who.int/csr/don/2014_02_28/en/
## 152                                                                                                                                          http://www.who.int/csr/don/2014_03_11/en/
## 153                                                                                                                                          http://www.who.int/csr/don/2014_03_11/en/
## 154                                                                                                                                          http://www.who.int/csr/don/2014_03_12/en/
## 155                                                                                                                                          http://www.who.int/csr/don/2014_03_12/en/
## 156                                                                                                                                          http://www.who.int/csr/don/2014_03_17/en/
## 157                                                                                                                                          http://www.who.int/csr/don/2014_03_17/en/
## 158                                                                                                                                          http://www.who.int/csr/don/2014_03_18/en/
## 159                                                                                                                                          http://www.who.int/csr/don/2014_03_18/en/
## 160                                                                                                                                          http://www.who.int/csr/don/2014_03_18/en/
## 161                                                                                                                                          http://www.who.int/csr/don/2014_03_18/en/
## 162                                                                                                                                          http://www.who.int/csr/don/2014_03_18/en/
## 163                                                                                                                                     http://www.who.int/csr/don/2014_03_27_mers/en/
## 164                                                                                                                                     http://www.who.int/csr/don/2014_03_27_mers/en/
## 165                                                                                                                                     http://www.who.int/csr/don/2014_03_27_mers/en/
## 166                                                                                                                                     http://www.who.int/csr/don/2014_03_27_mers/en/
## 167                                                                                                                                     http://www.who.int/csr/don/2014_03_27_mers/en/
## 168                                                                                                                                     http://www.who.int/csr/don/2014_03_27_mers/en/
## 169                                                                                                                                     http://www.who.int/csr/don/2014_04_10_mers/en/
## 170                                                                                                                                     http://www.who.int/csr/don/2014_04_10_mers/en/
## 171                                                                                                                                     http://www.who.int/csr/don/2014_04_10_mers/en/
## 172                                                                                                                                     http://www.who.int/csr/don/2014_04_10_mers/en/
## 173                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 174                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 175                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 176                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 177                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 178                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 179                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 180                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 181                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 182                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 183                                                                                                                                                                                   
## 184                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 185                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 186                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 187                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 188                                                                                                                                     http://www.who.int/csr/don/2014_04_14_mers/en/
## 189                                                                                                                                     http://www.who.int/csr/don/2014_04_11_mers/en/
## 190                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-11-001.aspx
## 191                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-11-001.aspx
## 192                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-11-001.aspx
## 193                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-12-001.aspx
## 194                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-12-001.aspx
## 195                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-12-001.aspx
## 196                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-12-001.aspx
## 197                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 198                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 199                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 200                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 201                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-14-001.aspx
## 202                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 203                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 204                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 205                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 206                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 207                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 208                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 209                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 210                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 211                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 212                                                                                                                           http://www.promedmail.org/direct.php?id=20140416.2406647
## 213                                                                                                                                     http://www.who.int/csr/don/2014_04_17_mers/en/
## 214                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 215                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 216                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 217                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 218                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 219                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 220                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 221                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 222                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 223                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 224                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 225                                                                                                                           http://www.promedmail.org/direct.php?id=20140418.2413921
## 226  http://www.euro.who.int/en/health-topics/communicable-diseases/influenza/news/news/2014/04/middle-east-respiratory-syndrome-coronavirus-mers-cov-update-greece-reports-first-case
## 227                                                                                                                           http://www.promedmail.org/direct.php?id=20140419.2415087
## 228                                                                                                                           http://www.promedmail.org/direct.php?id=20140419.2415087
## 229                                                                                                                           http://www.promedmail.org/direct.php?id=20140419.2415087
## 230                                                                                                                           http://www.promedmail.org/direct.php?id=20140419.2415087
## 231                                                                                                                           http://www.promedmail.org/direct.php?id=20140419.2415087
## 232                                                                                                                           http://www.promedmail.org/direct.php?id=20140419.2415087
## 233                                                                                                                           http://www.promedmail.org/direct.php?id=20140419.2415087
## 234                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 235                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 236                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 237                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 238                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 239                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 240                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 241                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 242                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 243                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 244                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 245                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 246                                                                                                                           http://www.promedmail.org/direct.php?id=20140421.2417384
## 247                                                                                                                                     http://www.who.int/csr/don/2014_04_23_mers/en/
## 248                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 249                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 250                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 251                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 252                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 253                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 254                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 255                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 256                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 257                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 258                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 259                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 260                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 261                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 262                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 263                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 264                                                                                                                           http://www.promedmail.org/direct.php?id=20140422.2420072
## 265                                                                                                                                     http://www.who.int/csr/don/2014_04_24_mers/en/
## 266                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 267                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 268                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 269                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 270                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 271                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 272                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-17-001.aspx
## 273                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 274                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 275                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 276                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 277                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 278                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 279                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 280                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 281                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 282                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 283                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-001.aspx
## 284                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 285                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 286                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 287                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 288                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 289                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 290                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 291                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 292                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 293                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 294                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 295                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 296                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 297                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 298                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 299                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 300                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 301                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 302                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 303                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 304                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 305                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 306                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 307                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 308                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 309                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 310                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 311                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 312                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 313                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 314                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 315                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 316                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 317                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 318                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 319                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 320                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 321                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 322                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 323                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 324                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 325                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 326                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 327                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 328                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 329                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 330                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 331                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-26-001.aspx
## 332                                                                                                                                     http://www.who.int/csr/don/2014_05_01_mers/en/
## 333                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 334                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 335                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 336                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 337                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 338                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 339                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 340                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 341                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 342                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 343                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 344                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 345                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 346                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 347                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 348                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 349                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 350                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 351                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 352                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 353                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 354                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 355                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 356                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 357                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 358                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 359                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 360                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 361                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 362                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 363                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 364                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 365                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 366                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 367                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 368                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 369                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 370                                                                                         http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 371                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 372                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 373                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 374                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 375                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 376                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 377                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 378                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 379                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 380                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-01-001.aspx
## 381                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 382                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 383                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 384                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 385                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 386                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 387                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-02-001.aspx
## 388                                                                                                                                     http://www.who.int/csr/don/2014_05_05_mers/en/
## 389                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 390                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 391                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 392                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 393                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 394                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 395                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 396                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 397                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 398                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 399                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 400                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 401                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 402                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 403                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 404                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 405                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 406                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-03-001.aspx
## 407                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 408                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 409                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 410                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 411                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 412                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 413                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 414                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 415                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 416                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 417                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 418                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 419                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 420                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 421                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 422                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 423                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 424                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 425                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 426                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 427                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 428                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 429                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 430                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 431                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-06-001.aspx
## 432                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 433                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 434                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 435                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 436                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 437                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 438                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 439                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 440                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 441                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 442                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 443                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 444                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 445                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 446                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 447                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 448                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 449                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 450                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 451                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 452                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 453                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 454                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 455                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 456                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 457                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 458                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 459                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 460                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 461                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 462                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 463                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 464                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 465                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 466                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 467                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 468                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 469                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 470                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 471                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 472                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 473                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 474                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 475                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 476                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 477                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 478                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 479                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 480                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 481                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 482                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 483                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 484                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 485                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 486                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 487                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 488                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 489                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 490                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 491                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 492                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 493                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 494                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 495                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 496                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 497                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 498                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 499                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 500                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 501                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 502                                                                                                                          http://www.cdc.gov/media/releases/2014/p0512-US-MERS.html
## 503                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 504                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 505                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 506                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 507                                                                                                                                     http://www.who.int/csr/don/2014_05_15_mers/en/
## 508                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 509                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 510                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 511                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 512                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 513                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 514                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 515                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 516                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 517                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 518                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 519                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 520                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 521                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 522                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 523                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 524                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 525                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 526                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 527                                                                                                                                     http://www.who.int/csr/don/2014_05_16_mers/en/
## 528                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 529                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 530                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 531                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 532                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 533                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 534                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 535                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 536                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 537                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 538                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 539                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 540                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 541                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 542                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 543                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-18-001.aspx
## 544                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-18-001.aspx
## 545                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 546                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 547                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 548                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 549                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 550                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 551                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 552                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 553                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 554                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-21-001.aspx
## 555                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-21-001.aspx
## 556                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-21-001.aspx
## 557                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-21-001.aspx
## 558                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 559                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 560                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 561                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 562                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 563                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 564                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-22-001.aspx
## 565                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-23-001.aspx
## 566                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-23-001.aspx
## 567                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-23-001.aspx
## 568                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 569                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 570                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 571                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 572                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-25-001.aspx
## 573                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-25-001.aspx
## 574                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-25-001.aspx
## 575                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-25-001.aspx
## 576                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 577                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 578                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 579                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-29-001.aspx
## 580                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-29-001.aspx
## 581                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-29-001.aspx
## 582                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-30-001.aspx
## 583                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-31-001.aspx
## 584                                                                                                                                     http://www.who.int/csr/don/2014_06_14_mers/en/
## 585                                                                                                                                     http://www.who.int/csr/don/2014_06_14_mers/en/
## 586                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-01-001.aspx
## 587                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-02-001.aspx
## 588                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-02-001.aspx
## 589                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-02-001.aspx
## 590                                                                                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-02-001.aspx
## 591                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-03-002.aspx
## 592                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-04-001.aspx
## 593                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-04-001.aspx
## 594                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 595                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 596                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-06-001.aspx
## 597                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-06-001.aspx
## 598                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-06-001.aspx
## 599                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-06-001.aspx
## 600                                                                                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-07-001.aspx
## 601                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-09-001.aspx
## 602                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-09-001.aspx
## 603                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-12-001.aspx
## 604                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-13-001.aspx
## 605                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-15-001.aspx
## 606                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 607                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-19-001.aspx
## 608                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-20-001.aspx
## 609                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-22-001.aspx
## 610                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-23-001.aspx
## 611                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-25-001.aspx
## 612                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-25-001.aspx
## 613                                                                                                                                     http://www.who.int/csr/don/2014_07_02_mers/en/
## 614                                                                                                                                     http://www.who.int/csr/don/2014_07_04_mers/en/
## 615                                                                                                                                     http://www.who.int/csr/don/2014_07_04_mers/en/
## 616                                                                                                                                     http://www.who.int/csr/don/2014_07_04_mers/en/
## 617                                                                                                                                     http://www.who.int/csr/don/2014_07_14_mers/en/
## 618                                                                                                                                     http://www.who.int/csr/don/2014_07_14_mers/en/
## 619                                                                                                                                     http://www.who.int/csr/don/2014_07_14_mers/en/
## 620                                                                                                                                     http://www.who.int/csr/don/2014_07_14_mers/en/
## 621                                                                                                                                     http://www.who.int/csr/don/2014_07_14_mers/en/
## 622                                                                                                                                     http://www.who.int/csr/don/2014_07_14_mers/en/
## 623                                                                                                                                     http://www.who.int/csr/don/2014_07_14_mers/en/
## 624                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2014-08-11-001.aspx
## 625                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2014-08-12-001.aspx
## 626                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-08-25-001.aspx
## 627                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-08-26-001.aspx
## 628                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-08-29-001.aspx
## 629                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-08-001.aspx
## 630                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-12-001.aspx
## 631                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-12-001.aspx
## 632                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-15-001.aspx
## 633                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-16-001.aspx
## 634                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-17-001.aspx
## 635                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-19-001.aspx
## 636                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-21-001.aspx
## 637                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-22-001.aspx
## 638                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-25-001.aspx
## 639                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-28-001.aspx
## 640                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-09-30-001.aspx
## 641                                                                                                                        http://www.who.int/csr/don/02-october-2014-mers-austria/en/
## 642                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-01-001.aspx
## 643                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-04-001.aspx
## 644                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-06-001.aspx
## 645                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-07-001.aspx
## 646                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-07-001.aspx
## 647                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-11-001.aspx
## 648                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-12-001.aspx
## 649                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-13-001.aspx
## 650                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-14-001.aspx
## 651                                                                                                                                http://www.who.int/csr/don/24-october-2014-mers/en/
## 652                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-18-001.aspx
## 653                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-19-001.aspx
## 654                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-19-001.aspx
## 655                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-20-001.aspx
## 656                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-20-001.aspx
## 657                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-21-12-001.aspx
## 658                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-22-001.aspx
## 659                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-22-001.aspx
## 660                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-23-001.aspx
## 661                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-24-001.aspx
## 662                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-25-001.aspx
## 663                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-26-001.aspx
## 664                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-26-001.aspx
## 665                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-27-001.aspx
## 666                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-27-001.aspx
## 667                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-28-001.aspx
## 668                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 669                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 670                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 671                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 672                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 673                                                                                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-29-001.aspx
## 674                                                                                                                               http://www.who.int/csr/don/21-november-2014-mers/en/
## 675                                                                                                                               http://www.who.int/csr/don/21-november-2014-mers/en/
## 676                                                                                                                               http://www.who.int/csr/don/21-november-2014-mers/en/
## 677                                                                                                                               http://www.who.int/csr/don/21-november-2014-mers/en/
## 678                                                                                                                               http://www.who.int/csr/don/21-november-2014-mers/en/
## 679                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 680                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 681                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 682                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 683                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 684                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 685                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 686                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 687                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 688                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 689                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 690                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 691                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 692                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 693                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 694                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 695                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 696                                                                                                                                http://www.who.int/csr/don/2-december-2014-mers/en/
## 697                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 698                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 699                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 700                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 701                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 702                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 703                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 704                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 705                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 706                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 707                                                                                                                               http://www.who.int/csr/don/17-december-2014-mers/en/
## 708                                                                                                                               http://www.who.int/csr/don/26-december-2014-mers/en/
## 709                                                                                                                               http://www.who.int/csr/don/26-december-2014-mers/en/
## 710                                                                                                                               http://www.who.int/csr/don/26-december-2014-mers/en/
## 711                                                                                                                                http://www.who.int/csr/don/05-january-2015-mers/en/
## 712                                                                                                                         http://www.who.int/csr/don/05-january-2015-mers-jordan/en/
## 713                                                                                                                                http://www.who.int/csr/don/05-january-2015-mers/en/
## 714                                                                                                                                http://www.who.int/csr/don/05-january-2015-mers/en/
## 715                                                                                                                                http://www.who.int/csr/don/15-january-2015-mers/en/
## 716                                                                                                                                http://www.who.int/csr/don/15-january-2015-mers/en/
## 717                                                                                                                                http://www.who.int/csr/don/15-january-2015-mers/en/
## 718                                                                                                                           http://www.who.int/csr/don/16-january-2015-mers-oman/en/
## 719                                                                                                                                http://www.who.int/csr/don/20-january-2015-mers/en/
## 720                                                                                                                                http://www.who.int/csr/don/20-january-2015-mers/en/
## 721                                                                                                                                http://www.who.int/csr/don/20-january-2015-mers/en/
## 722                                                                                                                                http://www.who.int/csr/don/20-january-2015-mers/en/
## 723                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 724                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 725                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 726                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 727                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 728                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 729                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 730                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 731                                                                                                                               http://www.who.int/csr/don/03-february-2015-mers/en/
## 732                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 733                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 734                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 735                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 736                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 737                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 738                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 739                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 740                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 741                                                                                                                  http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 742                                                                                                                  http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 743                                                                                                                  http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 744                                                                                                                  http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 745                                                                                                                  http://www.who.int/csr/don/16-february-2015-mers-saudi-arabia/en/
## 746                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 747                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 748                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 749                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 750                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 751                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 752                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 753                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 754                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 755                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 756                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 757                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 758                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 759                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 760                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 761                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 762                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 763                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 764                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 765                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 766                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 767                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 768                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 769                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 770                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 771                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 772                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 773                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 774                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 775                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 776                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 777                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 778                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 779                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 780                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 781                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 782                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 783                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 784                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 785                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 786                                                                                                                                                                                   
## 787                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 788                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 789                                                                                                                                                                                   
## 790                                                                                                                  http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 791                                                                                                                  http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 792                                                                                                                               http://www.who.int/csr/don/13-february-2015-mers/en/
## 793                                                                                                                  http://www.who.int/csr/don/11-february-2015-mers-saudi-arabia/en/
## 794                                                                                                                  http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 795                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 796                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 797                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 798                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 799                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 800                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 801                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 802                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 803                                                                                                                                                                                   
## 804                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 805                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 806                                                                                                                  http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 807                                                                                                                      http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 808                                                                                                                  http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 809                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 810                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 811                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 812                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 813                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 814                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 815                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 816                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 817                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 818                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 819                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 820                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 821                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 822                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 823                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 824                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 825                                                                                                                                                                                   
## 826                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 827                                                                                                                                                                                   
## 828                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 829                                                                                                                                                                                   
## 830                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 831                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 832                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 833                                                                                                                                                                                   
## 834                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 835                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 836                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 837                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 838                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 839                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 840                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 841                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 842                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 843                                                                                                                     http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 844                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 845                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 846                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 847                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 848                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 849                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 850                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 851                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 852                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 853                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 854                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 855                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 856                                                                                                                                                                                   
## 857                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 858                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 859                                                                                                                     http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 860                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 861                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 862                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 863                                                                                                                                                                                   
## 864                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 865                                                                                                                     http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 866                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 867                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 868                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 869                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 870                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 871                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 872                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 873                                                                                                                      http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 874                                                                                                                     http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 875                                                                                                                                                                                   
## 876                                                                                                                     http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 877                                                                                                                     http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 878                                                                                                                     http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 879                                                                                                                     http://www.who.int/csr/don/29-april-2015-mers-saudi-arabia/en/
## 880                                                                                                                                                                                   
## 881                                                                                                                     http://www.who.int/csr/don/29-april-2015-mers-saudi-arabia/en/
## 882                                                                                                                     http://www.who.int/csr/don/29-april-2015-mers-saudi-arabia/en/
## 883                                                                                                                     http://www.who.int/csr/don/29-april-2015-mers-saudi-arabia/en/
## 884                                                                                                                                                                                   
## 885                                                                                                                                                                                   
## 886                                                                                                                        http://www.who.int/csr/don/8-may-2015-mers-saudi-arabia/en/
## 887                                                                                                                       http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 888                                                                                                                       http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 889                                                                                                                       http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 890                                                                                                                       http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 891                                                                                                                       http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 892                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 893                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 894                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 895                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 896                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 897                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 898                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 899                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 900                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 901                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 902                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 903                                                                                                                       http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 904                                                                                                                       http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 905                                                                                                                       http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 906                                                                                                                       http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 907                                                                                                                       http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 908                                                                                                                      http://www.who.int/csr/don/01-june-2015-mers-saudi-arabia/en/
## 909                                                                                                                      http://www.who.int/csr/don/01-june-2015-mers-saudi-arabia/en/
## 910                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 911                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 912                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 913                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 914                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 915                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 916                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 917                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 918                                                                                                                      http://www.who.int/csr/don/04-june-2015-mers-saudi-arabia/en/
## 919                                                                                                                                                                                   
## 920                                                                                                                      http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 921                                                                                                                      http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 922                                                                                                                               http://www.who.int/csr/don/07-november-2014-mers/en/
## 923                                                                                                                               http://www.who.int/csr/don/07-november-2014-mers/en/
## 924                                                                                                                               http://www.who.int/csr/don/07-november-2014-mers/en/
## 925                                                                                                                      http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 926                                                                                                                      http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 927                                                                                                                      http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 928                                                                                                                      http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 929                                                                                                                      http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 930                                                                                                                      http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 931                                                                                                                      http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 932                                                                                                                      http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 933                                                                                                                      http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 934                                                                                                                      http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 935                                                                                                                      http://www.who.int/csr/don/11-june-2015-mers-saudi-arabia/en/
## 936                                                                                                                      http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 937                                                                                                                      http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 938                                                                                                                      http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 939                                                                                                                          http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 940                                                                                                                          http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 941                                                                                                                          http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 942                                                                                                                          http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 943                                                                                                                                                                                   
## 944                                                                                                                          http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 945                                                                                                                      http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 946                                                                                                                      http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 947                                                                                                                      http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 948                                                                                                                      http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 949                                                                                                                      http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 950                                                                                                                      http://www.who.int/csr/don/03-july-2015-mers-saudi-arabia/en/
## 951                                                                                                                      http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 952                                                                                                                      http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 953                                                                                                                      http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 954                                                                                                                      http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 955                                                                                                                       http://www.who.int/csr/don/08-july-2015-mers-philippines/en/
## 956                                                                                                                      http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 957                                                                                                                      http://www.who.int/csr/don/24-july-2015-mers-saudi-arabia/en/
## 958                                                                                                                      http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 959                                                                                                                      http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 960                                                                                                                      http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 961                                                                                                                      http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 962                                                                                                                      http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 963                                                                                                                      http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 964                                                                                                                      http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 965                                                                                                                      http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 966                                                                                                                    http://www.who.int/csr/don/06-august-2015-mers-saudi-arabia/en/
## 967                                                                                                                    http://www.who.int/csr/don/06-august-2015-mers-saudi-arabia/en/
## 968                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 969                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 970                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 971                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 972                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 973                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 974                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 975                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 976                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 977                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 978                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 979                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 980                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 981                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 982                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 983                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 984                                                                                                                    http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 985                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 986                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 987                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 988                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 989                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 990                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 991                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 992                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 993                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 994                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 995                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 996                                                                                                                    http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 997                                                                                                                    http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 998                                                                                                                    http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 999                                                                                                                    http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1000                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1001                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1002                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1003                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1004                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1005                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1006                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1007                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1008                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1009                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1010                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1011                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1012                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1013                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1014                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1015                                                                                                                   http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 1016                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1017                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1018                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1019                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1020                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1021                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1022                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1023                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1024                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1025                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1026                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1027                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1028                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1029                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1030                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1031                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1032                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1033                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1034                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1035                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1036                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1037                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1038                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1039                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1040                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1041                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1042                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1043                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1044                                                                                                                   http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1045                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1046                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1047                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1048                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1049                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1050                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1051                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1052                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1053                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1054                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1055                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1056                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1057                                                                                                                   http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1058                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1059                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1060                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1061                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1062                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1063                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1064                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1065                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1066                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1067                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1068                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1069                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1070                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1071                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1072                                                                                                                http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1073                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1074                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1075                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1076                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1077                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1078                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1079                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1080                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1081                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1082                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1083                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1084                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1085                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1086                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1087                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1088                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1089                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1090                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1091                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1092                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1093                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1094                                                                                                                http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1095                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1096                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1097                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1098                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1099                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1100                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1101                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1102                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1103                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1104                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1105                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1106                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1107                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1108                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1109                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1110                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1111                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1112                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1113                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1114                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1115                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1116                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1117                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1118                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1119                                                                                                                http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1120                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1121                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1122                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1123                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1124                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1125                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1126                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1127                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1128                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1129                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1130                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1131                                                                                                                                                                                  
## 1132                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1133                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1134                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1135                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1136                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1137                                                                                                                      http://www.who.int/csr/don/01-september-2015-mers-jordan/en/
## 1138                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1139                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1140                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1141                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1142                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1143                                                                                                                http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1144                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1145                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1146                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1147                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1148                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1149                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1150                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1151                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1152                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1153                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1154                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1155                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1156                                                                                                                http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1157                                                                                                                http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1158                                                                                                                http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1159                                                                                                                                                                                  
## 1160                                                                                                                http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1161                                                                                                                http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1162                                                                                                                http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1163                                                                                                                http://www.who.int/csr/don/30-september-2015-mers-saudi-arabia/en/
## 1164                                                                                                                                                                                  
## 1165                                                                                                                                                                                  
## 1166                                                                                                                  http://www.who.int/csr/don/12-october-2015-mers-saudi-arabia/en/
## 1167                                                                                                                  http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1168                                                                                                                  http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1169                                                                                                                                                                                  
## 1170                                                                                                                  http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1171                                                                                                                  http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1172                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1173                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1174                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1175                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1176                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1177                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1178                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1179                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1180                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1181                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1182                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1183                                                                                                                  http://www.who.int/csr/don/29-october-2015-mers-saudi-arabia/en/
## 1184                                                                                                                 http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1185                                                                                                                 http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1186                                                                                                                 http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1187                                                                                                                 http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1188                                                                                                                 http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1189                                                                                                                 http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1190                                                                                                                 http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1191                                                                                                                  http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1192                                                                                                                  http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1193                                                                                                                                                                                  
## 1194                                                                                                                  http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1195                                                                                                                                                                                  
## 1196                                                                                                                   http://www.who.int/csr/don/4-january-2016-mers-saudi-arabia/en/
## 1197                                                                                                                   http://www.who.int/csr/don/4-january-2016-mers-saudi-arabia/en/
## 1198                                                                                                                   http://www.who.int/csr/don/4-january-2016-mers-saudi-arabia/en/
## 1199                                                                                                                   http://www.who.int/csr/don/4-january-2016-mers-saudi-arabia/en/
## 1200                                                                                                                  http://www.who.int/csr/don/26-january-2016-mers-saudi-arabia/en/
## 1201                                                                                                                  http://www.who.int/csr/don/26-january-2016-mers-saudi-arabia/en/
## 1202                                                                                                                  http://www.who.int/csr/don/26-january-2016-mers-saudi-arabia/en/
## 1203                                                                                                                  http://www.who.int/csr/don/26-january-2016-mers-saudi-arabia/en/
## 1204                                                                                                                  http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1205                                                                                                                  http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1206                                                                                                                  http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1207                                                                                                                  http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1208                                                                                                                  http://www.who.int/csr/don/2-february-2016-mers-saudi-arabia/en/
## 1209                                                                                                                 http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1210                                                                                                                 http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1211                                                                                                                 http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1212                                                                                                                 http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1213                                                                                                                           http://www.who.int/csr/don/10-march-2016-mers-qatar/en/
## 1214                                                                                                                 http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1215                                                                                                                 http://www.who.int/csr/don/29-february-2016-mers-saudi-arabia/en/
## 1216                                                                                                                    http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1217                                                                                                                    http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1218                                                                                                                    http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1219                                                                                                                    http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1220                                                                                                                    http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1221                                                                                                                    http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1222                                                                                                                    http://www.who.int/csr/don/10-march-2016-mers-saudi-arabia/en/
## 1223                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1224                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1225                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1226                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1227                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1228                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1229                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1230                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1231                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1232                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1233                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1234                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1235                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1236                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1237                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1238                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1239                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1240                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1241                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1242                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1243                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1244                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1245                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1246                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1247                                                                                                                    http://www.who.int/csr/don/14-march-2016-mers-saudi-arabia/en/
## 1248                                                                                                                    http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1249                                                                                                                    http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1250                                                                                                                    http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1251                                                                                                                    http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1252                                                                                                                    http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1253                                                                                                                    http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1254                                                                                                                    http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1255                                                                                                                    http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1256                                                                                                                    http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1257                                                                                                                    http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1258                                                                                                                    http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1259                                                                                                                    http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1260                                                                                                                    http://www.who.int/csr/don/18-march-2016-mers-saudi-arabia/en/
## 1261                                                                                                                    http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1262                                                                                                                    http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1263                                                                                                                    http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1264                                                                                                                    http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1265                                                                                                                    http://www.who.int/csr/don/23-march-2016-mers-saudi-arabia/en/
## 1266                                                                                                                    http://www.who.int/csr/don/23-march-2016-mers-saudi-arabia/en/
## 1267                                                                                                                    http://www.who.int/csr/don/23-march-2016-mers-saudi-arabia/en/
## 1268                                                                                                                    http://www.who.int/csr/don/23-march-2016-mers-saudi-arabia/en/
## 1269                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1270                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1271                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1272                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1273                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1274                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1275                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1276                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1277                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1278                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1279                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1280                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1281                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1282                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1283                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1284                                                                                                                    http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1285                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1286                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1287                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1288                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1289                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1290                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1291                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1292                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1293                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1294                                                                                                                    http://www.who.int/csr/don/22-april-2016-mers-saudi-arabia/en/
## 1295                                                                                                                         http://www.who.int/csr/don/25-april-2016-mers-bahrain/en/
## 1296                                                                                                                    http://www.who.int/csr/don/26-april-2016-mers-saudi-arabia/en/
## 1297                                                                                                                    http://www.who.int/csr/don/26-april-2016-mers-saudi-arabia/en/
## 1298                                                                                                                    http://www.who.int/csr/don/26-april-2016-mers-saudi-arabia/en/
## 1299                                                                                                                      http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1300                                                                                                                      http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1301                                                                                                                      http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1302                                                                                                                      http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1303                                                                                                                     http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1304                                                                                                                     http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1305                                                                                                                     http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1306                                                                                                                     http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1307                                                                                                                     http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1308                                                                                                                     http://www.who.int/csr/don/19-june-2016-mers-saudi-arabia/en/
## 1309                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1310                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1311                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1312                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1313                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1314                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1315                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1316                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1317                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1318                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1319                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1320                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1321                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1322                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1323                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1324                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1325                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1326                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1327                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1328                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1329                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1330                                                                                                                     http://www.who.int/csr/don/21-june-2016-mers-saudi-arabia/en/
## 1331                                                                                                                     http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1332                                                                                                                     http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1333                                                                                                                     http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1334                                                                                                                     http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1335                                                                                                                     http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1336                                                                                                                     http://www.who.int/csr/don/22-june-2016-mers-saudi-arabia/en/
## 1337                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1338                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1339                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1340                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1341                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1342                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1343                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1344                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1345                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1346                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1347                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1348                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1349                                                                                                                     http://www.who.int/csr/don/06-july-2016-mers-saudi-arabia/en/
## 1350                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1351                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1352                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1353                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1354                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1355                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1356                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1357                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1358                                                                                                                     http://www.who.int/csr/don/25-july-2016-mers-saudi-arabia/en/
## 1359                                                                                                                       http://www.who.int/csr/don/26-august-2016-mers-thailand/en/
## 1360                                                                                                                http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1361                                                                                                                http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1362                                                                                                                http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1363                                                                                                                http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1364                                                                                                                http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1365                                                                                                                http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1366                                                                                                                http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1367                                                                                                                http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1368                                                                                                                http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1369                                                                                                                http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1370                                                                                                                http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1371                                                                                                                http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1372                                                                                                                http://www.who.int/csr/don/21-september-2016-mers-saudi-arabia/en/
## 1373                                                                                                                                                                                  
## 1374                                                                                                                                                                                  
## 1375                                                                                                                                                                                  
## 1376                                                                                                                                                                                  
## 1377                                                                                                                                                                                  
## 1378                                                                                                                                                                                  
## 1379                                                                                                                                                                                  
## 1380                                                                                                                     http://www.who.int/csr/don/20-september-2016-mers-austria/en/
##                                                                                                 citation2
## 1                                                                                                        
## 2                                                                                                        
## 3                                                                                                        
## 4                                                                                                        
## 5                                                                                                        
## 6                                                                                                        
## 7                                                                                                        
## 8                                                                                                        
## 9       http://flutrackers.com/forum/showpost.php?s=43133dbdc38d23427c566af39a3d8581&p=487291&postcount=2
## 10                                                    http://www.who.int/csr/don/2013_08_28/en/index.html
## 11                                                    http://www.who.int/csr/don/2013_03_12/en/index.html
## 12                                                    http://www.who.int/csr/don/2013_03_23/en/index.html
## 13                                                                                                       
## 14                                                                                                       
## 15                                                                                                       
## 16                                                                                                       
## 17                                                                                                       
## 18                                                                                                       
## 19                                                                                                       
## 20                                                                                                       
## 21                                                                                                       
## 22                                                                                                       
## 23                                                                                                       
## 24                                                                                                       
## 25                                                                                                       
## 26                                                                                                       
## 27                                                                                                       
## 28                                                                                                       
## 29                                                                                                       
## 30                                                                                                       
## 31                                                                                                       
## 32                                                                                                       
## 33                                                                                                       
## 34                                                                                                       
## 35                                                                                                       
## 36                                                                                                       
## 37                                                                                                       
## 38                                                                                                       
## 39                                                                                                       
## 40                                                                                                       
## 41                                                                                                       
## 42                                                                                                       
## 43                                                                                                       
## 44                                                                                                       
## 45                                                          http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 46                                                                                                       
## 47                                                                                                       
## 48                                                                                                       
## 49                                                    http://www.who.int/csr/don/2013_07_05/en/index.html
## 50                                                    http://www.who.int/csr/don/2013_06_15/en/index.html
## 51                                                    http://www.who.int/csr/don/2013_06_15/en/index.html
## 52                                                                                                       
## 53                                     http://www.flutrackers.com/forum/showpost.php?p=501406&postcount=5
## 54                                                    http://www.who.int/csr/don/2013_07_05/en/index.html
## 55                                                                                                       
## 56                                                    http://www.who.int/csr/don/2013_06_22/en/index.html
## 57                                                                                                       
## 58                                                                                                       
## 59                                                                                                       
## 60                                                                                                       
## 61                                                    http://www.who.int/csr/don/2013_06_26/en/index.html
## 62                                                                                                       
## 63                                                                                                       
## 64                                                                                                       
## 65                                                                                                       
## 66                                                                                                       
## 67                                                                                                       
## 68                                                                                                       
## 69                                                          http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 70                                                                                                       
## 71                                                          http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 72                                                                                                       
## 73           http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/News-2013-07-17-001.aspx
## 74           http://www.moh.gov.sa/en/HealthAwareness/Corona/PressReleases/Pages/News-2013-07-17-001.aspx
## 75                                                                                                       
## 76                                                                                                       
## 77                                                                                                       
## 78                                                                                                       
## 79                                                    http://www.who.int/csr/don/2013_08_01/en/index.html
## 80                                                    http://www.who.int/csr/don/2013_08_01/en/index.html
## 81                                                                                                       
## 82                                                                                                       
## 83                                      http://www.kuna.net.kw/ArticleDetails.aspx?id=2331628&language=en
## 84                                                    http://www.who.int/csr/don/2013_08_28/en/index.html
## 85                                                    http://www.who.int/csr/don/2013_08_28/en/index.html
## 86                                                                                                       
## 87                                                                                                       
## 88              http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2013-08-21-001.aspx
## 89                                                                                                       
## 90                                                    http://www.who.int/csr/don/2013_08_30/en/index.html
## 91                                                    http://www.who.int/csr/don/2013_08_30/en/index.html
## 92                                                    http://www.who.int/csr/don/2013_08_30/en/index.html
## 93                                                          http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 94                                                                                                       
## 95   http://globalnation.inquirer.net/85815/filipino-nurse-in-riyadh-dies-from-lethal-respiratory-disease
## 96              http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-05-001.aspx
## 97              http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-05-001.aspx
## 98              http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/Mediastatement-2013-09-05-001.aspx
## 99                                                          http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 100                                                         http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 101                                                                                                      
## 102                                                                                                      
## 103                                                         http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 104                                                                                                      
## 105                                                                                                      
## 106                                                                                                      
## 107                                                                                                      
## 108                                                                                                      
## 109                                                                                                      
## 110                                                                                                      
## 111                                                                                                      
## 112                                                         http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 113                                                                                                      
## 114                                                                                                      
## 115                                                   http://www.who.int/csr/don/2013_10_24/en/index.html
## 116                                                   http://www.who.int/csr/don/2013_10_24/en/index.html
## 117                                                   http://www.who.int/csr/don/2013_10_24/en/index.html
## 118                                              http://www.flutrackers.com/forum/showthread.php?t=211669
## 119                                              http://www.flutrackers.com/forum/showthread.php?t=211669
## 120                                              http://www.flutrackers.com/forum/showthread.php?t=211669
## 121                                                                                                      
## 122                                                                                                      
## 123                                                                                                      
## 124                                                                                                      
## 125                                                                                                      
## 126                                                   http://www.who.int/csr/don/2013_10_24/en/index.html
## 127                                              http://www.arabnews.com/news/468663#.UmjW0zcDIOo.twitter
## 128            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2013-10-27-001.aspx
## 129                                              http://www.flutrackers.com/forum/showthread.php?t=213229
## 130                                              http://www.flutrackers.com/forum/showthread.php?t=213229
## 131                                              http://www.flutrackers.com/forum/showthread.php?t=213229
## 132                 http://www.who.int/csr/disease/coronavirus_infections/MERS_CoV_Update_20_Jan_2014.pdf
## 133                                              http://www.flutrackers.com/forum/showthread.php?t=213410
## 134                                             http://wwwnc.cdc.gov/eid/article/20/6/14-0402_article.htm
## 135                 http://www.who.int/csr/disease/coronavirus_infections/MERS_CoV_Update_20_Jan_2014.pdf
## 136                                                                                                      
## 137                                                                                                      
## 138                                                                                                      
## 139                                                                                                      
## 140                                                                                                      
## 141                                                       http://www.promedmail.org/direct.php?id=2139610
## 142                                                       http://www.promedmail.org/direct.php?id=2139610
## 143                                                                                                      
## 144                                                                                                      
## 145      http://www.cidrap.umn.edu/news-perspective/2013/12/who-saudi-arabia-update-mers-case-information
## 146                                                                                                      
## 147                                                                                                      
## 148                                                                                                      
## 149                                                                                                      
## 150                                                                                                      
## 151                                                                                                      
## 152                                                                                                      
## 153                                                                                                      
## 154                                                                                                      
## 155                                                                                                      
## 156                                                                                                      
## 157                                                                                                      
## 158                                                                                                      
## 159                                                                                                      
## 160                                                                                                      
## 161                                                                                                      
## 162                                                                                                      
## 163                                                                                                      
## 164                                                                                                      
## 165                                                                                                      
## 166                                                                                                      
## 167                                                                                                      
## 168                                                                                                      
## 169                                                                                                      
## 170            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-02-001.aspx
## 171            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-02-001.aspx
## 172                                                                                                      
## 173                                                                                                      
## 174                                                                                                      
## 175            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-07-001.aspx
## 176            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-07-001.aspx
## 177                                                                                                      
## 178                                                                                                      
## 179                                                                                                      
## 180            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-07-001.aspx
## 181            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-07-001.aspx
## 182                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 183                                                                                                      
## 184                                                                                                      
## 185                                                                                                      
## 186                                                                                                      
## 187                                                                                                      
## 188            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 189                                                                                                      
## 190                                                                                                      
## 191                                                                                                      
## 192                                                                                                      
## 193                                                                                                      
## 194                                                                                                      
## 195                                                                                                      
## 196                                                                                                      
## 197                                                                                                      
## 198                   http://www.moh.gov.sa/en/CCC/pressreleases/pages/mediastatement-2014-05-09-001.aspx
## 199                                                                                                      
## 200                                                                                                      
## 201                                                                                                      
## 202                                                                                                      
## 203                                                                                                      
## 204                                                                                                      
## 205                                                                                                      
## 206                                                                                                      
## 207                                                                                                      
## 208                                                                                                      
## 209                                                                                                      
## 210                                                                                                      
## 211                                                                                                      
## 212                                                                                                      
## 213                                                                                                      
## 214                                                                                                      
## 215                                                                                                      
## 216                                                                                                      
## 217                                                                                                      
## 218                                                                                                      
## 219                                                                                                      
## 220            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 221            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 222            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 223            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 224            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 225            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-18-002.aspx
## 226                                      http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20782
## 227                                                                                                      
## 228                                                                                                      
## 229                                                                                                      
## 230                                                                                                      
## 231                                                                                                      
## 232                                                                                                      
## 233                                                                                                      
## 234            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 235            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 236            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 237            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 238            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 239            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 240            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 241            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 242            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 243            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 244            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 245            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 246            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-20-001.aspx
## 247                          http://www.haad.ae/haad/tabid/58/ctl/Details/Mid/417/ItemID/410/Default.aspx
## 248             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-01-001.aspx
## 249            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 250            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 251            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 252            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 253            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 254            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 255            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 256            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 257            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 258            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 259            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 260            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 261            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 262            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 263            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 264            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-21-002.aspx
## 265            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-23-002.aspx
## 266                                                                                                      
## 267                                                                                                      
## 268                                                                                                      
## 269                                                                                                      
## 270                                                                                                      
## 271                                                                                                      
## 272                                                                                                      
## 273                   http://www.moh.gov.sa/en/CCC/pressreleases/pages/mediastatement-2014-05-09-001.aspx
## 274                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 275            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-25-001.aspx
## 276                                                                                                      
## 277                                                                                                      
## 278                                                                                                      
## 279             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 280                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 281                                                                                                      
## 282                                                                                                      
## 283                                                                                                      
## 284                                                                                                      
## 285            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 286                                                                                                      
## 287            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 288                                                                                                      
## 289                                                                                                      
## 290             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 291                                                                                                      
## 292            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-24-001.aspx
## 293                                                                                                      
## 294                                                                                                      
## 295                                                                                                      
## 296            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 297                                                                                                      
## 298                                                                                                      
## 299                                                                                                      
## 300                                                                                                      
## 301                                                                                                      
## 302                                                                                                      
## 303                                                                                                      
## 304                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 305            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 306                                                                                                      
## 307             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 308                                                                                                      
## 309                                                                                                      
## 310                                                                                                      
## 311                                                                                                      
## 312                                                                                                      
## 313                                                                                                      
## 314                                                                                                      
## 315                                                                                                      
## 316                                                                                                      
## 317                                                                                                      
## 318                                                                                                      
## 319                                                                                                      
## 320                                                                                                      
## 321                                                                                                      
## 322            http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 323                                                                                                      
## 324                                                                                                      
## 325                                                                                                      
## 326                                                                                                      
## 327                                                                                                      
## 328                                                                                                      
## 329                                                                                                      
## 330                                                                                                      
## 331                                                                                                      
## 332                                                                                                      
## 333                                                                                                      
## 334             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 335                                                                                                      
## 336                                                                                                      
## 337                                                                                                      
## 338                                                                                                      
## 339                                                                                                      
## 340                                                                                                      
## 341                                                                                                      
## 342                                                                                                      
## 343                                                                                                      
## 344                                                                                                      
## 345                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 346                                                                                                      
## 347                                                                                                      
## 348                                                                                                      
## 349                                                                                                      
## 350                                                                                                      
## 351                                                                                                      
## 352                                                                                                      
## 353                                                                                                      
## 354                                                                                                      
## 355                                                                                                      
## 356                                                                                                      
## 357                                                                                                      
## 358                                                                                                      
## 359                                                                                                      
## 360                                                                                                      
## 361                                                                                                      
## 362             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 363             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 364                                                                                                      
## 365                                                                                                      
## 366             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 367                                                                                                      
## 368                                                                                                      
## 369                                                                                                      
## 370                                                                                                      
## 371                                                                                                      
## 372                                                                                                      
## 373                                                                                                      
## 374                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-05-001.aspx
## 375             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 376             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 377                                                                                                      
## 378                                                                                                      
## 379                                                                                                      
## 380                                                                                                      
## 381                                                                                                      
## 382                                                                                                      
## 383                                                                                                      
## 384                                                                                                      
## 385                                                                                                      
## 386                                                                                                      
## 387                                                                                                      
## 388                                                                                                      
## 389                                                                                                      
## 390                                                                                                      
## 391             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 392             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 393                                                                                                      
## 394                                                                                                      
## 395                                                                                                      
## 396                                                                                                      
## 397                                                                                                      
## 398                                                                                                      
## 399                                                                                                      
## 400                                                                                                      
## 401                                                                                                      
## 402                                                                                                      
## 403                                                                                                      
## 404                                                                                                      
## 405                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 406                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 407             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 408                                                                                                      
## 409                                                                                                      
## 410             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-12-001.aspx
## 411                                                                                                      
## 412                                                                                                      
## 413             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 414                                                                                                      
## 415                                                                                                      
## 416             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 417                                                                                                      
## 418                                                                                                      
## 419                                                                                                      
## 420                                                                                                      
## 421                                                                                                      
## 422             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 423                                                                                                      
## 424                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 425                                                                                                      
## 426                                                                                                      
## 427                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-12-001.aspx
## 428                                                                                                      
## 429             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 430                                                                                                      
## 431                                                                                                      
## 432                                                                                                      
## 433                                                                                                      
## 434                                                                                                      
## 435                                                                                                      
## 436                                                                                                      
## 437                                                                                                      
## 438                                                                                                      
## 439             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 440             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 441                                                                                                      
## 442                                                                                                      
## 443                                                                                                      
## 444                                                                                                      
## 445                                                                                                      
## 446                                                                                                      
## 447             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 448                                                                                                      
## 449                                                                                                      
## 450                                                                                                      
## 451                                                                                                      
## 452             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-09-001.aspx
## 453                                                                                                      
## 454                                                                                                      
## 455                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-08-001.aspx
## 456                                                                                                      
## 457                                                                                                      
## 458             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 459                                                                                                      
## 460                                                                                                      
## 461                                                                                                      
## 462                                                                                                      
## 463                                                                                                      
## 464             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-24-001.aspx
## 465             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 466                                                                                                      
## 467                                                                                                      
## 468             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 469                                                                                                      
## 470                                                                                                      
## 471                   http://www.moh.gov.sa/en/CCC/pressreleases/pages/mediastatement-2014-05-09-001.aspx
## 472             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-18-001.aspx
## 473             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-10-001.aspx
## 474                                                                                                      
## 475             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-11-001.aspx
## 476                                                                                                      
## 477                                                                                                      
## 478                                                                                                      
## 479                                                                                                      
## 480                                                                                                      
## 481                                                                                                      
## 482                                                                                                      
## 483             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-15-001.aspx
## 484                                                                                                      
## 485                                                                                                      
## 486                                                                                                      
## 487             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 488                                                                                                      
## 489                                                                                                      
## 490                                                                                                      
## 491                                                                                                      
## 492                                                                                                      
## 493             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-14-001.aspx
## 494                                                                                                      
## 495                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 496                                                                                                      
## 497                                                                                                      
## 498                                                                                                      
## 499             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-13-001.aspx
## 500             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 501                                                                                                      
## 502                                                        http://www.who.int/csr/don/2014_05_15_mers/en/
## 503                                                                                                      
## 504                                                                                                      
## 505                                                                                                      
## 506                                                                                                      
## 507                                      http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20817
## 508                                                                                                      
## 509                                                                                                      
## 510                                                                                                      
## 511             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-20-001.aspx
## 512             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 513                                                                                                      
## 514             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-17-001.aspx
## 515                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 516                                                                                                      
## 517                                                                                                      
## 518             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-16-001.aspx
## 519                                                                                                      
## 520                                                                                                      
## 521                                                                                                      
## 522                                                                                                      
## 523                                                                                                      
## 524                                                                                                      
## 525                                                                                                      
## 526                                                                                                      
## 527                                      http://www.eurosurveillance.org/ViewArticle.aspx?ArticleId=20817
## 528                                                                                                      
## 529                                                                                                      
## 530             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-27-001.aspx
## 531                                                                                                      
## 532                                                                                                      
## 533                                                                                                      
## 534                                                                                                      
## 535                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-11-001.aspx
## 536                                                                                                      
## 537                                                                                                      
## 538                                                                                                      
## 539                                                                                                      
## 540                                                                                                      
## 541                                                                                                      
## 542             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 543                                                                                                      
## 544                                                                                                      
## 545                                                                                                      
## 546                                                                                                      
## 547                                                                                                      
## 548                                                                                                      
## 549             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 550                                                                                                      
## 551                                                                                                      
## 552                                                                                                      
## 553                                                                                                      
## 554                                                                                                      
## 555                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 556                                                                                                      
## 557                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-04-001.aspx
## 558                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 559                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-03-002.aspx
## 560                                                                                                      
## 561                                                                                                      
## 562                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-08-001.aspx
## 563                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-09-001.aspx
## 564                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-11-001.aspx
## 565                                                                                                      
## 566                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-19-001.aspx
## 567                                                                                                      
## 568             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-28-001.aspx
## 569                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-08-001.aspx
## 570                                                                                                      
## 571                                                                                                      
## 572                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-09-001.aspx
## 573                                                                                                      
## 574                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-11-001.aspx
## 575                                                                                                      
## 576                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-19-001.aspx
## 577                                                                                                      
## 578                                                                                                      
## 579             http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-06-01-001.aspx
## 580                                                                                                      
## 581                                                                                                      
## 582                                                                                                      
## 583                                                                                                      
## 584                                                                                                      
## 585                                                                                                      
## 586                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 587                                                                                                      
## 588                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 589                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-04-001.aspx
## 590                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 591                   http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-06-05-001.aspx
## 592                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-17-001.aspx
## 593                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-15-001.aspx
## 594                                                                                                      
## 595                                                                                                      
## 596                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-12-001.aspx
## 597                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-23-001.aspx
## 598                                                                                                      
## 599                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-15-001.aspx
## 600                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-12-001.aspx
## 601                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-22-001.aspx
## 602                                                                                                      
## 603                                                        http://www.who.int/csr/don/2014_06_16_mers/en/
## 604                                                        http://www.who.int/csr/don/2014_06_16_mers/en/
## 605                                                        http://www.who.int/csr/don/2014_06_25_mers/en/
## 606                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-18-001.aspx
## 607                                                        http://www.who.int/csr/don/2014_06_26_mers/en/
## 608                                                        http://www.who.int/csr/don/2014_06_26_mers/en/
## 609                                                        http://www.who.int/csr/don/2014_06_26_mers/en/
## 610                                                        http://www.who.int/csr/don/2014_06_26_mers/en/
## 611                                                        http://www.who.int/csr/don/2014_07_02_mers/en/
## 612                                                        http://www.who.int/csr/don/2014_07_02_mers/en/
## 613                                                                                                      
## 614                                                                                                      
## 615                                                                                                      
## 616                                                                                                      
## 617                                                                                                      
## 618                                                                                                      
## 619                                                                                                      
## 620                                                                                                      
## 621                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2014-08-11-001.aspx
## 622                                                                                                      
## 623                                                                                                      
## 624                                                                                                      
## 625                                                                                                      
## 626                                                                                                      
## 627                                                                                                      
## 628                                                                                                      
## 629                                                                                                      
## 630                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-01-001.aspx
## 631                                                                                                      
## 632                                                                                                      
## 633                                                                                                      
## 634                                                                                                      
## 635                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-11-001.aspx
## 636                                                                                                      
## 637                                                                                                      
## 638                                                                                                      
## 639                                                                                                      
## 640                                                   http://www.who.int/csr/don/16-october-2014-mers/en/
## 641                                                                                                      
## 642                                                   http://www.who.int/csr/don/16-october-2014-mers/en/
## 643                                                   http://www.who.int/csr/don/16-october-2014-mers/en/
## 644                                                   http://www.who.int/csr/don/16-october-2014-mers/en/
## 645                                                   http://www.who.int/csr/don/16-october-2014-mers/en/
## 646                                                   http://www.who.int/csr/don/16-october-2014-mers/en/
## 647                                                   http://www.who.int/csr/don/16-october-2014-mers/en/
## 648                                                                                                      
## 649                                                                                                      
## 650                                                                                                      
## 651                                                                                                      
## 652                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-19-001.aspx
## 653                                                                                                      
## 654                                                                                                      
## 655                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-04-001.aspx
## 656                                                                                                      
## 657                                                                                                      
## 658                                                                                                      
## 659                                                                                                      
## 660                                                                                                      
## 661                                                                                                      
## 662                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 663                                                                                                      
## 664                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 665                                                                                                      
## 666                                                                                                      
## 667                                                                                                      
## 668                                                                                                      
## 669                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-02-001.aspx
## 670                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-25-001.aspx
## 671                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-12-001.aspx
## 672                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-02-001.aspx
## 673                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-06-001.aspx
## 674                                                                                                      
## 675                                                                                                      
## 676                                                                                                      
## 677                                                                                                      
## 678                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-04-001.aspx
## 679                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-03-001.aspx
## 680                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-03-001.aspx
## 681                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-04-001.aspx
## 682                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-04-001.aspx
## 683                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-05-001.aspx
## 684                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-05-001.aspx
## 685                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-05-001.aspx
## 686                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-07-001.aspx
## 687                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-07-001.aspx
## 688                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-10-001.aspx
## 689                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 690                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-12-001.aspx
## 691                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-12-001.aspx
## 692                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-13-001.aspx
## 693                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-13-001.aspx
## 694                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-14-001.aspx
## 695                             http://www.moh.gov.sa/en/CCC/PressReleases/Pages/News-2014-11-18-001.aspx
## 696                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-19-001.aspx
## 697                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-20-001.aspx
## 698                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-22-001.aspx
## 699                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-24-001.aspx
## 700                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-26-001.aspx
## 701                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-28-001.aspx
## 702                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-28-001.aspx
## 703                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-29-001.aspx
## 704                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-02-001.aspx
## 705                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-03-001.aspx
## 706                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-03-001.aspx
## 707                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-05-001.aspx
## 708                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-08-001.aspx
## 709                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-16-001.aspx
## 710                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-16-001.aspx
## 711                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-19-001.aspx
## 712                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-26-001.aspx
## 713                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-26-001.aspx
## 714                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-30-001.aspx
## 715                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-03-001.aspx
## 716                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-03-001.aspx
## 717                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-05-001.aspx
## 718                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-06-001.aspx
## 719                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-07-001.aspx
## 720                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-08-001.aspx
## 721                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-09-001.aspx
## 722                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-09-001.aspx
## 723                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-14-001.aspx
## 724                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-14-001.aspx
## 725                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-18-001.aspx
## 726                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-19-001.aspx
## 727                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-21-001.aspx
## 728                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-21-001.aspx
## 729                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-22-001.aspx
## 730                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-22-001.aspx
## 731                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-22-001.aspx
## 732                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-27-001.aspx
## 733                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-30-001.aspx
## 734                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-30-001.aspx
## 735                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-02-001.aspx
## 736                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-03-001.aspx
## 737                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-03-001.aspx
## 738                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-03-001.aspx
## 739                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-04-001.aspx
## 740                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-04-001.aspx
## 741                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-05-001.aspx
## 742                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-06-001.aspx
## 743                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-06-001.aspx
## 744                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-06-001.aspx
## 745                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-07-001.aspx
## 746                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-08-001.aspx
## 747                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 748                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 749                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 750                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 751                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 752                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 753                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 754                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 755                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 756                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 757                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 758                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 759                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 760                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 761                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 762                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 763                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 764                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 765                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 766                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 767                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 768                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 769                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 770                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 771                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 772                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 773                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-15-001.aspx
## 774                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-15-001.aspx
## 775                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-15-001.aspx
## 776                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 777                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 778                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 779                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 780                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-16-001.aspx
## 781                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 782                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 783                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 784                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 785                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 786                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 787                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 788                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 789                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 790                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 791                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-20-001.aspx
## 792                                                                                                      
## 793                                                                                                      
## 794                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-22-001.aspx
## 795                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 796                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 797                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 798                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 799                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 800                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 801                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 802                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 803                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-24-001.aspx
## 804                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-25-001.aspx
## 805                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-26-001.aspx
## 806                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-26-001.aspx
## 807                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-27-001.aspx
## 808                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-27-001.aspx
## 809                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 810                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 811                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 812                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 813                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 814                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 815                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 816                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 817                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 818                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 819                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 820                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 821                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 822                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 823                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 824                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 825                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 826                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-03-001.aspx
## 827                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-03-001.aspx
## 828                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-04-001.aspx
## 829                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-04-001.aspx
## 830                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 831                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 832                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 833                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 834                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-06-001.aspx
## 835                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-06-001.aspx
## 836                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-07-001.aspx
## 837                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 838                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 839                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 840                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 841                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 842                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 843                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-10-001.aspx
## 844                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-11-001.aspx
## 845                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-11-001.aspx
## 846                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-12-001.aspx
## 847                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-12-001.aspx
## 848                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-13-001.aspx
## 849                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-13-001.aspx
## 850                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-14-001.aspx
## 851                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-14-001.aspx
## 852                        http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 853                        http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 854                        http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 855                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-17-001.aspx
## 856                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-18-001.aspx
## 857                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-21-001.aspx
## 858                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-22-001.aspx
## 859                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-22-001.aspx
## 860                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 861                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 862                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 863                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 864                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-25-001.aspx
## 865                                                                                                      
## 866                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 867                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 868                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-29-001.aspx
## 869                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-29-001.aspx
## 870                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-29-001.aspx
## 871                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-30-001.aspx
## 872                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-30-001.aspx
## 873                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-31-001.aspx
## 874                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-02-001.aspx
## 875                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-03-001.aspx
## 876                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-05-001.aspx
## 877                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-05-001.aspx
## 878                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-09-001.aspx
## 879                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-14-001.aspx
## 880                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-16-001.aspx
## 881                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-17-001.aspx
## 882                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-20-001.aspx
## 883                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-20-001.aspx
## 884                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-04-001.aspx
## 885                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-25-001.aspx
## 886                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-01-001.aspx
## 887                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-04-001.aspx
## 888                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-05-001.aspx
## 889                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-09-001.aspx
## 890                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-09-001.aspx
## 891                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-09-001.aspx
## 892                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 893                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 894                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 895                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 896                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 897                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 898                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 899                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 900                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-11-001.aspx
## 901                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-12-001.aspx
## 902                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-13-001.aspx
## 903                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-13-001.aspx
## 904                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-18-001.aspx
## 905                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-18-001.aspx
## 906                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-21-001.aspx
## 907                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-23-001.aspx
## 908                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-24-001.aspx
## 909                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-25-001.aspx
## 910                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-26-001.aspx
## 911                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-28-001.aspx
## 912                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-29-001.aspx
## 913                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-29-001.aspx
## 914                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-29-001.aspx
## 915                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 916                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 917                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 918                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 919                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-31-001.aspx
## 920                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-01-001.aspx
## 921                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-01-001.aspx
## 922                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-30-001.aspx
## 923                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-30-001.aspx
## 924                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-10-30-001.aspx
## 925                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-04-001.aspx
## 926                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-02-001.aspx
## 927                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-03-001.aspx
## 928                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 929                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 930                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 931                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 932                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-05-001.aspx
## 933                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-06-001.aspx
## 934                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-06-001.aspx
## 935                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-08-001.aspx
## 936                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 937                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-10-001.aspx
## 938                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-12-001.aspx
## 939                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-13-001.aspx
## 940                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-14-001.aspx
## 941                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-14-001.aspx
## 942                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-15-001.aspx
## 943                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-16-001.aspx
## 944                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-17-001.aspx
## 945                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-19-001.aspx
## 946                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-19-001.aspx
## 947                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-20-001.aspx
## 948                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-25-001.aspx
## 949                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-28-001.aspx
## 950                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-29-001.aspx
## 951                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-01-001.aspx
## 952                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-02-001.aspx
## 953                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-02-001.aspx
## 954                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-03-001.aspx
## 955                                                           http://promedmail.org/direct.php?id=3488115
## 956                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-13-001.aspx
## 957                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-13-001.aspx
## 958                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-16-001.aspx
## 959                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-21-001.aspx
## 960                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 961                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 962                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-23-001.aspx
## 963                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-23-001.aspx
## 964                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-24-001.aspx
## 965                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-25-001.aspx
## 966                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-28-001.aspx
## 967                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-29-001.aspx
## 968                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-03-001.aspx
## 969                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-03-001.aspx
## 970                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 971                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 972                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 973                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 974                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-05-001.aspx
## 975                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-07-001.aspx
## 976                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-07-001.aspx
## 977                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-07-001.aspx
## 978                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-08-001.aspx
## 979                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-08-001.aspx
## 980                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-08-001.aspx
## 981                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-09-001.aspx
## 982                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-09-001.aspx
## 983                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-09-001.aspx
## 984                                                           http://promedmail.org/direct.php?id=3565074
## 985                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 986                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 987                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 988                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 989                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 990                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 991                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 992                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 993                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 994                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 995                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 996                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 997                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-13-001.aspx
## 998                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 999                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 1000                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 1001                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 1002                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-15-001.aspx
## 1003                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1004                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1005                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1006                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 1007                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1008                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1009                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1010                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1011                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1012                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1013                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1014                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1015                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 1016                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1017                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1018                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1019                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1020                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1021                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1022                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1023                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1024                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1025                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-18-001.aspx
## 1026                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1027                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1028                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1029                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1030                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1031                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1032                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1033                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1034                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1035                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1036                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1037                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1038                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1039                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1040                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1041                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1042                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1043                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1044                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1045                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1046                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1047                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1048                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1049                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1050                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1051                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1052                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1053                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1054                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1055                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1056                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1057                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-23-001.aspx
## 1058                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1059                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1060                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1061                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1062                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1063                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1064                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1065                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1066                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1067                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1068                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1069                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1070                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1071                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1072                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1073                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1074                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1075                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1076                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1077                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1078                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1079                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1080                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1081                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1082                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-28-001.aspx
## 1083                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-28-001.aspx
## 1084                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-29-001.aspx
## 1085                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-29-001.aspx
## 1086                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1087                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1088                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1089                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1090                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1091                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1092                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1093                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1094                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1095                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1096                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1097                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1098                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1099                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1100                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1101                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1102                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1103                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1104                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1105                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-02-001.aspx
## 1106                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1107                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1108                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1109                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1110                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1111                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1112                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1113                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1114                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1115                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1116                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1117                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1118                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1119                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1120                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1121                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1122                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1123                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1124                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1125                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1126                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1127                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1128                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1129                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1130                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1131                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1132                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1133                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1134                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1135                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1136                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1137                                                                                                     
## 1138                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1139                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1140                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1141                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-11-001.aspx
## 1142                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-11-001.aspx
## 1143                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-11-001.aspx
## 1144                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1145                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1146                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1147                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1148                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1149                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1150                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1151                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1152                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1153                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1154                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1155                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-18-001.aspx
## 1156                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1157                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-20-001.aspx
## 1158                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1159                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-20-001.aspx
## 1160                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-24-001.aspx
## 1161                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-24-001.aspx
## 1162                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-24-001.aspx
## 1163                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-26-001.aspx
## 1164                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1165                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1166                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1167                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-10-001.aspx
## 1168                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-11-001.aspx
## 1169                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-06-001.aspx
## 1170                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-12-001.aspx
## 1171                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-13-001.aspx
## 1172                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-17-001.aspx
## 1173                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-17-001.aspx
## 1174                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-18-001.aspx
## 1175                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1176                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1177                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-20-001.aspx
## 1178                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-21-001.aspx
## 1179                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-22-001.aspx
## 1180                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-22-001.aspx
## 1181                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-22-001.aspx
## 1182                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-24-001.aspx
## 1183                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-24-001.aspx
## 1184                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-26-001.aspx
## 1185                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-26-001.aspx
## 1186                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1187                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1188                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1189                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1190                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-29-001.aspx
## 1191                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-02-001.aspx
## 1192                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1193                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-05-001.aspx
## 1194                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-12-001.aspx
## 1195                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-09-001.aspx
## 1196                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-11-29-001.aspx
## 1197                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-12-01-001.aspx
## 1198                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-16-001.aspx
## 1199                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-17-001.aspx
## 1200                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-27-001.aspx
## 1201                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-30-001.aspx
## 1202                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-12-001.aspx
## 1203                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-13-001.aspx
## 1204                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-22-001.aspx
## 1205                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-22-001.aspx
## 1206                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-24-001.aspx
## 1207                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-24-001.aspx
## 1208                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-27-001.aspx
## 1209                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-01-001.aspx
## 1210                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-03-001.aspx
## 1211                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-12-001.aspx
## 1212                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-12-001.aspx
## 1213                                                                                                     
## 1214                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-16-001.aspx
## 1215                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-16-001.aspx
## 1216                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-25-001.aspx
## 1217                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-25-001.aspx
## 1218                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-23-001.aspx
## 1219                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-22-001.aspx
## 1220                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-19-001.aspx
## 1221                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-17-001.aspx
## 1222                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-17-001.aspx
## 1223                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-08-001.aspx
## 1224                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-08-001.aspx
## 1225                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1226                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1227                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1228                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1229                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1230                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1231                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1232                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1233                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-06-001.aspx
## 1234                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1235                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1236                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1237                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1238                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1239                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1240                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-03-001.aspx
## 1241                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-29-001.aspx
## 1242                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-29-001.aspx
## 1243                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-29-001.aspx
## 1244                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-28-001.aspx
## 1245                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-27-001.aspx
## 1246                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-26-001.aspx
## 1247                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-26-001.aspx
## 1248                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1249                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1250                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1251                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1252                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1253                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-09-001.aspx
## 1254                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-09-001.aspx
## 1255                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-12-001.aspx
## 1256                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-12-001.aspx
## 1257                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-12-001.aspx
## 1258                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-12-001.aspx
## 1259                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1260                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1261                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1262                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1263                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-13-001.aspx
## 1264                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-13-001.aspx
## 1265                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1266                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1267                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1268                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1269                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-31-001.aspx
## 1270                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-29-001.aspx
## 1271                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-28-001.aspx
## 1272                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-27-001.aspx
## 1273                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-27-001.aspx
## 1274                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1275                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1276                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-23-001.aspx
## 1277                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-23-001.aspx
## 1278                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1279                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1280                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-19-001.aspx
## 1281                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-19-001.aspx
## 1282                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-19-001.aspx
## 1283                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-18-001.aspx
## 1284                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-18-001.aspx
## 1285                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-15-001.aspx
## 1286                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-13-001.aspx
## 1287                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-13-001.aspx
## 1288                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-12-001.aspx
## 1289                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-11-001.aspx
## 1290                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-9-001.aspx
## 1291                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-7-001.aspx
## 1292                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-6-001.aspx
## 1293                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1294                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-1-001.aspx
## 1295                                                                                                     
## 1296                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-23-001.aspx
## 1297                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-19-001.aspx
## 1298                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-19-001.aspx
## 1299                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-5-001.aspx
## 1300                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-2-001.aspx
## 1301                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-1-001.aspx
## 1302                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-30-001.aspx
## 1303                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-15-001.aspx
## 1304                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-15-001.aspx
## 1305                            http://www.moh.gov.sa/en/CCC/PressReleases/Pages/News-2016-06-13-001.aspx
## 1306                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-9-001.aspx
## 1307                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-3-001.aspx
## 1308                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-15-001.aspx
## 1309                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1310                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1311                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1312                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1313                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1314                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-18-001.aspx
## 1315                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1316                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1317                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1318                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1319                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1320                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1321                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1322                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1323                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1324                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1325                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-17-001.aspx
## 1326                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1327                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1328                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1329                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1330                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-16-001.aspx
## 1331                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-20-001.aspx
## 1332                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-20-001.aspx
## 1333                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1334                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-19-001.aspx
## 1335                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-19-001.aspx
## 1336                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-19-001.aspx
## 1337                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-30-001.aspx
## 1338                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-30-001.aspx
## 1339                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1340                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1341                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-28-001.aspx
## 1342                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-28-001.aspx
## 1343                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-26-001.aspx
## 1344                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-26-001.aspx
## 1345                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-25-001.aspx
## 1346                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-24-001.aspx
## 1347                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-23-001.aspx
## 1348                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-21-001.aspx
## 1349                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-21-001.aspx
## 1350                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-14-001.aspx
## 1351                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-11-001.aspx
## 1352                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-8-001.aspx
## 1353                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-8-001.aspx
## 1354                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1355                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-5-001.aspx
## 1356                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-4-001.aspx
## 1357                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-3-001.aspx
## 1358                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-3-001.aspx
## 1359                                                                                                     
## 1360                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-20-001.aspx
## 1361                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-22-001.aspx
## 1362                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-29-001.aspx
## 1363                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-2-001.aspx
## 1364                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-2-001.aspx
## 1365                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-4-001.aspx
## 1366                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-8-001.aspx
## 1367                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-18-001.aspx
## 1368                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-23-001.aspx
## 1369                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-26-001.aspx
## 1370                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-31-001.aspx
## 1371                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-5-001.aspx
## 1372                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-11-001.aspx
## 1373                                                          http://promedmail.org/post/20160515.4223430
## 1374                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-16-001.aspx
## 1375                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-17-001.aspx
## 1376                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-21-001.aspx
## 1377                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-23-001.aspx
## 1378                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-23-001.aspx
## 1379                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-29-001.aspx
## 1380                                                                                                     
##                                                                                                               citation3
## 1                                                                                                                      
## 2                                                                                                                      
## 3                                                                                                                      
## 4                                                                                                                      
## 5                                                                                                                      
## 6                                                                                                                      
## 7                                                                                                                      
## 8                                                                                                                      
## 9                                                                                                                      
## 10                                                                                                                     
## 11                                                                                                                     
## 12                                                                                                                     
## 13                                                                                                                     
## 14                                                                                                                     
## 15                                                                                                                     
## 16                                                                                                                     
## 17                                                                                                                     
## 18                                                                                                                     
## 19                                                                                                                     
## 20                                                                                                                     
## 21                                                                                                                     
## 22                                                                                                                     
## 23                                                                                                                     
## 24                                                                                                                     
## 25                                                                                                                     
## 26                                                                                                                     
## 27                                                                                                                     
## 28                                                                                                                     
## 29                                                                                                                     
## 30                                                                                                                     
## 31                                                                                                                     
## 32                                                                                                                     
## 33                                                                                                                     
## 34                                                                                                                     
## 35                                                                                                                     
## 36                                                                                                                     
## 37                                                                                                                     
## 38                                                                                                                     
## 39                                                                                                                     
## 40                                                                                                                     
## 41                                                                                                                     
## 42                                                                                                                     
## 43                                                                                                                     
## 44                                                                                                                     
## 45                                                                                                                     
## 46                                                                                                                     
## 47                                                                                                                     
## 48                                                                                                                     
## 49                                                                                                                     
## 50                                                                                                                     
## 51                                                                                                                     
## 52                                                                                                                     
## 53                                                                                                                     
## 54                                                                                                                     
## 55                                                                                                                     
## 56                                                                                                                     
## 57                                                                                                                     
## 58                                                                                                                     
## 59                                                                                                                     
## 60                                                                                                                     
## 61                                                                                                                     
## 62                                                                                                                     
## 63                                                                                                                     
## 64                                                                                                                     
## 65                                                                                                                     
## 66                                                                                                                     
## 67                                                                                                                     
## 68                                                                                                                     
## 69                                                                                                                     
## 70                                                                                                                     
## 71                                                                                                                     
## 72                                                                                                                     
## 73                                                                                                                     
## 74                                                                                                                     
## 75                                                                                                                     
## 76                                                                                                                     
## 77                                                                                                                     
## 78                                                                                                                     
## 79                                                                                                                     
## 80                                                                                                                     
## 81                                                                                                                     
## 82                                                                                                                     
## 83                                                                                                                     
## 84                                                                                                                     
## 85                                                                                                                     
## 86                                                                                                                     
## 87                                                                                                                     
## 88                                                                                                                     
## 89                                                                                                                     
## 90                                      http://online.wsj.com/news/articles/SB10001424127887324807704579086821158272430
## 91                                                   http://www.flutrackers.com/forum/showpost.php?p=508546&postcount=5
## 92                                                   http://www.flutrackers.com/forum/showpost.php?p=508546&postcount=5
## 93                                                                                                                     
## 94                                                                                                                     
## 95                                                                                                                     
## 96                                                                                                                     
## 97                                                                        http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 98                                                                        http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 99                                                                                                                     
## 100                                                                                                                    
## 101                                                                                                                    
## 102                                                                                                                    
## 103                                                                                                                    
## 104                                                                                                                    
## 105                                                                                                                    
## 106                                                                                                                    
## 107                                                                                                                    
## 108                                                                                                                    
## 109                                                                                                                    
## 110                                                                                                                    
## 111                                                                                                                    
## 112                                                                                                                    
## 113                                                                                                                    
## 114                                                                                                                    
## 115                                                                                                                    
## 116                                                                                                                    
## 117                                                                                                                    
## 118                                                                                                                    
## 119                                                                                                                    
## 120                                                                                                                    
## 121                                                                                                                    
## 122                                                                                                                    
## 123                                                                                                                    
## 124                                                                                                                    
## 125                                                                                                                    
## 126                                                                                                                    
## 127                                                                                                                    
## 128                                                                 http://www.who.int/csr/don/2013_10_31/en/index.html
## 129                                                                 http://www.who.int/csr/don/2013_10_31/en/index.html
## 130                                                                 http://www.who.int/csr/don/2013_10_31/en/index.html
## 131                                                                                                                    
## 132                                                                                                                    
## 133                                                                                                                    
## 134                                                                                                                    
## 135                                                                                                                    
## 136                                                                                                                    
## 137                                                                                                                    
## 138                                                                                                                    
## 139                                                                                                                    
## 140                                                                                                                    
## 141                                                                 http://www.who.int/csr/don/2013_12_31/en/index.html
## 142                                                                 http://www.who.int/csr/don/2013_12_31/en/index.html
## 143                                                                                                                    
## 144                                                                                                                    
## 145                                                                                                                    
## 146                                                                                                                    
## 147                                                                                                                    
## 148                                                                                                                    
## 149                                                                                                                    
## 150                                                                                                                    
## 151                                                                                                                    
## 152                                                                                                                    
## 153                                                                                                                    
## 154                                                                                                                    
## 155                                                                                                                    
## 156                                                                                                                    
## 157                                                                                                                    
## 158                                                                                                                    
## 159                                                                                                                    
## 160                                                                                                                    
## 161                                                                                                                    
## 162                                                                                                                    
## 163                                                                                                                    
## 164                                                                                                                    
## 165                                                                                                                    
## 166                                                                                                                    
## 167                                                                                                                    
## 168                                                                                                                    
## 169                                                                                                                    
## 170                                                                                                                    
## 171                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 172                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-02-001.aspx
## 173                                                                                                                    
## 174                                                                                                                    
## 175                                                                                                                    
## 176                                                                                                                    
## 177                                                                                                                    
## 178                                                                                                                    
## 179                                                                                                                    
## 180                                                                                                                    
## 181                                                                                                                    
## 182                                                                                                                    
## 183                                                                                                                    
## 184                                                                                                                    
## 185                                                                                                                    
## 186                                                                                                                    
## 187                                                                                                                    
## 188                                                                                                                    
## 189                                                                                                                    
## 190                                                                                                                    
## 191                                                                                                                    
## 192                                                                                                                    
## 193                                                                                                                    
## 194                                                                                                                    
## 195                                                                                                                    
## 196                                                                                                                    
## 197                                                                                                                    
## 198                                                                                                                    
## 199                                                                                                                    
## 200                                                                                                                    
## 201                                                                                                                    
## 202                                                                                                                    
## 203                                                                                                                    
## 204                                                                                                                    
## 205                                                                                                                    
## 206                                                                                                                    
## 207                                                                                                                    
## 208                                                                                                                    
## 209                                                                                                                    
## 210                                                                                                                    
## 211                                                                                                                    
## 212                                                                                                                    
## 213                                                                                                                    
## 214                                                                                                                    
## 215                                                                                                                    
## 216                                                                                                                    
## 217                                                                                                                    
## 218                                                                                                                    
## 219                                                                                                                    
## 220                                                                                                                    
## 221                                                                                                                    
## 222                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-002.aspx
## 223                                                                                                                    
## 224                                                                                                                    
## 225                                                                                                                    
## 226                                                                                                                    
## 227                                                                                                                    
## 228                                                                                                                    
## 229                                                                                                                    
## 230                                                                                                                    
## 231                                                                                                                    
## 232                                                                                                                    
## 233                                                                                                                    
## 234                                                                                                                    
## 235                                                                                                                    
## 236                                                                                                                    
## 237                                                                                                                    
## 238                                                                                                                    
## 239                                                                                                                    
## 240                                                                                                                    
## 241                           http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatement-2014-05-19-001.aspx
## 242                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 243                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 244                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-07-001.aspx
## 245                                                                                                                    
## 246                                                                                                                    
## 247                                                                                                                    
## 248                                                                                                                    
## 249                                                                                                                    
## 250                                                                                                                    
## 251                                                                                                                    
## 252                                                                                                                    
## 253                                                                                                                    
## 254                                                                                                                    
## 255                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-29-001.aspx
## 256                                 http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatement-2014-05-04-001.aspx
## 257                                                                                                                    
## 258                                                                                                                    
## 259                          http://www.moh.gov.sa/en/CoronaNew/PressReleases/Pages/mediastatemenet-2014-04-27-001.aspx
## 260                                                                                                                    
## 261                                http://www.moh.gov.sa/en/CCC/PressReleases/Pages/mediastatemenet-2014-04-30-001.aspx
## 262                                                                                                                    
## 263                                                                                                                    
## 264                                                                                                                    
## 265                                                                                                                    
## 266                                                                                                                    
## 267                                                                                                                    
## 268                                                                                                                    
## 269                                                                                                                    
## 270                                                                                                                    
## 271                                                                                                                    
## 272                                                                                                                    
## 273                                                                                                                    
## 274                                                                                                                    
## 275                                                                                                                    
## 276                                                                                                                    
## 277                                                                                                                    
## 278                                                                                                                    
## 279                                                                                                                    
## 280                                                                                                                    
## 281                                                                                                                    
## 282                                                                                                                    
## 283                                                                                                                    
## 284                                                                                                                    
## 285                                                                                                                    
## 286                                                                                                                    
## 287                                                                                                                    
## 288                                                                                                                    
## 289                                                                                                                    
## 290                                                                                                                    
## 291                                                                                                                    
## 292                                                                                                                    
## 293                                                                                                                    
## 294                                                                                                                    
## 295                                                                                                                    
## 296                                                                                                                    
## 297                                                                                                                    
## 298                                                                                                                    
## 299                                                                                                                    
## 300                                                                                                                    
## 301                                                                                                                    
## 302                                                                                                                    
## 303                                                                                                                    
## 304                                                                                                                    
## 305                                                                                                                    
## 306                                                                                                                    
## 307                                                                                                                    
## 308                                                                                                                    
## 309                                                                                                                    
## 310                                                                                                                    
## 311                                                                                                                    
## 312                                                                                                                    
## 313                                                                                                                    
## 314                                                                                                                    
## 315                                                                                                                    
## 316                                                                                                                    
## 317                                                                                                                    
## 318                                                                                                                    
## 319                                                                                                                    
## 320                                                                                                                    
## 321                                                                                                                    
## 322                                                                                                                    
## 323                                                                                                                    
## 324                                                                                                                    
## 325                                                                                                                    
## 326                                                                                                                    
## 327                                                                                                                    
## 328                                                                                                                    
## 329                                                                                                                    
## 330                                                                                                                    
## 331                                                                                                                    
## 332                                                                                                                    
## 333                                                                                                                    
## 334                                                                                                                    
## 335                                                                                                                    
## 336                                                                                                                    
## 337                                                                                                                    
## 338                                                                                                                    
## 339                                                                                                                    
## 340                                                                                                                    
## 341                                                                                                                    
## 342                                                                                                                    
## 343                                                                                                                    
## 344                                                                                                                    
## 345                                                                                                                    
## 346                                                                                                                    
## 347                                                                                                                    
## 348                                                                                                                    
## 349                                                                                                                    
## 350                                                                                                                    
## 351                                                                                                                    
## 352                                                                                                                    
## 353                                                                                                                    
## 354                                                                                                                    
## 355                                                                                                                    
## 356                                                                                                                    
## 357                                                                                                                    
## 358                                                                                                                    
## 359                                                                                                                    
## 360                                                                                                                    
## 361                                                                                                                    
## 362                                                                                                                    
## 363                                                                                                                    
## 364                                                                                                                    
## 365                                                                                                                    
## 366                                                                                                                    
## 367                                                                                                                    
## 368                                                                                                                    
## 369                                                                                                                    
## 370                                                                                                                    
## 371                                                                                                                    
## 372                                                                                                                    
## 373                                                                                                                    
## 374                                                                                                                    
## 375                                                                                                                    
## 376                                                                                                                    
## 377                                                                                                                    
## 378                                                                                                                    
## 379                                                                                                                    
## 380                                                                                                                    
## 381                                                                                                                    
## 382                                                                                                                    
## 383                                                                                                                    
## 384                                                                                                                    
## 385                                                                                                                    
## 386                                                                                                                    
## 387                                                                                                                    
## 388                                                                                                                    
## 389                                                                                                                    
## 390                                                                                                                    
## 391                                                                                                                    
## 392                                                                                                                    
## 393                                                                                                                    
## 394                                                                                                                    
## 395                                                                                                                    
## 396                                                                                                                    
## 397                                                                                                                    
## 398                                                                                                                    
## 399                                                                                                                    
## 400                                                                                                                    
## 401                                                                                                                    
## 402                                                                                                                    
## 403                                                                                                                    
## 404                                                                                                                    
## 405                                                                                                                    
## 406                                                                                                                    
## 407                                                                                                                    
## 408                                                                                                                    
## 409                                                                                                                    
## 410                                                                                                                    
## 411                                                                                                                    
## 412                                                                                                                    
## 413                                                                                                                    
## 414                                                                                                                    
## 415                                                                                                                    
## 416                                                                                                                    
## 417                                                                                                                    
## 418                                                                                                                    
## 419                                                                                                                    
## 420                                                                                                                    
## 421                                                                                                                    
## 422                                                                                                                    
## 423                                                                                                                    
## 424                                                                                                                    
## 425                                                                                                                    
## 426                                                                                                                    
## 427                                                                                                                    
## 428                                                                                                                    
## 429                                                                                                                    
## 430                                                                                                                    
## 431                                                                                                                    
## 432                                                                                                                    
## 433                                                                                                                    
## 434                                                                                                                    
## 435                                                                                                                    
## 436                                                                                                                    
## 437                                                                                                                    
## 438                                                                                                                    
## 439                                                                                                                    
## 440                                                                                                                    
## 441                                                                                                                    
## 442                                                                                                                    
## 443                                                                                                                    
## 444                                                                                                                    
## 445                                                                                                                    
## 446                                                                                                                    
## 447                                                                                                                    
## 448                                                                                                                    
## 449                                                                                                                    
## 450                                                                                                                    
## 451                                                                                                                    
## 452                                                                                                                    
## 453                                                                                                                    
## 454                                                                                                                    
## 455                                                                                                                    
## 456                                                                                                                    
## 457                                                                                                                    
## 458                                                                                                                    
## 459                                                                                                                    
## 460                                                                                                                    
## 461                                                                                                                    
## 462                                                                                                                    
## 463                                                                                                                    
## 464                                                                                                                    
## 465                                                                                                                    
## 466                                                                                                                    
## 467                                                                                                                    
## 468                                                                                                                    
## 469                                                                                                                    
## 470                                                                                                                    
## 471                                                                                                                    
## 472                                                                                                                    
## 473                                                                                                                    
## 474                                                                                                                    
## 475                                                                                                                    
## 476                                                                                                                    
## 477                                                                                                                    
## 478                                                                                                                    
## 479                                                                                                                    
## 480                                                                                                                    
## 481                                                                                                                    
## 482                                                                                                                    
## 483                                                                                                                    
## 484                                                                                                                    
## 485                                                                                                                    
## 486                                                                                                                    
## 487                                                                                                                    
## 488                                                                                                                    
## 489                                                                                                                    
## 490                                                                                                                    
## 491                                                                                                                    
## 492                                                                                                                    
## 493                                                                                                                    
## 494                                                                                                                    
## 495                                                                                                                    
## 496                                                                                                                    
## 497                                                                                                                    
## 498                                                                                                                    
## 499                                                                                                                    
## 500                                                                                                                    
## 501                                                                                                                    
## 502  http://www.mynews13.com/content/news/cfnews13/news/article.html/content/news/articles/cfn/2014/5/12/mers_case.html
## 503                                                                                                                    
## 504                                                                                                                    
## 505                                                                                                                    
## 506                                                                                                                    
## 507                                                                                                                    
## 508                                                                                                                    
## 509                                                                                                                    
## 510                                                                                                                    
## 511                                                                                                                    
## 512                                                                                                                    
## 513                                                                                                                    
## 514                                                                                                                    
## 515                                                                                                                    
## 516                                                                                                                    
## 517                                                                                                                    
## 518                                                                                                                    
## 519                                                                                                                    
## 520                                                                                                                    
## 521                                                                                                                    
## 522                                                                                                                    
## 523                                                                                                                    
## 524                                                                                                                    
## 525                                                                                                                    
## 526                                                                                                                    
## 527                                                                                                                    
## 528                                                                                                                    
## 529                                                                                                                    
## 530                                                                                                                    
## 531                                                                                                                    
## 532                                                                                                                    
## 533                                                                                                                    
## 534                                                                                                                    
## 535                                                                                                                    
## 536                                                                                                                    
## 537                                                                                                                    
## 538                                                                                                                    
## 539                                                                                                                    
## 540                                                                                                                    
## 541                                                                                                                    
## 542                                                                                                                    
## 543                                                                                                                    
## 544                                                                                                                    
## 545                                                                                                                    
## 546                                                                                                                    
## 547                                                                                                                    
## 548                                                                                                                    
## 549                                                                                                                    
## 550                                                                                                                    
## 551                                                                                                                    
## 552                                                                                                                    
## 553                                                                                                                    
## 554                                                                                                                    
## 555                                                                                                                    
## 556                                                                                                                    
## 557                                                                                                                    
## 558                                                                                                                    
## 559                                                                                                                    
## 560                                                                                                                    
## 561                                                                                                                    
## 562                                                                                                                    
## 563                                                                                                                    
## 564                                                                                                                    
## 565                                                                                                                    
## 566                                                                                                                    
## 567                                                                                                                    
## 568                                                                                                                    
## 569                                                                                                                    
## 570                                                                                                                    
## 571                                                                                                                    
## 572                                                                                                                    
## 573                                                                                                                    
## 574                                                                                                                    
## 575                                                                                                                    
## 576                                                                                                                    
## 577                                                                                                                    
## 578                                                                                                                    
## 579                                                                                                                    
## 580                                                                                                                    
## 581                                                                                                                    
## 582                                                                                                                    
## 583                                                                                                                    
## 584                                                                                                                    
## 585                                                                                                                    
## 586                                                                                                                    
## 587                                                                                                                    
## 588                                                                                                                    
## 589                                                                                                                    
## 590                                                                                                                    
## 591                                                                                                                    
## 592                                                                                                                    
## 593                                                                                                                    
## 594                                                                                                                    
## 595                                                                                                                    
## 596                                                                                                                    
## 597                                                                                                                    
## 598                                                                                                                    
## 599                                                                                                                    
## 600                                                                                                                    
## 601                                                                                                                    
## 602                                                                                                                    
## 603                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-24-001.aspx
## 604                                                                                                                    
## 605                                                                                                                    
## 606                                                                                                                    
## 607                                                                                                                    
## 608                                                                                                                    
## 609                                                                                                                    
## 610                                                                                                                    
## 611                                                                                                                    
## 612                                                                                                                    
## 613                                                                                                                    
## 614                                                                                                                    
## 615                                                                                                                    
## 616                                                                                                                    
## 617                                                                                                                    
## 618                                                                                                                    
## 619                                                                                                                    
## 620                                                                                                                    
## 621                                                                                                                    
## 622                                                                                                                    
## 623                                                                                                                    
## 624                                                                                                                    
## 625                                                                                                                    
## 626                                                                                                                    
## 627                                                                                                                    
## 628                                                                                                                    
## 629                                                                                                                    
## 630                                                                                                                    
## 631                                                                                                                    
## 632                                                                                                                    
## 633                                                                                                                    
## 634                                                                                                                    
## 635                                                                                                                    
## 636                                                                                                                    
## 637                                                                                                                    
## 638                                                                                                                    
## 639                                                                                                                    
## 640                                                                                                                    
## 641                                                                                                                    
## 642                                                                                                                    
## 643                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-14-001.aspx
## 644                                                                                                                    
## 645                                                                                                                    
## 646                                                                                                                    
## 647                                                                                                                    
## 648                                                                                                                    
## 649                                                                                                                    
## 650                                                                                                                    
## 651                                                                                                                    
## 652                                                                                                                    
## 653                                                                                                                    
## 654                                                                                                                    
## 655                                                                                                                    
## 656                                                                                                                    
## 657                                                                                                                    
## 658                                                                                                                    
## 659                                                                                                                    
## 660                                                                                                                    
## 661                                                                                                                    
## 662                                                                                                                    
## 663                                                                                                                    
## 664                                                                                                                    
## 665                                                                                                                    
## 666                                                                                                                    
## 667                                                                                                                    
## 668                                                                                                                    
## 669                                                                                                                    
## 670                                                                                                                    
## 671                                                                                                                    
## 672                                                                                                                    
## 673                                                                                                                    
## 674                                                                                                                    
## 675                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-02-001.aspx
## 676                                                                                                                    
## 677                                                                                                                    
## 678                                                                                                                    
## 679                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-25-001.aspx
## 680                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 681                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-11-001.aspx
## 682                                                                                                                    
## 683                                           http://www.moh.gov.sa/en/CCC/PressReleases/Pages/News-2014-11-18-001.aspx
## 684                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-17-001.aspx
## 685                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-10-001.aspx
## 686                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-21-001.aspx
## 687                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-02-001.aspx
## 688                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-19-001.aspx
## 689                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-13-001.aspx
## 690                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-20-001.aspx
## 691                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-14-001.aspx
## 692                                                                                                                    
## 693                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-28-001.aspx
## 694                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-27-001.aspx
## 695                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-19-001.aspx
## 696                                                                                                                    
## 697                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-27-001.aspx
## 698                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-07-001.aspx
## 699                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-28-001.aspx
## 700                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-01-001.aspx
## 701                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-12-001.aspx
## 702                                                                                                                    
## 703                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-05-001.aspx
## 704                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-17-001.aspx
## 705                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-12-001.aspx
## 706                                                                                                                    
## 707                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-25-001.aspx
## 708                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-14-001.aspx
## 709                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-22-001.aspx
## 710                                                                                                                    
## 711                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-12-25-001.aspx
## 712                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-04-001.aspx
## 713                                                                                                                    
## 714                                       http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-1-1-001.aspx
## 715                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 716                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-16-001.aspx
## 717                                                                                                                    
## 718                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-25-001.aspx
## 719                                                                                                                    
## 720                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-12-001.aspx
## 721                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-14-001.aspx
## 722                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-20-001.aspx
## 723                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-21-001.aspx
## 724                                                                                                                    
## 725                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-23-001.aspx
## 726                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-09-001.aspx
## 727                                                                                                                    
## 728                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 729                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-26-001.aspx
## 730                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-23-001.aspx
## 731                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-01-28-001.aspx
## 732                                           http://www.moh.gov.sa/en/CCC/PressReleases/Pages/News-2015-01-02-001.aspx
## 733                                                                                                                    
## 734                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-13-001.aspx
## 735                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 736                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-06-001.aspx
## 737                                                                                                                    
## 738                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 739                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 740                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-07-001.aspx
## 741                                                                                                                    
## 742                                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 743                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 744                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-06-001.aspx
## 745                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-12-001.aspx
## 746                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-11-001.aspx
## 747                                                                                                                    
## 748                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 749                                                                                                                    
## 750                                                                                                                    
## 751                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 752                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-25-001.aspx
## 753                                                      http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 754                                                                                                                    
## 755                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-14-001.aspx
## 756                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 757                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 758                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 759                                                                                                                    
## 760                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 761                                                                                                                    
## 762                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 763                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 764                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-17-001.aspx
## 765                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 766                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 767                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 768                                                                                                                    
## 769                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 770                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 771                                                                                                                    
## 772                                                                                                                    
## 773                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-25-001.aspx
## 774                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 775                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 776                                                                                                                    
## 777                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-23-001.aspx
## 778                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-19-001.aspx
## 779                                                                                                                    
## 780                                                                                                                    
## 781                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 782                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-18-001.aspx
## 783                                                                                                                    
## 784                                                                                                                    
## 785                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 786                                                                                                                    
## 787                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-20-001.aspx
## 788                                                                                                                    
## 789                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-01-001.aspx
## 790                                                                                                                    
## 791                                                                                                                    
## 792                                                                                                                    
## 793                                                                                                                    
## 794                                                                                                                    
## 795                                                                                                                    
## 796                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 797                                                                                                                    
## 798                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-28-001.aspx
## 799                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 800                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 801                                                                                                                    
## 802                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-14-001.aspx
## 803                                                                                                                    
## 804                                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 805                                                                                                                    
## 806                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-03-001.aspx
## 807                                                                                                                    
## 808                                                                                                                    
## 809                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 810                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 811                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 812                                                                                                                    
## 813                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-02-26-001.aspx
## 814                                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-15-001.aspx
## 815                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-15-001.aspx
## 816                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-05-001.aspx
## 817                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-10-001.aspx
## 818                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 819                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-02-001.aspx
## 820                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 821                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-13-001.aspx
## 822                                                                                                                    
## 823                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-20-001.aspx
## 824                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-06-001.aspx
## 825                                                                                                                    
## 826                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-04-001.aspx
## 827                                                                                                                    
## 828                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-10-001.aspx
## 829                                                                                                                    
## 830                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-08-001.aspx
## 831                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-11-001.aspx
## 832                                                                                                                    
## 833                                                                                                                    
## 834                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-16-001.aspx
## 835                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 836                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-27-001.aspx
## 837                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-31-001.aspx
## 838                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-09-001.aspx
## 839                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-11-001.aspx
## 840                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-24-001.aspx
## 841                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-11-001.aspx
## 842                                      http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-015-03-13-001.aspx
## 843                                                                                                                    
## 844                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-30-001.aspx
## 845                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-14-001.aspx
## 846                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-21-001.aspx
## 847                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-21-001.aspx
## 848                                                                                                                    
## 849                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-20-001.aspx
## 850                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-26-001.aspx
## 851                                                                                                                    
## 852                                                                                                                    
## 853                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-18-001.aspx
## 854                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-21-001.aspx
## 855                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-31-001.aspx
## 856                                                                                                                    
## 857                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-22-001.aspx
## 858                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-04-001.aspx
## 859                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-03-31-001.aspx
## 860                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-03-001.aspx
## 861                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-03-001.aspx
## 862                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-02-001.aspx
## 863                                                                                                                    
## 864                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-27-001.aspx
## 865                                                                                                                    
## 866                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-14-001.aspx
## 867                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-04-001.aspx
## 868                                                                                                                    
## 869                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-07-001.aspx
## 870                                                                                                                    
## 871                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-08-001.aspx
## 872                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-04-001.aspx
## 873                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-05-001.aspx
## 874                                                                                                                    
## 875                                                                                                                    
## 876                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-15-001.aspx
## 877                                                                                                                    
## 878                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-13-001.aspx
## 879                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-19-001.aspx
## 880                                                                                                                    
## 881                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-04-23-001.aspx
## 882                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-07-001.aspx
## 883                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-02-001.aspx
## 884                                                                                                                    
## 885                                                                                                                    
## 886                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-22-001.aspx
## 887                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-01-001.aspx
## 888                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-13-001.aspx
## 889                                                                                                                    
## 890                                                                                                                    
## 891                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-24-001.aspx
## 892                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-29-001.aspx
## 893                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 894                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 895                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-22-001.aspx
## 896                                                                                                                    
## 897                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-14-001.aspx
## 898                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-18-001.aspx
## 899                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-23-001.aspx
## 900                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 901                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 902                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-19-001.aspx
## 903                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-23-001.aspx
## 904                                                                                                                    
## 905                                                                                                                    
## 906                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-27-001.aspx
## 907                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-25-001.aspx
## 908                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-25-001.aspx
## 909                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-28-001.aspx
## 910                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 911                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-02-001.aspx
## 912                                                                                                                    
## 913                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-30-001.aspx
## 914                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-14-001.aspx
## 915                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-31-001.aspx
## 916                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 917                                                                                                                    
## 918                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-03-001.aspx
## 919                                                                                                                    
## 920                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-02-001.aspx
## 921                                                                                                                    
## 922                                                                                                                    
## 923                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-11-16-001.aspx
## 924                                                                                                                    
## 925                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 926                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-15-001.aspx
## 927                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-18-001.aspx
## 928                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 929                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 930                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 931                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-10-001.aspx
## 932                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-16-001.aspx
## 933                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-15-001.aspx
## 934                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-17-001.aspx
## 935                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-06-09-001.aspx
## 936                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-14-001.aspx
## 937                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-20-001.aspx
## 938                                                                                                                    
## 939                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-27-001.aspx
## 940                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-21-001.aspx
## 941                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-19-001.aspx
## 942                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 943                                                                                                                    
## 944                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-27-001.aspx
## 945                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-24-001.aspx
## 946                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-23-001.aspx
## 947                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-23-001.aspx
## 948                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-06-30-001.aspx
## 949                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-29-001.aspx
## 950                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-28-001.aspx
## 951                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-18-001.aspx
## 952                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-06-001.aspx
## 953                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 954                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-12-001.aspx
## 955                                                        http://www.who.int/csr/don/10-july-2015-mers-philippines/en/
## 956                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-17-001.aspx
## 957                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 958                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-22-001.aspx
## 959                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 960                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-28-001.aspx
## 961                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 962                                                                                                                    
## 963                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-07-27-001.aspx
## 964                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-07-001.aspx
## 965                                                                         http://promedmail.org/direct.php?id=3565074
## 966                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-10-001.aspx
## 967                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 968                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 969                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-04-001.aspx
## 970                                                                                                                    
## 971                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-12-001.aspx
## 972                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 973                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 974                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 975                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 976                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-09-001.aspx
## 977                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 978                                                                                                                    
## 979                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 980                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 981                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 982                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 983                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 984                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 985                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-11-001.aspx
## 986                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 987                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 988                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 989                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 990                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 991                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 992                                                                                                                    
## 993                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-16-001.aspx
## 994                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-14-001.aspx
## 995                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-17-001.aspx
## 996                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 997                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-09-001.aspx
## 998                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 999                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1000                                                                                                                   
## 1001                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1002                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1003                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1004                                                                                                                   
## 1005                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1006                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1007                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1008                                                                                                                   
## 1009                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1010                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1011                                                                                                                   
## 1012                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1013                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1014                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1015                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-28-001.aspx
## 1016                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-21-001.aspx
## 1017                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1018                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1019                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1020                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1021                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-26-001.aspx
## 1022                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1023                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-19-001.aspx
## 1024                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-20-001.aspx
## 1025                                                                                                                   
## 1026                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-22-001.aspx
## 1027                                                                                                                   
## 1028                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1029                                                                                                                   
## 1030                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1031                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1032                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1033                                                                                                                   
## 1034                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1035                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1036                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1037                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-24-001.aspx
## 1038                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1039                                                                                                                   
## 1040                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1041                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1042                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1043                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1044                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-04-001.aspx
## 1045                                                                                                                   
## 1046                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1047                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-28-001.aspx
## 1048                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1049                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1050                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1051                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1052                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-29-001.aspx
## 1053                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1054                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1055                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1056                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1057                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1058                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1059                                                                                                                   
## 1060                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1061                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-18-001.aspx
## 1062                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1063                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-25-001.aspx
## 1064                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1065                                                                                                                   
## 1066                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-30-001.aspx
## 1067                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-27-001.aspx
## 1068                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1069                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-03-001.aspx
## 1070                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1071                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-08-31-001.aspx
## 1072                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-10-001.aspx
## 1073                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1074                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1075                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1076                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-05-001.aspx
## 1077                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1078                                                                                                                   
## 1079                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-01-001.aspx
## 1080                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1081                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-04-001.aspx
## 1082                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1083                                                                                                                   
## 1084                                                                                                                   
## 1085                                                                                                                   
## 1086                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1087                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1088                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-08-001.aspx
## 1089                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1090                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1091                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1092                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-12-001.aspx
## 1093                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1094                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1095                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1096                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-16-001.aspx
## 1097                                                                                                                   
## 1098                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-06-001.aspx
## 1099                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1100                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1101                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1102                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1103                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1104                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1105                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1106                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1107                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1108                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1109                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-14-001.aspx
## 1110                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-10-001.aspx
## 1111                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1112                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1113                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-07-001.aspx
## 1114                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1115                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1116                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1117                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1118                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-02-001.aspx
## 1119                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1120                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-22-001.aspx
## 1121                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-09-001.aspx
## 1122                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1123                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-20-001.aspx
## 1124                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1125                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1126                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-15-001.aspx
## 1127                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-28-001.aspx
## 1128                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-13-001.aspx
## 1129                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1130                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-28-001.aspx
## 1131                                                                                                                   
## 1132                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-24-001.aspx
## 1133                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1134                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-11-001.aspx
## 1135                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1136                                                                                                                   
## 1137                                                                                                                   
## 1138                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1139                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-17-001.aspx
## 1140                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-28-001.aspx
## 1141                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1142                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-04-001.aspx
## 1143                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1144                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-10-001.aspx
## 1145                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-10-001.aspx
## 1146                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-27-001.aspx
## 1147                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-19-001.aspx
## 1148                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1149                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-18-001.aspx
## 1150                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-11-27-001.aspx
## 1151                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1152                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-21-001.aspx
## 1153                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1154                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-19-001.aspx
## 1155                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-14-001.aspx
## 1156                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-30-001.aspx
## 1157                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-30-001.aspx
## 1158                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-09-25-001.aspx
## 1159                                                                                                                   
## 1160                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-02-001.aspx
## 1161                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-07-001.aspx
## 1162                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1163                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-01-001.aspx
## 1164                                                                                                                   
## 1165                                                                                                                   
## 1166                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1167                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-23-001.aspx
## 1168                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-10-001.aspx
## 1169                                                                                                                   
## 1170                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-27-001.aspx
## 1171                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-22-001.aspx
## 1172                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-28-001.aspx
## 1173                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-28-001.aspx
## 1174                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-29-001.aspx
## 1175                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-29-001.aspx
## 1176                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-28-001.aspx
## 1177                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-01-001.aspx
## 1178                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1179                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-26-001.aspx
## 1180                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1181                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-03-001.aspx
## 1182                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-05-001.aspx
## 1183                                                                                                                   
## 1184                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-17-001.aspx
## 1185                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-10-30-001.aspx
## 1186                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-11-21-001.aspx
## 1187                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-04-001.aspx
## 1188                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-02-001.aspx
## 1189                                                                                                                   
## 1190                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-06-001.aspx
## 1191                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-04-001.aspx
## 1192                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-11-11-001.aspx
## 1193                                                                                                                   
## 1194                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-11-23-001.aspx
## 1195                                                                                                                   
## 1196                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2015-12-05-001.aspx
## 1197                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-18-001.aspx
## 1198                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-28-001.aspx
## 1199                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-12-18-001.aspx
## 1200                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-21-001.aspx
## 1201                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-19-001.aspx
## 1202                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-01-26-001.aspx
## 1203                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-07-001.aspx
## 1204                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-19-001.aspx
## 1205                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-10-001.aspx
## 1206                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-08-001.aspx
## 1207                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-08-001.aspx
## 1208                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-06-001.aspx
## 1209                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-05-001.aspx
## 1210                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-13-001.aspx
## 1211                                                                                                                   
## 1212                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-02-20-001.aspx
## 1213                                                                                                                   
## 1214                                                                                                                   
## 1215                                                                                                                   
## 1216                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1217                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-06-001.aspx
## 1218                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1219                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-07-001.aspx
## 1220                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-05-001.aspx
## 1221                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-01-001.aspx
## 1222                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-30-001.aspx
## 1223                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1224                                                                                                                   
## 1225                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1226                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1227                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1228                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1229                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1230                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-13-001.aspx
## 1231                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-14-001.aspx
## 1232                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1233                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1234                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-31-001.aspx
## 1235                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-09-001.aspx
## 1236                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1237                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-16-001.aspx
## 1238                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-06-001.aspx
## 1239                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1240                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1241                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-04-001.aspx
## 1242                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1243                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-6-001.aspx
## 1244                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-10-001.aspx
## 1245                                                                                                                   
## 1246                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-20-001.aspx
## 1247                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-23-001.aspx
## 1248                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1249                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-18-001.aspx
## 1250                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1251                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-13-001.aspx
## 1252                                                                                                                   
## 1253                                                                                                                   
## 1254                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-11-001.aspx
## 1255                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-29-001.aspx
## 1256                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-17-001.aspx
## 1257                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-18-001.aspx
## 1258                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1259                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1260                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1261                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-23-001.aspx
## 1262                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-18-001.aspx
## 1263                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1264                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-15-001.aspx
## 1265                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-30-001.aspx
## 1266                                                                                                                   
## 1267                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1268                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-29-001.aspx
## 1269                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-6-001.aspx
## 1270                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-5-001.aspx
## 1271                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-30-001.aspx
## 1272                                                                                                                   
## 1273                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-4-001.aspx
## 1274                                                                                                                   
## 1275                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-31-001.aspx
## 1276                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-10-001.aspx
## 1277                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-10-001.aspx
## 1278                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-10-001.aspx
## 1279                                                                                                                   
## 1280                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-25-001.aspx
## 1281                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-26-001.aspx
## 1282                                                                                                                   
## 1283                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2016-03-22-001.aspx
## 1284                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-13-001.aspx
## 1285                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-21-001.aspx
## 1286                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-2-001.aspx
## 1287                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-15-001.aspx
## 1288                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-22-001.aspx
## 1289                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-11-001.aspx
## 1290                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-27-001.aspx
## 1291                                                                                                                   
## 1292                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-1-001.aspx
## 1293                                                                                                                   
## 1294                                                                                                                   
## 1295                                                                                                                   
## 1296                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-12-001.aspx
## 1297                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-28-001.aspx
## 1298                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-04-29-001.aspx
## 1299                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-11-001.aspx
## 1300                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-13-001.aspx
## 1301                                                                                                                   
## 1302                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-18-001.aspx
## 1303                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-20-001.aspx
## 1304                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-24-001.aspx
## 1305                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-22-001.aspx
## 1306                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-12-001.aspx
## 1307                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1308                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-28-001.aspx
## 1309                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1310                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1311                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-4-001.aspx
## 1312                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-5-001.aspx
## 1313                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-14-001.aspx
## 1314                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-23-001.aspx
## 1315                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-1-001.aspx
## 1316                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1317                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1318                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1319                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-11-001.aspx
## 1320                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-9-001.aspx
## 1321                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-9-001.aspx
## 1322                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1323                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-4-001.aspx
## 1324                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1325                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1326                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1327                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1328                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1329                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1330                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-5-001.aspx
## 1331                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1332                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-18-001.aspx
## 1333                                                                                                                   
## 1334                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-2-001.aspx
## 1335                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-10-001.aspx
## 1336                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-25-001.aspx
## 1337                                                                                                                   
## 1338                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-2-001.aspx
## 1339                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-1-001.aspx
## 1340                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1341                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-10-001.aspx
## 1342                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1343                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-06-29-001.aspx
## 1344                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-14-001.aspx
## 1345                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-9-001.aspx
## 1346                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1347                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-17-001.aspx
## 1348                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-1-001.aspx
## 1349                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-13-001.aspx
## 1350                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-25-001.aspx
## 1351                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-25-001.aspx
## 1352                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-19-001.aspx
## 1353                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-16-001.aspx
## 1354                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-10-001.aspx
## 1355                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-7-001.aspx
## 1356                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-12-001.aspx
## 1357                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-14-001.aspx
## 1358                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-5-001.aspx
## 1359                                                                                                                   
## 1360                                                                                                                   
## 1361                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-07-24-001.aspx
## 1362                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-10-001.aspx
## 1363                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-11-001.aspx
## 1364                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-8-001.aspx
## 1365                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-12-001.aspx
## 1366                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-08-13-001.aspx
## 1367                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-2-001.aspx
## 1368                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-5-001.aspx
## 1369                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-10-001.aspx
## 1370                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-1-001.aspx
## 1371                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-23-001.aspx
## 1372                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-19-001.aspx
## 1373                                     http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-05-4-001.aspx
## 1374                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-27-001.aspx
## 1375                                                                                                                   
## 1376                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-27-001.aspx
## 1377                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-30-001.aspx
## 1378                                    http://www.moh.gov.sa/en/CCC/PressReleases/Pages/statistics-2016-09-29-001.aspx
## 1379                                                                                                                   
## 1380                                                                                                                   
##                                                                            citation4
## 1                                                                                   
## 2                                                                                   
## 3                                                                                   
## 4                                                                                   
## 5                                                                                   
## 6                                                                                   
## 7                                                                                   
## 8                                                                                   
## 9                                                                                   
## 10                                                                                  
## 11                                                                                  
## 12                                                                                  
## 13                                                                                  
## 14                                                                                  
## 15                                                                                  
## 16                                                                                  
## 17                                                                                  
## 18                                                                                  
## 19                                                                                  
## 20                                                                                  
## 21                                                                                  
## 22                                                                                  
## 23                                                                                  
## 24                                                                                  
## 25                                                                                  
## 26                                                                                  
## 27                                                                                  
## 28                                                                                  
## 29                                                                                  
## 30                                                                                  
## 31                                                                                  
## 32                                                                                  
## 33                                                                                  
## 34                                                                                  
## 35                                                                                  
## 36                                                                                  
## 37                                                                                  
## 38                                                                                  
## 39                                                                                  
## 40                                                                                  
## 41                                                                                  
## 42                                                                                  
## 43                                                                                  
## 44                                                                                  
## 45                                                                                  
## 46                                                                                  
## 47                                                                                  
## 48                                                                                  
## 49                                                                                  
## 50                                                                                  
## 51                                                                                  
## 52                                                                                  
## 53                                                                                  
## 54                                                                                  
## 55                                                                                  
## 56                                                                                  
## 57                                                                                  
## 58                                                                                  
## 59                                                                                  
## 60                                                                                  
## 61                                                                                  
## 62                                                                                  
## 63                                                                                  
## 64                                                                                  
## 65                                                                                  
## 66                                                                                  
## 67                                                                                  
## 68                                                                                  
## 69                                                                                  
## 70                                                                                  
## 71                                                                                  
## 72                                                                                  
## 73                                                                                  
## 74                                                                                  
## 75                                                                                  
## 76                                                                                  
## 77                                                                                  
## 78                                                                                  
## 79                                                                                  
## 80                                                                                  
## 81                                                                                  
## 82                                                                                  
## 83                                                                                  
## 84                                                                                  
## 85                                                                                  
## 86                                                                                  
## 87                                                                                  
## 88                                                                                  
## 89                                                                                  
## 90                                     http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 91                                     http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 92                                     http://dx.doi.org/10.1016/j.ijid.2014.03.1372
## 93                                                                                  
## 94                                                                                  
## 95                                                                                  
## 96                                                                                  
## 97                                                                                  
## 98                                                                                  
## 99                                                                                  
## 100                                                                                 
## 101                                                                                 
## 102                                                                                 
## 103                                                                                 
## 104                                                                                 
## 105                                                                                 
## 106                                                                                 
## 107                                                                                 
## 108                                                                                 
## 109                                                                                 
## 110                                                                                 
## 111                                                                                 
## 112                                                                                 
## 113                                                                                 
## 114                                                                                 
## 115                                                                                 
## 116                                                                                 
## 117                                                                                 
## 118                                                                                 
## 119                                                                                 
## 120                                                                                 
## 121                                                                                 
## 122                                                                                 
## 123                                                                                 
## 124                                                                                 
## 125                                                                                 
## 126                                                                                 
## 127                                                                                 
## 128                                                                                 
## 129                                                                                 
## 130                                                                                 
## 131                                                                                 
## 132                                                                                 
## 133                                                                                 
## 134                                                                                 
## 135                                                                                 
## 136                                                                                 
## 137                                                                                 
## 138                                                                                 
## 139                                                                                 
## 140                                                                                 
## 141                                                                                 
## 142                                                                                 
## 143                                                                                 
## 144                                                                                 
## 145                                                                                 
## 146                                                                                 
## 147                                                                                 
## 148                                                                                 
## 149                                                                                 
## 150                                                                                 
## 151                                                                                 
## 152                                                                                 
## 153                                                                                 
## 154                                                                                 
## 155                                                                                 
## 156                                                                                 
## 157                                                                                 
## 158                                                                                 
## 159                                                                                 
## 160                                                                                 
## 161                                                                                 
## 162                                                                                 
## 163                                                                                 
## 164                                                                                 
## 165                                                                                 
## 166                                                                                 
## 167                                                                                 
## 168                                                                                 
## 169                                                                                 
## 170                                                                                 
## 171                                                                                 
## 172                                                                                 
## 173                                                                                 
## 174                                                                                 
## 175                                                                                 
## 176                                                                                 
## 177                                                                                 
## 178                                                                                 
## 179                                                                                 
## 180                                                                                 
## 181                                                                                 
## 182                                                                                 
## 183                                                                                 
## 184                                                                                 
## 185                                                                                 
## 186                                                                                 
## 187                                                                                 
## 188                                                                                 
## 189                                                                                 
## 190                                                                                 
## 191                                                                                 
## 192                                                                                 
## 193                                                                                 
## 194                                                                                 
## 195                                                                                 
## 196                                                                                 
## 197                                                                                 
## 198                                                                                 
## 199                                                                                 
## 200                                                                                 
## 201                                                                                 
## 202                                                                                 
## 203                                                                                 
## 204                                                                                 
## 205                                                                                 
## 206                                                                                 
## 207                                                                                 
## 208                                                                                 
## 209                                                                                 
## 210                                                                                 
## 211                                                                                 
## 212                                                                                 
## 213                                                                                 
## 214                                                                                 
## 215                                                                                 
## 216                                                                                 
## 217                                                                                 
## 218                                                                                 
## 219                                                                                 
## 220                                                                                 
## 221                                                                                 
## 222                                                                                 
## 223                                                                                 
## 224                                                                                 
## 225                                                                                 
## 226                                                                                 
## 227                                                                                 
## 228                                                                                 
## 229                                                                                 
## 230                                                                                 
## 231                                                                                 
## 232                                                                                 
## 233                                                                                 
## 234                                                                                 
## 235                                                                                 
## 236                                                                                 
## 237                                                                                 
## 238                                                                                 
## 239                                                                                 
## 240                                                                                 
## 241                                                                                 
## 242                                                                                 
## 243                                                                                 
## 244                                                                                 
## 245                                                                                 
## 246                                                                                 
## 247                                                                                 
## 248                                                                                 
## 249                                                                                 
## 250                                                                                 
## 251                                                                                 
## 252                                                                                 
## 253                                                                                 
## 254                                                                                 
## 255                                                                                 
## 256                                                                                 
## 257                                                                                 
## 258                                                                                 
## 259                                                                                 
## 260                                                                                 
## 261                                                                                 
## 262                                                                                 
## 263                                                                                 
## 264                                                                                 
## 265                                                                                 
## 266                                                                                 
## 267                                                                                 
## 268                                                                                 
## 269                                                                                 
## 270                                                                                 
## 271                                                                                 
## 272                                                                                 
## 273                                                                                 
## 274                                                                                 
## 275                                                                                 
## 276                                                                                 
## 277                                                                                 
## 278                                                                                 
## 279                                                                                 
## 280                                                                                 
## 281                                                                                 
## 282                                                                                 
## 283                                                                                 
## 284                                                                                 
## 285                                                                                 
## 286                                                                                 
## 287                                                                                 
## 288                                                                                 
## 289                                                                                 
## 290                                                                                 
## 291                                                                                 
## 292                                                                                 
## 293                                                                                 
## 294                                                                                 
## 295                                                                                 
## 296                                                                                 
## 297                                                                                 
## 298                                                                                 
## 299                                                                                 
## 300                                                                                 
## 301                                                                                 
## 302                                                                                 
## 303                                                                                 
## 304                                                                                 
## 305                                                                                 
## 306                                                                                 
## 307                                                                                 
## 308                                                                                 
## 309                                                                                 
## 310                                                                                 
## 311                                                                                 
## 312                                                                                 
## 313                                                                                 
## 314                                                                                 
## 315                                                                                 
## 316                                                                                 
## 317                                                                                 
## 318                                                                                 
## 319                                                                                 
## 320                                                                                 
## 321                                                                                 
## 322                                                                                 
## 323                                                                                 
## 324                                                                                 
## 325                                                                                 
## 326                                                                                 
## 327                                                                                 
## 328                                                                                 
## 329                                                                                 
## 330                                                                                 
## 331                                                                                 
## 332                                                                                 
## 333                                                                                 
## 334                                                                                 
## 335                                                                                 
## 336                                                                                 
## 337                                                                                 
## 338                                                                                 
## 339                                                                                 
## 340                                                                                 
## 341                                                                                 
## 342                                                                                 
## 343                                                                                 
## 344                                                                                 
## 345                                                                                 
## 346                                                                                 
## 347                                                                                 
## 348                                                                                 
## 349                                                                                 
## 350                                                                                 
## 351                                                                                 
## 352                                                                                 
## 353                                                                                 
## 354                                                                                 
## 355                                                                                 
## 356                                                                                 
## 357                                                                                 
## 358                                                                                 
## 359                                                                                 
## 360                                                                                 
## 361                                                                                 
## 362                                                                                 
## 363                                                                                 
## 364                                                                                 
## 365                                                                                 
## 366                                                                                 
## 367                                                                                 
## 368                                                                                 
## 369                                                                                 
## 370                                                                                 
## 371                                                                                 
## 372                                                                                 
## 373                                                                                 
## 374                                                                                 
## 375                                                                                 
## 376                                                                                 
## 377                                                                                 
## 378                                                                                 
## 379                                                                                 
## 380                                                                                 
## 381                                                                                 
## 382                                                                                 
## 383                                                                                 
## 384                                                                                 
## 385                                                                                 
## 386                                                                                 
## 387                                                                                 
## 388                                                                                 
## 389                                                                                 
## 390                                                                                 
## 391                                                                                 
## 392                                                                                 
## 393                                                                                 
## 394                                                                                 
## 395                                                                                 
## 396                                                                                 
## 397                                                                                 
## 398                                                                                 
## 399                                                                                 
## 400                                                                                 
## 401                                                                                 
## 402                                                                                 
## 403                                                                                 
## 404                                                                                 
## 405                                                                                 
## 406                                                                                 
## 407                                                                                 
## 408                                                                                 
## 409                                                                                 
## 410                                                                                 
## 411                                                                                 
## 412                                                                                 
## 413                                                                                 
## 414                                                                                 
## 415                                                                                 
## 416                                                                                 
## 417                                                                                 
## 418                                                                                 
## 419                                                                                 
## 420                                                                                 
## 421                                                                                 
## 422                                                                                 
## 423                                                                                 
## 424                                                                                 
## 425                                                                                 
## 426                                                                                 
## 427                                                                                 
## 428                                                                                 
## 429                                                                                 
## 430                                                                                 
## 431                                                                                 
## 432                                                                                 
## 433                                                                                 
## 434                                                                                 
## 435                                                                                 
## 436                                                                                 
## 437                                                                                 
## 438                                                                                 
## 439                                                                                 
## 440                                                                                 
## 441                                                                                 
## 442                                                                                 
## 443                                                                                 
## 444                                                                                 
## 445                                                                                 
## 446                                                                                 
## 447                                                                                 
## 448                                                                                 
## 449                                                                                 
## 450                                                                                 
## 451                                                                                 
## 452                                                                                 
## 453                                                                                 
## 454                                                                                 
## 455                                                                                 
## 456                                                                                 
## 457                                                                                 
## 458                                                                                 
## 459                                                                                 
## 460                                                                                 
## 461                                                                                 
## 462                                                                                 
## 463                                                                                 
## 464                                                                                 
## 465                                                                                 
## 466                                                                                 
## 467                                                                                 
## 468                                                                                 
## 469                                                                                 
## 470                                                                                 
## 471                                                                                 
## 472                                                                                 
## 473                                                                                 
## 474                                                                                 
## 475                                                                                 
## 476                                                                                 
## 477                                                                                 
## 478                                                                                 
## 479                                                                                 
## 480                                                                                 
## 481                                                                                 
## 482                                                                                 
## 483                                                                                 
## 484                                                                                 
## 485                                                                                 
## 486                                                                                 
## 487                                                                                 
## 488                                                                                 
## 489                                                                                 
## 490                                                                                 
## 491                                                                                 
## 492                                                                                 
## 493                                                                                 
## 494                                                                                 
## 495                                                                                 
## 496                                                                                 
## 497                                                                                 
## 498                                                                                 
## 499                                                                                 
## 500                                                                                 
## 501                                                                                 
## 502                                                                                 
## 503                                                                                 
## 504                                                                                 
## 505                                                                                 
## 506                                                                                 
## 507                                                                                 
## 508                                                                                 
## 509                                                                                 
## 510                                                                                 
## 511                                                                                 
## 512                                                                                 
## 513                                                                                 
## 514                                                                                 
## 515                                                                                 
## 516                                                                                 
## 517                                                                                 
## 518                                                                                 
## 519                                                                                 
## 520                                                                                 
## 521                                                                                 
## 522                                                                                 
## 523                                                                                 
## 524                                                                                 
## 525                                                                                 
## 526                                                                                 
## 527                                                                                 
## 528                                                                                 
## 529                                                                                 
## 530                                                                                 
## 531                                                                                 
## 532                                                                                 
## 533                                                                                 
## 534                                                                                 
## 535                                                                                 
## 536                                                                                 
## 537                                                                                 
## 538                                                                                 
## 539                                                                                 
## 540                                                                                 
## 541                                                                                 
## 542                                                                                 
## 543                                                                                 
## 544                                                                                 
## 545                                                                                 
## 546                                                                                 
## 547                                                                                 
## 548                                                                                 
## 549                                                                                 
## 550                                                                                 
## 551                                                                                 
## 552                                                                                 
## 553                                                                                 
## 554                                                                                 
## 555                                                                                 
## 556                                                                                 
## 557                                                                                 
## 558                                                                                 
## 559                                                                                 
## 560                                                                                 
## 561                                                                                 
## 562                                                                                 
## 563                                                                                 
## 564                                                                                 
## 565                                                                                 
## 566                                                                                 
## 567                                                                                 
## 568                                                                                 
## 569                                                                                 
## 570                                                                                 
## 571                                                                                 
## 572                                                                                 
## 573                                                                                 
## 574                                                                                 
## 575                                                                                 
## 576                                                                                 
## 577                                                                                 
## 578                                                                                 
## 579                                                                                 
## 580                                                                                 
## 581                                                                                 
## 582                                                                                 
## 583                                                                                 
## 584                                                                                 
## 585                                                                                 
## 586                                                                                 
## 587                                                                                 
## 588                                                                                 
## 589                                                                                 
## 590                                                                                 
## 591                                                                                 
## 592                                                                                 
## 593                                                                                 
## 594                                                                                 
## 595                                                                                 
## 596                                                                                 
## 597                                                                                 
## 598                                                                                 
## 599                                                                                 
## 600                                                                                 
## 601                                                                                 
## 602                                                                                 
## 603  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2014-06-24-001.aspx
## 604                                                                                 
## 605                                                                                 
## 606                                                                                 
## 607                                                                                 
## 608                                                                                 
## 609                                                                                 
## 610                                                                                 
## 611                                                                                 
## 612                                                                                 
## 613                                                                                 
## 614                                                                                 
## 615                                                                                 
## 616                                                                                 
## 617                                                                                 
## 618                                                                                 
## 619                                                                                 
## 620                                                                                 
## 621                                                                                 
## 622                                                                                 
## 623                                                                                 
## 624                                                                                 
## 625                                                                                 
## 626                                                                                 
## 627                                                                                 
## 628                                                                                 
## 629                                                                                 
## 630                                                                                 
## 631                                                                                 
## 632                                                                                 
## 633                                                                                 
## 634                                                                                 
## 635                                                                                 
## 636                                                                                 
## 637                                                                                 
## 638                                                                                 
## 639                                                                                 
## 640                                                                                 
## 641                                                                                 
## 642                                                                                 
## 643                                                                                 
## 644                                                                                 
## 645                                                                                 
## 646                                                                                 
## 647                                                                                 
## 648                                                                                 
## 649                                                                                 
## 650                                                                                 
## 651                                                                                 
## 652                                                                                 
## 653                                                                                 
## 654                                                                                 
## 655                                                                                 
## 656                                                                                 
## 657                                                                                 
## 658                                                                                 
## 659                                                                                 
## 660                                                                                 
## 661                                                                                 
## 662                                                                                 
## 663                                                                                 
## 664                                                                                 
## 665                                                                                 
## 666                                                                                 
## 667                                                                                 
## 668                                                                                 
## 669                                                                                 
## 670                                                                                 
## 671                                                                                 
## 672                                                                                 
## 673                                                                                 
## 674                                                                                 
## 675                                                                                 
## 676                                                                                 
## 677                                                                                 
## 678                                                                                 
## 679                                                                                 
## 680                                                                                 
## 681                                                                                 
## 682                                                                                 
## 683                                                                                 
## 684                                                                                 
## 685                                                                                 
## 686                                                                                 
## 687                                                                                 
## 688                                                                                 
## 689                                                                                 
## 690                                                                                 
## 691                                                                                 
## 692                                                                                 
## 693                                                                                 
## 694                                                                                 
## 695                                                                                 
## 696                                                                                 
## 697                                                                                 
## 698                                                                                 
## 699                                                                                 
## 700                                                                                 
## 701                                                                                 
## 702                                                                                 
## 703                                                                                 
## 704                                                                                 
## 705                                                                                 
## 706                                                                                 
## 707                                                                                 
## 708                                                                                 
## 709                                                                                 
## 710                                                                                 
## 711                                                                                 
## 712                                                                                 
## 713                                                                                 
## 714                                                                                 
## 715                                                                                 
## 716                                                                                 
## 717                                                                                 
## 718                                                                                 
## 719                                                                                 
## 720                                                                                 
## 721                                                                                 
## 722                                                                                 
## 723                                                                                 
## 724                                                                                 
## 725                                                                                 
## 726                                                                                 
## 727                                                                                 
## 728                                                                                 
## 729                                                                                 
## 730                                                                                 
## 731                                                                                 
## 732                                                                                 
## 733                                                                                 
## 734                                                                                 
## 735                                                                                 
## 736                                                                                 
## 737                                                                                 
## 738                                                                                 
## 739                                                                                 
## 740                                                                                 
## 741                                                                                 
## 742                http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 743                http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 744                   http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 745                http://www.who.int/csr/don/23-february-2015-mers-saudi-arabia/en/
## 746                                                                                 
## 747                                                                                 
## 748                                                                                 
## 749                                                                                 
## 750                                                                                 
## 751                   http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 752                    http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 753                                                                                 
## 754                   http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 755                                                                                 
## 756                                                                                 
## 757                                                                                 
## 758                                                                                 
## 759                                                                                 
## 760                                                                                 
## 761                                                                                 
## 762                                                                                 
## 763                                                                                 
## 764                                                                                 
## 765                                                                                 
## 766                                                                                 
## 767                                                                                 
## 768                                                                                 
## 769                                                                                 
## 770                    http://www.who.int/csr/don/6-march-2015-mers-saudi-arabia/en/
## 771                                                                                 
## 772                http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 773                                                                                 
## 774                                                                                 
## 775                                                                                 
## 776                                                                                 
## 777                                                                                 
## 778                   http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 779                                                                                 
## 780                                                                                 
## 781                                                                                 
## 782                                                                                 
## 783                                                                                 
## 784                                                                                 
## 785                                                                                 
## 786                                                                                 
## 787                http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 788                                                                                 
## 789                                                                                 
## 790                http://www.who.int/csr/don/26-february-2015-mers-saudi-arabia/en/
## 791                                                                                 
## 792                                                                                 
## 793                                                                                 
## 794                                                                                 
## 795                                                                                 
## 796                                                                                 
## 797                   http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 798                                                                                 
## 799                   http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 800                   http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 801                   http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 802                                                                                 
## 803                                                                                 
## 804                                                                                 
## 805                                                                                 
## 806                                                                                 
## 807                   http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 808                   http://www.who.int/csr/don/11-march-2015-mers-saudi-arabia/en/
## 809                                                                                 
## 810                                                                                 
## 811                                                                                 
## 812                                                                                 
## 813                                                                                 
## 814                                                                                 
## 815                   http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 816                                                                                 
## 817                   http://www.who.int/csr/don/20-march-2015-mers-saudi-arabia/en/
## 818                                                                                 
## 819                                                                                 
## 820                                                                                 
## 821                                                                                 
## 822                                                                                 
## 823                   http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 824                                                                                 
## 825                                                                                 
## 826                                                                                 
## 827                                                                                 
## 828                   http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 829                                                                                 
## 830                                                                                 
## 831                   http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 832                                                                                 
## 833                                                                                 
## 834                                                                                 
## 835                                                                                 
## 836                                                                                 
## 837                                                                                 
## 838                                                                                 
## 839                   http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 840                                                                                 
## 841                                                                                 
## 842                                                                                 
## 843                                                                                 
## 844                                                                                 
## 845                   http://www.who.int/csr/don/26-march-2015-mers-saudi-arabia/en/
## 846                                                                                 
## 847                                                                                 
## 848                                                                                 
## 849                                                                                 
## 850                                                                                 
## 851                                                                                 
## 852                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 853                                                                                 
## 854                                                                                 
## 855                                                                                 
## 856                                                                                 
## 857                                                                                 
## 858                    http://www.who.int/csr/don/9-april-2015-mers-saudi-arabia/en/
## 859                                                                                 
## 860                                                                                 
## 861                                                                                 
## 862                                                                                 
## 863                                                                                 
## 864                                                                                 
## 865                                                                                 
## 866                                                                                 
## 867                                                                                 
## 868                                                                                 
## 869                   http://www.who.int/csr/don/16-april-2015-mers-saudi-arabia/en/
## 870                                                                                 
## 871                                                                                 
## 872                                                                                 
## 873                                                                                 
## 874                                                                                 
## 875                                                                                 
## 876                                                                                 
## 877                                                                                 
## 878                                                                                 
## 879                                                                                 
## 880                                                                                 
## 881                                                                                 
## 882                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 883                                                                                 
## 884                                                                                 
## 885                                                                                 
## 886                     http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 887                     http://www.who.int/csr/don/17-may-2015-mers-saudi-arabia/en/
## 888                     http://www.who.int/csr/don/24-may-2015-mers-saudi-arabia/en/
## 889  http://www.moh.gov.sa/en/CCC/PressReleases/Pages/Statistics-2015-05-28-001.aspx
## 890                                                                                 
## 891                    http://www.who.int/csr/don/01-june-2015-mers-saudi-arabia/en/
## 892                                                                                 
## 893                                                                                 
## 894                                                                                 
## 895                     http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 896                                                                                 
## 897                                                                                 
## 898                                                                                 
## 899                     http://www.who.int/csr/don/25-may-2015-mers-saudi-arabia/en/
## 900                                                                                 
## 901                                                                                 
## 902                                                                                 
## 903                                                                                 
## 904                                                                                 
## 905                                                                                 
## 906                                                                                 
## 907                    http://www.who.int/csr/don/01-june-2015-mers-saudi-arabia/en/
## 908                                                                                 
## 909                                                                                 
## 910                                                                                 
## 911                                                                                 
## 912                    http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 913                                                                                 
## 914                                                                                 
## 915                                                                                 
## 916                                                                                 
## 917                                                                                 
## 918                    http://www.who.int/csr/don/06-june-2015-mers-saudi-arabia/en/
## 919                                                                                 
## 920                                                                                 
## 921                                                                                 
## 922                                                                                 
## 923                                                                                 
## 924                                                                                 
## 925                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 926                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 927                                                                                 
## 928                                                                                 
## 929                                                                                 
## 930                                                                                 
## 931                    http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 932                                                                                 
## 933                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 934                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 935                    http://www.who.int/csr/don/16-june-2015-mers-saudi-arabia/en/
## 936                        http://who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 937                                                                                 
## 938                                                                                 
## 939                                                                                 
## 940                                                                                 
## 941                    http://www.who.int/csr/don/23-june-2015-mers-saudi-arabia/en/
## 942                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 943                                                                                 
## 944                                                                                 
## 945                                                                                 
## 946                                                                                 
## 947                                                                                 
## 948                                                                                 
## 949                                                                                 
## 950                                                                                 
## 951                                                                                 
## 952                                                                                 
## 953                    http://www.who.int/csr/don/29-july-2015-mers-saudi-arabia/en/
## 954                                                                                 
## 955                                                                                 
## 956                                                                                 
## 957                                                                                 
## 958                                                                                 
## 959                  http://www.who.int/csr/don/12-august-2015-mers-saudi-arabia/en/
## 960                  http://www.who.int/csr/don/06-august-2015-mers-saudi-arabia/en/
## 961                                                                                 
## 962                                                                                 
## 963                                                                                 
## 964                                                                                 
## 965                                                                                 
## 966                                                                                 
## 967                  http://www.who.int/csr/don/06-august-2015-mers-saudi-arabia/en/
## 968                                                                                 
## 969                                                                                 
## 970                                                                                 
## 971                  http://www.who.int/csr/don/18-august-2015-mers-saudi-arabia/en/
## 972                                                                                 
## 973                                                                                 
## 974                                                                                 
## 975                                                                                 
## 976                                                                                 
## 977                                                                                 
## 978                                                                                 
## 979                                                                                 
## 980                                                                                 
## 981                                                                                 
## 982                                                                                 
## 983                                                                                 
## 984                                                                                 
## 985                                                                                 
## 986                                                                                 
## 987                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 988                                                                                 
## 989                                                                                 
## 990               http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 991                                                                                 
## 992                                                                                 
## 993                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 994                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 995                  http://www.who.int/csr/don/21-august-2015-mers-saudi-arabia/en/
## 996               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 997                                                                                 
## 998               http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 999                                                                                 
## 1000                                                                                
## 1001                                                                                
## 1002                                                                                
## 1003                                                                                
## 1004                                                                                
## 1005              http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1006                                                                                
## 1007                                                                                
## 1008                                                                                
## 1009                                                                                
## 1010                 http://www.who.int/csr/don/26-august-2015-mers-saudi-arabia/en/
## 1011                                                                                
## 1012                                                                                
## 1013              http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1014                                                                                
## 1015                                                                                
## 1016                                                                                
## 1017                                                                                
## 1018                                                                                
## 1019                                                                                
## 1020                                                                                
## 1021                                                                                
## 1022                                                                                
## 1023                                                                                
## 1024                                                                                
## 1025                                                                                
## 1026                 http://www.who.int/csr/don/27-august-2015-mers-saudi-arabia/en/
## 1027                                                                                
## 1028              http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1029                                                                                
## 1030              http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1031              http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1032              http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1033                                                                                
## 1034                                                                                
## 1035                                                                                
## 1036              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1037              http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1038                                                                                
## 1039                                                                                
## 1040              http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1041              http://www.who.int/csr/don/02-september-2015-mers-saudi-arabia/en/
## 1042                                                                                
## 1043              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1044                                                                                
## 1045                                                                                
## 1046                                                                                
## 1047                                                                                
## 1048                                                                                
## 1049                                                                                
## 1050                                                                                
## 1051                                                                                
## 1052                http://www.who.int/csr/don/12-october-2015-mers-saudi-arabia/en/
## 1053                                                                                
## 1054              http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1055                                                                                
## 1056                                                                                
## 1057              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1058                                                                                
## 1059                                                                                
## 1060              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1061                                                                                
## 1062              http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1063                                                                                
## 1064                                                                                
## 1065                                                                                
## 1066              http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1067              http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1068                                                                                
## 1069              http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1070                                                                                
## 1071              http://www.who.int/csr/don/08-september-2015-mers-saudi-arabia/en/
## 1072              http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1073              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1074                                                                                
## 1075                                                                                
## 1076                                                                                
## 1077              http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1078                                                                                
## 1079                                                                                
## 1080                                                                                
## 1081              http://www.who.int/csr/don/09-september-2015-mers-saudi-arabia/en/
## 1082                                                                                
## 1083                                                                                
## 1084                                                                                
## 1085                                                                                
## 1086                                                                                
## 1087              http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1088                                                                                
## 1089              http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1090                                                                                
## 1091              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1092                                                                                
## 1093                                                                                
## 1094              http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1095                                                                                
## 1096                                                                                
## 1097                                                                                
## 1098              http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1099                                                                                
## 1100                                                                                
## 1101                                                                                
## 1102                                                                                
## 1103                                                                                
## 1104                                                                                
## 1105              http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1106                                                                                
## 1107                                                                                
## 1108                                                                                
## 1109                                                                                
## 1110                                                                                
## 1111                                                                                
## 1112                                                                                
## 1113              http://www.who.int/csr/don/17-september-2015-mers-saudi-arabia/en/
## 1114                                                                                
## 1115                                                                                
## 1116                                                                                
## 1117              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1118                                                                                
## 1119                                                                                
## 1120                                                                                
## 1121                                                                                
## 1122                                                                                
## 1123                                                                                
## 1124                                                                                
## 1125                                                                                
## 1126                                                                                
## 1127                http://www.who.int/csr/don/12-october-2015-mers-saudi-arabia/en/
## 1128                                                                                
## 1129              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1130                                                                                
## 1131                                                                                
## 1132                                                                                
## 1133                                                                                
## 1134                http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1135                http://www.who.int/csr/don/12-october-2015-mers-saudi-arabia/en/
## 1136                                                                                
## 1137                                                                                
## 1138                                                                                
## 1139              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1140                                                                                
## 1141              http://www.who.int/csr/don/27-september-2015-mers-saudi-arabia/en/
## 1142                                                                                
## 1143                                                                                
## 1144                http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1145                                                                                
## 1146                                                                                
## 1147                                                                                
## 1148                                                                                
## 1149                                                                                
## 1150                http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1151                                                                                
## 1152                                                                                
## 1153                                                                                
## 1154                                                                                
## 1155                                                                                
## 1156                                                                                
## 1157                                                                                
## 1158                                                                                
## 1159                                                                                
## 1160                                                                                
## 1161                                                                                
## 1162                                                                                
## 1163                                                                                
## 1164                                                                                
## 1165                                                                                
## 1166                                                                                
## 1167                                                                                
## 1168                                                                                
## 1169                                                                                
## 1170                                                                                
## 1171                                                                                
## 1172                                                                                
## 1173                                                                                
## 1174               http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1175                                                                                
## 1176                                                                                
## 1177               http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1178                                                                                
## 1179               http://www.who.int/csr/don/13-november-2015-mers-saudi-arabia/en/
## 1180                                                                                
## 1181                                                                                
## 1182                                                                                
## 1183                                                                                
## 1184                                                                                
## 1185                                                                                
## 1186                http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1187                http://www.who.int/csr/don/4-december-2015-mers-saudi-arabia/en/
## 1188                                                                                
## 1189                                                                                
## 1190                                                                                
## 1191                                                                                
## 1192                                                                                
## 1193                                                                                
## 1194                                                                                
## 1195                                                                                
## 1196                                                                                
## 1197                                                                                
## 1198                                                                                
## 1199                                                                                
## 1200                                                                                
## 1201                                                                                
## 1202                                                                                
## 1203                                                                                
## 1204                                                                                
## 1205                                                                                
## 1206                                                                                
## 1207                                                                                
## 1208                                                                                
## 1209                                                                                
## 1210                                                                                
## 1211                                                                                
## 1212                                                                                
## 1213                                                                                
## 1214                                                                                
## 1215                                                                                
## 1216                                                                                
## 1217                                                                                
## 1218                                                                                
## 1219                                                                                
## 1220                                                                                
## 1221                                                                                
## 1222                                                                                
## 1223                                                                                
## 1224                                                                                
## 1225                                                                                
## 1226                                                                                
## 1227                                                                                
## 1228                                                                                
## 1229                                                                                
## 1230                  http://www.who.int/csr/don/21-march-2016-mers-saudi-arabia/en/
## 1231                                                                                
## 1232                                                                                
## 1233                                                                                
## 1234                                                                                
## 1235                  http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1236                  http://www.who.int/csr/don/16-march-2016-mers-saudi-arabia/en/
## 1237                                                                                
## 1238                                                                                
## 1239                                                                                
## 1240                                                                                
## 1241                                                                                
## 1242                                                                                
## 1243                                                                                
## 1244                                                                                
## 1245                                                                                
## 1246                                                                                
## 1247                                                                                
## 1248                                                                                
## 1249                                                                                
## 1250                                                                                
## 1251                                                                                
## 1252                                                                                
## 1253                                                                                
## 1254                                                                                
## 1255                                                                                
## 1256                                                                                
## 1257                                                                                
## 1258                                                                                
## 1259                                                                                
## 1260                                                                                
## 1261                                                                                
## 1262                  http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1263                                                                                
## 1264                                                                                
## 1265                                                                                
## 1266                                                                                
## 1267                                                                                
## 1268                  http://www.who.int/csr/don/14-april-2016-mers-saudi-arabia/en/
## 1269                                                                                
## 1270                                                                                
## 1271                                                                                
## 1272                                                                                
## 1273                                                                                
## 1274                                                                                
## 1275                                                                                
## 1276                                                                                
## 1277                                                                                
## 1278                                                                                
## 1279                                                                                
## 1280                                                                                
## 1281                                                                                
## 1282                                                                                
## 1283                                                                                
## 1284                                                                                
## 1285                                                                                
## 1286                    http://www.who.int/csr/don/16-may-2016-mers-saudi-arabia/en/
## 1287                                                                                
## 1288                                                                                
## 1289                                                                                
## 1290                                                                                
## 1291                                                                                
## 1292                                                                                
## 1293                                                                                
## 1294                                                                                
## 1295                                                                                
## 1296                                                                                
## 1297                                                                                
## 1298                                                                                
## 1299                                                                                
## 1300                                                                                
## 1301                                                                                
## 1302                                                                                
## 1303                                                                                
## 1304                                                                                
## 1305                                                                                
## 1306                                                                                
## 1307                                                                                
## 1308                                                                                
## 1309                                                                                
## 1310                                                                                
## 1311                                                                                
## 1312                                                                                
## 1313                                                                                
## 1314                                                                                
## 1315                                                                                
## 1316                                                                                
## 1317                                                                                
## 1318                                                                                
## 1319                                                                                
## 1320                                                                                
## 1321                                                                                
## 1322                                                                                
## 1323                                                                                
## 1324                                                                                
## 1325                                                                                
## 1326                                                                                
## 1327                                                                                
## 1328                                                                                
## 1329                                                                                
## 1330                                                                                
## 1331                                                                                
## 1332                                                                                
## 1333                                                                                
## 1334                                                                                
## 1335                                                                                
## 1336              http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1337                                                                                
## 1338                                                                                
## 1339                                                                                
## 1340                                                                                
## 1341                                                                                
## 1342                                                                                
## 1343                                                                                
## 1344                                                                                
## 1345                                                                                
## 1346                                                                                
## 1347                                                                                
## 1348                                                                                
## 1349                                                                                
## 1350                                                                                
## 1351              http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1352              http://www.who.int/csr/don/16-september-2016-mers-saudi-arabia/en/
## 1353                                                                                
## 1354                                                                                
## 1355                                                                                
## 1356                                                                                
## 1357                                                                                
## 1358                                                                                
## 1359                                                                                
## 1360                                                                                
## 1361                                                                                
## 1362                                                                                
## 1363                                                                                
## 1364                                                                                
## 1365                                                                                
## 1366                                                                                
## 1367                                                                                
## 1368                                                                                
## 1369                                                                                
## 1370                                                                                
## 1371                                                                                
## 1372                                                                                
## 1373                                                                                
## 1374                                                                                
## 1375                                                                                
## 1376                                                                                
## 1377                                                                                
## 1378                                                                                
## 1379                                                                                
## 1380                                                                                
##                                                             citation5
## 1                                                                    
## 2                                                                    
## 3                                                                    
## 4                                                                    
## 5                                                                    
## 6                                                                    
## 7                                                                    
## 8                                                                    
## 9                                                                    
## 10                                                                   
## 11                                                                   
## 12                                                                   
## 13                                                                   
## 14                                                                   
## 15                                                                   
## 16                                                                   
## 17                                                                   
## 18                                                                   
## 19                                                                   
## 20                                                                   
## 21                                                                   
## 22                                                                   
## 23                                                                   
## 24                                                                   
## 25                                                                   
## 26                                                                   
## 27                                                                   
## 28                                                                   
## 29                                                                   
## 30                                                                   
## 31                                                                   
## 32                                                                   
## 33                                                                   
## 34                                                                   
## 35                                                                   
## 36                                                                   
## 37                                                                   
## 38                                                                   
## 39                                                                   
## 40                                                                   
## 41                                                                   
## 42                                                                   
## 43                                                                   
## 44                                                                   
## 45                                                                   
## 46                                                                   
## 47                                                                   
## 48                                                                   
## 49                                                                   
## 50                                                                   
## 51                                                                   
## 52                                                                   
## 53                                                                   
## 54                                                                   
## 55                                                                   
## 56                                                                   
## 57                                                                   
## 58                                                                   
## 59                                                                   
## 60                                                                   
## 61                                                                   
## 62                                                                   
## 63                                                                   
## 64                                                                   
## 65                                                                   
## 66                                                                   
## 67                                                                   
## 68                                                                   
## 69                                                                   
## 70                                                                   
## 71                                                                   
## 72                                                                   
## 73                                                                   
## 74                                                                   
## 75                                                                   
## 76                                                                   
## 77                                                                   
## 78                                                                   
## 79                                                                   
## 80                                                                   
## 81                                                                   
## 82                                                                   
## 83                                                                   
## 84                                                                   
## 85                                                                   
## 86                                                                   
## 87                                                                   
## 88                                                                   
## 89                                                                   
## 90                                                                   
## 91                                                                   
## 92                                                                   
## 93                                                                   
## 94                                                                   
## 95                                                                   
## 96                                                                   
## 97                                                                   
## 98                                                                   
## 99                                                                   
## 100                                                                  
## 101                                                                  
## 102                                                                  
## 103                                                                  
## 104                                                                  
## 105                                                                  
## 106                                                                  
## 107                                                                  
## 108                                                                  
## 109                                                                  
## 110                                                                  
## 111                                                                  
## 112                                                                  
## 113                                                                  
## 114                                                                  
## 115                                                                  
## 116                                                                  
## 117                                                                  
## 118                                                                  
## 119                                                                  
## 120                                                                  
## 121                                                                  
## 122                                                                  
## 123                                                                  
## 124                                                                  
## 125                                                                  
## 126                                                                  
## 127                                                                  
## 128                                                                  
## 129                                                                  
## 130                                                                  
## 131                                                                  
## 132                                                                  
## 133                                                                  
## 134                                                                  
## 135                                                                  
## 136                                                                  
## 137                                                                  
## 138                                                                  
## 139                                                                  
## 140                                                                  
## 141                                                                  
## 142                                                                  
## 143                                                                  
## 144                                                                  
## 145                                                                  
## 146                                                                  
## 147                                                                  
## 148                                                                  
## 149                                                                  
## 150                                                                  
## 151                                                                  
## 152                                                                  
## 153                                                                  
## 154                                                                  
## 155                                                                  
## 156                                                                  
## 157                                                                  
## 158                                                                  
## 159                                                                  
## 160                                                                  
## 161                                                                  
## 162                                                                  
## 163                                                                  
## 164                                                                  
## 165                                                                  
## 166                                                                  
## 167                                                                  
## 168                                                                  
## 169                                                                  
## 170                                                                  
## 171                                                                  
## 172                                                                  
## 173                                                                  
## 174                                                                  
## 175                                                                  
## 176                                                                  
## 177                                                                  
## 178                                                                  
## 179                                                                  
## 180                                                                  
## 181                                                                  
## 182                                                                  
## 183                                                                  
## 184                                                                  
## 185                                                                  
## 186                                                                  
## 187                                                                  
## 188                                                                  
## 189                                                                  
## 190                                                                  
## 191                                                                  
## 192                                                                  
## 193                                                                  
## 194                                                                  
## 195                                                                  
## 196                                                                  
## 197                                                                  
## 198                                                                  
## 199                                                                  
## 200                                                                  
## 201                                                                  
## 202                                                                  
## 203                                                                  
## 204                                                                  
## 205                                                                  
## 206                                                                  
## 207                                                                  
## 208                                                                  
## 209                                                                  
## 210                                                                  
## 211                                                                  
## 212                                                                  
## 213                                                                  
## 214                                                                  
## 215                                                                  
## 216                                                                  
## 217                                                                  
## 218                                                                  
## 219                                                                  
## 220                                                                  
## 221                                                                  
## 222                                                                  
## 223                                                                  
## 224                                                                  
## 225                                                                  
## 226                                                                  
## 227                                                                  
## 228                                                                  
## 229                                                                  
## 230                                                                  
## 231                                                                  
## 232                                                                  
## 233                                                                  
## 234                                                                  
## 235                                                                  
## 236                                                                  
## 237                                                                  
## 238                                                                  
## 239                                                                  
## 240                                                                  
## 241                                                                  
## 242                                                                  
## 243                                                                  
## 244                                                                  
## 245                                                                  
## 246                                                                  
## 247                                                                  
## 248                                                                  
## 249                                                                  
## 250                                                                  
## 251                                                                  
## 252                                                                  
## 253                                                                  
## 254                                                                  
## 255                                                                  
## 256                                                                  
## 257                                                                  
## 258                                                                  
## 259                                                                  
## 260                                                                  
## 261                                                                  
## 262                                                                  
## 263                                                                  
## 264                                                                  
## 265                                                                  
## 266                                                                  
## 267                                                                  
## 268                                                                  
## 269                                                                  
## 270                                                                  
## 271                                                                  
## 272                                                                  
## 273                                                                  
## 274                                                                  
## 275                                                                  
## 276                                                                  
## 277                                                                  
## 278                                                                  
## 279                                                                  
## 280                                                                  
## 281                                                                  
## 282                                                                  
## 283                                                                  
## 284                                                                  
## 285                                                                  
## 286                                                                  
## 287                                                                  
## 288                                                                  
## 289                                                                  
## 290                                                                  
## 291                                                                  
## 292                                                                  
## 293                                                                  
## 294                                                                  
## 295                                                                  
## 296                                                                  
## 297                                                                  
## 298                                                                  
## 299                                                                  
## 300                                                                  
## 301                                                                  
## 302                                                                  
## 303                                                                  
## 304                                                                  
## 305                                                                  
## 306                                                                  
## 307                                                                  
## 308                                                                  
## 309                                                                  
## 310                                                                  
## 311                                                                  
## 312                                                                  
## 313                                                                  
## 314                                                                  
## 315                                                                  
## 316                                                                  
## 317                                                                  
## 318                                                                  
## 319                                                                  
## 320                                                                  
## 321                                                                  
## 322                                                                  
## 323                                                                  
## 324                                                                  
## 325                                                                  
## 326                                                                  
## 327                                                                  
## 328                                                                  
## 329                                                                  
## 330                                                                  
## 331                                                                  
## 332                                                                  
## 333                                                                  
## 334                                                                  
## 335                                                                  
## 336                                                                  
## 337                                                                  
## 338                                                                  
## 339                                                                  
## 340                                                                  
## 341                                                                  
## 342                                                                  
## 343                                                                  
## 344                                                                  
## 345                                                                  
## 346                                                                  
## 347                                                                  
## 348                                                                  
## 349                                                                  
## 350                                                                  
## 351                                                                  
## 352                                                                  
## 353                                                                  
## 354                                                                  
## 355                                                                  
## 356                                                                  
## 357                                                                  
## 358                                                                  
## 359                                                                  
## 360                                                                  
## 361                                                                  
## 362                                                                  
## 363                                                                  
## 364                                                                  
## 365                                                                  
## 366                                                                  
## 367                                                                  
## 368                                                                  
## 369                                                                  
## 370                                                                  
## 371                                                                  
## 372                                                                  
## 373                                                                  
## 374                                                                  
## 375                                                                  
## 376                                                                  
## 377                                                                  
## 378                                                                  
## 379                                                                  
## 380                                                                  
## 381                                                                  
## 382                                                                  
## 383                                                                  
## 384                                                                  
## 385                                                                  
## 386                                                                  
## 387                                                                  
## 388                                                                  
## 389                                                                  
## 390                                                                  
## 391                                                                  
## 392                                                                  
## 393                                                                  
## 394                                                                  
## 395                                                                  
## 396                                                                  
## 397                                                                  
## 398                                                                  
## 399                                                                  
## 400                                                                  
## 401                                                                  
## 402                                                                  
## 403                                                                  
## 404                                                                  
## 405                                                                  
## 406                                                                  
## 407                                                                  
## 408                                                                  
## 409                                                                  
## 410                                                                  
## 411                                                                  
## 412                                                                  
## 413                                                                  
## 414                                                                  
## 415                                                                  
## 416                                                                  
## 417                                                                  
## 418                                                                  
## 419                                                                  
## 420                                                                  
## 421                                                                  
## 422                                                                  
## 423                                                                  
## 424                                                                  
## 425                                                                  
## 426                                                                  
## 427                                                                  
## 428                                                                  
## 429                                                                  
## 430                                                                  
## 431                                                                  
## 432                                                                  
## 433                                                                  
## 434                                                                  
## 435                                                                  
## 436                                                                  
## 437                                                                  
## 438                                                                  
## 439                                                                  
## 440                                                                  
## 441                                                                  
## 442                                                                  
## 443                                                                  
## 444                                                                  
## 445                                                                  
## 446                                                                  
## 447                                                                  
## 448                                                                  
## 449                                                                  
## 450                                                                  
## 451                                                                  
## 452                                                                  
## 453                                                                  
## 454                                                                  
## 455                                                                  
## 456                                                                  
## 457                                                                  
## 458                                                                  
## 459                                                                  
## 460                                                                  
## 461                                                                  
## 462                                                                  
## 463                                                                  
## 464                                                                  
## 465                                                                  
## 466                                                                  
## 467                                                                  
## 468                                                                  
## 469                                                                  
## 470                                                                  
## 471                                                                  
## 472                                                                  
## 473                                                                  
## 474                                                                  
## 475                                                                  
## 476                                                                  
## 477                                                                  
## 478                                                                  
## 479                                                                  
## 480                                                                  
## 481                                                                  
## 482                                                                  
## 483                                                                  
## 484                                                                  
## 485                                                                  
## 486                                                                  
## 487                                                                  
## 488                                                                  
## 489                                                                  
## 490                                                                  
## 491                                                                  
## 492                                                                  
## 493                                                                  
## 494                                                                  
## 495                                                                  
## 496                                                                  
## 497                                                                  
## 498                                                                  
## 499                                                                  
## 500                                                                  
## 501                                                                  
## 502                                                                  
## 503                                                                  
## 504                                                                  
## 505                                                                  
## 506                                                                  
## 507                                                                  
## 508                                                                  
## 509                                                                  
## 510                                                                  
## 511                                                                  
## 512                                                                  
## 513                                                                  
## 514                                                                  
## 515                                                                  
## 516                                                                  
## 517                                                                  
## 518                                                                  
## 519                                                                  
## 520                                                                  
## 521                                                                  
## 522                                                                  
## 523                                                                  
## 524                                                                  
## 525                                                                  
## 526                                                                  
## 527                                                                  
## 528                                                                  
## 529                                                                  
## 530                                                                  
## 531                                                                  
## 532                                                                  
## 533                                                                  
## 534                                                                  
## 535                                                                  
## 536                                                                  
## 537                                                                  
## 538                                                                  
## 539                                                                  
## 540                                                                  
## 541                                                                  
## 542                                                                  
## 543                                                                  
## 544                                                                  
## 545                                                                  
## 546                                                                  
## 547                                                                  
## 548                                                                  
## 549                                                                  
## 550                                                                  
## 551                                                                  
## 552                                                                  
## 553                                                                  
## 554                                                                  
## 555                                                                  
## 556                                                                  
## 557                                                                  
## 558                                                                  
## 559                                                                  
## 560                                                                  
## 561                                                                  
## 562                                                                  
## 563                                                                  
## 564                                                                  
## 565                                                                  
## 566                                                                  
## 567                                                                  
## 568                                                                  
## 569                                                                  
## 570                                                                  
## 571                                                                  
## 572                                                                  
## 573                                                                  
## 574                                                                  
## 575                                                                  
## 576                                                                  
## 577                                                                  
## 578                                                                  
## 579                                                                  
## 580                                                                  
## 581                                                                  
## 582                                                                  
## 583                                                                  
## 584                                                                  
## 585                                                                  
## 586                                                                  
## 587                                                                  
## 588                                                                  
## 589                                                                  
## 590                                                                  
## 591                                                                  
## 592                                                                  
## 593                                                                  
## 594                                                                  
## 595                                                                  
## 596                                                                  
## 597                                                                  
## 598                                                                  
## 599                                                                  
## 600                                                                  
## 601                                                                  
## 602                                                                  
## 603                                                                  
## 604                                                                  
## 605                                                                  
## 606                                                                  
## 607                                                                  
## 608                                                                  
## 609                                                                  
## 610                                                                  
## 611                                                                  
## 612                                                                  
## 613                                                                  
## 614                                                                  
## 615                                                                  
## 616                                                                  
## 617                                                                  
## 618                                                                  
## 619                                                                  
## 620                                                                  
## 621                                                                  
## 622                                                                  
## 623                                                                  
## 624                                                                  
## 625                                                                  
## 626                                                                  
## 627                                                                  
## 628                                                                  
## 629                                                                  
## 630                                                                  
## 631                                                                  
## 632                                                                  
## 633                                                                  
## 634                                                                  
## 635                                                                  
## 636                                                                  
## 637                                                                  
## 638                                                                  
## 639                                                                  
## 640                                                                  
## 641                                                                  
## 642                                                                  
## 643                                                                  
## 644                                                                  
## 645                                                                  
## 646                                                                  
## 647                                                                  
## 648                                                                  
## 649                                                                  
## 650                                                                  
## 651                                                                  
## 652                                                                  
## 653                                                                  
## 654                                                                  
## 655                                                                  
## 656                                                                  
## 657                                                                  
## 658                                                                  
## 659                                                                  
## 660                                                                  
## 661                                                                  
## 662                                                                  
## 663                                                                  
## 664                                                                  
## 665                                                                  
## 666                                                                  
## 667                                                                  
## 668                                                                  
## 669                                                                  
## 670                                                                  
## 671                                                                  
## 672                                                                  
## 673                                                                  
## 674                                                                  
## 675                                                                  
## 676                                                                  
## 677                                                                  
## 678                                                                  
## 679                                                                  
## 680                                                                  
## 681                                                                  
## 682                                                                  
## 683                                                                  
## 684                                                                  
## 685                                                                  
## 686                                                                  
## 687                                                                  
## 688                                                                  
## 689                                                                  
## 690                                                                  
## 691                                                                  
## 692                                                                  
## 693                                                                  
## 694                                                                  
## 695                                                                  
## 696                                                                  
## 697                                                                  
## 698                                                                  
## 699                                                                  
## 700                                                                  
## 701                                                                  
## 702                                                                  
## 703                                                                  
## 704                                                                  
## 705                                                                  
## 706                                                                  
## 707                                                                  
## 708                                                                  
## 709                                                                  
## 710                                                                  
## 711                                                                  
## 712                                                                  
## 713                                                                  
## 714                                                                  
## 715                                                                  
## 716                                                                  
## 717                                                                  
## 718                                                                  
## 719                                                                  
## 720                                                                  
## 721                                                                  
## 722                                                                  
## 723                                                                  
## 724                                                                  
## 725                                                                  
## 726                                                                  
## 727                                                                  
## 728                                                                  
## 729                                                                  
## 730                                                                  
## 731                                                                  
## 732                                                                  
## 733                                                                  
## 734                                                                  
## 735                                                                  
## 736                                                                  
## 737                                                                  
## 738                                                                  
## 739                                                                  
## 740                                                                  
## 741                                                                  
## 742                                                                  
## 743                                                                  
## 744                                                                  
## 745                                                                  
## 746                                                                  
## 747                                                                  
## 748                                                                  
## 749                                                                  
## 750                                                                  
## 751                                                                  
## 752                                                                  
## 753                                                                  
## 754                                                                  
## 755                                                                  
## 756                                                                  
## 757                                                                  
## 758                                                                  
## 759                                                                  
## 760                                                                  
## 761                                                                  
## 762                                                                  
## 763                                                                  
## 764                                                                  
## 765                                                                  
## 766                                                                  
## 767                                                                  
## 768                                                                  
## 769                                                                  
## 770                                                                  
## 771                                                                  
## 772                                                                  
## 773                                                                  
## 774                                                                  
## 775                                                                  
## 776                                                                  
## 777                                                                  
## 778                                                                  
## 779                                                                  
## 780                                                                  
## 781                                                                  
## 782                                                                  
## 783                                                                  
## 784                                                                  
## 785                                                                  
## 786                                                                  
## 787                                                                  
## 788                                                                  
## 789                                                                  
## 790                                                                  
## 791                                                                  
## 792                                                                  
## 793                                                                  
## 794                                                                  
## 795                                                                  
## 796                                                                  
## 797                                                                  
## 798                                                                  
## 799                                                                  
## 800                                                                  
## 801                                                                  
## 802                                                                  
## 803                                                                  
## 804                                                                  
## 805                                                                  
## 806                                                                  
## 807                                                                  
## 808                                                                  
## 809                                                                  
## 810                                                                  
## 811                                                                  
## 812                                                                  
## 813                                                                  
## 814                                                                  
## 815                                                                  
## 816                                                                  
## 817                                                                  
## 818                                                                  
## 819                                                                  
## 820                                                                  
## 821                                                                  
## 822                                                                  
## 823                                                                  
## 824                                                                  
## 825                                                                  
## 826                                                                  
## 827                                                                  
## 828                                                                  
## 829                                                                  
## 830                                                                  
## 831                                                                  
## 832                                                                  
## 833                                                                  
## 834                                                                  
## 835                                                                  
## 836                                                                  
## 837                                                                  
## 838                                                                  
## 839                                                                  
## 840                                                                  
## 841                                                                  
## 842                                                                  
## 843                                                                  
## 844                                                                  
## 845                                                                  
## 846                                                                  
## 847                                                                  
## 848                                                                  
## 849                                                                  
## 850                                                                  
## 851                                                                  
## 852                                                                  
## 853                                                                  
## 854                                                                  
## 855                                                                  
## 856                                                                  
## 857                                                                  
## 858                                                                  
## 859                                                                  
## 860                                                                  
## 861                                                                  
## 862                                                                  
## 863                                                                  
## 864                                                                  
## 865                                                                  
## 866                                                                  
## 867                                                                  
## 868                                                                  
## 869                                                                  
## 870                                                                  
## 871                                                                  
## 872                                                                  
## 873                                                                  
## 874                                                                  
## 875                                                                  
## 876                                                                  
## 877                                                                  
## 878                                                                  
## 879                                                                  
## 880                                                                  
## 881                                                                  
## 882                                                                  
## 883                                                                  
## 884                                                                  
## 885                                                                  
## 886                                                                  
## 887                                                                  
## 888                                                                  
## 889                                                                  
## 890                                                                  
## 891                                                                  
## 892                                                                  
## 893                                                                  
## 894                                                                  
## 895                                                                  
## 896                                                                  
## 897                                                                  
## 898                                                                  
## 899                                                                  
## 900                                                                  
## 901                                                                  
## 902                                                                  
## 903                                                                  
## 904                                                                  
## 905                                                                  
## 906                                                                  
## 907                                                                  
## 908                                                                  
## 909                                                                  
## 910                                                                  
## 911                                                                  
## 912                                                                  
## 913                                                                  
## 914                                                                  
## 915                                                                  
## 916                                                                  
## 917                                                                  
## 918                                                                  
## 919                                                                  
## 920                                                                  
## 921                                                                  
## 922                                                                  
## 923                                                                  
## 924                                                                  
## 925                                                                  
## 926                                                                  
## 927                                                                  
## 928                                                                  
## 929                                                                  
## 930                                                                  
## 931                                                                  
## 932                                                                  
## 933                                                                  
## 934                                                                  
## 935                                                                  
## 936                                                                  
## 937                                                                  
## 938                                                                  
## 939                                                                  
## 940                                                                  
## 941                                                                  
## 942                                                                  
## 943                                                                  
## 944                                                                  
## 945                                                                  
## 946                                                                  
## 947                                                                  
## 948                                                                  
## 949                                                                  
## 950                                                                  
## 951                                                                  
## 952                                                                  
## 953                                                                  
## 954                                                                  
## 955                                                                  
## 956                                                                  
## 957                                                                  
## 958                                                                  
## 959                                                                  
## 960                                                                  
## 961                                                                  
## 962                                                                  
## 963                                                                  
## 964                                                                  
## 965                                                                  
## 966                                                                  
## 967                                                                  
## 968                                                                  
## 969                                                                  
## 970                                                                  
## 971                                                                  
## 972                                                                  
## 973                                                                  
## 974                                                                  
## 975                                                                  
## 976                                                                  
## 977                                                                  
## 978                                                                  
## 979                                                                  
## 980                                                                  
## 981                                                                  
## 982                                                                  
## 983                                                                  
## 984                                                                  
## 985                                                                  
## 986                                                                  
## 987                                                                  
## 988                                                                  
## 989                                                                  
## 990                                                                  
## 991                                                                  
## 992                                                                  
## 993                                                                  
## 994                                                                  
## 995                                                                  
## 996                                                                  
## 997                                                                  
## 998                                                                  
## 999                                                                  
## 1000                                                                 
## 1001                                                                 
## 1002                                                                 
## 1003                                                                 
## 1004                                                                 
## 1005                                                                 
## 1006                                                                 
## 1007                                                                 
## 1008                                                                 
## 1009                                                                 
## 1010                                                                 
## 1011                                                                 
## 1012                                                                 
## 1013                                                                 
## 1014                                                                 
## 1015                                                                 
## 1016                      http://promedmail.org/direct.php?id=3587349
## 1017                      http://promedmail.org/direct.php?id=3587349
## 1018                      http://promedmail.org/direct.php?id=3587349
## 1019                      http://promedmail.org/direct.php?id=3587349
## 1020                      http://promedmail.org/direct.php?id=3587349
## 1021                      http://promedmail.org/direct.php?id=3587349
## 1022                      http://promedmail.org/direct.php?id=3587349
## 1023                      http://promedmail.org/direct.php?id=3587349
## 1024                      http://promedmail.org/direct.php?id=3587349
## 1025                      http://promedmail.org/direct.php?id=3587349
## 1026                                                                 
## 1027                                                                 
## 1028                                                                 
## 1029                                                                 
## 1030                                                                 
## 1031                                                                 
## 1032                                                                 
## 1033                                                                 
## 1034                                                                 
## 1035                                                                 
## 1036                                                                 
## 1037                                                                 
## 1038                                                                 
## 1039                                                                 
## 1040                                                                 
## 1041                                                                 
## 1042                                                                 
## 1043                                                                 
## 1044                                                                 
## 1045                                                                 
## 1046                                                                 
## 1047                                                                 
## 1048                                                                 
## 1049                                                                 
## 1050                                                                 
## 1051                                                                 
## 1052                                                                 
## 1053                                                                 
## 1054                                                                 
## 1055                                                                 
## 1056                                                                 
## 1057                                                                 
## 1058                                                                 
## 1059                                                                 
## 1060                                                                 
## 1061                                                                 
## 1062                                                                 
## 1063                                                                 
## 1064                                                                 
## 1065                                                                 
## 1066                                                                 
## 1067                                                                 
## 1068                                                                 
## 1069                                                                 
## 1070                                                                 
## 1071                                                                 
## 1072 http://www.who.int/csr/don/22-october-2015-mers-saudi-arabia/en/
## 1073                                                                 
## 1074                                                                 
## 1075                                                                 
## 1076                                                                 
## 1077                                                                 
## 1078                                                                 
## 1079                                                                 
## 1080                                                                 
## 1081                                                                 
## 1082                                                                 
## 1083                                                                 
## 1084                                                                 
## 1085                                                                 
## 1086                                                                 
## 1087                                                                 
## 1088                                                                 
## 1089                                                                 
## 1090                                                                 
## 1091                                                                 
## 1092                                                                 
## 1093                                                                 
## 1094                                                                 
## 1095                                                                 
## 1096                                                                 
## 1097                                                                 
## 1098                                                                 
## 1099                                                                 
## 1100                                                                 
## 1101                                                                 
## 1102                                                                 
## 1103                                                                 
## 1104                                                                 
## 1105                                                                 
## 1106                                                                 
## 1107                                                                 
## 1108                                                                 
## 1109                                                                 
## 1110                                                                 
## 1111                                                                 
## 1112                                                                 
## 1113                                                                 
## 1114                                                                 
## 1115                                                                 
## 1116                                                                 
## 1117                                                                 
## 1118                                                                 
## 1119                                                                 
## 1120                                                                 
## 1121                                                                 
## 1122                                                                 
## 1123                                                                 
## 1124                                                                 
## 1125                                                                 
## 1126                                                                 
## 1127                                                                 
## 1128                                                                 
## 1129                                                                 
## 1130                                                                 
## 1131                                                                 
## 1132                                                                 
## 1133                                                                 
## 1134                                                                 
## 1135                                                                 
## 1136                                                                 
## 1137                                                                 
## 1138                                                                 
## 1139                                                                 
## 1140                                                                 
## 1141                                                                 
## 1142                                                                 
## 1143                                                                 
## 1144                                                                 
## 1145                                                                 
## 1146                                                                 
## 1147                                                                 
## 1148                                                                 
## 1149                                                                 
## 1150                                                                 
## 1151                                                                 
## 1152                                                                 
## 1153                                                                 
## 1154                                                                 
## 1155                                                                 
## 1156                                                                 
## 1157                                                                 
## 1158                                                                 
## 1159                                                                 
## 1160                                                                 
## 1161                                                                 
## 1162                                                                 
## 1163                                                                 
## 1164                                                                 
## 1165                                                                 
## 1166                                                                 
## 1167                                                                 
## 1168                                                                 
## 1169                                                                 
## 1170                                                                 
## 1171                                                                 
## 1172                                                                 
## 1173                                                                 
## 1174                                                                 
## 1175                                                                 
## 1176                                                                 
## 1177                                                                 
## 1178                                                                 
## 1179                                                                 
## 1180                                                                 
## 1181                                                                 
## 1182                                                                 
## 1183                                                                 
## 1184                                                                 
## 1185                                                                 
## 1186                                                                 
## 1187                                                                 
## 1188                                                                 
## 1189                                                                 
## 1190                                                                 
## 1191                                                                 
## 1192                                                                 
## 1193                                                                 
## 1194                                                                 
## 1195                                                                 
## 1196                                                                 
## 1197                                                                 
## 1198                                                                 
## 1199                                                                 
## 1200                                                                 
## 1201                                                                 
## 1202                                                                 
## 1203                                                                 
## 1204                                                                 
## 1205                                                                 
## 1206                                                                 
## 1207                                                                 
## 1208                                                                 
## 1209                                                                 
## 1210                                                                 
## 1211                                                                 
## 1212                                                                 
## 1213                                                                 
## 1214                                                                 
## 1215                                                                 
## 1216                                                                 
## 1217                                                                 
## 1218                                                                 
## 1219                                                                 
## 1220                                                                 
## 1221                                                                 
## 1222                                                                 
## 1223                                                                 
## 1224                                                                 
## 1225                                                                 
## 1226                                                                 
## 1227                                                                 
## 1228                                                                 
## 1229                                                                 
## 1230                                                                 
## 1231                                                                 
## 1232                                                                 
## 1233                                                                 
## 1234                                                                 
## 1235                                                                 
## 1236                                                                 
## 1237                                                                 
## 1238                                                                 
## 1239                                                                 
## 1240                                                                 
## 1241                                                                 
## 1242                                                                 
## 1243                                                                 
## 1244                                                                 
## 1245                                                                 
## 1246                                                                 
## 1247                                                                 
## 1248                                                                 
## 1249                                                                 
## 1250                                                                 
## 1251                                                                 
## 1252                                                                 
## 1253                                                                 
## 1254                                                                 
## 1255                                                                 
## 1256                                                                 
## 1257                                                                 
## 1258                                                                 
## 1259                                                                 
## 1260                                                                 
## 1261                                                                 
## 1262                                                                 
## 1263                                                                 
## 1264                                                                 
## 1265                                                                 
## 1266                                                                 
## 1267                                                                 
## 1268                                                                 
## 1269                                                                 
## 1270                                                                 
## 1271                                                                 
## 1272                                                                 
## 1273                                                                 
## 1274                                                                 
## 1275                                                                 
## 1276                                                                 
## 1277                                                                 
## 1278                                                                 
## 1279                                                                 
## 1280                                                                 
## 1281                                                                 
## 1282                                                                 
## 1283                                                                 
## 1284                                                                 
## 1285                                                                 
## 1286                                                                 
## 1287                                                                 
## 1288                                                                 
## 1289                                                                 
## 1290                                                                 
## 1291                                                                 
## 1292                                                                 
## 1293                                                                 
## 1294                                                                 
## 1295                                                                 
## 1296                                                                 
## 1297                                                                 
## 1298                                                                 
## 1299                                                                 
## 1300                                                                 
## 1301                                                                 
## 1302                                                                 
## 1303                                                                 
## 1304                                                                 
## 1305                                                                 
## 1306                                                                 
## 1307                                                                 
## 1308                                                                 
## 1309                                                                 
## 1310                                                                 
## 1311                                                                 
## 1312                                                                 
## 1313                                                                 
## 1314                                                                 
## 1315                                                                 
## 1316                                                                 
## 1317                                                                 
## 1318                                                                 
## 1319                                                                 
## 1320                                                                 
## 1321                                                                 
## 1322                                                                 
## 1323                                                                 
## 1324                                                                 
## 1325                                                                 
## 1326                                                                 
## 1327                                                                 
## 1328                                                                 
## 1329                                                                 
## 1330                                                                 
## 1331                                                                 
## 1332                                                                 
## 1333                                                                 
## 1334                                                                 
## 1335                                                                 
## 1336                                                                 
## 1337                                                                 
## 1338                                                                 
## 1339                                                                 
## 1340                                                                 
## 1341                                                                 
## 1342                                                                 
## 1343                                                                 
## 1344                                                                 
## 1345                                                                 
## 1346                                                                 
## 1347                                                                 
## 1348                                                                 
## 1349                                                                 
## 1350                                                                 
## 1351                                                                 
## 1352                                                                 
## 1353                                                                 
## 1354                                                                 
## 1355                                                                 
## 1356                                                                 
## 1357                                                                 
## 1358                                                                 
## 1359                                                                 
## 1360                                                                 
## 1361                                                                 
## 1362                                                                 
## 1363                                                                 
## 1364                                                                 
## 1365                                                                 
## 1366                                                                 
## 1367                                                                 
## 1368                                                                 
## 1369                                                                 
## 1370                                                                 
## 1371                                                                 
## 1372                                                                 
## 1373                                                                 
## 1374                                                                 
## 1375                                                                 
## 1376                                                                 
## 1377                                                                 
## 1378                                                                 
## 1379                                                                 
## 1380                                                                 
##                        sequence accession       patient
## 1                      EMC_2012  JX869059              
## 2                 Riyadh_1_2012  KF600612              
## 3                                                     1
## 4                                                     4
## 5               Riyadh_2_2012 ?  KF600652             2
## 6                                                     3
## 7             England2-HPA_2013                        
## 8                 Riyadh_3_2013  KF600613              
## 9                                                      
## 10                                                    1
## 11                Riyadh_4_2013                       2
## 12                                                    3
## 13                                                    A
## 14                                                    B
## 15                                                    C
## 16                                                    D
## 17                                                    E
## 18                                                    F
## 19                                                    G
## 20                                                    H
## 21                                                    I
## 22                                                    J
## 23                                                    K
## 24                                                    L
## 25                                                    M
## 26                                                    N
## 27                                                    O
## 28                                                    P
## 29                                                    Q
## 30                                                    R
## 31                                                    S
## 32                                                    T
## 33                                                    U
## 34                                                    V
## 35                                                    W
## 36                                                    X
## 37                                                    Y
## 38              Buraidah_1_2013  KF600630              
## 39                                                     
## 40                                                     
## 41                                                     
## 42                                                     
## 43                                                     
## 44                                                     
## 45         Hafr-Al-Batin_1_2013  KF600628             1
## 46                                                     
## 47                                                     
## 48              Al-Hasa_21_2013                        
## 49                                                     
## 50                  Taif_1_2013                        
## 51                  Taif_2_2013                        
## 52       Wadi-Ad-Dawasir_1_2013                        
## 53                                                     
## 54                                                     
## 55                                                     
## 56                                                     
## 57                  Taif_3_2013                        
## 58                                                     
## 59                  Taif_4_2013                        
## 60                                                     
## 61                                                     
## 62         Hafr-Al-Batin_3_2013      <NA>              
## 63                                                     
## 64                                                     
## 65                                                     
## 66                                                     
## 67                                                     
## 68                                                     
## 69                Riyadh_6_2013                        
## 70                Riyadh_5_2013                        
## 71                                                    2
## 72                  Asir_1_2013                        
## 73                                                     
## 74                                                     
## 75                Riyadh_8_2013                        
## 76                                                     
## 77                                                     
## 78                                                     
## 79                                                     
## 80                                                     
## 81               Riyadh_13_2013                        
## 82               Riyadh_12_2013                        
## 83                                                     
## 84                                                     
## 85               Riyadh_14_2013                        
## 86                  Asir_2_2013                        
## 87                                                     
## 88                                                     
## 89                                                     
## 90                                                    3
## 91                                                    6
## 92                                                    7
## 93         Hafr-Al-Batin_4_2013                       5
## 94               Riyadh_15_2013                        
## 95               Riyadh_17_2013                        
## 96                                                     
## 97         Hafr-Al-Batin_5_2013                       4
## 98         Hafr-Al-Batin_6_2013                       8
## 99                                                   11
## 100                                                  10
## 101                                                    
## 102                                                    
## 103        Hafr-Al-Batin_2_2013                      12
## 104              Riyadh_10_2013                        
## 105                                                    
## 106                                                    
## 107                                                    
## 108                                                    
## 109                                                    
## 110                                                    
## 111                                                    
## 112                                                   9
## 113                                                    
## 114                                                    
## 115                                                    
## 116              Madinah_3_2013                        
## 117                                                    
## 118                                                    
## 119                                                    
## 120                                                    
## 121                                                    
## 122                                                    
## 123                                                    
## 124                                                    
## 125                                                    
## 126                                                    
## 127                                                    
## 128                                                    
## 129                                                    
## 130                                                    
## 131                                                    
## 132                                                    
## 133                                                    
## 134               Jeddah_1_2013           Jeddah_1_2013
## 135                                                    
## 136                                                    
## 137                                                    
## 138                                                    
## 139                                                    
## 140                                                    
## 141                                                    
## 142                                                    
## 143                                                    
## 144                                                    
## 145                                                    
## 146                                                    
## 147                                                    
## 148                                                    
## 149                                                    
## 150                                                    
## 151                                                    
## 152                                                    
## 153                                                    
## 154                                                    
## 155                                                    
## 156                                                    
## 157                                                    
## 158                                                    
## 159                                                    
## 160                                                    
## 161                                                    
## 162                                                    
## 163                                                    
## 164                                                    
## 165                                                    
## 166                                                    
## 167                                                    
## 168                                                    
## 169                                                    
## 170                                                    
## 171                                                    
## 172                                                    
## 173                                                    
## 174                                                    
## 175                                                    
## 176                                                    
## 177                                                    
## 178                                                    
## 179                                                    
## 180                                                    
## 181                                                    
## 182                                                    
## 183                                                    
## 184                                                    
## 185                                                    
## 186                                                    
## 187                                                    
## 188                                                    
## 189                                                    
## 190                                                    
## 191                                                    
## 192                                                    
## 193                                                    
## 194                                                    
## 195                                                    
## 196                                                    
## 197                                                    
## 198                                                    
## 199                                                    
## 200                                                    
## 201                                                    
## 202                                                    
## 203                                                    
## 204                                                    
## 205                                                    
## 206                                                    
## 207                                                    
## 208                                                    
## 209                                                    
## 210                                                    
## 211                                                    
## 212                                                    
## 213                                                    
## 214                                                    
## 215                                                    
## 216                                                    
## 217                                                    
## 218                                                    
## 219                                                    
## 220                                                    
## 221                                                    
## 222                                                    
## 223                                                    
## 224                                                    
## 225                                                    
## 226       Greece-1_Saudi_Arabia                        
## 227                                                    
## 228                                                    
## 229                                                    
## 230                                                    
## 231                                                    
## 232                                                    
## 233                                                    
## 234                                                    
## 235                                                    
## 236                                                    
## 237                                                    
## 238                                                    
## 239                                                    
## 240                                                    
## 241                                                    
## 242                                                    
## 243                                                    
## 244                                                    
## 245                                                    
## 246                                                    
## 247                                                    
## 248                                                    
## 249                                                    
## 250                                                    
## 251                                                    
## 252                                                    
## 253                                                    
## 254                                                    
## 255                                                    
## 256                                                    
## 257                                                    
## 258                                                    
## 259                                                    
## 260                                                    
## 261                                                    
## 262                                                    
## 263                                                    
## 264                                                    
## 265                                                    
## 266                                                    
## 267                                                    
## 268                                                    
## 269                                                    
## 270                                                    
## 271                                                    
## 272                                                    
## 273                                                    
## 274                                                    
## 275                                                    
## 276                                                    
## 277                                                    
## 278                                                    
## 279                                                    
## 280                                                    
## 281                                                    
## 282                                                    
## 283                                                    
## 284                                                    
## 285                                                    
## 286                                                    
## 287                                                    
## 288                                                    
## 289                                                    
## 290                                                    
## 291                                                    
## 292                                                    
## 293                                                    
## 294                                                    
## 295                                                    
## 296                                                    
## 297                                                    
## 298                                                    
## 299                                                    
## 300                                                    
## 301                                                    
## 302                                                    
## 303                                                    
## 304                                                    
## 305                                                    
## 306                                                    
## 307                                                    
## 308                                                    
## 309                                                    
## 310                                                    
## 311                                                    
## 312                                                    
## 313                                                    
## 314                                                    
## 315                                                    
## 316                                                    
## 317                                                    
## 318                                                    
## 319                                                    
## 320                                                    
## 321                                                    
## 322                                                    
## 323                                                    
## 324                                                    
## 325                                                    
## 326                                                    
## 327                                                    
## 328                                                    
## 329                                                    
## 330                                                    
## 331                                                    
## 332                                                    
## 333                                                    
## 334                                                    
## 335                                                    
## 336                                                    
## 337                                                    
## 338                                                    
## 339                                                    
## 340                                                    
## 341                                                    
## 342                                                    
## 343                                                    
## 344                                                    
## 345                                                    
## 346                                                    
## 347                                                    
## 348                                                    
## 349                                                    
## 350                                                    
## 351                                                    
## 352                                                    
## 353                                                    
## 354                                                    
## 355                                                    
## 356                                                    
## 357                                                    
## 358                                                    
## 359                                                    
## 360                                                    
## 361                                                    
## 362                                                    
## 363                                                    
## 364                                                    
## 365                                                    
## 366                                                    
## 367                                                    
## 368                                                    
## 369                                                    
## 370                                                    
## 371                                                    
## 372                                                    
## 373                                                    
## 374                                                    
## 375                                                    
## 376                                                    
## 377                                                    
## 378                                                    
## 379                                                    
## 380                                                    
## 381                                                    
## 382                                                    
## 383                                                    
## 384                                                    
## 385                                                    
## 386                                                    
## 387                                                    
## 388  Indiana/USA-1_Saudi_Arabia  KJ813439              
## 389                                                    
## 390                                                    
## 391                                                    
## 392                                                    
## 393                                                    
## 394                                                    
## 395                                                    
## 396                                                    
## 397                                                    
## 398                                                    
## 399                                                    
## 400                                                    
## 401                                                    
## 402                                                    
## 403                                                    
## 404                                                    
## 405                                                    
## 406                                                    
## 407                                                    
## 408                                                    
## 409                                                    
## 410                                                    
## 411                                                    
## 412                                                    
## 413                                                    
## 414                                                    
## 415                                                    
## 416                                                    
## 417                                                    
## 418                                                    
## 419                                                    
## 420                                                    
## 421                                                    
## 422                                                    
## 423                                                    
## 424                                                    
## 425                                                    
## 426                                                    
## 427                                                    
## 428                                                    
## 429                                                    
## 430                                                    
## 431                                                    
## 432                                                    
## 433                                                    
## 434                                                    
## 435                                                    
## 436                                                    
## 437                                                    
## 438                                                    
## 439                                                    
## 440                                                    
## 441                                                    
## 442                                                    
## 443                                                    
## 444                                                    
## 445                                                    
## 446                                                    
## 447                                                    
## 448                                                    
## 449                                                    
## 450                                                    
## 451                                                    
## 452                                                    
## 453                                                    
## 454                                                    
## 455                                                    
## 456                                                    
## 457                                                    
## 458                                                    
## 459                                                    
## 460                                                    
## 461                                                    
## 462                                                    
## 463                                                    
## 464                                                    
## 465                                                    
## 466                                                    
## 467                                                    
## 468                                                    
## 469                                                    
## 470                                                    
## 471                                                    
## 472                                                    
## 473                                                    
## 474                                                    
## 475                                                    
## 476                                                    
## 477                                                    
## 478                                                    
## 479                                                    
## 480                                                    
## 481                                                    
## 482                                                    
## 483                                                    
## 484                                                    
## 485                                                    
## 486                                                    
## 487                                                    
## 488                                                    
## 489                                                    
## 490                                                    
## 491                                                    
## 492                                                    
## 493                                                    
## 494                                                    
## 495                                                    
## 496                                                    
## 497                                                    
## 498                                                    
## 499                                                    
## 500                                                    
## 501                                                    
## 502  Florida/USA-2_Saudi_Arabia                        
## 503                                                    
## 504                                                    
## 505                                                    
## 506                                                    
## 507                                                    
## 508                                                    
## 509                                                    
## 510                                                    
## 511                                                    
## 512                                                    
## 513                                                    
## 514                                                    
## 515                                                    
## 516                                                    
## 517                                                    
## 518                                                    
## 519                                                    
## 520                                                    
## 521                                                    
## 522                                                    
## 523                                                    
## 524                                                    
## 525                                                    
## 526                                                    
## 527                                                   2
## 528                                                    
## 529                                                    
## 530                                                    
## 531                                                    
## 532                                                    
## 533                                                    
## 534                                                    
## 535                                                    
## 536                                                    
## 537                                                    
## 538                                                    
## 539                                                    
## 540                                                    
## 541                                                    
## 542                                                    
## 543                                                    
## 544                                                    
## 545                                                    
## 546                                                    
## 547                                                    
## 548                                                    
## 549                                                    
## 550                                                    
## 551                                                    
## 552                                                    
## 553                                                    
## 554                                                    
## 555                                                    
## 556                                                    
## 557                                                    
## 558                                                    
## 559                                                    
## 560                                                    
## 561                                                    
## 562                                                    
## 563                                                    
## 564                                                    
## 565                                                    
## 566                                                    
## 567                                                    
## 568                                                    
## 569                                                    
## 570                                                    
## 571                                                    
## 572                                                    
## 573                                                    
## 574                                                    
## 575                                                    
## 576                                                    
## 577                                                    
## 578                                                    
## 579                                                    
## 580                                                    
## 581                                                    
## 582                                                    
## 583                                                    
## 584                                                    
## 585                                                    
## 586                                                    
## 587                                                    
## 588                                                    
## 589                                                    
## 590                                                    
## 591                                                    
## 592                                                    
## 593                                                    
## 594                                                    
## 595                                                    
## 596                                                    
## 597                                                    
## 598                                                    
## 599                                                    
## 600                                                    
## 601                                                    
## 602                                                    
## 603                                                    
## 604                                                    
## 605                                                    
## 606                                                    
## 607                                                    
## 608                                                    
## 609                                                    
## 610                                                    
## 611                                                    
## 612                                                    
## 613                                                    
## 614                                                    
## 615                                                    
## 616                                                    
## 617                                                    
## 618                                                    
## 619                                                    
## 620                                                    
## 621                                                    
## 622                                                    
## 623                                                    
## 624                                                    
## 625                                                    
## 626                                                    
## 627                                                    
## 628                                                    
## 629                                                    
## 630                                                    
## 631                                                    
## 632                                                    
## 633                                                    
## 634                                                    
## 635                                                    
## 636                                                    
## 637                                                    
## 638                                                    
## 639                                                    
## 640                                                    
## 641                                                    
## 642                                                    
## 643                                                    
## 644                                                    
## 645                                                    
## 646                                                    
## 647                                                    
## 648                                                    
## 649                                                    
## 650                                                    
## 651                                                    
## 652                                                    
## 653                                                    
## 654                                                    
## 655                                                    
## 656                                                    
## 657                                                    
## 658                                                    
## 659                                                    
## 660                                                    
## 661                                                    
## 662                                                    
## 663                                                    
## 664                                                    
## 665                                                    
## 666                                                    
## 667                                                    
## 668                                                    
## 669                                                    
## 670                                                    
## 671                                                    
## 672                                                    
## 673                                                    
## 674                                                    
## 675                                                    
## 676                                                    
## 677                                                    
## 678                                                    
## 679                                                    
## 680                                                    
## 681                                                    
## 682                                                    
## 683                                                    
## 684                                                    
## 685                                                    
## 686                                                    
## 687                                                    
## 688                                                    
## 689                                                    
## 690                                                    
## 691                                                    
## 692                                                    
## 693                                                    
## 694                                                    
## 695                                                    
## 696                                                    
## 697                                                    
## 698                                                    
## 699                                                    
## 700                                                    
## 701                                                    
## 702                                                    
## 703                                                    
## 704                                                    
## 705                                                    
## 706                                                    
## 707                                                    
## 708                                                    
## 709                                                    
## 710                                                    
## 711                                                    
## 712                                                    
## 713                                                    
## 714                                                    
## 715                                                    
## 716                                                    
## 717                                                    
## 718                                                    
## 719                                                    
## 720                                                    
## 721                                                    
## 722                                                    
## 723                                                    
## 724                                                    
## 725                                                    
## 726                                                    
## 727                                                    
## 728                                                    
## 729                                                    
## 730                                                    
## 731                                                    
## 732                                                    
## 733                                                    
## 734                                                    
## 735                                                    
## 736                                                    
## 737                                                    
## 738                                                    
## 739                                                    
## 740                                                    
## 741                                                    
## 742                                                    
## 743                                                    
## 744                                                    
## 745                                                    
## 746                                                    
## 747                                                    
## 748                                                    
## 749                                                    
## 750                                                    
## 751                                                    
## 752                                                    
## 753                                                    
## 754                                                    
## 755                                                    
## 756                                                    
## 757                                                    
## 758                                                    
## 759                                                    
## 760                                                    
## 761                                                    
## 762                                                    
## 763                                                    
## 764                                                    
## 765                                                    
## 766                                                    
## 767                                                    
## 768                                                    
## 769                                                    
## 770                                                    
## 771                                                    
## 772                                                    
## 773                                                    
## 774                                                    
## 775                                                    
## 776                                                    
## 777                                                    
## 778                                                    
## 779                                                    
## 780                                                    
## 781                                                    
## 782                                                    
## 783                                                    
## 784                                                    
## 785                                                    
## 786                                                    
## 787                                                    
## 788                                                    
## 789                                                    
## 790                                                    
## 791                                                    
## 792                                                    
## 793                                                    
## 794                                                    
## 795                                                    
## 796                                                    
## 797                                                    
## 798                                                    
## 799                                                    
## 800                                                    
## 801                                                    
## 802                                                    
## 803                                                    
## 804                                                    
## 805                                                    
## 806                                                    
## 807                                                    
## 808                                                    
## 809                                                    
## 810                                                    
## 811                                                    
## 812                                                    
## 813                                                    
## 814                                                    
## 815                                                    
## 816                                                    
## 817                                                    
## 818                                                    
## 819                                                    
## 820                                                    
## 821                                                    
## 822                                                    
## 823                                                    
## 824                                                    
## 825                                                    
## 826                                                    
## 827                                                    
## 828                                                    
## 829                                                    
## 830                                                    
## 831                                                    
## 832                                                    
## 833                                                    
## 834                                                    
## 835                                                    
## 836                                                    
## 837                                                    
## 838                                                    
## 839                                                    
## 840                                                    
## 841                                                    
## 842                                                    
## 843                                                    
## 844                                                    
## 845                                                    
## 846                                                    
## 847                                                    
## 848                                                    
## 849                                                    
## 850                                                    
## 851                                                    
## 852                                                    
## 853                                                    
## 854                                                    
## 855                                                    
## 856                                                    
## 857                                                    
## 858                                                    
## 859                                                    
## 860                                                    
## 861                                                    
## 862                                                    
## 863                                                    
## 864                                                    
## 865                                                    
## 866                                                    
## 867                                                    
## 868                                                    
## 869                                                    
## 870                                                    
## 871                                                    
## 872                                                    
## 873                                                    
## 874                                                    
## 875                                                    
## 876                                                    
## 877                                                    
## 878                                                    
## 879                                                    
## 880                                                    
## 881                                                    
## 882                                                    
## 883                                                    
## 884                                                    
## 885                                                    
## 886                                                    
## 887                                                    
## 888                                                    
## 889                                                    
## 890                                                    
## 891                                                    
## 892                                                    
## 893                                                    
## 894                                                    
## 895                                                    
## 896                                                    
## 897                                                    
## 898                                                    
## 899                                                    
## 900                                                    
## 901                                                    
## 902                                                    
## 903                                                    
## 904                                                    
## 905                                                    
## 906                                                    
## 907                                                    
## 908                                                    
## 909                                                    
## 910                                                    
## 911                                                    
## 912                                                    
## 913                                                    
## 914                                                    
## 915                                                    
## 916                                                    
## 917                                                    
## 918                                                    
## 919                                                    
## 920                                                    
## 921                                                    
## 922                                                    
## 923                                                    
## 924                                                    
## 925                                                    
## 926                                                    
## 927                                                    
## 928                                                    
## 929                                                    
## 930                                                    
## 931                                                    
## 932                                                    
## 933                                                    
## 934                                                    
## 935                                                    
## 936                                                    
## 937                                                    
## 938                                                    
## 939                                                    
## 940                                                    
## 941                                                    
## 942                                                    
## 943                                                    
## 944                                                    
## 945                                                    
## 946                                                    
## 947                                                    
## 948                                                    
## 949                                                    
## 950                                                    
## 951                                                    
## 952                                                    
## 953                                                    
## 954                                                    
## 955                                                    
## 956                                                    
## 957                                                    
## 958                                                    
## 959                                                    
## 960                                                    
## 961                                                    
## 962                                                    
## 963                                                    
## 964                                                    
## 965                                                    
## 966                                                    
## 967                                                    
## 968                                                    
## 969                                                    
## 970                                                    
## 971                                                    
## 972                                                    
## 973                                                    
## 974                                                    
## 975                                                    
## 976                                                    
## 977                                                    
## 978                                                    
## 979                                                    
## 980                                                    
## 981                                                    
## 982                                                    
## 983                                                    
## 984                                                    
## 985                                                    
## 986                                                    
## 987                                                    
## 988                                                    
## 989                                                    
## 990                                                    
## 991                                                    
## 992                                                    
## 993                                                    
## 994                                                    
## 995                                                    
## 996                                                    
## 997                                                    
## 998                                                    
## 999                                                    
## 1000                                                   
## 1001                                                   
## 1002                                                   
## 1003                                                   
## 1004                                                   
## 1005                                                   
## 1006                                                   
## 1007                                                   
## 1008                                                   
## 1009                                                   
## 1010                                                   
## 1011                                                   
## 1012                                                   
## 1013                                                   
## 1014                                                   
## 1015                                                   
## 1016                                                   
## 1017                                                   
## 1018                                                   
## 1019                                                   
## 1020                                                   
## 1021                                                   
## 1022                                                   
## 1023                                                   
## 1024                                                   
## 1025                                                   
## 1026                                                   
## 1027                                                   
## 1028                                                   
## 1029                                                   
## 1030                                                   
## 1031                                                   
## 1032                                                   
## 1033                                                   
## 1034                                                   
## 1035                                                   
## 1036                                                   
## 1037                                                   
## 1038                                                   
## 1039                                                   
## 1040                                                   
## 1041                                                   
## 1042                                                   
## 1043                                                   
## 1044                                                   
## 1045                                                   
## 1046                                                   
## 1047                                                   
## 1048                                                   
## 1049                                                   
## 1050                                                   
## 1051                                                   
## 1052                                                   
## 1053                                                   
## 1054                                                   
## 1055                                                   
## 1056                                                   
## 1057                                                   
## 1058                                                   
## 1059                                                   
## 1060                                                   
## 1061                                                   
## 1062                                                   
## 1063                                                   
## 1064                                                   
## 1065                                                   
## 1066                                                   
## 1067                                                   
## 1068                                                   
## 1069                                                   
## 1070                                                   
## 1071                                                   
## 1072                                                   
## 1073                                                   
## 1074                                                   
## 1075                                                   
## 1076                                                   
## 1077                                                   
## 1078                                                   
## 1079                                                   
## 1080                                                   
## 1081                                                   
## 1082                                                   
## 1083                                                   
## 1084                                                   
## 1085                                                   
## 1086                                                   
## 1087                                                   
## 1088                                                   
## 1089                                                   
## 1090                                                   
## 1091                                                   
## 1092                                                   
## 1093                                                   
## 1094                                                   
## 1095                                                   
## 1096                                                   
## 1097                                                   
## 1098                                                   
## 1099                                                   
## 1100                                                   
## 1101                                                   
## 1102                                                   
## 1103                                                   
## 1104                                                   
## 1105                                                   
## 1106                                                   
## 1107                                                   
## 1108                                                   
## 1109                                                   
## 1110                                                   
## 1111                                                   
## 1112                                                   
## 1113                                                   
## 1114                                                   
## 1115                                                   
## 1116                                                   
## 1117                                                   
## 1118                                                   
## 1119                                                   
## 1120                                                   
## 1121                                                   
## 1122                                                   
## 1123                                                   
## 1124                                                   
## 1125                                                   
## 1126                                                   
## 1127                                                   
## 1128                                                   
## 1129                                                   
## 1130                                                   
## 1131                                                   
## 1132                                                   
## 1133                                                   
## 1134                                                   
## 1135                                                   
## 1136                                                   
## 1137                                                   
## 1138                                                   
## 1139                                                   
## 1140                                                   
## 1141                                                   
## 1142                                                   
## 1143                                                   
## 1144                                                   
## 1145                                                   
## 1146                                                   
## 1147                                                   
## 1148                                                   
## 1149                                                   
## 1150                                                   
## 1151                                                   
## 1152                                                   
## 1153                                                   
## 1154                                                   
## 1155                                                   
## 1156                                                   
## 1157                                                   
## 1158                                                   
## 1159                                                   
## 1160                                                   
## 1161                                                   
## 1162                                                   
## 1163                                                   
## 1164                                                   
## 1165                                                   
## 1166                                                   
## 1167                                                   
## 1168                                                   
## 1169                                                   
## 1170                                                   
## 1171                                                   
## 1172                                                   
## 1173                                                   
## 1174                                                   
## 1175                                                   
## 1176                                                   
## 1177                                                   
## 1178                                                   
## 1179                                                   
## 1180                                                   
## 1181                                                   
## 1182                                                   
## 1183                                                   
## 1184                                                   
## 1185                                                   
## 1186                                                   
## 1187                                                   
## 1188                                                   
## 1189                                                   
## 1190                                                   
## 1191                                                   
## 1192                                                   
## 1193                                                   
## 1194                                                   
## 1195                                                   
## 1196                                                   
## 1197                                                   
## 1198                                                   
## 1199                                                   
## 1200                                                   
## 1201                                                   
## 1202                                                   
## 1203                                                   
## 1204                                                   
## 1205                                                   
## 1206                                                   
## 1207                                                   
## 1208                                                   
## 1209                                                   
## 1210                                                   
## 1211                                                   
## 1212                                                   
## 1213                                                   
## 1214                                                   
## 1215                                                   
## 1216                                                   
## 1217                                                   
## 1218                                                   
## 1219                                                   
## 1220                                                   
## 1221                                                   
## 1222                                                   
## 1223                                                   
## 1224                                                   
## 1225                                                   
## 1226                                                   
## 1227                                                   
## 1228                                                   
## 1229                                                   
## 1230                                                   
## 1231                                                   
## 1232                                                   
## 1233                                                   
## 1234                                                   
## 1235                                                   
## 1236                                                   
## 1237                                                   
## 1238                                                   
## 1239                                                   
## 1240                                                   
## 1241                                                   
## 1242                                                   
## 1243                                                   
## 1244                                                   
## 1245                                                   
## 1246                                                   
## 1247                                                   
## 1248                                                   
## 1249                                                   
## 1250                                                   
## 1251                                                   
## 1252                                                   
## 1253                                                   
## 1254                                                   
## 1255                                                   
## 1256                                                   
## 1257                                                   
## 1258                                                   
## 1259                                                   
## 1260                                                   
## 1261                                                   
## 1262                                                   
## 1263                                                   
## 1264                                                   
## 1265                                                   
## 1266                                                   
## 1267                                                   
## 1268                                                   
## 1269                                                   
## 1270                                                   
## 1271                                                   
## 1272                                                   
## 1273                                                   
## 1274                                                   
## 1275                                                   
## 1276                                                   
## 1277                                                   
## 1278                                                   
## 1279                                                   
## 1280                                                   
## 1281                                                   
## 1282                                                   
## 1283                                                   
## 1284                                                   
## 1285                                                   
## 1286                                                   
## 1287                                                   
## 1288                                                   
## 1289                                                   
## 1290                                                   
## 1291                                                   
## 1292                                                   
## 1293                                                   
## 1294                                                   
## 1295                                                   
## 1296                                                   
## 1297                                                   
## 1298                                                   
## 1299                                                   
## 1300                                                   
## 1301                                                   
## 1302                                                   
## 1303                                                   
## 1304                                                   
## 1305                                                   
## 1306                                                   
## 1307                                                   
## 1308                                                   
## 1309                                                   
## 1310                                                   
## 1311                                                   
## 1312                                                   
## 1313                                                   
## 1314                                                   
## 1315                                                   
## 1316                                                   
## 1317                                                   
## 1318                                                   
## 1319                                                   
## 1320                                                   
## 1321                                                   
## 1322                                                   
## 1323                                                   
## 1324                                                   
## 1325                                                   
## 1326                                                   
## 1327                                                   
## 1328                                                   
## 1329                                                   
## 1330                                                   
## 1331                                                   
## 1332                                                   
## 1333                                                   
## 1334                                                   
## 1335                                                   
## 1336                                                   
## 1337                                                   
## 1338                                                   
## 1339                                                   
## 1340                                                   
## 1341                                                   
## 1342                                                   
## 1343                                                   
## 1344                                                   
## 1345                                                   
## 1346                                                   
## 1347                                                   
## 1348                                                   
## 1349                                                   
## 1350                                                   
## 1351                                                   
## 1352                                                   
## 1353                                                   
## 1354                                                   
## 1355                                                   
## 1356                                                   
## 1357                                                   
## 1358                                                   
## 1359                                                   
## 1360                                                   
## 1361                                                   
## 1362                                                   
## 1363                                                   
## 1364                                                   
## 1365                                                   
## 1366                                                   
## 1367                                                   
## 1368                                                   
## 1369                                                   
## 1370                                                   
## 1371                                                   
## 1372                                                   
## 1373                                                   
## 1374                                                   
## 1375                                                   
## 1376                                                   
## 1377                                                   
## 1378                                                   
## 1379                                                   
## 1380                                                   
##                                                                                                                                                                                                                                                                                            speculation
## 1                                                                                                                                                                                                                                                                                                     
## 2                                                                                                                                                                                                                                                                                                     
## 3                                                                                                                                                                                                                                                                                                     
## 4                                                                                                                                                                                                                                                                                                     
## 5                                                                                                                                                                                                                                                                                                     
## 6                                                                                                                                                                                                                                                                                                     
## 7                                                                                                                                                                                                                                                                                                     
## 8                                                                                                                                                                                                                                                                                                     
## 9                                                                                                                                                                                                                                                                                                     
## 10                                                                                                                                                                                                                                                                                                    
## 11                                                                                                                                                                                                                                                                                                    
## 12                                                                                                                                                                                                                                                                                                    
## 13                                                                                                                                                                                                                                                                                                    
## 14                                                                                                                                                                                                                                                                                                    
## 15                                                                                                                                                                                                                                                                                                    
## 16                                                                                                                                                                                                                                                                                                    
## 17                                                                                                                                                                                                                                                                                                    
## 18                                                                                                                                                                                                                                                                                                    
## 19                                                                                                                                                                                                                                                                                                    
## 20                                                                                                                                                                                                                                                                                                    
## 21                                                                                                                                                                                                                                                                                                    
## 22                                                                                                                                                                                                                                                                                                    
## 23                                                                                                                                                                                                                                                                                                    
## 24                                                                                                                                                                                                                                                                                                    
## 25                                                                                                                                                                                                                                                                                                    
## 26                                                                                                                                                                                                                                                                                                    
## 27                                                                                                                                                                                                                                                                                                    
## 28                                                                                                                                                                                                                                                                                                    
## 29                                                                                                                                                                                                                                                                                                    
## 30                                                                                                                                                                                                                                                                                                    
## 31                                                                                                                                                                                                                                                                                                    
## 32                                                                                                                                                                                                                                                                                                    
## 33                                                                                                                                                                                                                                                                                                    
## 34                                                                                                                                                                                                                                                                                                    
## 35                                                                                                                                                                                                                                                                                                    
## 36                                                                                                                                                                                                                                                                                                    
## 37                                                                                                                                                                                                                                                                                                    
## 38                                                                                                                                                                                                                                                                                                    
## 39                                                                                                                                                                                                                                                                                                    
## 40                                                                                                                                                                                                                                                                                                    
## 41                                                                                                                                                                                                                                                                                                    
## 42                                                                                                                                                                                                                                                                                                    
## 43                                                                                                                                                                                                                                                                                                    
## 44                                                                                                                                                                                                                                                                                                    
## 45                                                                                                                                                                                                                                                                                                    
## 46                                                                                                                                                                                                                                                                                                    
## 47                                                                                                                                                                                                                                                                                                    
## 48                                                                                                                                                                                                                                                                                                    
## 49                                                                                                                                                                                                                                                                                                    
## 50                                                                                                                                                                                                                                                                                                    
## 51                                                                                                                                                                                                                                                                                                    
## 52                                                                                                                                                                                                                                                                                                    
## 53                                                                                                                                                                                                                                                                                                    
## 54                                                                                                                                                                                                                                                                                                    
## 55                                                                                                                                                                                                                                                                                                    
## 56                                                                                                                                                                                                                                                                                                    
## 57                                                                                                                                                                                                                                                                                                    
## 58                                                                                                                                                                                                                                                                                                    
## 59                                                                                                                                                                                                                                                                                                    
## 60                                                                                                                                                                                                                                                                                                    
## 61                                                                                                                                                                                                                                                                                                    
## 62                                                                                                                                                                                                                                                                                                    
## 63                                                                                                                                                                                                                                                                                                    
## 64                                                                                                                                                                                                                                                                                                    
## 65                                                                                                                                                                                                                                                                                                    
## 66                                                                                                                                                                                                                                                                                                    
## 67                                                                                                                                                                                                                                                                                                    
## 68                                                                                                                                                                                                                                                                                                    
## 69                                                                                                                                                                                                                                                                                                    
## 70                                                                                                                                                                                                                                                                                                    
## 71                                                                                                                                                                                                                                                                                                    
## 72                                                                                                                                                                                                                                                                                                    
## 73                                                                                                                                                                                                                                                                                                    
## 74                                                                                                                                                                                                                                                                                                    
## 75                                                                                                                                                                                                                                                                                                    
## 76                                                                                                                                                                                                                                                                                                    
## 77                                                                                                                                                                                                                                                                                                    
## 78                                                                                                                                                                                                                                                                                                    
## 79                                                                                                                                                                                                                                                                                                    
## 80                                                                                                                                                                                                                                                                                                    
## 81                                                                                                                                                                                                                                                                                                    
## 82                                                                                                                                                                                                                                                                                                    
## 83                                                                                                                                                                                                                                                                                                    
## 84                                                                                                                                                                                                                                                                                                    
## 85                                                                                                                                                                                                                                                                                                    
## 86                                                                                                                                                                                                                                                                                                    
## 87                                                                                                                                                                                                                                                                                                    
## 88                                                                                                                                                                                                                                                                                                    
## 89                                                                                                                                                                                                                                                                                                    
## 90                                                                                                                                                                                                                                                                                                    
## 91                                                                                                                                                                                                                                                                                                    
## 92                                                                                                                                                                                                                                                                                                    
## 93                                                                                                                                                                                                                                                                                                    
## 94                                                                                                                                                                                                                                                                                                    
## 95                                                                                                                                                                                                                                                                                                    
## 96                                                                                                                                                                                                                                                                                                    
## 97                                                                                                                                                                                                                                                                                                    
## 98                                                                                                                                                                                                                                                                                                    
## 99                                                                                                                                                                                                                                                                                                    
## 100                                                                                                                                                                                                                                                                                                   
## 101                                                                                                                                                                                                                                                                                                   
## 102                                                                                                                                                                                                                                                                                                   
## 103                                                                                                                                                                                                                                                                                                   
## 104                                                                                                                                                                                                                                                                                                   
## 105                                                                                                                                                                                                                                                                                                   
## 106                                                                                                                                                                                                                                                                                                   
## 107                                                                                                                                                                                                                                                                                                   
## 108                                                                                                                                                                                                                                                                                                   
## 109                                                                                                                                                                                                                                                                                                   
## 110                                                                                                                                                                                                                                                                                                   
## 111                                                                                                                                                                                                                                                                                                   
## 112                                                                                                                                                                                                                                                                                                   
## 113                                                                                                                                                                                                                                                                                                   
## 114                                                                                                                                                                                                                                                                                                   
## 115                                                                                                                                                                                                                                                                                                   
## 116                                                                                                                                                                                                                                                                                                   
## 117                                                                                                                                                                                                                                                                                                   
## 118                                                                                                                                                                                                                                                                                                   
## 119                                                                                                                                                                                                                                                                                                   
## 120                                                                                                                                                                                                                                                                                                   
## 121                                                                                                                                                                                                                                                                                                   
## 122                                                                                                                                                                                                                                                                                                   
## 123                                                                                                                                                                                                                                                                                                   
## 124                                                                                                                                                                                                                                                                                                   
## 125                                                                                                                                                                                                                                                                                                   
## 126                                                                                                                                                                                                                                                                                                   
## 127                                                                                                                                                                                                                                                                                                   
## 128                                                                                                                                                                                                                                                                                                   
## 129                                                                                                                                                                                                                                                                                                   
## 130                                                                                                                                                                                                                                                                                                   
## 131                                                                                                                                                                                                                                                                                                   
## 132                                                                                                                                                                                                                                                                                                   
## 133                                                                                                                                                                                                                                                                                                   
## 134                                                                                                                                                                                                                                                                                                   
## 135                                                                                                                                                                                                                                                                                                   
## 136                                                                                                                                                                                                                                                                                                   
## 137                                                                                                                                                                                                                                                                                                   
## 138                                                                                                                                                                                                                                                                                                   
## 139                                                                                                                                                                                                                                                                                                   
## 140                                                                                                                                                                                                                                                                                                   
## 141                                                                                                                                                                                                                                                                                                   
## 142                                                                                                                                                                                                                                                                                                   
## 143                                                                                                                                                                                                                                                                                                   
## 144                                                                                                                                                                                                                                                                                                   
## 145                                                                                                                                                                                                                                                                                                   
## 146                                                                                                                                                                                                                                                                                                   
## 147                                                                                                                                                                                                                                                                                                   
## 148                                                                                                                                                                                                                                                                                                   
## 149                                                                                                                                                                                                                                                                                                   
## 150                                                                                                                                                                                                                                                                                                   
## 151                                                                                                                                                                                                                                                                                                   
## 152                                                                                                                                                                                                                                                                                                   
## 153                                                                                                                                                                                                                                                                                                   
## 154                                                                                                                                                                                                                                                                                                   
## 155                                                                                                                                                                                                                                                                                                   
## 156                                                                                                                                                                                                                                                                                                   
## 157                                                                                                                                                                                                                                                                                                   
## 158                                                                                                                                                                                                                                                                                                   
## 159                                                                                                                                                                                                                                                                                                   
## 160                                                                                                                                                                                                                                                                                                   
## 161                                                                                                                                                                                                                                                                                                   
## 162                                                                                                                                                                                                                                                                                                   
## 163                                                                                                                                                                                                                                                                                                   
## 164                                                                                                                                                                                                                                                                                                   
## 165                                                                                                                                                                                                                                                                                                   
## 166                                                                                                                                                                                                                                                                                                   
## 167                                                                                                                                                                                                                                                                                                   
## 168                                                                                                                                                                                                                                                                                                   
## 169                                                                                                                                                                                                                                                                                                   
## 170                                                                                                                                                                                                                                                                                                   
## 171                                                                                                                                                                                                                                                                                                   
## 172                                                                                                                                                                                                                                                                                                   
## 173                                                                                                                                                                                                                                                                                                   
## 174  May be HCW cf. http://www.promedmail.org/direct.php?id=20140416.2406647 Looking at Jeddah cases to 16th April, 37 in total incl. 21 HCW. Only 20 before I changed this & 1 HCW is recorded as a symptomless household contact => this one? However, other numbers mentioned here don't all agree.
## 175                                                                                                                                                                                                                                                                                                   
## 176                                                                                                                                                                                                                                                                                                   
## 177                                                                                                                                                                                                                                                                                                   
## 178                                                                                                                                                                                                                                                                                                   
## 179                                                                                                                                                                                                                                                                                                   
## 180                                                                                                                                                                                                                                                                                                   
## 181                                                                                                                                                                                                                                                                                                   
## 182                                                                                                                                                                                                                                                                                                   
## 183                                                                                                                                                                                                                                                                                                   
## 184                                                                                                                                                                                                                                                                                                   
## 185                                                                                                                                                                                                                                                                                                   
## 186                                                                                                                                                                                                                                                                                                   
## 187                                                                                                                                                                                                                                                                                                   
## 188                                                                                                                                                                                                                                                                                                   
## 189                                                                                                                                                                                                                                                                                                   
## 190                                                                                                                                                                                                                                                                                                   
## 191                                                                                                                                                                                                                                                                                                   
## 192                                                                                                                                                                                                                                                                                                   
## 193                                                                                                                                                                                                                                                                                                   
## 194                                                                                                                                                                                                                                                                                                   
## 195                                                                                                                                                                                                                                                                                                   
## 196                                                                                                                                                                                                                                                                                                   
## 197                                                                                                                                                                                                                                                                                                   
## 198                                                                                                                                                                                                                                                                                                   
## 199                                                                                                                                                                                                                                                                                                   
## 200                                                                                                                                                                                                                                                                                                   
## 201                                                                                                                                                                                                                                                                                                   
## 202                                                                                                                                                                                                                                                                                                   
## 203                                                                                                                                                                                                                                                                                                   
## 204                                                                                                                                                                                                                                                                                                   
## 205                                                                                                                                                                                                                                                                                                   
## 206                                                                                                                                                                                                                                                                                                   
## 207                                                                                                                                                                                                                                                                                                   
## 208                                                                                                                                                                                                                                                                                                   
## 209                                                                                                                                                                                                                                                                                                   
## 210                                                                                                                                                                                                                                                                                                   
## 211                                                                                                                                                                                                                                                                                                   
## 212                                                                                                                                                                                                                                                                                                   
## 213                                                                                                                                                                                                                                                                                                   
## 214                                                                                                                                                                                                                                                                                                   
## 215                                                                                                                                                                                                                                                                                                   
## 216                                                                                                                                                                                                                                                                                                   
## 217                                                                                                                                                                                                                                                                                                   
## 218                                                                                                                                                                                                                                                                                                   
## 219                                                                                                                                                                                                                                                                                                   
## 220                                                                                                                                                                                                                                                                                                   
## 221                                                                                                                                                                                                                                                                                                   
## 222                                                                                                                                                                                                                                                                                                   
## 223                                                                                                                                                                                                                                                                                                   
## 224                                                                                                                                                                                                                                                                                                   
## 225                                                                                                                                                                                                                                                                                                   
## 226                                                                                                                                                                                                                                                                                                   
## 227                                                                                                                                                                                                                                                                                                   
## 228                                                                                                                                                                                                                                                                                                   
## 229                                                                                                                                                                                                                                                                                                   
## 230                                                                                                                                                                                                                                                                                                   
## 231                                                                                                                                                                                                                                                                                                   
## 232                                                                                                                                                                                                                                                                                                   
## 233                                                                                                                                                                                                                                                                                                   
## 234                                                                                                                                                                                                                                                                                                   
## 235                                                                                                                                                                                                                                                                                                   
## 236                                                                                                                                                                                                                                                                                                   
## 237                                                                                                                                                                                                                                                                                                   
## 238                                                                                                                                                                                                                                                                                                   
## 239                                                                                                                                                                                                                                                                                                   
## 240                                                                                                                                                                                                                                                                                                   
## 241                                                                                                                                                                                                                                                                                                   
## 242                                                                                                                                                                                                                                                                                                   
## 243                                                                                                                                                                                                                                                                                                   
## 244                                                                                                                                                                                                                                                                                                   
## 245                                                                                                                                                                                                                                                                                                   
## 246                                                                                                                                                                                                                                                                                                   
## 247                                                                                                                                                                                                                                                                                                   
## 248                                                                                                                                                                                                                                                                                                   
## 249                                                                                                                                                                                                                                                                                                   
## 250                                                                                                                                                                                                                                                                                                   
## 251                                                                                                                                                                                                                                                                                                   
## 252                                                                                                                                                                                                                                                                                                   
## 253                                                                                                                                                                                                                                                                                                   
## 254                                                                                                                                                                                                                                                                                                   
## 255                                                                                                                                                                                                                                                                                                   
## 256                                                                                                                                                                                                                                                                                                   
## 257                                                                                                                                                                                                                                                                                                   
## 258                                                                                                                                                                                                                                                                                                   
## 259                                                                                                                                                                                                                                                                                                   
## 260                                                                                                                                                                                                                                                                                                   
## 261                                                                                                                                                                                                                                                                                                   
## 262                                                                                                                                                                                                                                                                                                   
## 263                                                                                                                                                                                                                                                                                                   
## 264                                                                                                                                                                                                                                                                                                   
## 265                                                                                                                                                                                                                                                                                                   
## 266                                                                                                                                                                                                                                                                                                   
## 267                                                                                                                                                                                                                                                                                                   
## 268                                                                                                                                                                                                                                                                                                   
## 269                                                                                                                                                                                                                                                                                                   
## 270                                                                                                                                                                                                                                                                                                   
## 271                                                                                                                                                                                                                                                                                                   
## 272                                                                                                                                                                                                                                                                                                   
## 273                                                                                                                                                                                                                                                                                                   
## 274                                                                                                                                                                                                                                                                                                   
## 275                                                                                                                                                                                                                                                                                                   
## 276                                                                                                                                                                                                                                                                                                   
## 277                                                                                                                                                                                                                                                                                                   
## 278                                                                                                                                                                                                                                                                                                   
## 279                                                                                                                                                                                                                                                                                                   
## 280                                                                                                                                                                                                                                                                                                   
## 281                                                                                                                                                                                                                                                                                                   
## 282                                                                                                                                                                                                                                                                                                   
## 283                                                                                                                                                                                                                                                                                                   
## 284                                                                                                                                                                                                                                                                                                   
## 285                                                                                                                                                                                                                                                                                                   
## 286                                                                                                                                                                                                                                                                                                   
## 287                                                                                                                                                                                                                                                                                                   
## 288                                                                                                                                                                                                                                                                                                   
## 289                                                                                                                                                                                                                                                                                                   
## 290                                                                                                                                                                                                                                                                                                   
## 291                                                                                                                                                                                                                                                                                                   
## 292                                                                                                                                                                                                                                                                                                   
## 293                                                                                                                                                                                                                                                                                                   
## 294                                                                                                                                                                                                                                                                                                   
## 295                                                                                                                                                                                                                                                                                                   
## 296                                                                                                                                                                                                                                                                                                   
## 297                                                                                                                                                                                                                                                                                                   
## 298                                                                                                                                                                                                                                                                                                   
## 299                                                                                                                                                                                                                                                                                                   
## 300                                                                                                                                                                                                                                                                                                   
## 301                                                                                                                                                                                                                                                                                                   
## 302                                                                                                                                                                                                                                                                                                   
## 303                                                                                                                                                                                                                                                                                                   
## 304                                                                                                                                                                                                                                                                                                   
## 305                                                                                                                                                                                                                                                                                                   
## 306                                                                                                                                                                                                                                                                                                   
## 307                                                                                                                                                                                                                                                                                                   
## 308                                                                                                                                                                                                                                                                                                   
## 309                                                                                                                                                                                                                                                                                                   
## 310                                                                                                                                                                                                                                                                                                   
## 311                                                                                                                                                                                                                                                                                                   
## 312                                                                                                                                                                                                                                                                                                   
## 313                                                                                                                                                                                                                                                                                                   
## 314                                                                                                                                                                                                                                                                                                   
## 315                                                                                                                                                                                                                                                                                                   
## 316                                                                                                                                                                                                                                                                                                   
## 317                                                                                                                                                                                                                                                                                                   
## 318                                                                                                                                                                                                                                                                                                   
## 319                                                                                                                                                                                                                                                                                                   
## 320                                                                                                                                                                                                                                                                                                   
## 321                                                                                                                                                                                                                                                                                                   
## 322                                                                                                                                                                                                                                                                                                   
## 323                                                                                                                                                                                                                                                                                                   
## 324                                                                                                                                                                                                                                                                                                   
## 325                                                                                                                                                                                                                                                                                                   
## 326                                                                                                                                                                                                                                                                                                   
## 327                                                                                                                                                                                                                                                                                                   
## 328                                                                                                                                                                                                                                                                                                   
## 329                                                                                                                                                                                                                                                                                                   
## 330                                                                                                                                                                                                                                                                                                   
## 331                                                                                                                                                                                                                                                                                                   
## 332                                                                                                                                                                                                                                                                                                   
## 333                                                                                                                                                                                                                                                                                                   
## 334                                                                                                                                                                                                                                                                                                   
## 335                                                                                                                                                                                                                                                                                                   
## 336                                                                                                                                                                                                                                                                                                   
## 337                                                                                                                                                                                                                                                                                                   
## 338                                                                                                                                                                                                                                                                                                   
## 339                                                                                                                                                                                                                                                                                                   
## 340                                                                                                                                                                                                                                                                                                   
## 341                                                                                                                                                                                                                                                                                                   
## 342                                                                                                                                                                                                                                                                                                   
## 343                                                                                                                                                                                                                                                                                                   
## 344                                                                                                                                                                                                                                                                                                   
## 345                                                                                                                                                                                                                                                                                                   
## 346                                                                                                                                                                                                                                                                                                   
## 347                                                                                                                                                                                                                                                                                                   
## 348                                                                                                                                                                                                                                                                                                   
## 349                                                                                                                                                                                                                                                                                                   
## 350                                                                                                                                                                                                                                                                                                   
## 351                                                                                                                                                                                                                                                                                                   
## 352                                                                                                                                                                                                                                                                                                   
## 353                                                                                                                                                                                                                                                                                                   
## 354                                                                                                                                                                                                                                                                                                   
## 355                                                                                                                                                                                                                                                                                                   
## 356                                                                                                                                                                                                                                                                                                   
## 357                                                                                                                                                                                                                                                                                                   
## 358                                                                                                                                                                                                                                                                                                   
## 359                                                                                                                                                                                                                                                                                                   
## 360                                                                                                                                                                                                                                                                                                   
## 361                                                                                                                                                                                                                                                                                                   
## 362                                                                                                                                                                                                                                                                                                   
## 363                                                                                                                                                                                                                                                                                                   
## 364                                                                                                                                                                                                                                                                                                   
## 365                                                                                                                                                                                                                                                                                                   
## 366                                                                                                                                                                                                                                                                                                   
## 367                                                                                                                                                                                                                                                                                                   
## 368                                                                                                                                                                                                                                                                                                   
## 369                                                                                                                                                                                                                                                                                                   
## 370                                                                                                                                                                                                                                                                                                   
## 371                                                                                                                                                                                                                                                                                                   
## 372                                                                                                                                                                                                                                                                                                   
## 373                                                                                                                                                                                                                                                                                                   
## 374                                                                                                                                                                                                                                                                                                   
## 375                                                                                                                                                                                                                                                                                                   
## 376                                                                                                                                                                                                                                                                                                   
## 377                                                                                                                                                                                                                                                                                                   
## 378                                                                                                                                                                                                                                                                                                   
## 379                                                                                                                                                                                                                                                                                                   
## 380                                                                                                                                                                                                                                                                                                   
## 381                                                                                                                                                                                                                                                                                                   
## 382                                                                                                                                                                                                                                                                                                   
## 383                                                                                                                                                                                                                                                                                                   
## 384                                                                                                                                                                                                                                                                                                   
## 385                                                                                                                                                                                                                                                                                                   
## 386                                                                                                                                                                                                                                                                                                   
## 387                                                                                                                                                                                                                                                                                                   
## 388                                                                                                                                                                                                                                                                                                   
## 389                                                                                                                                                                                                                                                                                                   
## 390                                                                                                                                                                                                                                                                                                   
## 391                                                                                                                                                                                                                                                                                                   
## 392                                                                                                                                                                                                                                                                                                   
## 393                                                                                                                                                                                                                                                                                                   
## 394                                                                                                                                                                                                                                                                                                   
## 395                                                                                                                                                                                                                                                                                                   
## 396                                                                                                                                                                                                                                                                                                   
## 397                                                                                                                                                                                                                                                                                                   
## 398                                                                                                                                                                                                                                                                                                   
## 399                                                                                                                                                                                                                                                                                                   
## 400                                                                                                                                                                                                                                                                                                   
## 401                                                                                                                                                                                                                                                                                                   
## 402                                                                                                                                                                                                                                                                                                   
## 403                                                                                                                                                                                                                                                                                                   
## 404                                                                                                                                                                                                                                                                                                   
## 405                                                                                                                                                                                                                                                                                                   
## 406                                                                                                                                                                                                                                                                                                   
## 407                                                                                                                                                                                                                                                                                                   
## 408                                                                                                                                                                                                                                                                                                   
## 409                                                                                                                                                                                                                                                                                                   
## 410                                                                                                                                                                                                                                                                                                   
## 411                                                                                                                                                                                                                                                                                                   
## 412                                                                                                                                                                                                                                                                                                   
## 413                                                                                                                                                                                                                                                                                                   
## 414                                                                                                                                                                                                                                                                                                   
## 415                                                                                                                                                                                                                                                                                                   
## 416                                                                                                                                                                                                                                                                                                   
## 417                                                                                                                                                                                                                                                                                                   
## 418                                                                                                                                                                                                                                                                                                   
## 419                                                                                                                                                                                                                                                                                                   
## 420                                                                                                                                                                                                                                                                                                   
## 421                                                                                                                                                                                                                                                                                                   
## 422                                                                                                                                                                                                                                                                                                   
## 423                                                                                                                                                                                                                                                                                                   
## 424                                                                                                                                                                                                                                                                                                   
## 425                                                                                                                                                                                                                                                                                                   
## 426                                                                                                                                                                                                                                                                                                   
## 427                                                                                                                                                                                                                                                                                                   
## 428                                                                                                                                                                                                                                                                                                   
## 429                                                                                                                                                                                                                                                                                                   
## 430                                                                                                                                                                                                                                                                                                   
## 431                                                                                                                                                                                                                                                                                                   
## 432                                                                                                                                                                                                                                                                                                   
## 433                                                                                                                                                                                                                                                                                                   
## 434                                                                                                                                                                                                                                                                                                   
## 435                                                                                                                                                                                                                                                                                                   
## 436                                                                                                                                                                                                                                                                                                   
## 437                                                                                                                                                                                                                                                                                                   
## 438                                                                                                                                                                                                                                                                                                   
## 439                                                                                                                                                                                                                                                                                                   
## 440                                                                                                                                                                                                                                                                                                   
## 441                                                                                                                                                                                                                                                                                                   
## 442                                                                                                                                                                                                                                                                                                   
## 443                                                                                                                                                                                                                                                                                                   
## 444                                                                                                                                                                                                                                                                                                   
## 445                                                                                                                                                                                                                                                                                                   
## 446                                                                                                                                                                                                                                                                                                   
## 447                                                                                                                                                                                                                                                                                                   
## 448                                                                                                                                                                                                                                                                                                   
## 449                                                                                                                                                                                                                                                                                                   
## 450                                                                                                                                                                                                                                                                                                   
## 451                                                                                                                                                                                                                                                                                                   
## 452                                                                                                                                                                                                                                                                                                   
## 453                                                                                                                                                                                                                                                                                                   
## 454                                                                                                                                                                                                                                                                                                   
## 455                                                                                                                                                                                                                                                                                                   
## 456                                                                                                                                                                                                                                                                                                   
## 457                                                                                                                                                                                                                                                                                                   
## 458                                                                                                                                                                                                                                                                                                   
## 459                                                                                                                                                                                                                                                                                                   
## 460                                                                                                                                                                                                                                                                                                   
## 461                                                                                                                                                                                                                                                                                                   
## 462                                                                                                                                                                                                                                                                                                   
## 463                                                                                                                                                                                                                                                                                                   
## 464                                                                                                                                                                                                                                                                                                   
## 465                                                                                                                                                                                                                                                                                                   
## 466                                                                                                                                                                                                                                                                                                   
## 467                                                                                                                                                                                                                                                                                                   
## 468                                                                                                                                                                                                                                                                                                   
## 469                                                                                                                                                                                                                                                                                                   
## 470                                                                                                                                                                                                                                                                                                   
## 471                                                                                                                                                                                                                                                                                                   
## 472                                                                                                                                                                                                                                                                                                   
## 473                                                                                                                                                                                                                                                                                                   
## 474                                                                                                                                                                                                                                                                                                   
## 475                                                                                                                                                                                                                                                                                                   
## 476                                                                                                                                                                                                                                                                                                   
## 477                                                                                                                                                                                                                                                                                                   
## 478                                                                                                                                                                                                                                                                                                   
## 479                                                                                                                                                                                                                                                                                                   
## 480                                                                                                                                                                                                                                                                                                   
## 481                                                                                                                                                                                                                                                                                                   
## 482                                                                                                                                                                                                                                                                                                   
## 483                                                                                                                                                                                                                                                                                                   
## 484                                                                                                                                                                                                                                                                                                   
## 485                                                                                                                                                                                                                                                                                                   
## 486                                                                                                                                                                                                                                                                                                   
## 487                                                                                                                                                                                                                                                                                                   
## 488                                                                                                                                                                                                                                                                                                   
## 489                                                                                                                                                                                                                                                                                                   
## 490                                                                                                                                                                                                                                                                                                   
## 491                                                                                                                                                                                                                                                                                                   
## 492                                                                                                                                                                                                                                                                                                   
## 493                                                                                                                                                                                                                                                                                                   
## 494                                                                                                                                                                                                                                                                                                   
## 495                                                                                                                                                                                                                                                                                                   
## 496                                                                                                                                                                                                                                                                                                   
## 497                                                                                                                                                                                                                                                                                                   
## 498                                                                                                                                                                                                                                                                                                   
## 499                                                                                                                                                                                                                                                                                                   
## 500                                                                                                                                                                                                                                                                                                   
## 501                                                                                                                                                                                                                                                                                                   
## 502                                                                                                                                                                                                                                                                                                   
## 503                                                                                                                                                                                                                                                                                                   
## 504                                                                                                                                                                                                                                                                                                   
## 505                                                                                                                                                                                                                                                                                                   
## 506                                                                                                                                                                                                                                                                                                   
## 507                                                                                                                                                                                                                                                                                                   
## 508                                                                                                                                                                                                                                                                                                   
## 509                                                                                                                                                                                                                                                                                                   
## 510                                                                                                                                                                                                                                                                                                   
## 511                                                                                                                                                                                                                                                                                                   
## 512                                                                                                                                                                                                                                                                                                   
## 513                                                                                                                                                                                                                                                                                                   
## 514                                                                                                                                                                                                                                                                                                   
## 515                                                                                                                                                                                                                                                                                                   
## 516                                                                                                                                                                                                                                                                                                   
## 517                                                                                                                                                                                                                                                                                                   
## 518                                                                                                                                                                                                                                                                                                   
## 519                                                                                                                                                                                                                                                                                                   
## 520                                                                                                                                                                                                                                                                                                   
## 521                                                                                                                                                                                                                                                                                                   
## 522                                                                                                                                                                                                                                                                                                   
## 523                                                                                                                                                                                                                                                                                                   
## 524                                                                                                                                                                                                                                                                                                   
## 525                                                                                                                                                                                                                                                                                                   
## 526                                                                                                                                                                                                                                                                                                   
## 527                                                                                                                                                                                                                                                                                                   
## 528                                                                                                                                                                                                                                                                                                   
## 529                                                                                                                                                                                                                                                                                                   
## 530                                                                                                                                                                                                                                                                                                   
## 531                                                                                                                                                                                                                                                                                                   
## 532                                                                                                                                                                                                                                                                                                   
## 533                                                                                                                                                                                                                                                                                                   
## 534                                                                                                                                                                                                                                                                                                   
## 535                                                                                                                                                                                                                                                                                                   
## 536                                                                                                                                                                                                                                                                                                   
## 537                                                                                                                                                                                                                                                                                                   
## 538                                                                                                                                                                                                                                                                                                   
## 539                                                                                                                                                                                                                                                                                                   
## 540                                                                                                                                                                                                                                                                                                   
## 541                                                                                                                                                                                                                                                                                                   
## 542                                                                                                                                                                                                                                                                                                   
## 543                                                                                                                                                                                                                                                                                                   
## 544                                                                                                                                                                                                                                                                                                   
## 545                                                                                                                                                                                                                                                                                                   
## 546                                                                                                                                                                                                                                                                                                   
## 547                                                                                                                                                                                                                                                                                                   
## 548                                                                                                                                                                                                                                                                                                   
## 549                                                                                                                                                                                                                                                                                                   
## 550                                                                                                                                                                                                                                                                                                   
## 551                                                                                                                                                                                                                                                                                                   
## 552                                                                                                                                                                                                                                                                                                   
## 553                                                                                                                                                                                                                                                                                                   
## 554                                                                                                                                                                                                                                                                                                   
## 555                                                                                                                                                                                                                                                                                                   
## 556                                                                                                                                                                                                                                                                                                   
## 557                                                                                                                                                                                                                                                                                                   
## 558                                                                                                                                                                                                                                                                                                   
## 559                                                                                                                                                                                                                                                                                                   
## 560                                                                                                                                                                                                                                                                                                   
## 561                                                                                                                                                                                                                                                                                                   
## 562                                                                                                                                                                                                                                                                                                   
## 563                                                                                                                                                                                                                                                                                                   
## 564                                                                                                                                                                                                                                                                                                   
## 565                                                                                                                                                                                                                                                                                                   
## 566                                                                                                                                                                                                                                                                                                   
## 567                                                                                                                                                                                                                                                                                                   
## 568                                                                                                                                                                                                                                                                                                   
## 569                                                                                                                                                                                                                                                                                                   
## 570                                                                                                                                                                                                                                                                                                   
## 571                                                                                                                                                                                                                                                                                                   
## 572                                                                                                                                                                                                                                                                                                   
## 573                                                                                                                                                                                                                                                                                                   
## 574                                                                                                                                                                                                                                                                                                   
## 575                                                                                                                                                                                                                                                                                                   
## 576                                                                                                                                                                                                                                                                                                   
## 577                                                                                                                                                                                                                                                                                                   
## 578                                                                                                                                                                                                                                                                                                   
## 579                                                                                                                                                                                                                                                                                                   
## 580                                                                                                                                                                                                                                                                                                   
## 581                                                                                                                                                                                                                                                                                                   
## 582                                                                                                                                                                                                                                                                                                   
## 583                                                                                                                                                                                                                                                                                                   
## 584                                                                                                                                                                                                                                                                                                   
## 585                                                                                                                                                                                                                                                                                                   
## 586                                                                                                                                                                                                                                                                                                   
## 587                                                                                                                                                                                                                                                                                                   
## 588                                                                                                                                                                                                                                                                                                   
## 589                                                                                                                                                                                                                                                                                                   
## 590                                                                                                                                                                                                                                                                                                   
## 591                                                                                                                                                                                                                                                                                                   
## 592                                                                                                                                                                                                                                                                                                   
## 593                                                                                                                                                                                                                                                                                                   
## 594                                                                                                                                                                                                                                                                                                   
## 595                                                                                                                                                                                                                                                                                                   
## 596                                                                                                                                                                                                                                                                                                   
## 597                                                                                                                                                                                                                                                                                                   
## 598                                                                                                                                                                                                                                                                                                   
## 599                                                                                                                                                                                                                                                                                                   
## 600                                                                                                                                                                                                                                                                                                   
## 601                                                                                                                                                                                                                                                                                                   
## 602                                                                                                                                                                                                                                                                                                   
## 603                                                                                                                                                                                                                                                                                                   
## 604                                                                                                                                                                                                                                                                                                   
## 605                                                                                                                                                                                                                                                                                                   
## 606                                                                                                                                                                                                                                                                                                   
## 607                                                                                                                                                                                                                                                                                                   
## 608                                                                                                                                                                                                                                                                                                   
## 609                                                                                                                                                                                                                                                                                                   
## 610                                                                                                                                                                                                                                                                                                   
## 611                                                                                                                                                                                                                                                                                                   
## 612                                                                                                                                                                                                                                                                                                   
## 613                                                                                                                                                                                                                                                                                                   
## 614                                                                                                                                                                                                                                                                                                   
## 615                                                                                                                                                                                                                                                                                                   
## 616                                                                                                                                                                                                                                                                                                   
## 617                                                                                                                                                                                                                                                                                                   
## 618                                                                                                                                                                                                                                                                                                   
## 619                                                                                                                                                                                                                                                                                                   
## 620                                                                                                                                                                                                                                                                                                   
## 621                                                                                                                                                                                                                                                                                                   
## 622                                                                                                                                                                                                                                                                                                   
## 623                                                                                                                                                                                                                                                                                                   
## 624                                                                                                                                                                                                                                                                                                   
## 625                                                                                                                                                                                                                                                                                                   
## 626                                                                                                                                                                                                                                                                                                   
## 627                                                                                                                                                                                                                                                                                                   
## 628                                                                                                                                                                                                                                                                                                   
## 629                                                                                                                                                                                                                                                                                                   
## 630                                                                                                                                                                                                                                                                                                   
## 631                                                                                                                                                                                                                                                                                                   
## 632                                                                                                                                                                                                                                                                                                   
## 633                                                                                                                                                                                                                                                                                                   
## 634                                                                                                                                                                                                                                                                                                   
## 635                                                                                                                                                                                                                                                                                                   
## 636                                                                                                                                                                                                                                                                                                   
## 637                                                                                                                                                                                                                                                                                                   
## 638                                                                                                                                                                                                                                                                                                   
## 639                                                                                                                                                                                                                                                                                                   
## 640                                                                                                                                                                                                                                                                                                   
## 641                                                                                                                                                                                                                                                                                                   
## 642                                                                                                                                                                                                                                                                                                   
## 643                                                                                                                                                                                                                                                                                                   
## 644                                                                                                                                                                                                                                                                                                   
## 645                                                                                                                                                                                                                                                                                                   
## 646                                                                                                                                                                                                                                                                                                   
## 647                                                                                                                                                                                                                                                                                                   
## 648                                                                                                                                                                                                                                                                                                   
## 649                                                                                                                                                                                                                                                                                                   
## 650                                                                                                                                                                                                                                                                                                   
## 651                                                                                                                                                                                                                                                                                                   
## 652                                                                                                                                                                                                                                                                                                   
## 653                                                                                                                                                                                                                                                                                                   
## 654                                                                                                                                                                                                                                                                                                   
## 655                                                                                                                                                                                                                                                                                                   
## 656                                                                                                                                                                                                                                                                                                   
## 657                                                                                                                                                                                                                                                                                                   
## 658                                                                                                                                                                                                                                                                                                   
## 659                                                                                                                                                                                                                                                                                                   
## 660                                                                                                                                                                                                                                                                                                   
## 661                                                                                                                                                                                                                                                                                                   
## 662                                                                                                                                                                                                                                                                                                   
## 663                                                                                                                                                                                                                                                                                                   
## 664                                                                                                                                                                                                                                                                                                   
## 665                                                                                                                                                                                                                                                                                                   
## 666                                                                                                                                                                                                                                                                                                   
## 667                                                                                                                                                                                                                                                                                                   
## 668                                                                                                                                                                                                                                                                                                   
## 669                                                                                                                                                                                                                                                                                                   
## 670                                                                                                                                                                                                                                                                                                   
## 671                                                                                                                                                                                                                                                                                                   
## 672                                                                                                                                                                                                                                                                                                   
## 673                                                                                                                                                                                                                                                                                                   
## 674                                                                                                                                                                                                                                                                                                   
## 675                                                                                                                                                                                                                                                                                                   
## 676                                                                                                                                                                                                                                                                                                   
## 677                                                                                                                                                                                                                                                                                                   
## 678                                                                                                                                                                                                                                                                                                   
## 679                                                                                                                                                                                                                                                                                                   
## 680                                                                                                                                                                                                                                                                                                   
## 681                                                                                                                                                                                                                                                                                                   
## 682                                                                                                                                                                                                                                                                                                   
## 683                                                                                                                                                                                                                                                                                                   
## 684                                                                                                                                                                                                                                                                                                   
## 685                                                                                                                                                                                                                                                                                                   
## 686                                                                                                                                                                                                                                                                                                   
## 687                                                                                                                                                                                                                                                                                                   
## 688                                                                                                                                                                                                                                                                                                   
## 689                                                                                                                                                                                                                                                                                                   
## 690                                                                                                                                                                                                                                                                                                   
## 691                                                                                                                                                                                                                                                                                                   
## 692                                                                                                                                                                                                                                                                                                   
## 693                                                                                                                                                                                                                                                                                                   
## 694                                                                                                                                                                                                                                                                                                   
## 695                                                                                                                                                                                                                                                                                                   
## 696                                                                                                                                                                                                                                                                                                   
## 697                                                                                                                                                                                                                                                                                                   
## 698                                                                                                                                                                                                                                                                                                   
## 699                                                                                                                                                                                                                                                                                                   
## 700                                                                                                                                                                                                                                                                                                   
## 701                                                                                                                                                                                                                                                                                                   
## 702                                                                                                                                                                                                                                                                                                   
## 703                                                                                                                                                                                                                                                                                                   
## 704                                                                                                                                                                                                                                                                                                   
## 705                                                                                                                                                                                                                                                                                                   
## 706                                                                                                                                                                                                                                                                                                   
## 707                                                                                                                                                                                                                                                                                                   
## 708                                                                                                                                                                                                                                                                                                   
## 709                                                                                                                                                                                                                                                                                                   
## 710                                                                                                                                                                                                                                                                                                   
## 711                                                                                                                                                                                                                                                                                                   
## 712                                                                                                                                                                                                                                                                                                   
## 713                                                                                                                                                                                                                                                                                                   
## 714                                                                                                                                                                                                                                                                                                   
## 715                                                                                                                                                                                                                                                                                                   
## 716                                                                                                                                                                                                                                                                                                   
## 717                                                                                                                                                                                                                                                                                                   
## 718                                                                                                                                                                                                                                                                                                   
## 719                                                                                                                                                                                                                                                                                                   
## 720                                                                                                                                                                                                                                                                                                   
## 721                                                                                                                                                                                                                                                                                                   
## 722                                                                                                                                                                                                                                                                                                   
## 723                                                                                                                                                                                                                                                                                                   
## 724                                                                                                                                                                                                                                                                                                   
## 725                                                                                                                                                                                                                                                                                                   
## 726                                                                                                                                                                                                                                                                                                   
## 727                                                                                                                                                                                                                                                                                                   
## 728                                                                                                                                                                                                                                                                                                   
## 729                                                                                                                                                                                                                                                                                                   
## 730                                                                                                                                                                                                                                                                                                   
## 731                                                                                                                                                                                                                                                                                                   
## 732                                                                                                                                                                                                                                                                                                   
## 733                                                                                                                                                                                                                                                                                                   
## 734                                                                                                                                                                                                                                                                                                   
## 735                                                                                                                                                                                                                                                                                                   
## 736                                                                                                                                                                                                                                                                                                   
## 737                                                                                                                                                                                                                                                                                                   
## 738                                                                                                                                                                                                                                                                                                   
## 739                                                                                                                                                                                                                                                                                                   
## 740                                                                                                                                                                                                                                                                                                   
## 741                                                                                                                                                                                                                                                                                                   
## 742                                                                                                                                                                                                                                                                                                   
## 743                                                                                                                                                                                                                                                                                                   
## 744                                                                                                                                                                                                                                                                                                   
## 745                                                                                                                                                                                                                                                                                                   
## 746                                                                                                                                                                                                                                                                                                   
## 747                                                                                                                                                                                                                                                                                                   
## 748                                                                                                                                                                                                                                                                                                   
## 749                                                                                                                                                                                                                                                                                                   
## 750                                                                                                                                                                                                                                                                                                   
## 751                                                                                                                                                                                                                                                                                                   
## 752                                                                                                                                                                                                                                                                                                   
## 753                                                                                                                                                                                                                                                                                                   
## 754                                                                                                                                                                                                                                                                                                   
## 755                                                                                                                                                                                                                                                                                                   
## 756                                                                                                                                                                                                                                                                                                   
## 757                                                                                                                                                                                                                                                                                                   
## 758                                                                                                                                                                                                                                                                                                   
## 759                                                                                                                                                                                                                                                                                                   
## 760                                                                                                                                                                                                                                                                                                   
## 761                                                                                                                                                                                                                                                                                                   
## 762                                                                                                                                                                                                                                                                                                   
## 763                                                                                                                                                                                                                                                                                                   
## 764                                                                                                                                                                                                                                                                                                   
## 765                                                                                                                                                                                                                                                                                                   
## 766                                                                                                                                                                                                                                                                                                   
## 767                                                                                                                                                                                                                                                                                                   
## 768                                                                                                                                                                                                                                                                                                   
## 769                                                                                                                                                                                                                                                                                                   
## 770                                                                                                                                                                                                                                                                                                   
## 771                                                                                                                                                                                                                                                                                                   
## 772                                                                                                                                                                                                                                                                                                   
## 773                                                                                                                                                                                                                                                                                                   
## 774                                                                                                                                                                                                                                                                                                   
## 775                                                                                                                                                                                                                                                                                                   
## 776                                                                                                                                                                                                                                                                                                   
## 777                                                                                                                                                                                                                                                                                                   
## 778                                                                                                                                                                                                                                                                                                   
## 779                                                                                                                                                                                                                                                                                                   
## 780                                                                                                                                                                                                                                                                                                   
## 781                                                                                                                                                                                                                                                                                                   
## 782                                                                                                                                                                                                                                                                                                   
## 783                                                                                                                                                                                                                                                                                                   
## 784                                                                                                                                                                                                                                                                                                   
## 785                                                                                                                                                                                                                                                                                                   
## 786                                                                                                                                                                                                                                                                                                   
## 787                                                                                                                                                                                                                                                                                                   
## 788                                                                                                                                                                                                                                                                                                   
## 789                                                                                                                                                                                                                                                                                                   
## 790                                                                                                                                                                                                                                                                                                   
## 791                                                                                                                                                                                                                                                                                                   
## 792                                                                                                                                                                                                                                                                                                   
## 793                                                                                                                                                                                                                                                                                                   
## 794                                                                                                                                                                                                                                                                                                   
## 795                                                                                                                                                                                                                                                                                                   
## 796                                                                                                                                                                                                                                                                                                   
## 797                                                                                                                                                                                                                                                                                                   
## 798                                                                                                                                                                                                                                                                                                   
## 799                                                                                                                                                                                                                                                                                                   
## 800                                                                                                                                                                                                                                                                                                   
## 801                                                                                                                                                                                                                                                                                                   
## 802                                                                                                                                                                                                                                                                                                   
## 803                                                                                                                                                                                                                                                                                                   
## 804                                                                                                                                                                                                                                                                                                   
## 805                                                                                                                                                                                                                                                                                                   
## 806                                                                                                                                                                                                                                                                                                   
## 807                                                                                                                                                                                                                                                                                                   
## 808                                                                                                                                                                                                                                                                                                   
## 809                                                                                                                                                                                                                                                                                                   
## 810                                                                                                                                                                                                                                                                                                   
## 811                                                                                                                                                                                                                                                                                                   
## 812                                                                                                                                                                                                                                                                                                   
## 813                                                                                                                                                                                                                                                                                                   
## 814                                                                                                                                                                                                                                                                                                   
## 815                                                                                                                                                                                                                                                                                                   
## 816                                                                                                                                                                                                                                                                                                   
## 817                                                                                                                                                                                                                                                                                                   
## 818                                                                                                                                                                                                                                                                                                   
## 819                                                                                                                                                                                                                                                                                                   
## 820                                                                                                                                                                                                                                                                                                   
## 821                                                                                                                                                                                                                                                                                                   
## 822                                                                                                                                                                                                                                                                                                   
## 823                                                                                                                                                                                                                                                                                                   
## 824                                                                                                                                                                                                                                                                                                   
## 825                                                                                                                                                                                                                                                                                                   
## 826                                                                                                                                                                                                                                                                                                   
## 827                                                                                                                                                                                                                                                                                                   
## 828                                                                                                                                                                                                                                                                                                   
## 829                                                                                                                                                                                                                                                                                                   
## 830                                                                                                                                                                                                                                                                                                   
## 831                                                                                                                                                                                                                                                                                                   
## 832                                                                                                                                                                                                                                                                                                   
## 833                                                                                                                                                                                                                                                                                                   
## 834                                                                                                                                                                                                                                                                                                   
## 835                                                                                                                                                                                                                                                                                                   
## 836                                                                                                                                                                                                                                                                                                   
## 837                                                                                                                                                                                                                                                                                                   
## 838                                                                                                                                                                                                                                                                                                   
## 839                                                                                                                                                                                                                                                                                                   
## 840                                                                                                                                                                                                                                                                                                   
## 841                                                                                                                                                                                                                                                                                                   
## 842                                                                                                                                                                                                                                                                                                   
## 843                                                                                                                                                                                                                                                                                                   
## 844                                                                                                                                                                                                                                                                                                   
## 845                                                                                                                                                                                                                                                                                                   
## 846                                                                                                                                                                                                                                                                                                   
## 847                                                                                                                                                                                                                                                                                                   
## 848                                                                                                                                                                                                                                                                                                   
## 849                                                                                                                                                                                                                                                                                                   
## 850                                                                                                                                                                                                                                                                                                   
## 851                                                                                                                                                                                                                                                                                                   
## 852                                                                                                                                                                                                                                                                                                   
## 853                                                                                                                                                                                                                                                                                                   
## 854                                                                                                                                                                                                                                                                                                   
## 855                                                                                                                                                                                                                                                                                                   
## 856                                                                                                                                                                                                                                                                                                   
## 857                                                                                                                                                                                                                                                                                                   
## 858                                                                                                                                                                                                                                                                                                   
## 859                                                                                                                                                                                                                                                                                                   
## 860                                                                                                                                                                                                                                                                                                   
## 861                                                                                                                                                                                                                                                                                                   
## 862                                                                                                                                                                                                                                                                                                   
## 863                                                                                                                                                                                                                                                                                                   
## 864                                                                                                                                                                                                                                                                                                   
## 865                                                                                                                                                                                                                                                                                                   
## 866                                                                                                                                                                                                                                                                                                   
## 867                                                                                                                                                                                                                                                                                                   
## 868                                                                                                                                                                                                                                                                                                   
## 869                                                                                                                                                                                                                                                                                                   
## 870                                                                                                                                                                                                                                                                                                   
## 871                                                                                                                                                                                                                                                                                                   
## 872                                                                                                                                                                                                                                                                                                   
## 873                                                                                                                                                                                                                                                                                                   
## 874                                                                                                                                                                                                                                                                                                   
## 875                                                                                                                                                                                                                                                                                                   
## 876                                                                                                                                                                                                                                                                                                   
## 877                                                                                                                                                                                                                                                                                                   
## 878                                                                                                                                                                                                                                                                                                   
## 879                                                                                                                                                                                                                                                                                                   
## 880                                                                                                                                                                                                                                                                                                   
## 881                                                                                                                                                                                                                                                                                                   
## 882                                                                                                                                                                                                                                                                                                   
## 883                                                                                                                                                                                                                                                                                                   
## 884                                                                                                                                                                                                                                                                                                   
## 885                                                                                                                                                                                                                                                                                                   
## 886                                                                                                                                                                                                                                                                                                   
## 887                                                                                                                                                                                                                                                                                                   
## 888                                                                                                                                                                                                                                                                                                   
## 889                                                                                                                                                                                                                                                                                                   
## 890                                                                                                                                                                                                                                                                                                   
## 891                                                                                                                                                                                                                                                                                                   
## 892                                                                                                                                                                                                                                                                                                   
## 893                                                                                                                                                                                                                                                                                                   
## 894                                                                                                                                                                                                                                                                                                   
## 895                                                                                                                                                                                                                                                                                                   
## 896                                                                                                                                                                                                                                                                                                   
## 897                                                                                                                                                                                                                                                                                                   
## 898                                                                                                                                                                                                                                                                                                   
## 899                                                                                                                                                                                                                                                                                                   
## 900                                                                                                                                                                                                                                                                                                   
## 901                                                                                                                                                                                                                                                                                                   
## 902                                                                                                                                                                                                                                                                                                   
## 903                                                                                                                                                                                                                                                                                                   
## 904                                                                                                                                                                                                                                                                                                   
## 905                                                                                                                                                                                                                                                                                                   
## 906                                                                                                                                                                                                                                                                                                   
## 907                                                                                                                                                                                                                                                                                                   
## 908                                                                                                                                                                                                                                                                                                   
## 909                                                                                                                                                                                                                                                                                                   
## 910                                                                                                                                                                                                                                                                                                   
## 911                                                                                                                                                                                                                                                                                                   
## 912                                                                                                                                                                                                                                                                                                   
## 913                                                                                                                                                                                                                                                                                                   
## 914                                                                                                                                                                                                                                                                                                   
## 915                                                                                                                                                                                                                                                                                                   
## 916                                                                                                                                                                                                                                                                                                   
## 917                                                                                                                                                                                                                                                                                                   
## 918                                                                                                                                                                                                                                                                                                   
## 919                                                                                                                                                                                                                                                                                                   
## 920                                                                                                                                                                                                                                                                                                   
## 921                                                                                                                                                                                                                                                                                                   
## 922                                                                                                                                                                                                                                                                                                   
## 923                                                                                                                                                                                                                                                                                                   
## 924                                                                                                                                                                                                                                                                                                   
## 925                                                                                                                                                                                                                                                                                                   
## 926                                                                                                                                                                                                                                                                                                   
## 927                                                                                                                                                                                                                                                                                                   
## 928                                                                                                                                                                                                                                                                                                   
## 929                                                                                                                                                                                                                                                                                                   
## 930                                                                                                                                                                                                                                                                                                   
## 931                                                                                                                                                                                                                                                                                                   
## 932                                                                                                                                                                                                                                                                                                   
## 933                                                                                                                                                                                                                                                                                                   
## 934                                                                                                                                                                                                                                                                                                   
## 935                                                                                                                                                                                                                                                                                                   
## 936                                                                                                                                                                                                                                                                                                   
## 937                                                                                                                                                                                                                                                                                                   
## 938                                                                                                                                                                                                                                                                                                   
## 939                                                                                                                                                                                                                                                                                                   
## 940                                                                                                                                                                                                                                                                                                   
## 941                                                                                                                                                                                                                                                                                                   
## 942                                                                                                                                                                                                                                                                                                   
## 943                                                                                                                                                                                                                                                                                                   
## 944                                                                                                                                                                                                                                                                                                   
## 945                                                                                                                                                                                                                                                                                                   
## 946                                                                                                                                                                                                                                                                                                   
## 947                                                                                                                                                                                                                                                                                                   
## 948                                                                                                                                                                                                                                                                                                   
## 949                                                                                                                                                                                                                                                                                                   
## 950                                                                                                                                                                                                                                                                                                   
## 951                                                                                                                                                                                                                                                                                                   
## 952                                                                                                                                                                                                                                                                                                   
## 953                                                                                                                                                                                                                                                                                                   
## 954                                                                                                                                                                                                                                                                                                   
## 955                                                                                                                                                                                                                                                                                                   
## 956                                                                                                                                                                                                                                                                                                   
## 957                                                                                                                                                                                                                                                                                                   
## 958                                                                                                                                                                                                                                                                                                   
## 959                                                                                                                                                                                                                                                                                                   
## 960                                                                                                                                                                                                                                                                                                   
## 961                                                                                                                                                                                                                                                                                                   
## 962                                                                                                                                                                                                                                                                                                   
## 963                                                                                                                                                                                                                                                                                                   
## 964                                                                                                                                                                                                                                                                                                   
## 965                                                                                                                                                                                                                                                                                                   
## 966                                                                                                                                                                                                                                                                                                   
## 967                                                                                                                                                                                                                                                                                                   
## 968                                                                                                                                                                                                                                                                                                   
## 969                                                                                                                                                                                                                                                                                                   
## 970                                                                                                                                                                                                                                                                                                   
## 971                                                                                                                                                                                                                                                                                                   
## 972                                                                                                                                                                                                                                                                                                   
## 973                                                                                                                                                                                                                                                                                                   
## 974                                                                                                                                                                                                                                                                                                   
## 975                                                                                                                                                                                                                                                                                                   
## 976                                                                                                                                                                                                                                                                                                   
## 977                                                                                                                                                                                                                                                                                                   
## 978                                                                                                                                                                                                                                                                                                   
## 979                                                                                                                                                                                                                                                                                                   
## 980                                                                                                                                                                                                                                                                                                   
## 981                                                                                                                                                                                                                                                                                                   
## 982                                                                                                                                                                                                                                                                                                   
## 983                                                                                                                                                                                                                                                                                                   
## 984                                                                                                                                                                                                                                                                                                   
## 985                                                                                                                                                                                                                                                                                                   
## 986                                                                                                                                                                                                                                                                                                   
## 987                                                                                                                                                                                                                                                                                                   
## 988                                                                                                                                                                                                                                                                                                   
## 989                                                                                                                                                                                                                                                                                                   
## 990                                                                                                                                                                                                                                                                                                   
## 991                                                                                                                                                                                                                                                                                                   
## 992                                                                                                                                                                                                                                                                                                   
## 993                                                                                                                                                                                                                                                                                                   
## 994                                                                                                                                                                                                                                                                                                   
## 995                                                                                                                                                                                                                                                                                                   
## 996                                                                                                                                                                                                                                                                                                   
## 997                                                                                                                                                                                                                                                                                                   
## 998                                                                                                                                                                                                                                                                                                   
## 999                                                                                                                                                                                                                                                                                                   
## 1000                                                                                                                                                                                                                                                                                                  
## 1001                                                                                                                                                                                                                                                                                                  
## 1002                                                                                                                                                                                                                                                                                                  
## 1003                                                                                                                                                                                                                                                                                                  
## 1004                                                                                                                                                                                                                                                                                                  
## 1005                                                                                                                                                                                                                                                                                                  
## 1006                                                                                                                                                                                                                                                                                                  
## 1007                                                                                                                                                                                                                                                                                                  
## 1008                                                                                                                                                                                                                                                                                                  
## 1009                                                                                                                                                                                                                                                                                                  
## 1010                                                                                                                                                                                                                                                                                                  
## 1011                                                                                                                                                                                                                                                                                                  
## 1012                                                                                                                                                                                                                                                                                                  
## 1013                                                                                                                                                                                                                                                                                                  
## 1014                                                                                                                                                                                                                                                                                                  
## 1015                                                                                                                                                                                                                                                                                                  
## 1016                                                                                                                                                                                                                                                                                                  
## 1017                                                                                                                                                                                                                                                                                                  
## 1018                                                                                                                                                                                                                                                                                                  
## 1019                                                                                                                                                                                                                                                                                                  
## 1020                                                                                                                                                                                                                                                                                                  
## 1021                                                                                                                                                                                                                                                                                                  
## 1022                                                                                                                                                                                                                                                                                                  
## 1023                                                                                                                                                                                                                                                                                                  
## 1024                                                                                                                                                                                                                                                                                                  
## 1025                                                                                                                                                                                                                                                                                                  
## 1026                                                                                                                                                                                                                                                                                                  
## 1027                                                                                                                                                                                                                                                                                                  
## 1028                                                                                                                                                                                                                                                                                                  
## 1029                                                                                                                                                                                                                                                                                                  
## 1030                                                                                                                                                                                                                                                                                                  
## 1031                                                                                                                                                                                                                                                                                                  
## 1032                                                                                                                                                                                                                                                                                                  
## 1033                                                                                                                                                                                                                                                                                                  
## 1034                                                                                                                                                                                                                                                                                                  
## 1035                                                                                                                                                                                                                                                                                                  
## 1036                                                                                                                                                                                                                                                                                                  
## 1037                                                                                                                                                                                                                                                                                                  
## 1038                                                                                                                                                                                                                                                                                                  
## 1039                                                                                                                                                                                                                                                                                                  
## 1040                                                                                                                                                                                                                                                                                                  
## 1041                                                                                                                                                                                                                                                                                                  
## 1042                                                                                                                                                                                                                                                                                                  
## 1043                                                                                                                                                                                                                                                                                                  
## 1044                                                                                                                                                                                                                                                                                                  
## 1045                                                                                                                                                                                                                                                                                                  
## 1046                                                                                                                                                                                                                                                                                                  
## 1047                                                                                                                                                                                                                                                                                                  
## 1048                                                                                                                                                                                                                                                                                                  
## 1049                                                                                                                                                                                                                                                                                                  
## 1050                                                                                                                                                                                                                                                                                                  
## 1051                                                                                                                                                                                                                                                                                                  
## 1052                                                                                                                                                                                                                                                                                                  
## 1053                                                                                                                                                                                                                                                                                                  
## 1054                                                                                                                                                                                                                                                                                                  
## 1055                                                                                                                                                                                                                                                                                                  
## 1056                                                                                                                                                                                                                                                                                                  
## 1057                                                                                                                                                                                                                                                                                                  
## 1058                                                                                                                                                                                                                                                                                                  
## 1059                                                                                                                                                                                                                                                                                                  
## 1060                                                                                                                                                                                                                                                                                                  
## 1061                                                                                                                                                                                                                                                                                                  
## 1062                                                                                                                                                                                                                                                                                                  
## 1063                                                                                                                                                                                                                                                                                                  
## 1064                                                                                                                                                                                                                                                                                                  
## 1065                                                                                                                                                                                                                                                                                                  
## 1066                                                                                                                                                                                                                                                                                                  
## 1067                                                                                                                                                                                                                                                                                                  
## 1068                                                                                                                                                                                                                                                                                                  
## 1069                                                                                                                                                                                                                                                                                                  
## 1070                                                                                                                                                                                                                                                                                                  
## 1071                                                                                                                                                                                                                                                                                                  
## 1072                                                                                                                                                                                                                                                                                                  
## 1073                                                                                                                                                                                                                                                                                                  
## 1074                                                                                                                                                                                                                                                                                                  
## 1075                                                                                                                                                                                                                                                                                                  
## 1076                                                                                                                                                                                                                                                                                                  
## 1077                                                                                                                                                                                                                                                                                                  
## 1078                                                                                                                                                                                                                                                                                                  
## 1079                                                                                                                                                                                                                                                                                                  
## 1080                                                                                                                                                                                                                                                                                                  
## 1081                                                                                                                                                                                                                                                                                                  
## 1082                                                                                                                                                                                                                                                                                                  
## 1083                                                                                                                                                                                                                                                                                                  
## 1084                                                                                                                                                                                                                                                                                                  
## 1085                                                                                                                                                                                                                                                                                                  
## 1086                                                                                                                                                                                                                                                                                                  
## 1087                                                                                                                                                                                                                                                                                                  
## 1088                                                                                                                                                                                                                                                                                                  
## 1089                                                                                                                                                                                                                                                                                                  
## 1090                                                                                                                                                                                                                                                                                                  
## 1091                                                                                                                                                                                                                                                                                                  
## 1092                                                                                                                                                                                                                                                                                                  
## 1093                                                                                                                                                                                                                                                                                                  
## 1094                                                                                                                                                                                                                                                                                                  
## 1095                                                                                                                                                                                                                                                                                                  
## 1096                                                                                                                                                                                                                                                                                                  
## 1097                                                                                                                                                                                                                                                                                                  
## 1098                                                                                                                                                                                                                                                                                                  
## 1099                                                                                                                                                                                                                                                                                                  
## 1100                                                                                                                                                                                                                                                                                                  
## 1101                                                                                                                                                                                                                                                                                                  
## 1102                                                                                                                                                                                                                                                                                                  
## 1103                                                                                                                                                                                                                                                                                                  
## 1104                                                                                                                                                                                                                                                                                                  
## 1105                                                                                                                                                                                                                                                                                                  
## 1106                                                                                                                                                                                                                                                                                                  
## 1107                                                                                                                                                                                                                                                                                                  
## 1108                                                                                                                                                                                                                                                                                                  
## 1109                                                                                                                                                                                                                                                                                                  
## 1110                                                                                                                                                                                                                                                                                                  
## 1111                                                                                                                                                                                                                                                                                                  
## 1112                                                                                                                                                                                                                                                                                                  
## 1113                                                                                                                                                                                                                                                                                                  
## 1114                                                                                                                                                                                                                                                                                                  
## 1115                                                                                                                                                                                                                                                                                                  
## 1116                                                                                                                                                                                                                                                                                                  
## 1117                                                                                                                                                                                                                                                                                                  
## 1118                                                                                                                                                                                                                                                                                                  
## 1119                                                                                                                                                                                                                                                                                                  
## 1120                                                                                                                                                                                                                                                                                                  
## 1121                                                                                                                                                                                                                                                                                                  
## 1122                                                                                                                                                                                                                                                                                                  
## 1123                                                                                                                                                                                                                                                                                                  
## 1124                                                                                                                                                                                                                                                                                                  
## 1125                                                                                                                                                                                                                                                                                                  
## 1126                                                                                                                                                                                                                                                                                                  
## 1127                                                                                                                                                                                                                                                                                                  
## 1128                                                                                                                                                                                                                                                                                                  
## 1129                                                                                                                                                                                                                                                                                                  
## 1130                                                                                                                                                                                                                                                                                                  
## 1131                                                                                                                                                                                                                                                                                                  
## 1132                                                                                                                                                                                                                                                                                                  
## 1133                                                                                                                                                                                                                                                                                                  
## 1134                                                                                                                                                                                                                                                                                                  
## 1135                                                                                                                                                                                                                                                                                                  
## 1136                                                                                                                                                                                                                                                                                                  
## 1137                                                                                                                                                                                                                                                                                                  
## 1138                                                                                                                                                                                                                                                                                                  
## 1139                                                                                                                                                                                                                                                                                                  
## 1140                                                                                                                                                                                                                                                                                                  
## 1141                                                                                                                                                                                                                                                                                                  
## 1142                                                                                                                                                                                                                                                                                                  
## 1143                                                                                                                                                                                                                                                                                                  
## 1144                                                                                                                                                                                                                                                                                                  
## 1145                                                                                                                                                                                                                                                                                                  
## 1146                                                                                                                                                                                                                                                                                                  
## 1147                                                                                                                                                                                                                                                                                                  
## 1148                                                                                                                                                                                                                                                                                                  
## 1149                                                                                                                                                                                                                                                                                                  
## 1150                                                                                                                                                                                                                                                                                                  
## 1151                                                                                                                                                                                                                                                                                                  
## 1152                                                                                                                                                                                                                                                                                                  
## 1153                                                                                                                                                                                                                                                                                                  
## 1154                                                                                                                                                                                                                                                                                                  
## 1155                                                                                                                                                                                                                                                                                                  
## 1156                                                                                                                                                                                                                                                                                                  
## 1157                                                                                                                                                                                                                                                                                                  
## 1158                                                                                                                                                                                                                                                                                                  
## 1159                                                                                                                                                                                                                                                                                                  
## 1160                                                                                                                                                                                                                                                                                                  
## 1161                                                                                                                                                                                                                                                                                                  
## 1162                                                                                                                                                                                                                                                                                                  
## 1163                                                                                                                                                                                                                                                                                                  
## 1164                                                                                                                                                                                                                                                                                                  
## 1165                                                                                                                                                                                                                                                                                                  
## 1166                                                                                                                                                                                                                                                                                                  
## 1167                                                                                                                                                                                                                                                                                                  
## 1168                                                                                                                                                                                                                                                                                                  
## 1169                                                                                                                                                                                                                                                                                                  
## 1170                                                                                                                                                                                                                                                                                                  
## 1171                                                                                                                                                                                                                                                                                                  
## 1172                                                                                                                                                                                                                                                                                                  
## 1173                                                                                                                                                                                                                                                                                                  
## 1174                                                                                                                                                                                                                                                                                                  
## 1175                                                                                                                                                                                                                                                                                                  
## 1176                                                                                                                                                                                                                                                                                                  
## 1177                                                                                                                                                                                                                                                                                                  
## 1178                                                                                                                                                                                                                                                                                                  
## 1179                                                                                                                                                                                                                                                                                                  
## 1180                                                                                                                                                                                                                                                                                                  
## 1181                                                                                                                                                                                                                                                                                                  
## 1182                                                                                                                                                                                                                                                                                                  
## 1183                                                                                                                                                                                                                                                                                                  
## 1184                                                                                                                                                                                                                                                                                                  
## 1185                                                                                                                                                                                                                                                                                                  
## 1186                                                                                                                                                                                                                                                                                                  
## 1187                                                                                                                                                                                                                                                                                                  
## 1188                                                                                                                                                                                                                                                                                                  
## 1189                                                                                                                                                                                                                                                                                                  
## 1190                                                                                                                                                                                                                                                                                                  
## 1191                                                                                                                                                                                                                                                                                                  
## 1192                                                                                                                                                                                                                                                                                                  
## 1193                                                                                                                                                                                                                                                                                                  
## 1194                                                                                                                                                                                                                                                                                                  
## 1195                                                                                                                                                                                                                                                                                                  
## 1196                                                                                                                                                                                                                                                                                                  
## 1197                                                                                                                                                                                                                                                                                                  
## 1198                                                                                                                                                                                                                                                                                                  
## 1199                                                                                                                                                                                                                                                                                                  
## 1200                                                                                                                                                                                                                                                                                                  
## 1201                                                                                                                                                                                                                                                                                                  
## 1202                                                                                                                                                                                                                                                                                                  
## 1203                                                                                                                                                                                                                                                                                                  
## 1204                                                                                                                                                                                                                                                                                                  
## 1205                                                                                                                                                                                                                                                                                                  
## 1206                                                                                                                                                                                                                                                                                                  
## 1207                                                                                                                                                                                                                                                                                                  
## 1208                                                                                                                                                                                                                                                                                                  
## 1209                                                                                                                                                                                                                                                                                                  
## 1210                                                                                                                                                                                                                                                                                                  
## 1211                                                                                                                                                                                                                                                                                                  
## 1212                                                                                                                                                                                                                                                                                                  
## 1213                                                                                                                                                                                                                                                                                                  
## 1214                                                                                                                                                                                                                                                                                                  
## 1215                                                                                                                                                                                                                                                                                                  
## 1216                                                                                                                                                                                                                                                                                                  
## 1217                                                                                                                                                                                                                                                                                                  
## 1218                                                                                                                                                                                                                                                                                                  
## 1219                                                                                                                                                                                                                                                                                                  
## 1220                                                                                                                                                                                                                                                                                                  
## 1221                                                                                                                                                                                                                                                                                                  
## 1222                                                                                                                                                                                                                                                                                                  
## 1223                                                                                                                                                                                                                                                                                                  
## 1224                                                                                                                                                                                                                                                                                                  
## 1225                                                                                                                                                                                                                                                                                                  
## 1226                                                                                                                                                                                                                                                                                                  
## 1227                                                                                                                                                                                                                                                                                                  
## 1228                                                                                                                                                                                                                                                                                                  
## 1229                                                                                                                                                                                                                                                                                                  
## 1230                                                                                                                                                                                                                                                                                                  
## 1231                                                                                                                                                                                                                                                                                                  
## 1232                                                                                                                                                                                                                                                                                                  
## 1233                                                                                                                                                                                                                                                                                                  
## 1234                                                                                                                                                                                                                                                                                                  
## 1235                                                                                                                                                                                                                                                                                                  
## 1236                                                                                                                                                                                                                                                                                                  
## 1237                                                                                                                                                                                                                                                                                                  
## 1238                                                                                                                                                                                                                                                                                                  
## 1239                                                                                                                                                                                                                                                                                                  
## 1240                                                                                                                                                                                                                                                                                                  
## 1241                                                                                                                                                                                                                                                                                                  
## 1242                                                                                                                                                                                                                                                                                                  
## 1243                                                                                                                                                                                                                                                                                                  
## 1244                                                                                                                                                                                                                                                                                                  
## 1245                                                                                                                                                                                                                                                                                                  
## 1246                                                                                                                                                                                                                                                                                                  
## 1247                                                                                                                                                                                                                                                                                                  
## 1248                                                                                                                                                                                                                                                                                                  
## 1249                                                                                                                                                                                                                                                                                                  
## 1250                                                                                                                                                                                                                                                                                                  
## 1251                                                                                                                                                                                                                                                                                                  
## 1252                                                                                                                                                                                                                                                                                                  
## 1253                                                                                                                                                                                                                                                                                                  
## 1254                                                                                                                                                                                                                                                                                                  
## 1255                                                                                                                                                                                                                                                                                                  
## 1256                                                                                                                                                                                                                                                                                                  
## 1257                                                                                                                                                                                                                                                                                                  
## 1258                                                                                                                                                                                                                                                                                                  
## 1259                                                                                                                                                                                                                                                                                                  
## 1260                                                                                                                                                                                                                                                                                                  
## 1261                                                                                                                                                                                                                                                                                                  
## 1262                                                                                                                                                                                                                                                                                                  
## 1263                                                                                                                                                                                                                                                                                                  
## 1264                                                                                                                                                                                                                                                                                                  
## 1265                                                                                                                                                                                                                                                                                                  
## 1266                                                                                                                                                                                                                                                                                                  
## 1267                                                                                                                                                                                                                                                                                                  
## 1268                                                                                                                                                                                                                                                                                                  
## 1269                                                                                                                                                                                                                                                                                                  
## 1270                                                                                                                                                                                                                                                                                                  
## 1271                                                                                                                                                                                                                                                                                                  
## 1272                                                                                                                                                                                                                                                                                                  
## 1273                                                                                                                                                                                                                                                                                                  
## 1274                                                                                                                                                                                                                                                                                                  
## 1275                                                                                                                                                                                                                                                                                                  
## 1276                                                                                                                                                                                                                                                                                                  
## 1277                                                                                                                                                                                                                                                                                                  
## 1278                                                                                                                                                                                                                                                                                                  
## 1279                                                                                                                                                                                                                                                                                                  
## 1280                                                                                                                                                                                                                                                                                                  
## 1281                                                                                                                                                                                                                                                                                                  
## 1282                                                                                                                                                                                                                                                                                                  
## 1283                                                                                                                                                                                                                                                                                                  
## 1284                                                                                                                                                                                                                                                                                                  
## 1285                                                                                                                                                                                                                                                                                                  
## 1286                                                                                                                                                                                                                                                                                                  
## 1287                                                                                                                                                                                                                                                                                                  
## 1288                                                                                                                                                                                                                                                                                                  
## 1289                                                                                                                                                                                                                                                                                                  
## 1290                                                                                                                                                                                                                                                                                                  
## 1291                                                                                                                                                                                                                                                                                                  
## 1292                                                                                                                                                                                                                                                                                                  
## 1293                                                                                                                                                                                                                                                                                                  
## 1294                                                                                                                                                                                                                                                                                                  
## 1295                                                                                                                                                                                                                                                                                                  
## 1296                                                                                                                                                                                                                                                                                                  
## 1297                                                                                                                                                                                                                                                                                                  
## 1298                                                                                                                                                                                                                                                                                                  
## 1299                                                                                                                                                                                                                                                                                                  
## 1300                                                                                                                                                                                                                                                                                                  
## 1301                                                                                                                                                                                                                                                                                                  
## 1302                                                                                                                                                                                                                                                                                                  
## 1303                                                                                                                                                                                                                                                                                                  
## 1304                                                                                                                                                                                                                                                                                                  
## 1305                                                                                                                                                                                                                                                                                                  
## 1306                                                                                                                                                                                                                                                                                                  
## 1307                                                                                                                                                                                                                                                                                                  
## 1308                                                                                                                                                                                                                                                                                                  
## 1309                                                                                                                                                                                                                                                                                                  
## 1310                                                                                                                                                                                                                                                                                                  
## 1311                                                                                                                                                                                                                                                                                                  
## 1312                                                                                                                                                                                                                                                                                                  
## 1313                                                                                                                                                                                                                                                                                                  
## 1314                                                                                                                                                                                                                                                                                                  
## 1315                                                                                                                                                                                                                                                                                                  
## 1316                                                                                                                                                                                                                                                                                                  
## 1317                                                                                                                                                                                                                                                                                                  
## 1318                                                                                                                                                                                                                                                                                                  
## 1319                                                                                                                                                                                                                                                                                                  
## 1320                                                                                                                                                                                                                                                                                                  
## 1321                                                                                                                                                                                                                                                                                                  
## 1322                                                                                                                                                                                                                                                                                                  
## 1323                                                                                                                                                                                                                                                                                                  
## 1324                                                                                                                                                                                                                                                                                                  
## 1325                                                                                                                                                                                                                                                                                                  
## 1326                                                                                                                                                                                                                                                                                                  
## 1327                                                                                                                                                                                                                                                                                                  
## 1328                                                                                                                                                                                                                                                                                                  
## 1329                                                                                                                                                                                                                                                                                                  
## 1330                                                                                                                                                                                                                                                                                                  
## 1331                                                                                                                                                                                                                                                                                                  
## 1332                                                                                                                                                                                                                                                                                                  
## 1333                                                                                                                                                                                                                                                                                                  
## 1334                                                                                                                                                                                                                                                                                                  
## 1335                                                                                                                                                                                                                                                                                                  
## 1336                                                                                                                                                                                                                                                                                                  
## 1337                                                                                                                                                                                                                                                                                                  
## 1338                                                                                                                                                                                                                                                                                                  
## 1339                                                                                                                                                                                                                                                                                                  
## 1340                                                                                                                                                                                                                                                                                                  
## 1341                                                                                                                                                                                                                                                                                                  
## 1342                                                                                                                                                                                                                                                                                                  
## 1343                                                                                                                                                                                                                                                                                                  
## 1344                                                                                                                                                                                                                                                                                                  
## 1345                                                                                                                                                                                                                                                                                                  
## 1346                                                                                                                                                                                                                                                                                                  
## 1347                                                                                                                                                                                                                                                                                                  
## 1348                                                                                                                                                                                                                                                                                                  
## 1349                                                                                                                                                                                                                                                                                                  
## 1350                                                                                                                                                                                                                                                                                                  
## 1351                                                                                                                                                                                                                                                                                                  
## 1352                                                                                                                                                                                                                                                                                                  
## 1353                                                                                                                                                                                                                                                                                                  
## 1354                                                                                                                                                                                                                                                                                                  
## 1355                                                                                                                                                                                                                                                                                                  
## 1356                                                                                                                                                                                                                                                                                                  
## 1357                                                                                                                                                                                                                                                                                                  
## 1358                                                                                                                                                                                                                                                                                                  
## 1359                                                                                                                                                                                                                                                                                                  
## 1360                                                                                                                                                                                                                                                                                                  
## 1361                                                                                                                                                                                                                                                                                                  
## 1362                                                                                                                                                                                                                                                                                                  
## 1363                                                                                                                                                                                                                                                                                                  
## 1364                                                                                                                                                                                                                                                                                                  
## 1365                                                                                                                                                                                                                                                                                                  
## 1366                                                                                                                                                                                                                                                                                                  
## 1367                                                                                                                                                                                                                                                                                                  
## 1368                                                                                                                                                                                                                                                                                                  
## 1369                                                                                                                                                                                                                                                                                                  
## 1370                                                                                                                                                                                                                                                                                                  
## 1371                                                                                                                                                                                                                                                                                                  
## 1372                                                                                                                                                                                                                                                                                                  
## 1373                                                                                                                                                                                                                                                                                                  
## 1374                                                                                                                                                                                                                                                                                                  
## 1375                                                                                                                                                                                                                                                                                                  
## 1376                                                                                                                                                                                                                                                                                                  
## 1377                                                                                                                                                                                                                                                                                                  
## 1378                                                                                                                                                                                                                                                                                                  
## 1379                                                                                                                                                                                                                                                                                                  
## 1380                                                                                                                                                                                                                                                                                                  
##       X X.1
## 1    NA    
## 2    NA    
## 3    NA    
## 4    NA    
## 5    NA    
## 6    NA    
## 7    NA    
## 8    NA    
## 9    NA    
## 10   NA    
## 11   NA    
## 12   NA    
## 13   NA    
## 14   NA    
## 15   NA    
## 16   NA    
## 17   NA    
## 18   NA    
## 19   NA    
## 20   NA    
## 21   NA    
## 22   NA    
## 23   NA    
## 24   NA    
## 25   NA    
## 26   NA    
## 27   NA    
## 28   NA    
## 29   NA    
## 30   NA    
## 31   NA    
## 32   NA    
## 33   NA    
## 34   NA    
## 35   NA    
## 36   NA    
## 37   NA    
## 38   NA    
## 39   NA    
## 40   NA    
## 41   NA    
## 42   NA    
## 43   NA    
## 44   NA    
## 45   NA    
## 46   NA    
## 47   NA    
## 48   NA    
## 49   NA    
## 50   NA    
## 51   NA    
## 52   NA    
## 53   NA    
## 54   NA    
## 55   NA    
## 56   NA    
## 57   NA    
## 58   NA    
## 59   NA    
## 60   NA    
## 61   NA    
## 62   NA    
## 63   NA    
## 64   NA    
## 65   NA    
## 66   NA    
## 67   NA    
## 68   NA    
## 69   NA    
## 70   NA    
## 71   NA    
## 72   NA    
## 73   NA    
## 74   NA    
## 75   NA    
## 76   NA    
## 77   NA    
## 78   NA    
## 79   NA    
## 80   NA    
## 81   NA    
## 82   NA    
## 83   NA    
## 84   NA    
## 85   NA    
## 86   NA    
## 87   NA    
## 88   NA    
## 89   NA    
## 90   NA    
## 91   NA    
## 92   NA    
## 93   NA    
## 94   NA    
## 95   NA    
## 96   NA    
## 97   NA    
## 98   NA    
## 99   NA    
## 100  NA    
## 101  NA    
## 102  NA    
## 103  NA    
## 104  NA    
## 105  NA    
## 106  NA    
## 107  NA    
## 108  NA    
## 109  NA    
## 110  NA    
## 111  NA    
## 112  NA    
## 113  NA    
## 114  NA    
## 115  NA    
## 116  NA    
## 117  NA    
## 118  NA    
## 119  NA    
## 120  NA    
## 121  NA    
## 122  NA    
## 123  NA    
## 124  NA    
## 125  NA    
## 126  NA    
## 127  NA    
## 128  NA    
## 129  NA    
## 130  NA    
## 131  NA    
## 132  NA    
## 133  NA    
## 134  NA    
## 135  NA    
## 136  NA    
## 137  NA    
## 138  NA    
## 139  NA    
## 140  NA    
## 141  NA    
## 142  NA    
## 143  NA    
## 144  NA    
## 145  NA    
## 146  NA    
## 147  NA    
## 148  NA    
## 149  NA    
## 150  NA    
## 151  NA    
## 152  NA    
## 153  NA    
## 154  NA    
## 155  NA    
## 156  NA    
## 157  NA    
## 158  NA    
## 159  NA    
## 160  NA    
## 161  NA    
## 162  NA    
## 163  NA    
## 164  NA    
## 165  NA    
## 166  NA    
## 167  NA    
## 168  NA    
## 169  NA    
## 170  NA    
## 171  NA    
## 172  NA    
## 173  NA    
## 174  NA    
## 175  NA    
## 176  NA    
## 177  NA    
## 178  NA    
## 179  NA    
## 180  NA    
## 181  NA    
## 182  NA    
## 183  NA    
## 184  NA    
## 185  NA    
## 186  NA    
## 187  NA    
## 188  NA    
## 189  NA    
## 190  NA    
## 191  NA    
## 192  NA    
## 193  NA    
## 194  NA    
## 195  NA    
## 196  NA    
## 197  NA    
## 198  NA    
## 199  NA    
## 200  NA    
## 201  NA    
## 202  NA    
## 203  NA    
## 204  NA    
## 205  NA    
## 206  NA    
## 207  NA    
## 208  NA    
## 209  NA    
## 210  NA    
## 211  NA    
## 212  NA    
## 213  NA    
## 214  NA    
## 215  NA    
## 216  NA    
## 217  NA    
## 218  NA    
## 219  NA    
## 220  NA    
## 221  NA    
## 222  NA    
## 223  NA    
## 224  NA    
## 225  NA    
## 226  NA    
## 227  NA    
## 228  NA    
## 229  NA    
## 230  NA    
## 231  NA    
## 232  NA    
## 233  NA    
## 234  NA    
## 235  NA    
## 236  NA    
## 237  NA    
## 238  NA    
## 239  NA    
## 240  NA    
## 241  NA    
## 242  NA    
## 243  NA    
## 244  NA    
## 245  NA    
## 246  NA    
## 247  NA    
## 248  NA    
## 249  NA    
## 250  NA    
## 251  NA    
## 252  NA    
## 253  NA    
## 254  NA    
## 255  NA    
## 256  NA    
## 257  NA    
## 258  NA    
## 259  NA    
## 260  NA    
## 261  NA    
## 262  NA    
## 263  NA    
## 264  NA    
## 265  NA    
## 266  NA    
## 267  NA    
## 268  NA    
## 269  NA    
## 270  NA    
## 271  NA    
## 272  NA    
## 273  NA    
## 274  NA    
## 275  NA    
## 276  NA    
## 277  NA    
## 278  NA    
## 279  NA    
## 280  NA    
## 281  NA    
## 282  NA    
## 283  NA    
## 284  NA    
## 285  NA    
## 286  NA    
## 287  NA    
## 288  NA    
## 289  NA    
## 290  NA    
## 291  NA    
## 292  NA    
## 293  NA    
## 294  NA    
## 295  NA    
## 296  NA    
## 297  NA    
## 298  NA    
## 299  NA    
## 300  NA    
## 301  NA    
## 302  NA    
## 303  NA    
## 304  NA    
## 305  NA    
## 306  NA    
## 307  NA    
## 308  NA    
## 309  NA    
## 310  NA    
## 311  NA    
## 312  NA    
## 313  NA    
## 314  NA    
## 315  NA    
## 316  NA    
## 317  NA    
## 318  NA    
## 319  NA    
## 320  NA    
## 321  NA    
## 322  NA    
## 323  NA    
## 324  NA    
## 325  NA    
## 326  NA    
## 327  NA    
## 328  NA    
## 329  NA    
## 330  NA    
## 331  NA    
## 332  NA    
## 333  NA    
## 334  NA    
## 335  NA    
## 336  NA    
## 337  NA    
## 338  NA    
## 339  NA    
## 340  NA    
## 341  NA    
## 342  NA    
## 343  NA    
## 344  NA    
## 345  NA    
## 346  NA    
## 347  NA    
## 348  NA    
## 349  NA    
## 350  NA    
## 351  NA    
## 352  NA    
## 353  NA    
## 354  NA    
## 355  NA    
## 356  NA    
## 357  NA    
## 358  NA    
## 359  NA    
## 360  NA    
## 361  NA    
## 362  NA    
## 363  NA    
## 364  NA    
## 365  NA    
## 366  NA    
## 367  NA    
## 368  NA    
## 369  NA    
## 370  NA    
## 371  NA    
## 372  NA    
## 373  NA    
## 374  NA    
## 375  NA    
## 376  NA    
## 377  NA    
## 378  NA    
## 379  NA    
## 380  NA    
## 381  NA    
## 382  NA    
## 383  NA    
## 384  NA    
## 385  NA    
## 386  NA    
## 387  NA    
## 388  NA    
## 389  NA    
## 390  NA    
## 391  NA    
## 392  NA    
## 393  NA    
## 394  NA    
## 395  NA    
## 396  NA    
## 397  NA    
## 398  NA    
## 399  NA    
## 400  NA    
## 401  NA    
## 402  NA    
## 403  NA    
## 404  NA    
## 405  NA    
## 406  NA    
## 407  NA    
## 408  NA    
## 409  NA    
## 410  NA    
## 411  NA    
## 412  NA    
## 413  NA    
## 414  NA    
## 415  NA    
## 416  NA    
## 417  NA    
## 418  NA    
## 419  NA    
## 420  NA    
## 421  NA    
## 422  NA    
## 423  NA    
## 424  NA    
## 425  NA    
## 426  NA    
## 427  NA    
## 428  NA    
## 429  NA    
## 430  NA    
## 431  NA    
## 432  NA    
## 433  NA    
## 434  NA    
## 435  NA    
## 436  NA    
## 437  NA    
## 438  NA    
## 439  NA    
## 440  NA    
## 441  NA    
## 442  NA    
## 443  NA    
## 444  NA    
## 445  NA    
## 446  NA    
## 447  NA    
## 448  NA    
## 449  NA    
## 450  NA    
## 451  NA    
## 452  NA    
## 453  NA    
## 454  NA    
## 455  NA    
## 456  NA    
## 457  NA    
## 458  NA    
## 459  NA    
## 460  NA    
## 461  NA    
## 462  NA    
## 463  NA    
## 464  NA    
## 465  NA    
## 466  NA    
## 467  NA    
## 468  NA    
## 469  NA    
## 470  NA    
## 471  NA    
## 472  NA    
## 473  NA    
## 474  NA    
## 475  NA    
## 476  NA    
## 477  NA    
## 478  NA    
## 479  NA    
## 480  NA    
## 481  NA    
## 482  NA    
## 483  NA    
## 484  NA    
## 485  NA    
## 486  NA    
## 487  NA    
## 488  NA    
## 489  NA    
## 490  NA    
## 491  NA    
## 492  NA    
## 493  NA    
## 494  NA    
## 495  NA    
## 496  NA    
## 497  NA    
## 498  NA    
## 499  NA    
## 500  NA    
## 501  NA    
## 502  NA    
## 503  NA    
## 504  NA    
## 505  NA    
## 506  NA    
## 507  NA    
## 508  NA    
## 509  NA    
## 510  NA    
## 511  NA    
## 512  NA    
## 513  NA    
## 514  NA    
## 515  NA    
## 516  NA    
## 517  NA    
## 518  NA    
## 519  NA    
## 520  NA    
## 521  NA    
## 522  NA    
## 523  NA    
## 524  NA    
## 525  NA    
## 526  NA    
## 527  NA    
## 528  NA    
## 529  NA    
## 530  NA    
## 531  NA    
## 532  NA    
## 533  NA    
## 534  NA    
## 535  NA    
## 536  NA    
## 537  NA    
## 538  NA    
## 539  NA    
## 540  NA    
## 541  NA    
## 542  NA    
## 543  NA    
## 544  NA    
## 545  NA    
## 546  NA    
## 547  NA    
## 548  NA    
## 549  NA    
## 550  NA    
## 551  NA    
## 552  NA    
## 553  NA    
## 554  NA    
## 555  NA    
## 556  NA    
## 557  NA    
## 558  NA    
## 559  NA    
## 560  NA    
## 561  NA    
## 562  NA    
## 563  NA    
## 564  NA    
## 565  NA    
## 566  NA    
## 567  NA    
## 568  NA    
## 569  NA    
## 570  NA    
## 571  NA    
## 572  NA    
## 573  NA    
## 574  NA    
## 575  NA    
## 576  NA    
## 577  NA    
## 578  NA    
## 579  NA    
## 580  NA    
## 581  NA    
## 582  NA    
## 583  NA    
## 584  NA    
## 585  NA    
## 586  NA    
## 587  NA    
## 588  NA    
## 589  NA    
## 590  NA    
## 591  NA    
## 592  NA    
## 593  NA    
## 594  NA    
## 595  NA    
## 596  NA    
## 597  NA    
## 598  NA    
## 599  NA    
## 600  NA    
## 601  NA    
## 602  NA    
## 603  NA    
## 604  NA    
## 605  NA    
## 606  NA    
## 607  NA    
## 608  NA    
## 609  NA    
## 610  NA    
## 611  NA    
## 612  NA    
## 613  NA    
## 614  NA    
## 615  NA    
## 616  NA    
## 617  NA    
## 618  NA    
## 619  NA    
## 620  NA    
## 621  NA    
## 622  NA    
## 623  NA    
## 624  NA    
## 625  NA    
## 626  NA    
## 627  NA    
## 628  NA    
## 629  NA    
## 630  NA    
## 631  NA    
## 632  NA    
## 633  NA    
## 634  NA    
## 635  NA    
## 636  NA    
## 637  NA    
## 638  NA    
## 639  NA    
## 640  NA    
## 641  NA    
## 642  NA    
## 643  NA    
## 644  NA    
## 645  NA    
## 646  NA    
## 647  NA    
## 648  NA    
## 649  NA    
## 650  NA    
## 651  NA    
## 652  NA    
## 653  NA    
## 654  NA    
## 655  NA    
## 656  NA    
## 657  NA    
## 658  NA    
## 659  NA    
## 660  NA    
## 661  NA    
## 662  NA    
## 663  NA    
## 664  NA    
## 665  NA    
## 666  NA    
## 667  NA    
## 668  NA    
## 669  NA    
## 670  NA    
## 671  NA    
## 672  NA    
## 673  NA    
## 674  NA    
## 675  NA    
## 676  NA    
## 677  NA    
## 678  NA    
## 679  NA    
## 680  NA    
## 681  NA    
## 682  NA    
## 683  NA    
## 684  NA    
## 685  NA    
## 686  NA    
## 687  NA    
## 688  NA    
## 689  NA    
## 690  NA    
## 691  NA    
## 692  NA    
## 693  NA    
## 694  NA    
## 695  NA    
## 696  NA    
## 697  NA    
## 698  NA    
## 699  NA    
## 700  NA    
## 701  NA    
## 702  NA    
## 703  NA    
## 704  NA    
## 705  NA    
## 706  NA    
## 707  NA    
## 708  NA    
## 709  NA    
## 710  NA    
## 711  NA    
## 712  NA    
## 713  NA    
## 714  NA    
## 715  NA    
## 716  NA    
## 717  NA    
## 718  NA    
## 719  NA    
## 720  NA    
## 721  NA    
## 722  NA    
## 723  NA    
## 724  NA    
## 725  NA    
## 726  NA    
## 727  NA    
## 728  NA    
## 729  NA    
## 730  NA    
## 731  NA    
## 732  NA    
## 733  NA    
## 734  NA    
## 735  NA    
## 736  NA    
## 737  NA    
## 738  NA    
## 739  NA    
## 740  NA    
## 741  NA    
## 742  NA    
## 743  NA    
## 744  NA    
## 745  NA    
## 746  NA    
## 747  NA    
## 748  NA    
## 749  NA    
## 750  NA    
## 751  NA    
## 752  NA    
## 753  NA    
## 754  NA    
## 755  NA    
## 756  NA    
## 757  NA    
## 758  NA    
## 759  NA    
## 760  NA    
## 761  NA    
## 762  NA    
## 763  NA    
## 764  NA    
## 765  NA    
## 766  NA    
## 767  NA    
## 768  NA    
## 769  NA    
## 770  NA    
## 771  NA    
## 772  NA    
## 773  NA    
## 774  NA    
## 775  NA    
## 776  NA    
## 777  NA    
## 778  NA    
## 779  NA    
## 780  NA    
## 781  NA    
## 782  NA    
## 783  NA    
## 784  NA    
## 785  NA    
## 786  NA    
## 787  NA    
## 788  NA    
## 789  NA    
## 790  NA    
## 791  NA    
## 792  NA    
## 793  NA    
## 794  NA    
## 795  NA    
## 796  NA    
## 797  NA    
## 798  NA    
## 799  NA    
## 800  NA    
## 801  NA    
## 802  NA    
## 803  NA    
## 804  NA    
## 805  NA    
## 806  NA    
## 807  NA    
## 808  NA    
## 809  NA    
## 810  NA    
## 811  NA    
## 812  NA    
## 813  NA    
## 814  NA    
## 815  NA    
## 816  NA    
## 817  NA    
## 818  NA    
## 819  NA    
## 820  NA    
## 821  NA    
## 822  NA    
## 823  NA    
## 824  NA    
## 825  NA    
## 826  NA    
## 827  NA    
## 828  NA    
## 829  NA    
## 830  NA    
## 831  NA    
## 832  NA    
## 833  NA    
## 834  NA    
## 835  NA    
## 836  NA    
## 837  NA    
## 838  NA    
## 839  NA    
## 840  NA    
## 841  NA    
## 842  NA    
## 843  NA    
## 844  NA    
## 845  NA    
## 846  NA    
## 847  NA    
## 848  NA    
## 849  NA    
## 850  NA    
## 851  NA    
## 852  NA    
## 853  NA    
## 854  NA    
## 855  NA    
## 856  NA    
## 857  NA    
## 858  NA    
## 859  NA    
## 860  NA    
## 861  NA    
## 862  NA    
## 863  NA    
## 864  NA    
## 865  NA    
## 866  NA    
## 867  NA    
## 868  NA    
## 869  NA    
## 870  NA    
## 871  NA    
## 872  NA    
## 873  NA    
## 874  NA    
## 875  NA    
## 876  NA    
## 877  NA    
## 878  NA    
## 879  NA    
## 880  NA    
## 881  NA    
## 882  NA    
## 883  NA    
## 884  NA    
## 885  NA    
## 886  NA    
## 887  NA    
## 888  NA    
## 889  NA    
## 890  NA    
## 891  NA    
## 892  NA    
## 893  NA    
## 894  NA    
## 895  NA    
## 896  NA    
## 897  NA    
## 898  NA    
## 899  NA    
## 900  NA    
## 901  NA    
## 902  NA    
## 903  NA    
## 904  NA    
## 905  NA    
## 906  NA    
## 907  NA    
## 908  NA    
## 909  NA    
## 910  NA    
## 911  NA    
## 912  NA    
## 913  NA    
## 914  NA    
## 915  NA    
## 916  NA    
## 917  NA    
## 918  NA    
## 919  NA    
## 920  NA    
## 921  NA    
## 922  NA    
## 923  NA    
## 924  NA    
## 925  NA    
## 926  NA    
## 927  NA    
## 928  NA    
## 929  NA    
## 930  NA    
## 931  NA    
## 932  NA    
## 933  NA    
## 934  NA    
## 935  NA    
## 936  NA    
## 937  NA    
## 938  NA    
## 939  NA    
## 940  NA    
## 941  NA    
## 942  NA    
## 943  NA    
## 944  NA    
## 945  NA    
## 946  NA    
## 947  NA    
## 948  NA    
## 949  NA    
## 950  NA    
## 951  NA    
## 952  NA    
## 953  NA    
## 954  NA    
## 955  NA    
## 956  NA    
## 957  NA    
## 958  NA    
## 959  NA    
## 960  NA    
## 961  NA    
## 962  NA    
## 963  NA    
## 964  NA    
## 965  NA    
## 966  NA    
## 967  NA    
## 968  NA    
## 969  NA    
## 970  NA    
## 971  NA    
## 972  NA    
## 973  NA    
## 974  NA    
## 975  NA    
## 976  NA    
## 977  NA    
## 978  NA    
## 979  NA    
## 980  NA    
## 981  NA    
## 982  NA    
## 983  NA    
## 984  NA    
## 985  NA    
## 986  NA    
## 987  NA    
## 988  NA    
## 989  NA    
## 990  NA    
## 991  NA    
## 992  NA    
## 993  NA    
## 994  NA    
## 995  NA    
## 996  NA    
## 997  NA    
## 998  NA    
## 999  NA    
## 1000 NA    
## 1001 NA    
## 1002 NA    
## 1003 NA    
## 1004 NA    
## 1005 NA    
## 1006 NA    
## 1007 NA    
## 1008 NA    
## 1009 NA    
## 1010 NA    
## 1011 NA    
## 1012 NA    
## 1013 NA    
## 1014 NA    
## 1015 NA    
## 1016 NA    
## 1017 NA    
## 1018 NA    
## 1019 NA    
## 1020 NA    
## 1021 NA    
## 1022 NA    
## 1023 NA    
## 1024 NA    
## 1025 NA    
## 1026 NA    
## 1027 NA    
## 1028 NA    
## 1029 NA    
## 1030 NA    
## 1031 NA    
## 1032 NA    
## 1033 NA    
## 1034 NA    
## 1035 NA    
## 1036 NA    
## 1037 NA    
## 1038 NA    
## 1039 NA    
## 1040 NA    
## 1041 NA    
## 1042 NA    
## 1043 NA    
## 1044 NA    
## 1045 NA    
## 1046 NA    
## 1047 NA    
## 1048 NA    
## 1049 NA    
## 1050 NA    
## 1051 NA    
## 1052 NA    
## 1053 NA    
## 1054 NA    
## 1055 NA    
## 1056 NA    
## 1057 NA    
## 1058 NA    
## 1059 NA    
## 1060 NA    
## 1061 NA    
## 1062 NA    
## 1063 NA    
## 1064 NA    
## 1065 NA    
## 1066 NA    
## 1067 NA    
## 1068 NA    
## 1069 NA    
## 1070 NA    
## 1071 NA    
## 1072 NA    
## 1073 NA    
## 1074 NA    
## 1075 NA    
## 1076 NA    
## 1077 NA    
## 1078 NA    
## 1079 NA    
## 1080 NA    
## 1081 NA    
## 1082 NA    
## 1083 NA    
## 1084 NA    
## 1085 NA    
## 1086 NA    
## 1087 NA    
## 1088 NA    
## 1089 NA    
## 1090 NA    
## 1091 NA    
## 1092 NA    
## 1093 NA    
## 1094 NA    
## 1095 NA    
## 1096 NA    
## 1097 NA    
## 1098 NA    
## 1099 NA    
## 1100 NA    
## 1101 NA    
## 1102 NA    
## 1103 NA    
## 1104 NA    
## 1105 NA    
## 1106 NA    
## 1107 NA    
## 1108 NA    
## 1109 NA    
## 1110 NA    
## 1111 NA    
## 1112 NA    
## 1113 NA    
## 1114 NA    
## 1115 NA    
## 1116 NA    
## 1117 NA    
## 1118 NA    
## 1119 NA    
## 1120 NA    
## 1121 NA    
## 1122 NA    
## 1123 NA    
## 1124 NA    
## 1125 NA    
## 1126 NA    
## 1127 NA    
## 1128 NA    
## 1129 NA    
## 1130 NA    
## 1131 NA    
## 1132 NA    
## 1133 NA    
## 1134 NA    
## 1135 NA    
## 1136 NA    
## 1137 NA    
## 1138 NA    
## 1139 NA    
## 1140 NA    
## 1141 NA    
## 1142 NA    
## 1143 NA    
## 1144 NA    
## 1145 NA    
## 1146 NA    
## 1147 NA    
## 1148 NA    
## 1149 NA    
## 1150 NA    
## 1151 NA    
## 1152 NA    
## 1153 NA    
## 1154 NA    
## 1155 NA    
## 1156 NA    
## 1157 NA    
## 1158 NA    
## 1159 NA    
## 1160 NA    
## 1161 NA    
## 1162 NA    
## 1163 NA    
## 1164 NA    
## 1165 NA    
## 1166 NA    
## 1167 NA    
## 1168 NA    
## 1169 NA    
## 1170 NA    
## 1171 NA    
## 1172 NA    
## 1173 NA    
## 1174 NA    
## 1175 NA    
## 1176 NA    
## 1177 NA    
## 1178 NA    
## 1179 NA    
## 1180 NA    
## 1181 NA    
## 1182 NA    
## 1183 NA    
## 1184 NA    
## 1185 NA    
## 1186 NA    
## 1187 NA    
## 1188 NA    
## 1189 NA    
## 1190 NA    
## 1191 NA    
## 1192 NA    
## 1193 NA    
## 1194 NA    
## 1195 NA    
## 1196 NA    
## 1197 NA    
## 1198 NA    
## 1199 NA    
## 1200 NA    
## 1201 NA    
## 1202 NA    
## 1203 NA    
## 1204 NA    
## 1205 NA    
## 1206 NA    
## 1207 NA    
## 1208 NA    
## 1209 NA    
## 1210 NA    
## 1211 NA    
## 1212 NA    
## 1213 NA    
## 1214 NA    
## 1215 NA    
## 1216 NA    
## 1217 NA    
## 1218 NA    
## 1219 NA    
## 1220 NA    
## 1221 NA    
## 1222 NA    
## 1223 NA    
## 1224 NA    
## 1225 NA    
## 1226 NA    
## 1227 NA    
## 1228 NA    
## 1229 NA    
## 1230 NA    
## 1231 NA    
## 1232 NA    
## 1233 NA    
## 1234 NA    
## 1235 NA    
## 1236 NA    
## 1237 NA    
## 1238 NA    
## 1239 NA    
## 1240 NA    
## 1241 NA    
## 1242 NA    
## 1243 NA    
## 1244 NA    
## 1245 NA    
## 1246 NA    
## 1247 NA    
## 1248 NA    
## 1249 NA    
## 1250 NA    
## 1251 NA    
## 1252 NA    
## 1253 NA    
## 1254 NA    
## 1255 NA    
## 1256 NA    
## 1257 NA    
## 1258 NA    
## 1259 NA    
## 1260 NA    
## 1261 NA    
## 1262 NA    
## 1263 NA    
## 1264 NA    
## 1265 NA    
## 1266 NA    
## 1267 NA    
## 1268 NA    
## 1269 NA    
## 1270 NA    
## 1271 NA    
## 1272 NA    
## 1273 NA    
## 1274 NA    
## 1275 NA    
## 1276 NA    
## 1277 NA    
## 1278 NA    
## 1279 NA    
## 1280 NA    
## 1281 NA    
## 1282 NA    
## 1283 NA    
## 1284 NA    
## 1285 NA    
## 1286 NA    
## 1287 NA    
## 1288 NA    
## 1289 NA    
## 1290 NA    
## 1291 NA    
## 1292 NA    
## 1293 NA    
## 1294 NA    
## 1295 NA    
## 1296 NA    
## 1297 NA    
## 1298 NA    
## 1299 NA    
## 1300 NA    
## 1301 NA    
## 1302 NA    
## 1303 NA    
## 1304 NA    
## 1305 NA    
## 1306 NA    
## 1307 NA    
## 1308 NA    
## 1309 NA    
## 1310 NA    
## 1311 NA    
## 1312 NA    
## 1313 NA    
## 1314 NA    
## 1315 NA    
## 1316 NA    
## 1317 NA    
## 1318 NA    
## 1319 NA    
## 1320 NA    
## 1321 NA    
## 1322 NA    
## 1323 NA    
## 1324 NA    
## 1325 NA    
## 1326 NA    
## 1327 NA    
## 1328 NA    
## 1329 NA    
## 1330 NA    
## 1331 NA    
## 1332 NA    
## 1333 NA    
## 1334 NA    
## 1335 NA    
## 1336 NA    
## 1337 NA    
## 1338 NA    
## 1339 NA    
## 1340 NA    
## 1341 NA    
## 1342 NA    
## 1343 NA    
## 1344 NA    
## 1345 NA    
## 1346 NA    
## 1347 NA    
## 1348 NA    
## 1349 NA    
## 1350 NA    
## 1351 NA    
## 1352 NA    
## 1353 NA    
## 1354 NA    
## 1355 NA    
## 1356 NA    
## 1357 NA    
## 1358 NA    
## 1359 NA    
## 1360 NA    
## 1361 NA    
## 1362 NA    
## 1363 NA    
## 1364 NA    
## 1365 NA    
## 1366 NA    
## 1367 NA    
## 1368 NA    
## 1369 NA    
## 1370 NA    
## 1371 NA    
## 1372 NA    
## 1373 NA    
## 1374 NA    
## 1375 NA    
## 1376 NA    
## 1377 NA    
## 1378 NA    
## 1379 NA    
## 1380 NA
##   average_new_cases max_new_cases min_new_cases
## 1          4.283784           867          -985

bib dataset john hopkins origin - https://coronavirus.jhu.edu/map-faq

an explanation - Raoult, D., Zumla, A., Locatelli, F., Ippolito, G., & Kroemer, G. (2020). Coronavirus infections: Epidemiological, clinical and immunological features and hypotheses. Cell Stress & Chaperones, 4(4), 66–75.

info on mers - https://applications.emro.who.int/docs/EMRPUB-CSR-241-2019-EN.pdf?ua=1&ua=1&ua=1

mers data- https://github.com/rambaut/MERS-Cases/tree/gh-pages